FrmSetCutHeatno.Designer.cs 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. namespace Core.StlMes.Client.LgResMgt
  2. {
  3. partial class FrmSetCutHeatno
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.textBox1 = new System.Windows.Forms.TextBox();
  29. this.label6 = new System.Windows.Forms.Label();
  30. this.label5 = new System.Windows.Forms.Label();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.txt_mostate = new System.Windows.Forms.TextBox();
  33. this.txt_weight = new System.Windows.Forms.TextBox();
  34. this.txt_setheatno = new System.Windows.Forms.TextBox();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.btn_enter = new System.Windows.Forms.Button();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.cbo_ccmno = new System.Windows.Forms.TextBox();
  40. this.SuspendLayout();
  41. //
  42. // textBox1
  43. //
  44. this.textBox1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  45. this.textBox1.Location = new System.Drawing.Point(110, 30);
  46. this.textBox1.MaxLength = 9;
  47. this.textBox1.Name = "textBox1";
  48. this.textBox1.ReadOnly = true;
  49. this.textBox1.Size = new System.Drawing.Size(92, 21);
  50. this.textBox1.TabIndex = 30;
  51. //
  52. // label6
  53. //
  54. this.label6.Location = new System.Drawing.Point(12, 34);
  55. this.label6.Name = "label6";
  56. this.label6.Size = new System.Drawing.Size(94, 20);
  57. this.label6.TabIndex = 29;
  58. this.label6.Text = "正在切割的炉号";
  59. //
  60. // label5
  61. //
  62. this.label5.ForeColor = System.Drawing.Color.Red;
  63. this.label5.Location = new System.Drawing.Point(12, 62);
  64. this.label5.Name = "label5";
  65. this.label5.Size = new System.Drawing.Size(92, 20);
  66. this.label5.TabIndex = 28;
  67. this.label5.Text = "请手动输入炉号";
  68. //
  69. // label1
  70. //
  71. this.label1.Location = new System.Drawing.Point(12, 9);
  72. this.label1.Name = "label1";
  73. this.label1.Size = new System.Drawing.Size(266, 20);
  74. this.label1.TabIndex = 19;
  75. this.label1.Text = "功能:将当前切割炉号设置为手动输入的炉号";
  76. //
  77. // txt_mostate
  78. //
  79. this.txt_mostate.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  80. this.txt_mostate.Location = new System.Drawing.Point(110, 140);
  81. this.txt_mostate.MaxLength = 9;
  82. this.txt_mostate.Name = "txt_mostate";
  83. this.txt_mostate.ReadOnly = true;
  84. this.txt_mostate.Size = new System.Drawing.Size(92, 21);
  85. this.txt_mostate.TabIndex = 27;
  86. this.txt_mostate.Visible = false;
  87. //
  88. // txt_weight
  89. //
  90. this.txt_weight.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  91. this.txt_weight.Location = new System.Drawing.Point(110, 86);
  92. this.txt_weight.MaxLength = 9;
  93. this.txt_weight.Name = "txt_weight";
  94. this.txt_weight.ReadOnly = true;
  95. this.txt_weight.Size = new System.Drawing.Size(92, 21);
  96. this.txt_weight.TabIndex = 26;
  97. //
  98. // txt_setheatno
  99. //
  100. this.txt_setheatno.BackColor = System.Drawing.Color.LightCyan;
  101. this.txt_setheatno.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  102. this.txt_setheatno.Location = new System.Drawing.Point(110, 59);
  103. this.txt_setheatno.MaxLength = 8;
  104. this.txt_setheatno.Name = "txt_setheatno";
  105. this.txt_setheatno.Size = new System.Drawing.Size(92, 21);
  106. this.txt_setheatno.TabIndex = 20;
  107. //
  108. // label4
  109. //
  110. this.label4.Location = new System.Drawing.Point(35, 143);
  111. this.label4.Name = "label4";
  112. this.label4.Size = new System.Drawing.Size(71, 20);
  113. this.label4.TabIndex = 25;
  114. this.label4.Text = "末坯状态为";
  115. this.label4.Visible = false;
  116. //
  117. // btn_enter
  118. //
  119. this.btn_enter.Location = new System.Drawing.Point(217, 45);
  120. this.btn_enter.Name = "btn_enter";
  121. this.btn_enter.Size = new System.Drawing.Size(78, 62);
  122. this.btn_enter.TabIndex = 21;
  123. this.btn_enter.Text = "确定";
  124. this.btn_enter.Click += new System.EventHandler(this.btn_enter_Click);
  125. //
  126. // label3
  127. //
  128. this.label3.Location = new System.Drawing.Point(24, 89);
  129. this.label3.Name = "label3";
  130. this.label3.Size = new System.Drawing.Size(80, 20);
  131. this.label3.TabIndex = 24;
  132. this.label3.Text = "该炉浇钢重量";
  133. //
  134. // label2
  135. //
  136. this.label2.Location = new System.Drawing.Point(59, 116);
  137. this.label2.Name = "label2";
  138. this.label2.Size = new System.Drawing.Size(45, 20);
  139. this.label2.TabIndex = 22;
  140. this.label2.Text = "铸机号";
  141. //
  142. // cbo_ccmno
  143. //
  144. this.cbo_ccmno.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  145. this.cbo_ccmno.Location = new System.Drawing.Point(110, 113);
  146. this.cbo_ccmno.MaxLength = 9;
  147. this.cbo_ccmno.Name = "cbo_ccmno";
  148. this.cbo_ccmno.ReadOnly = true;
  149. this.cbo_ccmno.Size = new System.Drawing.Size(92, 21);
  150. this.cbo_ccmno.TabIndex = 23;
  151. //
  152. // FrmSetCutHeatno
  153. //
  154. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  155. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  156. this.ClientSize = new System.Drawing.Size(304, 150);
  157. this.Controls.Add(this.textBox1);
  158. this.Controls.Add(this.label6);
  159. this.Controls.Add(this.label5);
  160. this.Controls.Add(this.label1);
  161. this.Controls.Add(this.txt_mostate);
  162. this.Controls.Add(this.txt_weight);
  163. this.Controls.Add(this.txt_setheatno);
  164. this.Controls.Add(this.label4);
  165. this.Controls.Add(this.btn_enter);
  166. this.Controls.Add(this.label3);
  167. this.Controls.Add(this.label2);
  168. this.Controls.Add(this.cbo_ccmno);
  169. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  170. this.MaximizeBox = false;
  171. this.MinimizeBox = false;
  172. this.Name = "FrmSetCutHeatno";
  173. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  174. this.Text = "设置炉号";
  175. this.Load += new System.EventHandler(this.FrmSetCutHeatno_Load);
  176. this.ResumeLayout(false);
  177. this.PerformLayout();
  178. }
  179. #endregion
  180. private System.Windows.Forms.TextBox textBox1;
  181. private System.Windows.Forms.Label label6;
  182. private System.Windows.Forms.Label label5;
  183. private System.Windows.Forms.Label label1;
  184. private System.Windows.Forms.TextBox txt_mostate;
  185. private System.Windows.Forms.TextBox txt_weight;
  186. private System.Windows.Forms.TextBox txt_setheatno;
  187. private System.Windows.Forms.Label label4;
  188. private System.Windows.Forms.Button btn_enter;
  189. private System.Windows.Forms.Label label3;
  190. private System.Windows.Forms.Label label2;
  191. private System.Windows.Forms.TextBox cbo_ccmno;
  192. }
  193. }