frmILSend.Designer.cs 11 KB

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