frmTundish.Designer.cs 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. namespace Core.LgMes.Client.lgGlobalMap
  2. {
  3. partial class frmTundish
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. this.dataGVTundish = new System.Windows.Forms.DataGridView();
  31. this.RowCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.Samplingvalue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.Samplingdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.lblSteelValue = new System.Windows.Forms.Label();
  36. this.lblHeatNoValue = new System.Windows.Forms.Label();
  37. this.lblSteel = new System.Windows.Forms.Label();
  38. this.lblHeatNo = new System.Windows.Forms.Label();
  39. ((System.ComponentModel.ISupportInitialize)(this.dataGVTundish)).BeginInit();
  40. this.panel1.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // dataGVTundish
  44. //
  45. this.dataGVTundish.AllowUserToAddRows = false;
  46. this.dataGVTundish.BackgroundColor = System.Drawing.Color.White;
  47. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  48. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightBlue;
  49. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  51. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  52. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  53. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  54. this.dataGVTundish.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  55. this.dataGVTundish.ColumnHeadersHeight = 20;
  56. this.dataGVTundish.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  57. this.RowCount,
  58. this.Samplingvalue,
  59. this.Samplingdate});
  60. this.dataGVTundish.EnableHeadersVisualStyles = false;
  61. this.dataGVTundish.GridColor = System.Drawing.SystemColors.Control;
  62. this.dataGVTundish.Location = new System.Drawing.Point(5, 54);
  63. this.dataGVTundish.Name = "dataGVTundish";
  64. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  65. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  66. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  68. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  69. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  70. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  71. this.dataGVTundish.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  72. this.dataGVTundish.RowHeadersVisible = false;
  73. this.dataGVTundish.RowTemplate.Height = 23;
  74. this.dataGVTundish.Size = new System.Drawing.Size(291, 278);
  75. this.dataGVTundish.TabIndex = 0;
  76. //
  77. // RowCount
  78. //
  79. this.RowCount.HeaderText = "序号";
  80. this.RowCount.Name = "RowCount";
  81. this.RowCount.Width = 50;
  82. //
  83. // Samplingvalue
  84. //
  85. this.Samplingvalue.HeaderText = "采样值";
  86. this.Samplingvalue.Name = "Samplingvalue";
  87. this.Samplingvalue.Width = 80;
  88. //
  89. // Samplingdate
  90. //
  91. this.Samplingdate.HeaderText = "采样时间";
  92. this.Samplingdate.Name = "Samplingdate";
  93. this.Samplingdate.Width = 120;
  94. //
  95. // panel1
  96. //
  97. this.panel1.BackColor = System.Drawing.Color.CornflowerBlue;
  98. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  99. this.panel1.Controls.Add(this.lblSteelValue);
  100. this.panel1.Controls.Add(this.lblHeatNoValue);
  101. this.panel1.Controls.Add(this.lblSteel);
  102. this.panel1.Controls.Add(this.lblHeatNo);
  103. this.panel1.Location = new System.Drawing.Point(5, 5);
  104. this.panel1.Name = "panel1";
  105. this.panel1.Size = new System.Drawing.Size(291, 46);
  106. this.panel1.TabIndex = 1;
  107. //
  108. // lblSteelValue
  109. //
  110. this.lblSteelValue.AutoSize = true;
  111. this.lblSteelValue.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.lblSteelValue.ForeColor = System.Drawing.Color.White;
  113. this.lblSteelValue.Location = new System.Drawing.Point(196, 15);
  114. this.lblSteelValue.Name = "lblSteelValue";
  115. this.lblSteelValue.Size = new System.Drawing.Size(0, 14);
  116. this.lblSteelValue.TabIndex = 1;
  117. //
  118. // lblHeatNoValue
  119. //
  120. this.lblHeatNoValue.AutoSize = true;
  121. this.lblHeatNoValue.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.lblHeatNoValue.ForeColor = System.Drawing.Color.White;
  123. this.lblHeatNoValue.Location = new System.Drawing.Point(73, 15);
  124. this.lblHeatNoValue.Name = "lblHeatNoValue";
  125. this.lblHeatNoValue.Size = new System.Drawing.Size(0, 14);
  126. this.lblHeatNoValue.TabIndex = 1;
  127. //
  128. // lblSteel
  129. //
  130. this.lblSteel.AutoSize = true;
  131. this.lblSteel.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.lblSteel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  133. this.lblSteel.Location = new System.Drawing.Point(157, 15);
  134. this.lblSteel.Name = "lblSteel";
  135. this.lblSteel.Size = new System.Drawing.Size(42, 14);
  136. this.lblSteel.TabIndex = 0;
  137. this.lblSteel.Text = "牌号:";
  138. //
  139. // lblHeatNo
  140. //
  141. this.lblHeatNo.AutoSize = true;
  142. this.lblHeatNo.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.lblHeatNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  144. this.lblHeatNo.Location = new System.Drawing.Point(17, 15);
  145. this.lblHeatNo.Name = "lblHeatNo";
  146. this.lblHeatNo.Size = new System.Drawing.Size(56, 14);
  147. this.lblHeatNo.TabIndex = 0;
  148. this.lblHeatNo.Text = "熔炼号:";
  149. //
  150. // frmTundish
  151. //
  152. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  153. this.BackColor = System.Drawing.Color.SteelBlue;
  154. this.ClientSize = new System.Drawing.Size(301, 335);
  155. this.Controls.Add(this.panel1);
  156. this.Controls.Add(this.dataGVTundish);
  157. this.MaximizeBox = false;
  158. this.MinimizeBox = false;
  159. this.Name = "frmTundish";
  160. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  161. this.Text = "中包温度信息";
  162. this.Load += new System.EventHandler(this.frmTundish_Load);
  163. this.DoubleClick += new System.EventHandler(this.frmTundish_DoubleClick);
  164. ((System.ComponentModel.ISupportInitialize)(this.dataGVTundish)).EndInit();
  165. this.panel1.ResumeLayout(false);
  166. this.panel1.PerformLayout();
  167. this.ResumeLayout(false);
  168. }
  169. #endregion
  170. private System.Windows.Forms.DataGridView dataGVTundish;
  171. private System.Windows.Forms.Panel panel1;
  172. private System.Windows.Forms.Label lblSteelValue;
  173. private System.Windows.Forms.Label lblHeatNoValue;
  174. private System.Windows.Forms.Label lblSteel;
  175. private System.Windows.Forms.Label lblHeatNo;
  176. private System.Windows.Forms.DataGridViewTextBoxColumn RowCount;
  177. private System.Windows.Forms.DataGridViewTextBoxColumn Samplingvalue;
  178. private System.Windows.Forms.DataGridViewTextBoxColumn Samplingdate;
  179. }
  180. }