frmSendSteelPot.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. namespace Core.LgMes.Client.LgJobMgt
  2. {
  3. partial class frmSendSteelPot
  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. this.btnNo = new System.Windows.Forms.Button();
  29. this.btnOk = new System.Windows.Forms.Button();
  30. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  31. this.txtGH = new System.Windows.Forms.ComboBox();
  32. this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
  33. this.txtLH3 = new System.Windows.Forms.TextBox();
  34. this.txtLH2 = new System.Windows.Forms.TextBox();
  35. this.txtLH1 = new System.Windows.Forms.TextBox();
  36. this.ZL3 = new System.Windows.Forms.RadioButton();
  37. this.ZL2 = new System.Windows.Forms.RadioButton();
  38. this.ZL1 = new System.Windows.Forms.RadioButton();
  39. this.cbGY = new System.Windows.Forms.ComboBox();
  40. this.cbGJ = new System.Windows.Forms.ComboBox();
  41. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  42. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  43. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  44. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  45. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  46. this.ultraGroupBox2.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
  48. this.ultraGroupBox4.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  50. this.ultraGroupBox1.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // btnNo
  54. //
  55. this.btnNo.Location = new System.Drawing.Point(297, 16);
  56. this.btnNo.Name = "btnNo";
  57. this.btnNo.Size = new System.Drawing.Size(75, 23);
  58. this.btnNo.TabIndex = 3;
  59. this.btnNo.Text = "取 消";
  60. this.btnNo.UseVisualStyleBackColor = false;
  61. this.btnNo.Click += new System.EventHandler(this.btnNo_Click);
  62. //
  63. // btnOk
  64. //
  65. this.btnOk.Location = new System.Drawing.Point(167, 16);
  66. this.btnOk.Name = "btnOk";
  67. this.btnOk.Size = new System.Drawing.Size(75, 23);
  68. this.btnOk.TabIndex = 2;
  69. this.btnOk.Text = "确 定";
  70. this.btnOk.UseVisualStyleBackColor = false;
  71. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  72. //
  73. // ultraGroupBox2
  74. //
  75. this.ultraGroupBox2.Controls.Add(this.txtGH);
  76. this.ultraGroupBox2.Controls.Add(this.ultraGroupBox4);
  77. this.ultraGroupBox2.Controls.Add(this.cbGY);
  78. this.ultraGroupBox2.Controls.Add(this.cbGJ);
  79. this.ultraGroupBox2.Controls.Add(this.ultraLabel3);
  80. this.ultraGroupBox2.Controls.Add(this.ultraLabel2);
  81. this.ultraGroupBox2.Controls.Add(this.ultraLabel1);
  82. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
  83. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  84. this.ultraGroupBox2.Name = "ultraGroupBox2";
  85. this.ultraGroupBox2.Size = new System.Drawing.Size(522, 163);
  86. this.ultraGroupBox2.TabIndex = 4;
  87. //
  88. // txtGH
  89. //
  90. this.txtGH.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  91. this.txtGH.FormattingEnabled = true;
  92. this.txtGH.Items.AddRange(new object[] {
  93. "正常",
  94. "+10℃",
  95. ""});
  96. this.txtGH.Location = new System.Drawing.Point(386, 38);
  97. this.txtGH.Name = "txtGH";
  98. this.txtGH.Size = new System.Drawing.Size(108, 20);
  99. this.txtGH.TabIndex = 17;
  100. this.txtGH.SelectedIndexChanged += new System.EventHandler(this.txtGH_SelectedIndexChanged);
  101. //
  102. // ultraGroupBox4
  103. //
  104. this.ultraGroupBox4.Controls.Add(this.txtLH3);
  105. this.ultraGroupBox4.Controls.Add(this.txtLH2);
  106. this.ultraGroupBox4.Controls.Add(this.txtLH1);
  107. this.ultraGroupBox4.Controls.Add(this.ZL3);
  108. this.ultraGroupBox4.Controls.Add(this.ZL2);
  109. this.ultraGroupBox4.Controls.Add(this.ZL1);
  110. this.ultraGroupBox4.Location = new System.Drawing.Point(29, 18);
  111. this.ultraGroupBox4.Name = "ultraGroupBox4";
  112. this.ultraGroupBox4.Size = new System.Drawing.Size(252, 119);
  113. this.ultraGroupBox4.TabIndex = 16;
  114. this.ultraGroupBox4.Text = "熔炼号";
  115. //
  116. // txtLH3
  117. //
  118. this.txtLH3.Enabled = false;
  119. this.txtLH3.Location = new System.Drawing.Point(108, 82);
  120. this.txtLH3.Name = "txtLH3";
  121. this.txtLH3.Size = new System.Drawing.Size(108, 21);
  122. this.txtLH3.TabIndex = 15;
  123. //
  124. // txtLH2
  125. //
  126. this.txtLH2.Enabled = false;
  127. this.txtLH2.Location = new System.Drawing.Point(108, 52);
  128. this.txtLH2.Name = "txtLH2";
  129. this.txtLH2.Size = new System.Drawing.Size(108, 21);
  130. this.txtLH2.TabIndex = 14;
  131. //
  132. // txtLH1
  133. //
  134. this.txtLH1.Enabled = false;
  135. this.txtLH1.Location = new System.Drawing.Point(108, 21);
  136. this.txtLH1.Name = "txtLH1";
  137. this.txtLH1.Size = new System.Drawing.Size(108, 21);
  138. this.txtLH1.TabIndex = 13;
  139. //
  140. // ZL3
  141. //
  142. this.ZL3.AutoSize = true;
  143. this.ZL3.Location = new System.Drawing.Point(37, 83);
  144. this.ZL3.Name = "ZL3";
  145. this.ZL3.Size = new System.Drawing.Size(59, 16);
  146. this.ZL3.TabIndex = 12;
  147. this.ZL3.TabStop = true;
  148. this.ZL3.Text = "3#转炉";
  149. this.ZL3.UseVisualStyleBackColor = true;
  150. //
  151. // ZL2
  152. //
  153. this.ZL2.AutoSize = true;
  154. this.ZL2.Location = new System.Drawing.Point(37, 53);
  155. this.ZL2.Name = "ZL2";
  156. this.ZL2.Size = new System.Drawing.Size(59, 16);
  157. this.ZL2.TabIndex = 11;
  158. this.ZL2.TabStop = true;
  159. this.ZL2.Text = "2#转炉";
  160. this.ZL2.UseVisualStyleBackColor = true;
  161. //
  162. // ZL1
  163. //
  164. this.ZL1.AutoSize = true;
  165. this.ZL1.Location = new System.Drawing.Point(38, 24);
  166. this.ZL1.Name = "ZL1";
  167. this.ZL1.Size = new System.Drawing.Size(59, 16);
  168. this.ZL1.TabIndex = 10;
  169. this.ZL1.TabStop = true;
  170. this.ZL1.Text = "1#转炉";
  171. this.ZL1.UseVisualStyleBackColor = true;
  172. //
  173. // cbGY
  174. //
  175. this.cbGY.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  176. this.cbGY.FormattingEnabled = true;
  177. this.cbGY.Items.AddRange(new object[] {
  178. "新包",
  179. "新包第一炉",
  180. "新包第二炉",
  181. "新包第三炉",
  182. "干净",
  183. "有渣子",
  184. "有包底小于0.5吨",
  185. "有包底0.5到1吨",
  186. "有包底1到2吨",
  187. "有包底2到3吨",
  188. "有包底大于3吨\t",
  189. "中修包\t",
  190. "换渣线第一炉",
  191. "换渣线第二炉",
  192. "备用包",
  193. "红包",
  194. "包底包"});
  195. this.cbGY.Location = new System.Drawing.Point(386, 100);
  196. this.cbGY.Name = "cbGY";
  197. this.cbGY.Size = new System.Drawing.Size(108, 20);
  198. this.cbGY.TabIndex = 14;
  199. //
  200. // cbGJ
  201. //
  202. this.cbGJ.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  203. this.cbGJ.FormattingEnabled = true;
  204. this.cbGJ.Items.AddRange(new object[] {
  205. "A",
  206. "B",
  207. "C",
  208. "D"});
  209. this.cbGJ.Location = new System.Drawing.Point(386, 70);
  210. this.cbGJ.Name = "cbGJ";
  211. this.cbGJ.Size = new System.Drawing.Size(108, 20);
  212. this.cbGJ.TabIndex = 13;
  213. //
  214. // ultraLabel3
  215. //
  216. this.ultraLabel3.Location = new System.Drawing.Point(297, 104);
  217. this.ultraLabel3.Name = "ultraLabel3";
  218. this.ultraLabel3.Size = new System.Drawing.Size(54, 12);
  219. this.ultraLabel3.TabIndex = 12;
  220. this.ultraLabel3.Text = "钢包包况";
  221. //
  222. // ultraLabel2
  223. //
  224. this.ultraLabel2.Location = new System.Drawing.Point(297, 74);
  225. this.ultraLabel2.Name = "ultraLabel2";
  226. this.ultraLabel2.Size = new System.Drawing.Size(54, 12);
  227. this.ultraLabel2.TabIndex = 11;
  228. this.ultraLabel2.Text = "钢包等级";
  229. //
  230. // ultraLabel1
  231. //
  232. this.ultraLabel1.Location = new System.Drawing.Point(297, 42);
  233. this.ultraLabel1.Name = "ultraLabel1";
  234. this.ultraLabel1.Size = new System.Drawing.Size(54, 12);
  235. this.ultraLabel1.TabIndex = 10;
  236. this.ultraLabel1.Text = "钢包包号";
  237. //
  238. // ultraGroupBox1
  239. //
  240. this.ultraGroupBox1.Controls.Add(this.btnNo);
  241. this.ultraGroupBox1.Controls.Add(this.btnOk);
  242. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  243. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 163);
  244. this.ultraGroupBox1.Name = "ultraGroupBox1";
  245. this.ultraGroupBox1.Size = new System.Drawing.Size(522, 54);
  246. this.ultraGroupBox1.TabIndex = 5;
  247. //
  248. // frmSendSteelPot
  249. //
  250. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  251. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  252. this.ClientSize = new System.Drawing.Size(522, 217);
  253. this.Controls.Add(this.ultraGroupBox1);
  254. this.Controls.Add(this.ultraGroupBox2);
  255. this.MaximizeBox = false;
  256. this.MinimizeBox = false;
  257. this.Name = "frmSendSteelPot";
  258. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  259. this.Text = "钢包发送 ";
  260. this.Load += new System.EventHandler(this.frmSendSteelPot_Load);
  261. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  262. this.ultraGroupBox2.ResumeLayout(false);
  263. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
  264. this.ultraGroupBox4.ResumeLayout(false);
  265. this.ultraGroupBox4.PerformLayout();
  266. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  267. this.ultraGroupBox1.ResumeLayout(false);
  268. this.ResumeLayout(false);
  269. }
  270. #endregion
  271. private System.Windows.Forms.Button btnOk;
  272. private System.Windows.Forms.Button btnNo;
  273. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  274. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
  275. private System.Windows.Forms.TextBox txtLH3;
  276. private System.Windows.Forms.TextBox txtLH2;
  277. private System.Windows.Forms.TextBox txtLH1;
  278. private System.Windows.Forms.RadioButton ZL3;
  279. private System.Windows.Forms.RadioButton ZL2;
  280. private System.Windows.Forms.RadioButton ZL1;
  281. private System.Windows.Forms.ComboBox cbGY;
  282. private System.Windows.Forms.ComboBox cbGJ;
  283. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  284. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  285. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  286. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  287. private System.Windows.Forms.ComboBox txtGH;
  288. }
  289. }