FrmEAFBaseInfo.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmEAFBaseInfo
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmEAFBaseInfo));
  29. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  32. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  33. this.ADD = new System.Windows.Forms.ToolStripButton();
  34. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  35. this.EDIT = new System.Windows.Forms.ToolStripButton();
  36. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  37. this.DEL = new System.Windows.Forms.ToolStripButton();
  38. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  39. this.CLOSE = new System.Windows.Forms.ToolStripButton();
  40. this.panel1 = new System.Windows.Forms.Panel();
  41. this.cmbPlan = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  42. this.cmbLH = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  43. this.cmbLKBH = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  44. this.dTPkdate = new System.Windows.Forms.DateTimePicker();
  45. this.txtMEMO = new System.Windows.Forms.TextBox();
  46. this.txtLJ = new System.Windows.Forms.TextBox();
  47. this.txtSLKCS = new System.Windows.Forms.TextBox();
  48. this.txtCS = new System.Windows.Forms.TextBox();
  49. this.txtBJ = new System.Windows.Forms.TextBox();
  50. this.txtBL = new System.Windows.Forms.TextBox();
  51. this.label10 = new System.Windows.Forms.Label();
  52. this.label9 = new System.Windows.Forms.Label();
  53. this.label3 = new System.Windows.Forms.Label();
  54. this.label6 = new System.Windows.Forms.Label();
  55. this.label5 = new System.Windows.Forms.Label();
  56. this.label4 = new System.Windows.Forms.Label();
  57. this.label8 = new System.Windows.Forms.Label();
  58. this.label7 = new System.Windows.Forms.Label();
  59. this.label2 = new System.Windows.Forms.Label();
  60. this.label1 = new System.Windows.Forms.Label();
  61. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  62. this.toolStrip1.SuspendLayout();
  63. this.panel1.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.cmbPlan)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.cmbLH)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.cmbLKBH)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  68. this.ultraGroupBox1.SuspendLayout();
  69. this.SuspendLayout();
  70. //
  71. // toolStrip1
  72. //
  73. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  74. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  75. this.ADD,
  76. this.toolStripSeparator1,
  77. this.EDIT,
  78. this.toolStripSeparator3,
  79. this.DEL,
  80. this.toolStripSeparator2,
  81. this.CLOSE});
  82. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  83. this.toolStrip1.Name = "toolStrip1";
  84. this.toolStrip1.Size = new System.Drawing.Size(300, 25);
  85. this.toolStrip1.TabIndex = 2;
  86. this.toolStrip1.Text = "toolStrip1";
  87. this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
  88. //
  89. // ADD
  90. //
  91. this.ADD.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  92. this.ADD.ImageTransparentColor = System.Drawing.Color.Magenta;
  93. this.ADD.Name = "ADD";
  94. this.ADD.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  95. this.ADD.Size = new System.Drawing.Size(71, 22);
  96. this.ADD.Text = "新增(&A)";
  97. this.ADD.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
  98. //
  99. // toolStripSeparator1
  100. //
  101. this.toolStripSeparator1.Name = "toolStripSeparator1";
  102. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  103. //
  104. // EDIT
  105. //
  106. this.EDIT.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  107. this.EDIT.ImageTransparentColor = System.Drawing.Color.Magenta;
  108. this.EDIT.Name = "EDIT";
  109. this.EDIT.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  110. this.EDIT.Size = new System.Drawing.Size(71, 22);
  111. this.EDIT.Text = "修改(&U)";
  112. this.EDIT.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
  113. //
  114. // toolStripSeparator3
  115. //
  116. this.toolStripSeparator3.Name = "toolStripSeparator3";
  117. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  118. //
  119. // DEL
  120. //
  121. this.DEL.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  122. this.DEL.Image = ((System.Drawing.Image)(resources.GetObject("DEL.Image")));
  123. this.DEL.ImageTransparentColor = System.Drawing.Color.Magenta;
  124. this.DEL.Name = "DEL";
  125. this.DEL.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  126. this.DEL.Size = new System.Drawing.Size(71, 22);
  127. this.DEL.Text = "删除(&D)";
  128. //
  129. // toolStripSeparator2
  130. //
  131. this.toolStripSeparator2.Name = "toolStripSeparator2";
  132. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  133. //
  134. // CLOSE
  135. //
  136. this.CLOSE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  137. this.CLOSE.Image = ((System.Drawing.Image)(resources.GetObject("CLOSE.Image")));
  138. this.CLOSE.ImageTransparentColor = System.Drawing.Color.Magenta;
  139. this.CLOSE.Name = "CLOSE";
  140. this.CLOSE.Padding = new System.Windows.Forms.Padding(6, 2, 10, 3);
  141. this.CLOSE.Size = new System.Drawing.Size(67, 22);
  142. this.CLOSE.Text = "关闭(&C)";
  143. //
  144. // panel1
  145. //
  146. this.panel1.Controls.Add(this.cmbPlan);
  147. this.panel1.Controls.Add(this.cmbLH);
  148. this.panel1.Controls.Add(this.cmbLKBH);
  149. this.panel1.Controls.Add(this.dTPkdate);
  150. this.panel1.Controls.Add(this.txtMEMO);
  151. this.panel1.Controls.Add(this.txtLJ);
  152. this.panel1.Controls.Add(this.txtSLKCS);
  153. this.panel1.Controls.Add(this.txtCS);
  154. this.panel1.Controls.Add(this.txtBJ);
  155. this.panel1.Controls.Add(this.txtBL);
  156. this.panel1.Controls.Add(this.label10);
  157. this.panel1.Controls.Add(this.label9);
  158. this.panel1.Controls.Add(this.label3);
  159. this.panel1.Controls.Add(this.label6);
  160. this.panel1.Controls.Add(this.label5);
  161. this.panel1.Controls.Add(this.label4);
  162. this.panel1.Controls.Add(this.label8);
  163. this.panel1.Controls.Add(this.label7);
  164. this.panel1.Controls.Add(this.label2);
  165. this.panel1.Controls.Add(this.label1);
  166. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  167. this.panel1.Location = new System.Drawing.Point(3, 0);
  168. this.panel1.Name = "panel1";
  169. this.panel1.Size = new System.Drawing.Size(294, 355);
  170. this.panel1.TabIndex = 3;
  171. //
  172. // cmbPlan
  173. //
  174. appearance2.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  175. appearance2.BorderColor = System.Drawing.Color.Black;
  176. this.cmbPlan.Appearance = appearance2;
  177. this.cmbPlan.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  178. this.cmbPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.cmbPlan.Location = new System.Drawing.Point(106, 68);
  180. this.cmbPlan.Name = "cmbPlan";
  181. this.cmbPlan.Size = new System.Drawing.Size(121, 19);
  182. this.cmbPlan.TabIndex = 284;
  183. this.cmbPlan.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  184. //
  185. // cmbLH
  186. //
  187. appearance4.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  188. appearance4.BorderColor = System.Drawing.Color.Black;
  189. this.cmbLH.Appearance = appearance4;
  190. this.cmbLH.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  191. this.cmbLH.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.cmbLH.Location = new System.Drawing.Point(106, 42);
  193. this.cmbLH.Name = "cmbLH";
  194. this.cmbLH.Size = new System.Drawing.Size(121, 19);
  195. this.cmbLH.TabIndex = 284;
  196. this.cmbLH.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  197. //
  198. // cmbLKBH
  199. //
  200. appearance1.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  201. appearance1.BorderColor = System.Drawing.Color.Black;
  202. this.cmbLKBH.Appearance = appearance1;
  203. this.cmbLKBH.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  204. this.cmbLKBH.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.cmbLKBH.Location = new System.Drawing.Point(106, 17);
  206. this.cmbLKBH.Name = "cmbLKBH";
  207. this.cmbLKBH.Size = new System.Drawing.Size(121, 19);
  208. this.cmbLKBH.TabIndex = 284;
  209. this.cmbLKBH.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  210. this.cmbLKBH.SelectionChanged += new System.EventHandler(this.cBxLKBH_SelectionChanged);
  211. //
  212. // dTPkdate
  213. //
  214. this.dTPkdate.CustomFormat = "";
  215. this.dTPkdate.Location = new System.Drawing.Point(107, 93);
  216. this.dTPkdate.Name = "dTPkdate";
  217. this.dTPkdate.Size = new System.Drawing.Size(120, 21);
  218. this.dTPkdate.TabIndex = 4;
  219. this.dTPkdate.Value = new System.DateTime(2011, 1, 6, 0, 0, 0, 0);
  220. //
  221. // txtMEMO
  222. //
  223. this.txtMEMO.Location = new System.Drawing.Point(107, 260);
  224. this.txtMEMO.Multiline = true;
  225. this.txtMEMO.Name = "txtMEMO";
  226. this.txtMEMO.Size = new System.Drawing.Size(120, 65);
  227. this.txtMEMO.TabIndex = 3;
  228. //
  229. // txtLJ
  230. //
  231. this.txtLJ.Location = new System.Drawing.Point(106, 231);
  232. this.txtLJ.Name = "txtLJ";
  233. this.txtLJ.Size = new System.Drawing.Size(120, 21);
  234. this.txtLJ.TabIndex = 3;
  235. //
  236. // txtSLKCS
  237. //
  238. this.txtSLKCS.Location = new System.Drawing.Point(106, 175);
  239. this.txtSLKCS.Name = "txtSLKCS";
  240. this.txtSLKCS.Size = new System.Drawing.Size(120, 21);
  241. this.txtSLKCS.TabIndex = 3;
  242. //
  243. // txtCS
  244. //
  245. this.txtCS.Location = new System.Drawing.Point(105, 203);
  246. this.txtCS.Name = "txtCS";
  247. this.txtCS.Size = new System.Drawing.Size(120, 21);
  248. this.txtCS.TabIndex = 3;
  249. //
  250. // txtBJ
  251. //
  252. this.txtBJ.Location = new System.Drawing.Point(107, 147);
  253. this.txtBJ.Name = "txtBJ";
  254. this.txtBJ.Size = new System.Drawing.Size(120, 21);
  255. this.txtBJ.TabIndex = 3;
  256. //
  257. // txtBL
  258. //
  259. this.txtBL.Location = new System.Drawing.Point(107, 120);
  260. this.txtBL.Name = "txtBL";
  261. this.txtBL.Size = new System.Drawing.Size(120, 21);
  262. this.txtBL.TabIndex = 3;
  263. //
  264. // label10
  265. //
  266. this.label10.AutoSize = true;
  267. this.label10.Location = new System.Drawing.Point(73, 264);
  268. this.label10.Name = "label10";
  269. this.label10.Size = new System.Drawing.Size(29, 12);
  270. this.label10.TabIndex = 2;
  271. this.label10.Text = "备注";
  272. //
  273. // label9
  274. //
  275. this.label9.AutoSize = true;
  276. this.label9.Location = new System.Drawing.Point(39, 235);
  277. this.label9.Name = "label9";
  278. this.label9.Size = new System.Drawing.Size(65, 12);
  279. this.label9.TabIndex = 2;
  280. this.label9.Text = "称钢累计量";
  281. //
  282. // label3
  283. //
  284. this.label3.AutoSize = true;
  285. this.label3.Location = new System.Drawing.Point(16, 179);
  286. this.label3.Name = "label3";
  287. this.label3.Size = new System.Drawing.Size(89, 12);
  288. this.label3.TabIndex = 2;
  289. this.label3.Text = "上炉壳使用次数";
  290. //
  291. // label6
  292. //
  293. this.label6.AutoSize = true;
  294. this.label6.Location = new System.Drawing.Point(47, 207);
  295. this.label6.Name = "label6";
  296. this.label6.Size = new System.Drawing.Size(53, 12);
  297. this.label6.TabIndex = 2;
  298. this.label6.Text = "使用次数";
  299. //
  300. // label5
  301. //
  302. this.label5.AutoSize = true;
  303. this.label5.Location = new System.Drawing.Point(50, 151);
  304. this.label5.Name = "label5";
  305. this.label5.Size = new System.Drawing.Size(53, 12);
  306. this.label5.TabIndex = 2;
  307. this.label5.Text = "炉壳级别";
  308. //
  309. // label4
  310. //
  311. this.label4.AutoSize = true;
  312. this.label4.Location = new System.Drawing.Point(50, 124);
  313. this.label4.Name = "label4";
  314. this.label4.Size = new System.Drawing.Size(53, 12);
  315. this.label4.TabIndex = 2;
  316. this.label4.Text = "炉壳炉龄";
  317. //
  318. // label8
  319. //
  320. this.label8.AutoSize = true;
  321. this.label8.Location = new System.Drawing.Point(47, 98);
  322. this.label8.Name = "label8";
  323. this.label8.Size = new System.Drawing.Size(53, 12);
  324. this.label8.TabIndex = 0;
  325. this.label8.Text = "购买日期";
  326. //
  327. // label7
  328. //
  329. this.label7.AutoSize = true;
  330. this.label7.Location = new System.Drawing.Point(47, 71);
  331. this.label7.Name = "label7";
  332. this.label7.Size = new System.Drawing.Size(53, 12);
  333. this.label7.TabIndex = 0;
  334. this.label7.Text = "计划编号";
  335. //
  336. // label2
  337. //
  338. this.label2.AutoSize = true;
  339. this.label2.Location = new System.Drawing.Point(47, 46);
  340. this.label2.Name = "label2";
  341. this.label2.Size = new System.Drawing.Size(53, 12);
  342. this.label2.TabIndex = 0;
  343. this.label2.Text = "对应炉号";
  344. //
  345. // label1
  346. //
  347. this.label1.AutoSize = true;
  348. this.label1.Location = new System.Drawing.Point(47, 20);
  349. this.label1.Name = "label1";
  350. this.label1.Size = new System.Drawing.Size(53, 12);
  351. this.label1.TabIndex = 0;
  352. this.label1.Text = "炉壳编号";
  353. //
  354. // ultraGroupBox1
  355. //
  356. this.ultraGroupBox1.Controls.Add(this.panel1);
  357. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  358. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 25);
  359. this.ultraGroupBox1.Name = "ultraGroupBox1";
  360. this.ultraGroupBox1.Size = new System.Drawing.Size(300, 358);
  361. this.ultraGroupBox1.TabIndex = 4;
  362. //
  363. // FrmEAFBaseInfo
  364. //
  365. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  366. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  367. this.ClientSize = new System.Drawing.Size(300, 383);
  368. this.Controls.Add(this.ultraGroupBox1);
  369. this.Controls.Add(this.toolStrip1);
  370. this.MaximizeBox = false;
  371. this.MinimizeBox = false;
  372. this.Name = "FrmEAFBaseInfo";
  373. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  374. this.Text = "炉壳基本信息";
  375. this.Load += new System.EventHandler(this.FrmEAFBaseInfo_Load);
  376. this.toolStrip1.ResumeLayout(false);
  377. this.toolStrip1.PerformLayout();
  378. this.panel1.ResumeLayout(false);
  379. this.panel1.PerformLayout();
  380. ((System.ComponentModel.ISupportInitialize)(this.cmbPlan)).EndInit();
  381. ((System.ComponentModel.ISupportInitialize)(this.cmbLH)).EndInit();
  382. ((System.ComponentModel.ISupportInitialize)(this.cmbLKBH)).EndInit();
  383. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  384. this.ultraGroupBox1.ResumeLayout(false);
  385. this.ResumeLayout(false);
  386. this.PerformLayout();
  387. }
  388. #endregion
  389. private System.Windows.Forms.ToolStrip toolStrip1;
  390. private System.Windows.Forms.ToolStripButton ADD;
  391. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  392. private System.Windows.Forms.ToolStripButton EDIT;
  393. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  394. private System.Windows.Forms.ToolStripButton DEL;
  395. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  396. private System.Windows.Forms.ToolStripButton CLOSE;
  397. private System.Windows.Forms.Panel panel1;
  398. private System.Windows.Forms.Label label1;
  399. private System.Windows.Forms.Label label2;
  400. private System.Windows.Forms.TextBox txtBJ;
  401. private System.Windows.Forms.TextBox txtBL;
  402. private System.Windows.Forms.Label label5;
  403. private System.Windows.Forms.Label label4;
  404. private System.Windows.Forms.TextBox txtCS;
  405. private System.Windows.Forms.Label label6;
  406. private System.Windows.Forms.Label label7;
  407. private System.Windows.Forms.DateTimePicker dTPkdate;
  408. private System.Windows.Forms.Label label8;
  409. private System.Windows.Forms.TextBox txtLJ;
  410. private System.Windows.Forms.Label label9;
  411. private System.Windows.Forms.TextBox txtMEMO;
  412. private System.Windows.Forms.Label label10;
  413. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbLKBH;
  414. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbLH;
  415. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbPlan;
  416. private System.Windows.Forms.TextBox txtSLKCS;
  417. private System.Windows.Forms.Label label3;
  418. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  419. }
  420. }