FrmCL.designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmCL
  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. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
  35. Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
  36. Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
  37. Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
  38. Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
  39. this.btnclose = new System.Windows.Forms.Button();
  40. this.btnOK = new System.Windows.Forms.Button();
  41. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  42. this.txtWidth = new System.Windows.Forms.TextBox();
  43. this.label11 = new System.Windows.Forms.Label();
  44. this.tbDM = new System.Windows.Forms.TextBox();
  45. this.labDM = new System.Windows.Forms.Label();
  46. this.cmbCCM = new System.Windows.Forms.ComboBox();
  47. this.lab_CcmNo = new System.Windows.Forms.Label();
  48. this.ucmbStatus = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  49. this.ucmbPos = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  50. this.tbCurrStatus = new System.Windows.Forms.TextBox();
  51. this.tbCurrPos = new System.Windows.Forms.TextBox();
  52. this.label2 = new System.Windows.Forms.Label();
  53. this.label1 = new System.Windows.Forms.Label();
  54. this.label5 = new System.Windows.Forms.Label();
  55. this.label4 = new System.Windows.Forms.Label();
  56. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  57. this.ultraGroupBox1.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.ucmbStatus)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.ucmbPos)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // btnclose
  63. //
  64. this.btnclose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  65. this.btnclose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.btnclose.Location = new System.Drawing.Point(115, 131);
  67. this.btnclose.Name = "btnclose";
  68. this.btnclose.Size = new System.Drawing.Size(63, 24);
  69. this.btnclose.TabIndex = 2;
  70. this.btnclose.Text = "关闭";
  71. this.btnclose.UseVisualStyleBackColor = true;
  72. this.btnclose.Click += new System.EventHandler(this.btnclose_Click);
  73. //
  74. // btnOK
  75. //
  76. this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.btnOK.Location = new System.Drawing.Point(36, 131);
  78. this.btnOK.Name = "btnOK";
  79. this.btnOK.Size = new System.Drawing.Size(63, 24);
  80. this.btnOK.TabIndex = 1;
  81. this.btnOK.Text = "确定";
  82. this.btnOK.UseVisualStyleBackColor = true;
  83. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  84. //
  85. // ultraGroupBox1
  86. //
  87. this.ultraGroupBox1.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
  88. this.ultraGroupBox1.Controls.Add(this.txtWidth);
  89. this.ultraGroupBox1.Controls.Add(this.label11);
  90. this.ultraGroupBox1.Controls.Add(this.tbDM);
  91. this.ultraGroupBox1.Controls.Add(this.labDM);
  92. this.ultraGroupBox1.Controls.Add(this.cmbCCM);
  93. this.ultraGroupBox1.Controls.Add(this.lab_CcmNo);
  94. this.ultraGroupBox1.Controls.Add(this.ucmbStatus);
  95. this.ultraGroupBox1.Controls.Add(this.btnclose);
  96. this.ultraGroupBox1.Controls.Add(this.ucmbPos);
  97. this.ultraGroupBox1.Controls.Add(this.btnOK);
  98. this.ultraGroupBox1.Controls.Add(this.tbCurrStatus);
  99. this.ultraGroupBox1.Controls.Add(this.tbCurrPos);
  100. this.ultraGroupBox1.Controls.Add(this.label2);
  101. this.ultraGroupBox1.Controls.Add(this.label1);
  102. this.ultraGroupBox1.Controls.Add(this.label5);
  103. this.ultraGroupBox1.Controls.Add(this.label4);
  104. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  105. this.ultraGroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  107. this.ultraGroupBox1.Name = "ultraGroupBox1";
  108. this.ultraGroupBox1.Size = new System.Drawing.Size(221, 157);
  109. this.ultraGroupBox1.TabIndex = 0;
  110. this.ultraGroupBox1.Text = "[]-结晶器[]";
  111. //
  112. // txtWidth
  113. //
  114. this.txtWidth.AcceptsReturn = true;
  115. this.txtWidth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.txtWidth.Location = new System.Drawing.Point(135, 101);
  117. this.txtWidth.Name = "txtWidth";
  118. this.txtWidth.Size = new System.Drawing.Size(64, 21);
  119. this.txtWidth.TabIndex = 289;
  120. this.txtWidth.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtWidth_KeyPress);
  121. //
  122. // label11
  123. //
  124. this.label11.AutoSize = true;
  125. this.label11.BackColor = System.Drawing.Color.Transparent;
  126. this.label11.Location = new System.Drawing.Point(113, 104);
  127. this.label11.Name = "label11";
  128. this.label11.Size = new System.Drawing.Size(11, 12);
  129. this.label11.TabIndex = 288;
  130. this.label11.Text = "X";
  131. //
  132. // tbDM
  133. //
  134. this.tbDM.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.tbDM.Location = new System.Drawing.Point(47, 101);
  136. this.tbDM.Name = "tbDM";
  137. this.tbDM.Size = new System.Drawing.Size(55, 21);
  138. this.tbDM.TabIndex = 287;
  139. this.tbDM.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbDM_KeyPress);
  140. //
  141. // labDM
  142. //
  143. this.labDM.AutoSize = true;
  144. this.labDM.BackColor = System.Drawing.Color.Transparent;
  145. this.labDM.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.labDM.Location = new System.Drawing.Point(12, 107);
  147. this.labDM.Name = "labDM";
  148. this.labDM.Size = new System.Drawing.Size(29, 12);
  149. this.labDM.TabIndex = 286;
  150. this.labDM.Text = "断面";
  151. //
  152. // cmbCCM
  153. //
  154. this.cmbCCM.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  155. this.cmbCCM.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.cmbCCM.FormattingEnabled = true;
  157. this.cmbCCM.Items.AddRange(new object[] {
  158. "1#连铸机",
  159. "2#连铸机",
  160. "3#连铸机"});
  161. this.cmbCCM.Location = new System.Drawing.Point(47, 21);
  162. this.cmbCCM.Name = "cmbCCM";
  163. this.cmbCCM.Size = new System.Drawing.Size(152, 20);
  164. this.cmbCCM.TabIndex = 285;
  165. //
  166. // lab_CcmNo
  167. //
  168. this.lab_CcmNo.AutoSize = true;
  169. this.lab_CcmNo.BackColor = System.Drawing.Color.Transparent;
  170. this.lab_CcmNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.lab_CcmNo.Location = new System.Drawing.Point(11, 24);
  172. this.lab_CcmNo.Name = "lab_CcmNo";
  173. this.lab_CcmNo.Size = new System.Drawing.Size(29, 12);
  174. this.lab_CcmNo.TabIndex = 284;
  175. this.lab_CcmNo.Text = "铸机";
  176. //
  177. // ucmbStatus
  178. //
  179. appearance1.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  180. appearance1.BorderColor = System.Drawing.Color.Black;
  181. this.ucmbStatus.Appearance = appearance1;
  182. this.ucmbStatus.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  183. this.ucmbStatus.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  184. this.ucmbStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. valueListItem1.DataValue = "1";
  186. valueListItem1.DisplayText = "备用";
  187. valueListItem2.DataValue = "2";
  188. valueListItem2.DisplayText = "上线";
  189. valueListItem3.DataValue = "3";
  190. valueListItem3.DisplayText = "下线";
  191. valueListItem4.DataValue = "4";
  192. valueListItem4.DisplayText = "维修";
  193. this.ucmbStatus.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  194. valueListItem1,
  195. valueListItem2,
  196. valueListItem3,
  197. valueListItem4});
  198. this.ucmbStatus.Location = new System.Drawing.Point(135, 76);
  199. this.ucmbStatus.Name = "ucmbStatus";
  200. this.ucmbStatus.Size = new System.Drawing.Size(64, 19);
  201. this.ucmbStatus.TabIndex = 283;
  202. this.ucmbStatus.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  203. //
  204. // ucmbPos
  205. //
  206. appearance3.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  207. appearance3.BorderColor = System.Drawing.Color.Black;
  208. this.ucmbPos.Appearance = appearance3;
  209. this.ucmbPos.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  210. this.ucmbPos.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  211. this.ucmbPos.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. valueListItem10.DataValue = "1";
  213. valueListItem10.DisplayText = "S1";
  214. valueListItem11.DataValue = "2";
  215. valueListItem11.DisplayText = "S2";
  216. valueListItem12.DataValue = "3";
  217. valueListItem12.DisplayText = "S3";
  218. valueListItem13.DataValue = "4";
  219. valueListItem13.DisplayText = "S4";
  220. valueListItem14.DataValue = "5";
  221. valueListItem14.DisplayText = "S5";
  222. this.ucmbPos.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  223. valueListItem10,
  224. valueListItem11,
  225. valueListItem12,
  226. valueListItem13,
  227. valueListItem14});
  228. this.ucmbPos.Location = new System.Drawing.Point(135, 47);
  229. this.ucmbPos.Name = "ucmbPos";
  230. this.ucmbPos.Size = new System.Drawing.Size(64, 19);
  231. this.ucmbPos.TabIndex = 282;
  232. this.ucmbPos.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  233. //
  234. // tbCurrStatus
  235. //
  236. this.tbCurrStatus.BackColor = System.Drawing.SystemColors.Control;
  237. this.tbCurrStatus.Enabled = false;
  238. this.tbCurrStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.tbCurrStatus.Location = new System.Drawing.Point(47, 75);
  240. this.tbCurrStatus.Name = "tbCurrStatus";
  241. this.tbCurrStatus.ReadOnly = true;
  242. this.tbCurrStatus.Size = new System.Drawing.Size(55, 21);
  243. this.tbCurrStatus.TabIndex = 0;
  244. this.tbCurrStatus.Text = " ";
  245. //
  246. // tbCurrPos
  247. //
  248. this.tbCurrPos.BackColor = System.Drawing.SystemColors.Control;
  249. this.tbCurrPos.Enabled = false;
  250. this.tbCurrPos.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.tbCurrPos.Location = new System.Drawing.Point(47, 46);
  252. this.tbCurrPos.Name = "tbCurrPos";
  253. this.tbCurrPos.ReadOnly = true;
  254. this.tbCurrPos.Size = new System.Drawing.Size(55, 21);
  255. this.tbCurrPos.TabIndex = 2;
  256. this.tbCurrPos.Text = " ";
  257. //
  258. // label2
  259. //
  260. this.label2.AutoSize = true;
  261. this.label2.BackColor = System.Drawing.Color.Transparent;
  262. this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  263. this.label2.Location = new System.Drawing.Point(11, 79);
  264. this.label2.Name = "label2";
  265. this.label2.Size = new System.Drawing.Size(29, 12);
  266. this.label2.TabIndex = 0;
  267. this.label2.Text = "状态";
  268. //
  269. // label1
  270. //
  271. this.label1.AutoSize = true;
  272. this.label1.BackColor = System.Drawing.Color.Transparent;
  273. this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.label1.Location = new System.Drawing.Point(11, 50);
  275. this.label1.Name = "label1";
  276. this.label1.Size = new System.Drawing.Size(29, 12);
  277. this.label1.TabIndex = 0;
  278. this.label1.Text = "流号";
  279. //
  280. // label5
  281. //
  282. this.label5.AutoSize = true;
  283. this.label5.BackColor = System.Drawing.Color.Transparent;
  284. this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.label5.Location = new System.Drawing.Point(108, 79);
  286. this.label5.Name = "label5";
  287. this.label5.Size = new System.Drawing.Size(29, 12);
  288. this.label5.TabIndex = 0;
  289. this.label5.Text = "=〉";
  290. //
  291. // label4
  292. //
  293. this.label4.AutoSize = true;
  294. this.label4.BackColor = System.Drawing.Color.Transparent;
  295. this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. this.label4.Location = new System.Drawing.Point(108, 50);
  297. this.label4.Name = "label4";
  298. this.label4.Size = new System.Drawing.Size(29, 12);
  299. this.label4.TabIndex = 0;
  300. this.label4.Text = "=〉";
  301. //
  302. // FrmCL
  303. //
  304. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  305. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  306. this.BackColor = System.Drawing.Color.Gainsboro;
  307. this.CancelButton = this.btnclose;
  308. this.ClientSize = new System.Drawing.Size(221, 157);
  309. this.Controls.Add(this.ultraGroupBox1);
  310. this.MaximizeBox = false;
  311. this.MinimizeBox = false;
  312. this.Name = "FrmCL";
  313. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  314. this.Text = "";
  315. this.Load += new System.EventHandler(this.FrmCL_Load);
  316. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  317. this.ultraGroupBox1.ResumeLayout(false);
  318. this.ultraGroupBox1.PerformLayout();
  319. ((System.ComponentModel.ISupportInitialize)(this.ucmbStatus)).EndInit();
  320. ((System.ComponentModel.ISupportInitialize)(this.ucmbPos)).EndInit();
  321. this.ResumeLayout(false);
  322. }
  323. #endregion
  324. private System.Windows.Forms.Button btnclose;
  325. private System.Windows.Forms.Button btnOK;
  326. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  327. private System.Windows.Forms.TextBox tbCurrStatus;
  328. private System.Windows.Forms.TextBox tbCurrPos;
  329. private System.Windows.Forms.Label label2;
  330. private System.Windows.Forms.Label label1;
  331. private System.Windows.Forms.Label label5;
  332. private System.Windows.Forms.Label label4;
  333. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmbPos;
  334. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmbStatus;
  335. private System.Windows.Forms.Label lab_CcmNo;
  336. private System.Windows.Forms.ComboBox cmbCCM;
  337. private System.Windows.Forms.Label labDM;
  338. private System.Windows.Forms.TextBox txtWidth;
  339. private System.Windows.Forms.Label label11;
  340. private System.Windows.Forms.TextBox tbDM;
  341. }
  342. }