FrmTD.designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmTD
  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 appearance2 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  35. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  36. this.btnclose = new System.Windows.Forms.Button();
  37. this.btnOK = new System.Windows.Forms.Button();
  38. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  39. this.ucmeStatus = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  40. this.ucmePos = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  41. this.txtCurrStatus = new System.Windows.Forms.TextBox();
  42. this.txtCurrPos = new System.Windows.Forms.TextBox();
  43. this.label2 = new System.Windows.Forms.Label();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.label5 = new System.Windows.Forms.Label();
  46. this.label4 = new System.Windows.Forms.Label();
  47. this.cmbCCM = new System.Windows.Forms.ComboBox();
  48. this.lab_CcmNo = new System.Windows.Forms.Label();
  49. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  50. this.ultraGroupBox1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.ucmeStatus)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.ucmePos)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // btnclose
  56. //
  57. this.btnclose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  58. this.btnclose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.btnclose.Location = new System.Drawing.Point(125, 110);
  60. this.btnclose.Name = "btnclose";
  61. this.btnclose.Size = new System.Drawing.Size(63, 24);
  62. this.btnclose.TabIndex = 2;
  63. this.btnclose.Text = "关闭";
  64. this.btnclose.UseVisualStyleBackColor = true;
  65. this.btnclose.Click += new System.EventHandler(this.btnclose_Click);
  66. //
  67. // btnOK
  68. //
  69. this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.btnOK.Location = new System.Drawing.Point(46, 110);
  71. this.btnOK.Name = "btnOK";
  72. this.btnOK.Size = new System.Drawing.Size(63, 24);
  73. this.btnOK.TabIndex = 1;
  74. this.btnOK.Text = "确定";
  75. this.btnOK.UseVisualStyleBackColor = true;
  76. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  77. //
  78. // ultraGroupBox1
  79. //
  80. this.ultraGroupBox1.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
  81. this.ultraGroupBox1.Controls.Add(this.cmbCCM);
  82. this.ultraGroupBox1.Controls.Add(this.lab_CcmNo);
  83. this.ultraGroupBox1.Controls.Add(this.ucmeStatus);
  84. this.ultraGroupBox1.Controls.Add(this.btnclose);
  85. this.ultraGroupBox1.Controls.Add(this.ucmePos);
  86. this.ultraGroupBox1.Controls.Add(this.btnOK);
  87. this.ultraGroupBox1.Controls.Add(this.txtCurrStatus);
  88. this.ultraGroupBox1.Controls.Add(this.txtCurrPos);
  89. this.ultraGroupBox1.Controls.Add(this.label2);
  90. this.ultraGroupBox1.Controls.Add(this.label1);
  91. this.ultraGroupBox1.Controls.Add(this.label5);
  92. this.ultraGroupBox1.Controls.Add(this.label4);
  93. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.ultraGroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  96. this.ultraGroupBox1.Name = "ultraGroupBox1";
  97. this.ultraGroupBox1.Size = new System.Drawing.Size(230, 141);
  98. this.ultraGroupBox1.TabIndex = 0;
  99. this.ultraGroupBox1.Text = "[]-中间包[]";
  100. //
  101. // ucmeStatus
  102. //
  103. appearance1.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  104. appearance1.BorderColor = System.Drawing.Color.Black;
  105. this.ucmeStatus.Appearance = appearance1;
  106. this.ucmeStatus.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  107. this.ucmeStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. valueListItem1.DataValue = "0";
  109. valueListItem1.DisplayText = "备用";
  110. valueListItem2.DataValue = "1";
  111. valueListItem2.DisplayText = "等待位";
  112. valueListItem3.DataValue = "2";
  113. valueListItem3.DisplayText = "浇铸位";
  114. valueListItem4.DataValue = "3";
  115. valueListItem4.DisplayText = "下线";
  116. this.ucmeStatus.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  117. valueListItem1,
  118. valueListItem2,
  119. valueListItem3,
  120. valueListItem4});
  121. this.ucmeStatus.Location = new System.Drawing.Point(143, 77);
  122. this.ucmeStatus.Name = "ucmeStatus";
  123. this.ucmeStatus.Size = new System.Drawing.Size(64, 19);
  124. this.ucmeStatus.TabIndex = 314;
  125. this.ucmeStatus.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  126. //
  127. // ucmePos
  128. //
  129. appearance2.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  130. appearance2.BorderColor = System.Drawing.Color.Black;
  131. this.ucmePos.Appearance = appearance2;
  132. this.ucmePos.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  133. this.ucmePos.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. valueListItem5.DataValue = "0";
  135. valueListItem5.DisplayText = "南";
  136. valueListItem6.DataValue = "1";
  137. valueListItem6.DisplayText = "北";
  138. this.ucmePos.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  139. valueListItem5,
  140. valueListItem6});
  141. this.ucmePos.Location = new System.Drawing.Point(143, 48);
  142. this.ucmePos.Name = "ucmePos";
  143. this.ucmePos.Size = new System.Drawing.Size(64, 19);
  144. this.ucmePos.TabIndex = 313;
  145. this.ucmePos.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  146. //
  147. // txtCurrStatus
  148. //
  149. this.txtCurrStatus.BackColor = System.Drawing.SystemColors.Control;
  150. this.txtCurrStatus.Enabled = false;
  151. this.txtCurrStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.txtCurrStatus.Location = new System.Drawing.Point(55, 76);
  153. this.txtCurrStatus.Name = "txtCurrStatus";
  154. this.txtCurrStatus.ReadOnly = true;
  155. this.txtCurrStatus.Size = new System.Drawing.Size(55, 21);
  156. this.txtCurrStatus.TabIndex = 3;
  157. this.txtCurrStatus.Text = " ";
  158. //
  159. // txtCurrPos
  160. //
  161. this.txtCurrPos.BackColor = System.Drawing.SystemColors.Control;
  162. this.txtCurrPos.Enabled = false;
  163. this.txtCurrPos.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.txtCurrPos.Location = new System.Drawing.Point(55, 47);
  165. this.txtCurrPos.Name = "txtCurrPos";
  166. this.txtCurrPos.ReadOnly = true;
  167. this.txtCurrPos.Size = new System.Drawing.Size(55, 21);
  168. this.txtCurrPos.TabIndex = 1;
  169. this.txtCurrPos.Text = " ";
  170. //
  171. // label2
  172. //
  173. this.label2.AutoSize = true;
  174. this.label2.BackColor = System.Drawing.Color.Transparent;
  175. this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.label2.Location = new System.Drawing.Point(19, 80);
  177. this.label2.Name = "label2";
  178. this.label2.Size = new System.Drawing.Size(29, 12);
  179. this.label2.TabIndex = 0;
  180. this.label2.Text = "状态";
  181. //
  182. // label1
  183. //
  184. this.label1.AutoSize = true;
  185. this.label1.BackColor = System.Drawing.Color.Transparent;
  186. this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.label1.Location = new System.Drawing.Point(19, 51);
  188. this.label1.Name = "label1";
  189. this.label1.Size = new System.Drawing.Size(29, 12);
  190. this.label1.TabIndex = 0;
  191. this.label1.Text = "工位";
  192. //
  193. // label5
  194. //
  195. this.label5.AutoSize = true;
  196. this.label5.BackColor = System.Drawing.Color.Transparent;
  197. this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.label5.Location = new System.Drawing.Point(116, 80);
  199. this.label5.Name = "label5";
  200. this.label5.Size = new System.Drawing.Size(29, 12);
  201. this.label5.TabIndex = 0;
  202. this.label5.Text = "=〉";
  203. //
  204. // label4
  205. //
  206. this.label4.AutoSize = true;
  207. this.label4.BackColor = System.Drawing.Color.Transparent;
  208. this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.label4.Location = new System.Drawing.Point(116, 51);
  210. this.label4.Name = "label4";
  211. this.label4.Size = new System.Drawing.Size(29, 12);
  212. this.label4.TabIndex = 0;
  213. this.label4.Text = "=〉";
  214. //
  215. // cmbCCM
  216. //
  217. this.cmbCCM.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  218. this.cmbCCM.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.cmbCCM.FormattingEnabled = true;
  220. this.cmbCCM.Items.AddRange(new object[] {
  221. "1#连铸机",
  222. "2#连铸机",
  223. "3#连铸机"});
  224. this.cmbCCM.Location = new System.Drawing.Point(55, 22);
  225. this.cmbCCM.Name = "cmbCCM";
  226. this.cmbCCM.Size = new System.Drawing.Size(152, 20);
  227. this.cmbCCM.TabIndex = 316;
  228. //
  229. // lab_CcmNo
  230. //
  231. this.lab_CcmNo.AutoSize = true;
  232. this.lab_CcmNo.BackColor = System.Drawing.Color.Transparent;
  233. this.lab_CcmNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.lab_CcmNo.Location = new System.Drawing.Point(20, 27);
  235. this.lab_CcmNo.Name = "lab_CcmNo";
  236. this.lab_CcmNo.Size = new System.Drawing.Size(29, 12);
  237. this.lab_CcmNo.TabIndex = 315;
  238. this.lab_CcmNo.Text = "铸机";
  239. //
  240. // FrmTD
  241. //
  242. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  243. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  244. this.BackColor = System.Drawing.Color.Gainsboro;
  245. this.CancelButton = this.btnclose;
  246. this.ClientSize = new System.Drawing.Size(230, 141);
  247. this.Controls.Add(this.ultraGroupBox1);
  248. this.MaximizeBox = false;
  249. this.MinimizeBox = false;
  250. this.Name = "FrmTD";
  251. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  252. this.Text = "中间包设置";
  253. this.Load += new System.EventHandler(this.FrmTD_Load);
  254. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  255. this.ultraGroupBox1.ResumeLayout(false);
  256. this.ultraGroupBox1.PerformLayout();
  257. ((System.ComponentModel.ISupportInitialize)(this.ucmeStatus)).EndInit();
  258. ((System.ComponentModel.ISupportInitialize)(this.ucmePos)).EndInit();
  259. this.ResumeLayout(false);
  260. }
  261. #endregion
  262. private System.Windows.Forms.Button btnclose;
  263. private System.Windows.Forms.Button btnOK;
  264. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  265. private System.Windows.Forms.TextBox txtCurrStatus;
  266. private System.Windows.Forms.TextBox txtCurrPos;
  267. private System.Windows.Forms.Label label2;
  268. private System.Windows.Forms.Label label1;
  269. private System.Windows.Forms.Label label5;
  270. private System.Windows.Forms.Label label4;
  271. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmePos;
  272. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeStatus;
  273. private System.Windows.Forms.ComboBox cmbCCM;
  274. private System.Windows.Forms.Label lab_CcmNo;
  275. }
  276. }