frmsendpot.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class frmsendpot
  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.label3 = new System.Windows.Forms.Label();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label4 = new System.Windows.Forms.Label();
  31. this.radioButton3 = new System.Windows.Forms.RadioButton();
  32. this.radioButton2 = new System.Windows.Forms.RadioButton();
  33. this.radioButton1 = new System.Windows.Forms.RadioButton();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.cmbNoLadle = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.txtCVT3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  38. this.txtCVT2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  39. this.txtCVT1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  40. this.radcvt3 = new System.Windows.Forms.RadioButton();
  41. this.radcvt2 = new System.Windows.Forms.RadioButton();
  42. this.radcvt1 = new System.Windows.Forms.RadioButton();
  43. this.label9 = new System.Windows.Forms.Label();
  44. this.btnCancel = new System.Windows.Forms.Button();
  45. this.btnOK = new System.Windows.Forms.Button();
  46. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  47. this.panel1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.cmbNoLadle)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.txtCVT3)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.txtCVT2)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.txtCVT1)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  53. this.ultraGroupBox1.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // label3
  57. //
  58. this.label3.AutoSize = true;
  59. this.label3.Location = new System.Drawing.Point(96, 71);
  60. this.label3.Name = "label3";
  61. this.label3.Size = new System.Drawing.Size(0, 12);
  62. this.label3.TabIndex = 8;
  63. //
  64. // label1
  65. //
  66. this.label1.AutoSize = true;
  67. this.label1.Location = new System.Drawing.Point(96, 39);
  68. this.label1.Name = "label1";
  69. this.label1.Size = new System.Drawing.Size(0, 12);
  70. this.label1.TabIndex = 7;
  71. //
  72. // label4
  73. //
  74. this.label4.AutoSize = true;
  75. this.label4.Location = new System.Drawing.Point(96, 12);
  76. this.label4.Name = "label4";
  77. this.label4.Size = new System.Drawing.Size(0, 12);
  78. this.label4.TabIndex = 6;
  79. //
  80. // radioButton3
  81. //
  82. this.radioButton3.Location = new System.Drawing.Point(32, 67);
  83. this.radioButton3.Name = "radioButton3";
  84. this.radioButton3.Size = new System.Drawing.Size(64, 24);
  85. this.radioButton3.TabIndex = 2;
  86. this.radioButton3.Text = "3#转炉";
  87. //
  88. // radioButton2
  89. //
  90. this.radioButton2.Location = new System.Drawing.Point(32, 35);
  91. this.radioButton2.Name = "radioButton2";
  92. this.radioButton2.Size = new System.Drawing.Size(64, 24);
  93. this.radioButton2.TabIndex = 1;
  94. this.radioButton2.Text = "2#转炉";
  95. //
  96. // radioButton1
  97. //
  98. this.radioButton1.Checked = true;
  99. this.radioButton1.Location = new System.Drawing.Point(32, 8);
  100. this.radioButton1.Name = "radioButton1";
  101. this.radioButton1.Size = new System.Drawing.Size(64, 24);
  102. this.radioButton1.TabIndex = 0;
  103. this.radioButton1.TabStop = true;
  104. this.radioButton1.Text = "1#转炉";
  105. //
  106. // panel1
  107. //
  108. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  109. this.panel1.Controls.Add(this.cmbNoLadle);
  110. this.panel1.Controls.Add(this.label2);
  111. this.panel1.Controls.Add(this.txtCVT3);
  112. this.panel1.Controls.Add(this.txtCVT2);
  113. this.panel1.Controls.Add(this.txtCVT1);
  114. this.panel1.Controls.Add(this.radcvt3);
  115. this.panel1.Controls.Add(this.radcvt2);
  116. this.panel1.Controls.Add(this.radcvt1);
  117. this.panel1.Controls.Add(this.label9);
  118. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  119. this.panel1.Location = new System.Drawing.Point(3, 0);
  120. this.panel1.Name = "panel1";
  121. this.panel1.Size = new System.Drawing.Size(230, 140);
  122. this.panel1.TabIndex = 0;
  123. //
  124. // cmbNoLadle
  125. //
  126. this.cmbNoLadle.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  127. this.cmbNoLadle.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.cmbNoLadle.Location = new System.Drawing.Point(92, 20);
  129. this.cmbNoLadle.Name = "cmbNoLadle";
  130. this.cmbNoLadle.Size = new System.Drawing.Size(111, 19);
  131. this.cmbNoLadle.TabIndex = 283;
  132. this.cmbNoLadle.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  133. //
  134. // label2
  135. //
  136. this.label2.Location = new System.Drawing.Point(3, 116);
  137. this.label2.Name = "label2";
  138. this.label2.Size = new System.Drawing.Size(226, 12);
  139. this.label2.TabIndex = 0;
  140. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  141. //
  142. // txtCVT3
  143. //
  144. this.txtCVT3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.txtCVT3.Location = new System.Drawing.Point(92, 114);
  146. this.txtCVT3.Name = "txtCVT3";
  147. this.txtCVT3.ReadOnly = true;
  148. this.txtCVT3.Size = new System.Drawing.Size(111, 23);
  149. this.txtCVT3.TabIndex = 7;
  150. this.txtCVT3.Visible = false;
  151. //
  152. // txtCVT2
  153. //
  154. this.txtCVT2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.txtCVT2.Location = new System.Drawing.Point(92, 83);
  156. this.txtCVT2.Name = "txtCVT2";
  157. this.txtCVT2.ReadOnly = true;
  158. this.txtCVT2.Size = new System.Drawing.Size(111, 23);
  159. this.txtCVT2.TabIndex = 5;
  160. //
  161. // txtCVT1
  162. //
  163. this.txtCVT1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.txtCVT1.Location = new System.Drawing.Point(92, 52);
  165. this.txtCVT1.Name = "txtCVT1";
  166. this.txtCVT1.ReadOnly = true;
  167. this.txtCVT1.Size = new System.Drawing.Size(111, 23);
  168. this.txtCVT1.TabIndex = 3;
  169. //
  170. // radcvt3
  171. //
  172. this.radcvt3.Location = new System.Drawing.Point(22, 113);
  173. this.radcvt3.Name = "radcvt3";
  174. this.radcvt3.Size = new System.Drawing.Size(64, 24);
  175. this.radcvt3.TabIndex = 6;
  176. this.radcvt3.Text = "3#转炉";
  177. this.radcvt3.Visible = false;
  178. //
  179. // radcvt2
  180. //
  181. this.radcvt2.Location = new System.Drawing.Point(22, 82);
  182. this.radcvt2.Name = "radcvt2";
  183. this.radcvt2.Size = new System.Drawing.Size(64, 24);
  184. this.radcvt2.TabIndex = 4;
  185. this.radcvt2.Text = "2#转炉";
  186. //
  187. // radcvt1
  188. //
  189. this.radcvt1.Checked = true;
  190. this.radcvt1.Location = new System.Drawing.Point(22, 51);
  191. this.radcvt1.Name = "radcvt1";
  192. this.radcvt1.Size = new System.Drawing.Size(64, 24);
  193. this.radcvt1.TabIndex = 2;
  194. this.radcvt1.TabStop = true;
  195. this.radcvt1.Text = "1#转炉";
  196. //
  197. // label9
  198. //
  199. this.label9.AutoSize = true;
  200. this.label9.Location = new System.Drawing.Point(15, 23);
  201. this.label9.Name = "label9";
  202. this.label9.Size = new System.Drawing.Size(65, 12);
  203. this.label9.TabIndex = 0;
  204. this.label9.Text = "待用钢包号";
  205. //
  206. // btnCancel
  207. //
  208. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  209. this.btnCancel.Location = new System.Drawing.Point(131, 148);
  210. this.btnCancel.Name = "btnCancel";
  211. this.btnCancel.Size = new System.Drawing.Size(60, 23);
  212. this.btnCancel.TabIndex = 2;
  213. this.btnCancel.Text = "取消";
  214. this.btnCancel.Click += new System.EventHandler(this.button4_Click);
  215. //
  216. // btnOK
  217. //
  218. this.btnOK.Location = new System.Drawing.Point(49, 148);
  219. this.btnOK.Name = "btnOK";
  220. this.btnOK.Size = new System.Drawing.Size(60, 23);
  221. this.btnOK.TabIndex = 1;
  222. this.btnOK.Text = "确定";
  223. this.btnOK.Click += new System.EventHandler(this.button5_Click);
  224. //
  225. // ultraGroupBox1
  226. //
  227. this.ultraGroupBox1.Controls.Add(this.panel1);
  228. this.ultraGroupBox1.Controls.Add(this.btnCancel);
  229. this.ultraGroupBox1.Controls.Add(this.btnOK);
  230. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  231. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  232. this.ultraGroupBox1.Name = "ultraGroupBox1";
  233. this.ultraGroupBox1.Size = new System.Drawing.Size(236, 181);
  234. this.ultraGroupBox1.TabIndex = 3;
  235. //
  236. // frmsendpot
  237. //
  238. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  239. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  240. this.CancelButton = this.btnCancel;
  241. this.ClientSize = new System.Drawing.Size(236, 181);
  242. this.Controls.Add(this.ultraGroupBox1);
  243. this.MaximizeBox = false;
  244. this.MinimizeBox = false;
  245. this.Name = "frmsendpot";
  246. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  247. this.Text = "钢包配送";
  248. this.Load += new System.EventHandler(this.frmsendpot_Load);
  249. this.panel1.ResumeLayout(false);
  250. this.panel1.PerformLayout();
  251. ((System.ComponentModel.ISupportInitialize)(this.cmbNoLadle)).EndInit();
  252. ((System.ComponentModel.ISupportInitialize)(this.txtCVT3)).EndInit();
  253. ((System.ComponentModel.ISupportInitialize)(this.txtCVT2)).EndInit();
  254. ((System.ComponentModel.ISupportInitialize)(this.txtCVT1)).EndInit();
  255. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  256. this.ultraGroupBox1.ResumeLayout(false);
  257. this.ResumeLayout(false);
  258. }
  259. #endregion
  260. private System.Windows.Forms.Label label3;
  261. private System.Windows.Forms.Label label1;
  262. private System.Windows.Forms.Label label4;
  263. private System.Windows.Forms.RadioButton radioButton3;
  264. private System.Windows.Forms.RadioButton radioButton2;
  265. private System.Windows.Forms.RadioButton radioButton1;
  266. private System.Windows.Forms.Panel panel1;
  267. private System.Windows.Forms.Label label2;
  268. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCVT3;
  269. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCVT2;
  270. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCVT1;
  271. private System.Windows.Forms.RadioButton radcvt3;
  272. private System.Windows.Forms.RadioButton radcvt2;
  273. private System.Windows.Forms.RadioButton radcvt1;
  274. private System.Windows.Forms.Label label9;
  275. private System.Windows.Forms.Button btnCancel;
  276. private System.Windows.Forms.Button btnOK;
  277. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbNoLadle;
  278. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  279. }
  280. }