FrmSG.designer.cs 17 KB

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