FrmCLBaseInfoBP.Designer.cs 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmCLBaseInfoBP
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCLBaseInfoBP));
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  31. this.ADD = new System.Windows.Forms.ToolStripButton();
  32. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  33. this.EDIT = new System.Windows.Forms.ToolStripButton();
  34. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  35. this.DEL = new System.Windows.Forms.ToolStripButton();
  36. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  37. this.CLOSE = new System.Windows.Forms.ToolStripButton();
  38. this.cmbID = new System.Windows.Forms.ComboBox();
  39. this.lblTundishID = new System.Windows.Forms.Label();
  40. this.lblCreateDate = new System.Windows.Forms.Label();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.txtTgl = new System.Windows.Forms.TextBox();
  43. this.lblAge = new System.Windows.Forms.Label();
  44. this.lblNowStatus = new System.Windows.Forms.Label();
  45. this.txtMemo = new System.Windows.Forms.TextBox();
  46. this.lblBaseInfoMemo = new System.Windows.Forms.Label();
  47. this.udtePTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  48. this.udteBuyTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  49. this.ulgrpBaseInfoEdit = new Infragistics.Win.Misc.UltraGroupBox();
  50. this.txtRightAge = new System.Windows.Forms.TextBox();
  51. this.lblRightAge = new System.Windows.Forms.Label();
  52. this.txtLeftAge = new System.Windows.Forms.TextBox();
  53. this.lblLeftAge = new System.Windows.Forms.Label();
  54. this.txtInnerAge = new System.Windows.Forms.TextBox();
  55. this.lblInnerAge = new System.Windows.Forms.Label();
  56. this.txtOutAge = new System.Windows.Forms.TextBox();
  57. this.lblOutAge = new System.Windows.Forms.Label();
  58. this.txtCS = new System.Windows.Forms.TextBox();
  59. this.label4 = new System.Windows.Forms.Label();
  60. this.label3 = new System.Windows.Forms.Label();
  61. this.label16 = new System.Windows.Forms.Label();
  62. this.label15 = new System.Windows.Forms.Label();
  63. this.txtPos = new System.Windows.Forms.TextBox();
  64. this.txtStatus = new System.Windows.Forms.TextBox();
  65. this.txtCS6 = new System.Windows.Forms.TextBox();
  66. this.txtCS4 = new System.Windows.Forms.TextBox();
  67. this.txtCS5 = new System.Windows.Forms.TextBox();
  68. this.txtCS3 = new System.Windows.Forms.TextBox();
  69. this.txtCS2 = new System.Windows.Forms.TextBox();
  70. this.txtCS1 = new System.Windows.Forms.TextBox();
  71. this.label5 = new System.Windows.Forms.Label();
  72. this.label14 = new System.Windows.Forms.Label();
  73. this.label11 = new System.Windows.Forms.Label();
  74. this.label13 = new System.Windows.Forms.Label();
  75. this.label9 = new System.Windows.Forms.Label();
  76. this.label7 = new System.Windows.Forms.Label();
  77. this.label2 = new System.Windows.Forms.Label();
  78. this.cmbCCM = new System.Windows.Forms.ComboBox();
  79. this.cmbID6 = new System.Windows.Forms.ComboBox();
  80. this.cmbID5 = new System.Windows.Forms.ComboBox();
  81. this.cmbID4 = new System.Windows.Forms.ComboBox();
  82. this.cmbID3 = new System.Windows.Forms.ComboBox();
  83. this.cmbID2 = new System.Windows.Forms.ComboBox();
  84. this.cmbID1 = new System.Windows.Forms.ComboBox();
  85. this.toolStrip1.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.udtePTime)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.udteBuyTime)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.ulgrpBaseInfoEdit)).BeginInit();
  89. this.ulgrpBaseInfoEdit.SuspendLayout();
  90. this.SuspendLayout();
  91. //
  92. // toolStrip1
  93. //
  94. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  95. this.ADD,
  96. this.toolStripSeparator1,
  97. this.EDIT,
  98. this.toolStripSeparator2,
  99. this.DEL,
  100. this.toolStripSeparator3,
  101. this.CLOSE});
  102. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  103. this.toolStrip1.Name = "toolStrip1";
  104. this.toolStrip1.Size = new System.Drawing.Size(430, 30);
  105. this.toolStrip1.TabIndex = 1;
  106. this.toolStrip1.Text = "toolStrip1";
  107. this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
  108. //
  109. // ADD
  110. //
  111. this.ADD.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  112. this.ADD.ImageTransparentColor = System.Drawing.Color.Magenta;
  113. this.ADD.Name = "ADD";
  114. this.ADD.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  115. this.ADD.Size = new System.Drawing.Size(56, 27);
  116. this.ADD.Text = "新增";
  117. this.ADD.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
  118. //
  119. // toolStripSeparator1
  120. //
  121. this.toolStripSeparator1.Name = "toolStripSeparator1";
  122. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 30);
  123. //
  124. // EDIT
  125. //
  126. this.EDIT.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  127. this.EDIT.ImageTransparentColor = System.Drawing.Color.Magenta;
  128. this.EDIT.Name = "EDIT";
  129. this.EDIT.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  130. this.EDIT.Size = new System.Drawing.Size(56, 27);
  131. this.EDIT.Text = "修改";
  132. this.EDIT.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
  133. //
  134. // toolStripSeparator2
  135. //
  136. this.toolStripSeparator2.Name = "toolStripSeparator2";
  137. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 30);
  138. //
  139. // DEL
  140. //
  141. this.DEL.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  142. this.DEL.Image = ((System.Drawing.Image)(resources.GetObject("DEL.Image")));
  143. this.DEL.ImageTransparentColor = System.Drawing.Color.Magenta;
  144. this.DEL.Name = "DEL";
  145. this.DEL.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  146. this.DEL.Size = new System.Drawing.Size(56, 27);
  147. this.DEL.Text = "删除";
  148. //
  149. // toolStripSeparator3
  150. //
  151. this.toolStripSeparator3.Name = "toolStripSeparator3";
  152. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 30);
  153. //
  154. // CLOSE
  155. //
  156. this.CLOSE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  157. this.CLOSE.Image = ((System.Drawing.Image)(resources.GetObject("CLOSE.Image")));
  158. this.CLOSE.ImageTransparentColor = System.Drawing.Color.Magenta;
  159. this.CLOSE.Name = "CLOSE";
  160. this.CLOSE.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  161. this.CLOSE.Size = new System.Drawing.Size(56, 27);
  162. this.CLOSE.Text = "关闭";
  163. //
  164. // cmbID
  165. //
  166. this.cmbID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.cmbID.FormattingEnabled = true;
  168. this.cmbID.Location = new System.Drawing.Point(287, 22);
  169. this.cmbID.Name = "cmbID";
  170. this.cmbID.Size = new System.Drawing.Size(111, 20);
  171. this.cmbID.TabIndex = 1;
  172. this.cmbID.SelectedIndexChanged += new System.EventHandler(this.cbbID_SelectedIndexChanged);
  173. //
  174. // lblTundishID
  175. //
  176. this.lblTundishID.AutoSize = true;
  177. this.lblTundishID.BackColor = System.Drawing.Color.Transparent;
  178. this.lblTundishID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.lblTundishID.Location = new System.Drawing.Point(218, 26);
  180. this.lblTundishID.Name = "lblTundishID";
  181. this.lblTundishID.Size = new System.Drawing.Size(65, 12);
  182. this.lblTundishID.TabIndex = 0;
  183. this.lblTundishID.Text = "结晶器编号";
  184. //
  185. // lblCreateDate
  186. //
  187. this.lblCreateDate.AutoSize = true;
  188. this.lblCreateDate.BackColor = System.Drawing.Color.Transparent;
  189. this.lblCreateDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.lblCreateDate.Location = new System.Drawing.Point(230, 223);
  191. this.lblCreateDate.Name = "lblCreateDate";
  192. this.lblCreateDate.Size = new System.Drawing.Size(53, 12);
  193. this.lblCreateDate.TabIndex = 0;
  194. this.lblCreateDate.Text = "购买日期";
  195. //
  196. // label1
  197. //
  198. this.label1.AutoSize = true;
  199. this.label1.BackColor = System.Drawing.Color.Transparent;
  200. this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.label1.Location = new System.Drawing.Point(35, 223);
  202. this.label1.Name = "label1";
  203. this.label1.Size = new System.Drawing.Size(53, 12);
  204. this.label1.TabIndex = 0;
  205. this.label1.Text = "生产日期";
  206. //
  207. // txtTgl
  208. //
  209. this.txtTgl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.txtTgl.Location = new System.Drawing.Point(287, 49);
  211. this.txtTgl.MaxLength = 10;
  212. this.txtTgl.Name = "txtTgl";
  213. this.txtTgl.Size = new System.Drawing.Size(111, 21);
  214. this.txtTgl.TabIndex = 3;
  215. this.txtTgl.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAge_KeyPress);
  216. //
  217. // lblAge
  218. //
  219. this.lblAge.AutoSize = true;
  220. this.lblAge.BackColor = System.Drawing.Color.Transparent;
  221. this.lblAge.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.lblAge.Location = new System.Drawing.Point(242, 53);
  223. this.lblAge.Name = "lblAge";
  224. this.lblAge.Size = new System.Drawing.Size(41, 12);
  225. this.lblAge.TabIndex = 0;
  226. this.lblAge.Text = "通钢量";
  227. //
  228. // lblNowStatus
  229. //
  230. this.lblNowStatus.AutoSize = true;
  231. this.lblNowStatus.BackColor = System.Drawing.Color.Transparent;
  232. this.lblNowStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.lblNowStatus.Location = new System.Drawing.Point(35, 194);
  234. this.lblNowStatus.Name = "lblNowStatus";
  235. this.lblNowStatus.Size = new System.Drawing.Size(53, 12);
  236. this.lblNowStatus.TabIndex = 0;
  237. this.lblNowStatus.Text = "当前状态";
  238. //
  239. // txtMemo
  240. //
  241. this.txtMemo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.txtMemo.Location = new System.Drawing.Point(94, 246);
  243. this.txtMemo.MaxLength = 300;
  244. this.txtMemo.Multiline = true;
  245. this.txtMemo.Name = "txtMemo";
  246. this.txtMemo.Size = new System.Drawing.Size(306, 49);
  247. this.txtMemo.TabIndex = 20;
  248. //
  249. // lblBaseInfoMemo
  250. //
  251. this.lblBaseInfoMemo.AutoSize = true;
  252. this.lblBaseInfoMemo.BackColor = System.Drawing.Color.Transparent;
  253. this.lblBaseInfoMemo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.lblBaseInfoMemo.Location = new System.Drawing.Point(59, 252);
  255. this.lblBaseInfoMemo.Name = "lblBaseInfoMemo";
  256. this.lblBaseInfoMemo.Size = new System.Drawing.Size(29, 12);
  257. this.lblBaseInfoMemo.TabIndex = 0;
  258. this.lblBaseInfoMemo.Text = "备注";
  259. //
  260. // udtePTime
  261. //
  262. this.udtePTime.Location = new System.Drawing.Point(92, 219);
  263. this.udtePTime.MaskInput = "{date}";
  264. this.udtePTime.Name = "udtePTime";
  265. this.udtePTime.Nullable = false;
  266. this.udtePTime.Size = new System.Drawing.Size(111, 21);
  267. this.udtePTime.TabIndex = 18;
  268. //
  269. // udteBuyTime
  270. //
  271. this.udteBuyTime.Location = new System.Drawing.Point(287, 219);
  272. this.udteBuyTime.MaskInput = "{date}";
  273. this.udteBuyTime.Name = "udteBuyTime";
  274. this.udteBuyTime.Nullable = false;
  275. this.udteBuyTime.Size = new System.Drawing.Size(111, 21);
  276. this.udteBuyTime.TabIndex = 19;
  277. //
  278. // ulgrpBaseInfoEdit
  279. //
  280. appearance1.FontData.Name = "宋体";
  281. appearance1.FontData.SizeInPoints = 9F;
  282. this.ulgrpBaseInfoEdit.Appearance = appearance1;
  283. this.ulgrpBaseInfoEdit.Controls.Add(this.txtRightAge);
  284. this.ulgrpBaseInfoEdit.Controls.Add(this.lblRightAge);
  285. this.ulgrpBaseInfoEdit.Controls.Add(this.txtLeftAge);
  286. this.ulgrpBaseInfoEdit.Controls.Add(this.lblLeftAge);
  287. this.ulgrpBaseInfoEdit.Controls.Add(this.txtInnerAge);
  288. this.ulgrpBaseInfoEdit.Controls.Add(this.lblInnerAge);
  289. this.ulgrpBaseInfoEdit.Controls.Add(this.txtOutAge);
  290. this.ulgrpBaseInfoEdit.Controls.Add(this.lblOutAge);
  291. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS);
  292. this.ulgrpBaseInfoEdit.Controls.Add(this.udteBuyTime);
  293. this.ulgrpBaseInfoEdit.Controls.Add(this.udtePTime);
  294. this.ulgrpBaseInfoEdit.Controls.Add(this.lblBaseInfoMemo);
  295. this.ulgrpBaseInfoEdit.Controls.Add(this.txtMemo);
  296. this.ulgrpBaseInfoEdit.Controls.Add(this.label4);
  297. this.ulgrpBaseInfoEdit.Controls.Add(this.label3);
  298. this.ulgrpBaseInfoEdit.Controls.Add(this.lblNowStatus);
  299. this.ulgrpBaseInfoEdit.Controls.Add(this.label16);
  300. this.ulgrpBaseInfoEdit.Controls.Add(this.label15);
  301. this.ulgrpBaseInfoEdit.Controls.Add(this.lblAge);
  302. this.ulgrpBaseInfoEdit.Controls.Add(this.txtPos);
  303. this.ulgrpBaseInfoEdit.Controls.Add(this.txtStatus);
  304. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS6);
  305. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS4);
  306. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS5);
  307. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS3);
  308. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS2);
  309. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS1);
  310. this.ulgrpBaseInfoEdit.Controls.Add(this.txtTgl);
  311. this.ulgrpBaseInfoEdit.Controls.Add(this.label1);
  312. this.ulgrpBaseInfoEdit.Controls.Add(this.lblCreateDate);
  313. this.ulgrpBaseInfoEdit.Controls.Add(this.label5);
  314. this.ulgrpBaseInfoEdit.Controls.Add(this.label14);
  315. this.ulgrpBaseInfoEdit.Controls.Add(this.label11);
  316. this.ulgrpBaseInfoEdit.Controls.Add(this.label13);
  317. this.ulgrpBaseInfoEdit.Controls.Add(this.label9);
  318. this.ulgrpBaseInfoEdit.Controls.Add(this.label7);
  319. this.ulgrpBaseInfoEdit.Controls.Add(this.label2);
  320. this.ulgrpBaseInfoEdit.Controls.Add(this.lblTundishID);
  321. this.ulgrpBaseInfoEdit.Controls.Add(this.cmbCCM);
  322. this.ulgrpBaseInfoEdit.Controls.Add(this.cmbID6);
  323. this.ulgrpBaseInfoEdit.Controls.Add(this.cmbID5);
  324. this.ulgrpBaseInfoEdit.Controls.Add(this.cmbID4);
  325. this.ulgrpBaseInfoEdit.Controls.Add(this.cmbID3);
  326. this.ulgrpBaseInfoEdit.Controls.Add(this.cmbID2);
  327. this.ulgrpBaseInfoEdit.Controls.Add(this.cmbID1);
  328. this.ulgrpBaseInfoEdit.Controls.Add(this.cmbID);
  329. this.ulgrpBaseInfoEdit.Dock = System.Windows.Forms.DockStyle.Fill;
  330. this.ulgrpBaseInfoEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  331. this.ulgrpBaseInfoEdit.Location = new System.Drawing.Point(0, 30);
  332. this.ulgrpBaseInfoEdit.Name = "ulgrpBaseInfoEdit";
  333. this.ulgrpBaseInfoEdit.Size = new System.Drawing.Size(430, 319);
  334. this.ulgrpBaseInfoEdit.TabIndex = 0;
  335. //
  336. // txtRightAge
  337. //
  338. this.txtRightAge.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  339. this.txtRightAge.Location = new System.Drawing.Point(287, 161);
  340. this.txtRightAge.MaxLength = 10;
  341. this.txtRightAge.Name = "txtRightAge";
  342. this.txtRightAge.Size = new System.Drawing.Size(111, 21);
  343. this.txtRightAge.TabIndex = 28;
  344. //
  345. // lblRightAge
  346. //
  347. this.lblRightAge.AutoSize = true;
  348. this.lblRightAge.BackColor = System.Drawing.Color.Transparent;
  349. this.lblRightAge.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. this.lblRightAge.Location = new System.Drawing.Point(242, 166);
  351. this.lblRightAge.Name = "lblRightAge";
  352. this.lblRightAge.Size = new System.Drawing.Size(41, 12);
  353. this.lblRightAge.TabIndex = 27;
  354. this.lblRightAge.Text = "通钢量";
  355. //
  356. // txtLeftAge
  357. //
  358. this.txtLeftAge.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.txtLeftAge.Location = new System.Drawing.Point(287, 133);
  360. this.txtLeftAge.MaxLength = 10;
  361. this.txtLeftAge.Name = "txtLeftAge";
  362. this.txtLeftAge.Size = new System.Drawing.Size(111, 21);
  363. this.txtLeftAge.TabIndex = 26;
  364. //
  365. // lblLeftAge
  366. //
  367. this.lblLeftAge.AutoSize = true;
  368. this.lblLeftAge.BackColor = System.Drawing.Color.Transparent;
  369. this.lblLeftAge.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  370. this.lblLeftAge.Location = new System.Drawing.Point(242, 138);
  371. this.lblLeftAge.Name = "lblLeftAge";
  372. this.lblLeftAge.Size = new System.Drawing.Size(41, 12);
  373. this.lblLeftAge.TabIndex = 25;
  374. this.lblLeftAge.Text = "通钢量";
  375. //
  376. // txtInnerAge
  377. //
  378. this.txtInnerAge.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.txtInnerAge.Location = new System.Drawing.Point(287, 107);
  380. this.txtInnerAge.MaxLength = 10;
  381. this.txtInnerAge.Name = "txtInnerAge";
  382. this.txtInnerAge.Size = new System.Drawing.Size(111, 21);
  383. this.txtInnerAge.TabIndex = 24;
  384. //
  385. // lblInnerAge
  386. //
  387. this.lblInnerAge.AutoSize = true;
  388. this.lblInnerAge.BackColor = System.Drawing.Color.Transparent;
  389. this.lblInnerAge.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  390. this.lblInnerAge.Location = new System.Drawing.Point(242, 112);
  391. this.lblInnerAge.Name = "lblInnerAge";
  392. this.lblInnerAge.Size = new System.Drawing.Size(41, 12);
  393. this.lblInnerAge.TabIndex = 23;
  394. this.lblInnerAge.Text = "通钢量";
  395. //
  396. // txtOutAge
  397. //
  398. this.txtOutAge.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  399. this.txtOutAge.Location = new System.Drawing.Point(287, 77);
  400. this.txtOutAge.MaxLength = 10;
  401. this.txtOutAge.Name = "txtOutAge";
  402. this.txtOutAge.Size = new System.Drawing.Size(111, 21);
  403. this.txtOutAge.TabIndex = 22;
  404. //
  405. // lblOutAge
  406. //
  407. this.lblOutAge.AutoSize = true;
  408. this.lblOutAge.BackColor = System.Drawing.Color.Transparent;
  409. this.lblOutAge.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  410. this.lblOutAge.Location = new System.Drawing.Point(242, 82);
  411. this.lblOutAge.Name = "lblOutAge";
  412. this.lblOutAge.Size = new System.Drawing.Size(41, 12);
  413. this.lblOutAge.TabIndex = 21;
  414. this.lblOutAge.Text = "通钢量";
  415. //
  416. // txtCS
  417. //
  418. this.txtCS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  419. this.txtCS.Location = new System.Drawing.Point(92, 49);
  420. this.txtCS.MaxLength = 10;
  421. this.txtCS.Name = "txtCS";
  422. this.txtCS.ShortcutsEnabled = false;
  423. this.txtCS.Size = new System.Drawing.Size(111, 21);
  424. this.txtCS.TabIndex = 2;
  425. this.txtCS.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAge_KeyPress);
  426. //
  427. // label4
  428. //
  429. this.label4.AutoSize = true;
  430. this.label4.BackColor = System.Drawing.Color.Transparent;
  431. this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  432. this.label4.Location = new System.Drawing.Point(230, 194);
  433. this.label4.Name = "label4";
  434. this.label4.Size = new System.Drawing.Size(53, 12);
  435. this.label4.TabIndex = 0;
  436. this.label4.Text = "当前流号";
  437. //
  438. // label3
  439. //
  440. this.label3.AutoSize = true;
  441. this.label3.BackColor = System.Drawing.Color.Transparent;
  442. this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  443. this.label3.Location = new System.Drawing.Point(21, 25);
  444. this.label3.Name = "label3";
  445. this.label3.Size = new System.Drawing.Size(65, 12);
  446. this.label3.TabIndex = 0;
  447. this.label3.Text = "所属铸机号";
  448. //
  449. // label16
  450. //
  451. this.label16.AutoSize = true;
  452. this.label16.BackColor = System.Drawing.Color.Transparent;
  453. this.label16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  454. this.label16.Location = new System.Drawing.Point(230, 393);
  455. this.label16.Name = "label16";
  456. this.label16.Size = new System.Drawing.Size(53, 12);
  457. this.label16.TabIndex = 0;
  458. this.label16.Text = "使用炉数";
  459. //
  460. // label15
  461. //
  462. this.label15.AutoSize = true;
  463. this.label15.BackColor = System.Drawing.Color.Transparent;
  464. this.label15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  465. this.label15.Location = new System.Drawing.Point(230, 365);
  466. this.label15.Name = "label15";
  467. this.label15.Size = new System.Drawing.Size(53, 12);
  468. this.label15.TabIndex = 0;
  469. this.label15.Text = "使用炉数";
  470. //
  471. // txtPos
  472. //
  473. this.txtPos.BackColor = System.Drawing.Color.Gainsboro;
  474. this.txtPos.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  475. this.txtPos.Enabled = false;
  476. this.txtPos.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  477. this.txtPos.Location = new System.Drawing.Point(287, 190);
  478. this.txtPos.Name = "txtPos";
  479. this.txtPos.ReadOnly = true;
  480. this.txtPos.Size = new System.Drawing.Size(111, 21);
  481. this.txtPos.TabIndex = 17;
  482. //
  483. // txtStatus
  484. //
  485. this.txtStatus.BackColor = System.Drawing.Color.Gainsboro;
  486. this.txtStatus.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  487. this.txtStatus.Enabled = false;
  488. this.txtStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  489. this.txtStatus.Location = new System.Drawing.Point(92, 190);
  490. this.txtStatus.Name = "txtStatus";
  491. this.txtStatus.ReadOnly = true;
  492. this.txtStatus.Size = new System.Drawing.Size(111, 21);
  493. this.txtStatus.TabIndex = 16;
  494. //
  495. // txtCS6
  496. //
  497. this.txtCS6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  498. this.txtCS6.Location = new System.Drawing.Point(287, 389);
  499. this.txtCS6.MaxLength = 10;
  500. this.txtCS6.Name = "txtCS6";
  501. this.txtCS6.ShortcutsEnabled = false;
  502. this.txtCS6.Size = new System.Drawing.Size(111, 21);
  503. this.txtCS6.TabIndex = 15;
  504. this.txtCS6.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAge_KeyPress);
  505. //
  506. // txtCS4
  507. //
  508. this.txtCS4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  509. this.txtCS4.Location = new System.Drawing.Point(92, 159);
  510. this.txtCS4.MaxLength = 10;
  511. this.txtCS4.Name = "txtCS4";
  512. this.txtCS4.ShortcutsEnabled = false;
  513. this.txtCS4.Size = new System.Drawing.Size(111, 21);
  514. this.txtCS4.TabIndex = 11;
  515. this.txtCS4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAge_KeyPress);
  516. //
  517. // txtCS5
  518. //
  519. this.txtCS5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  520. this.txtCS5.Location = new System.Drawing.Point(287, 361);
  521. this.txtCS5.MaxLength = 10;
  522. this.txtCS5.Name = "txtCS5";
  523. this.txtCS5.ShortcutsEnabled = false;
  524. this.txtCS5.Size = new System.Drawing.Size(111, 21);
  525. this.txtCS5.TabIndex = 13;
  526. this.txtCS5.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAge_KeyPress);
  527. //
  528. // txtCS3
  529. //
  530. this.txtCS3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  531. this.txtCS3.Location = new System.Drawing.Point(92, 131);
  532. this.txtCS3.MaxLength = 10;
  533. this.txtCS3.Name = "txtCS3";
  534. this.txtCS3.ShortcutsEnabled = false;
  535. this.txtCS3.Size = new System.Drawing.Size(111, 21);
  536. this.txtCS3.TabIndex = 9;
  537. this.txtCS3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAge_KeyPress);
  538. //
  539. // txtCS2
  540. //
  541. this.txtCS2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  542. this.txtCS2.Location = new System.Drawing.Point(92, 103);
  543. this.txtCS2.MaxLength = 10;
  544. this.txtCS2.Name = "txtCS2";
  545. this.txtCS2.ShortcutsEnabled = false;
  546. this.txtCS2.Size = new System.Drawing.Size(111, 21);
  547. this.txtCS2.TabIndex = 7;
  548. this.txtCS2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAge_KeyPress);
  549. //
  550. // txtCS1
  551. //
  552. this.txtCS1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  553. this.txtCS1.Location = new System.Drawing.Point(92, 77);
  554. this.txtCS1.MaxLength = 10;
  555. this.txtCS1.Name = "txtCS1";
  556. this.txtCS1.ShortcutsEnabled = false;
  557. this.txtCS1.Size = new System.Drawing.Size(111, 21);
  558. this.txtCS1.TabIndex = 5;
  559. this.txtCS1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAge_KeyPress);
  560. //
  561. // label5
  562. //
  563. this.label5.AutoSize = true;
  564. this.label5.BackColor = System.Drawing.Color.Transparent;
  565. this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  566. this.label5.Location = new System.Drawing.Point(23, 53);
  567. this.label5.Name = "label5";
  568. this.label5.Size = new System.Drawing.Size(65, 12);
  569. this.label5.TabIndex = 0;
  570. this.label5.Text = "结晶器次数";
  571. //
  572. // label14
  573. //
  574. this.label14.AutoSize = true;
  575. this.label14.BackColor = System.Drawing.Color.Transparent;
  576. this.label14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  577. this.label14.Location = new System.Drawing.Point(23, 393);
  578. this.label14.Name = "label14";
  579. this.label14.Size = new System.Drawing.Size(65, 12);
  580. this.label14.TabIndex = 0;
  581. this.label14.Text = "内弧水箱号";
  582. //
  583. // label11
  584. //
  585. this.label11.AutoSize = true;
  586. this.label11.BackColor = System.Drawing.Color.Transparent;
  587. this.label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  588. this.label11.Location = new System.Drawing.Point(15, 166);
  589. this.label11.Name = "label11";
  590. this.label11.Size = new System.Drawing.Size(77, 12);
  591. this.label11.TabIndex = 0;
  592. this.label11.Text = "右侧铜板炉数";
  593. //
  594. // label13
  595. //
  596. this.label13.AutoSize = true;
  597. this.label13.BackColor = System.Drawing.Color.Transparent;
  598. this.label13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  599. this.label13.Location = new System.Drawing.Point(23, 365);
  600. this.label13.Name = "label13";
  601. this.label13.Size = new System.Drawing.Size(65, 12);
  602. this.label13.TabIndex = 0;
  603. this.label13.Text = "外弧水箱号";
  604. //
  605. // label9
  606. //
  607. this.label9.AutoSize = true;
  608. this.label9.BackColor = System.Drawing.Color.Transparent;
  609. this.label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  610. this.label9.Location = new System.Drawing.Point(15, 138);
  611. this.label9.Name = "label9";
  612. this.label9.Size = new System.Drawing.Size(77, 12);
  613. this.label9.TabIndex = 0;
  614. this.label9.Text = "左侧铜板炉数";
  615. //
  616. // label7
  617. //
  618. this.label7.AutoSize = true;
  619. this.label7.BackColor = System.Drawing.Color.Transparent;
  620. this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  621. this.label7.Location = new System.Drawing.Point(15, 110);
  622. this.label7.Name = "label7";
  623. this.label7.Size = new System.Drawing.Size(77, 12);
  624. this.label7.TabIndex = 0;
  625. this.label7.Text = "内弧铜板炉数";
  626. //
  627. // label2
  628. //
  629. this.label2.AutoSize = true;
  630. this.label2.BackColor = System.Drawing.Color.Transparent;
  631. this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  632. this.label2.Location = new System.Drawing.Point(13, 82);
  633. this.label2.Name = "label2";
  634. this.label2.Size = new System.Drawing.Size(77, 12);
  635. this.label2.TabIndex = 0;
  636. this.label2.Text = "外弧铜板炉数";
  637. //
  638. // cmbCCM
  639. //
  640. this.cmbCCM.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  641. this.cmbCCM.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  642. this.cmbCCM.FormattingEnabled = true;
  643. this.cmbCCM.Items.AddRange(new object[] {
  644. "1#连铸机",
  645. "2#连铸机",
  646. "3#连铸机"});
  647. this.cmbCCM.Location = new System.Drawing.Point(92, 22);
  648. this.cmbCCM.Name = "cmbCCM";
  649. this.cmbCCM.Size = new System.Drawing.Size(111, 20);
  650. this.cmbCCM.TabIndex = 0;
  651. this.cmbCCM.SelectedIndexChanged += new System.EventHandler(this.cbbCCM_SelectedIndexChanged);
  652. //
  653. // cmbID6
  654. //
  655. this.cmbID6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  656. this.cmbID6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  657. this.cmbID6.FormattingEnabled = true;
  658. this.cmbID6.Location = new System.Drawing.Point(92, 389);
  659. this.cmbID6.Name = "cmbID6";
  660. this.cmbID6.Size = new System.Drawing.Size(111, 20);
  661. this.cmbID6.TabIndex = 14;
  662. this.cmbID6.SelectedIndexChanged += new System.EventHandler(this.PlugIn_SelectedIndexChanged);
  663. //
  664. // cmbID5
  665. //
  666. this.cmbID5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  667. this.cmbID5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  668. this.cmbID5.FormattingEnabled = true;
  669. this.cmbID5.Location = new System.Drawing.Point(92, 361);
  670. this.cmbID5.Name = "cmbID5";
  671. this.cmbID5.Size = new System.Drawing.Size(111, 20);
  672. this.cmbID5.TabIndex = 12;
  673. this.cmbID5.SelectedIndexChanged += new System.EventHandler(this.PlugIn_SelectedIndexChanged);
  674. //
  675. // cmbID4
  676. //
  677. this.cmbID4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  678. this.cmbID4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  679. this.cmbID4.FormattingEnabled = true;
  680. this.cmbID4.Location = new System.Drawing.Point(12, 299);
  681. this.cmbID4.Name = "cmbID4";
  682. this.cmbID4.Size = new System.Drawing.Size(111, 20);
  683. this.cmbID4.TabIndex = 10;
  684. this.cmbID4.Visible = false;
  685. this.cmbID4.SelectedIndexChanged += new System.EventHandler(this.PlugIn_SelectedIndexChanged);
  686. //
  687. // cmbID3
  688. //
  689. this.cmbID3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  690. this.cmbID3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  691. this.cmbID3.FormattingEnabled = true;
  692. this.cmbID3.Location = new System.Drawing.Point(12, 299);
  693. this.cmbID3.Name = "cmbID3";
  694. this.cmbID3.Size = new System.Drawing.Size(111, 20);
  695. this.cmbID3.TabIndex = 8;
  696. this.cmbID3.Visible = false;
  697. this.cmbID3.SelectedIndexChanged += new System.EventHandler(this.PlugIn_SelectedIndexChanged);
  698. //
  699. // cmbID2
  700. //
  701. this.cmbID2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  702. this.cmbID2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  703. this.cmbID2.FormattingEnabled = true;
  704. this.cmbID2.Location = new System.Drawing.Point(12, 299);
  705. this.cmbID2.Name = "cmbID2";
  706. this.cmbID2.Size = new System.Drawing.Size(111, 20);
  707. this.cmbID2.TabIndex = 6;
  708. this.cmbID2.Visible = false;
  709. this.cmbID2.SelectedIndexChanged += new System.EventHandler(this.PlugIn_SelectedIndexChanged);
  710. //
  711. // cmbID1
  712. //
  713. this.cmbID1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  714. this.cmbID1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  715. this.cmbID1.FormattingEnabled = true;
  716. this.cmbID1.Location = new System.Drawing.Point(12, 299);
  717. this.cmbID1.Name = "cmbID1";
  718. this.cmbID1.Size = new System.Drawing.Size(111, 20);
  719. this.cmbID1.TabIndex = 4;
  720. this.cmbID1.Visible = false;
  721. this.cmbID1.SelectedIndexChanged += new System.EventHandler(this.PlugIn_SelectedIndexChanged);
  722. //
  723. // FrmCLBaseInfoBP
  724. //
  725. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  726. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  727. this.BackColor = System.Drawing.Color.Gainsboro;
  728. this.ClientSize = new System.Drawing.Size(430, 349);
  729. this.Controls.Add(this.ulgrpBaseInfoEdit);
  730. this.Controls.Add(this.toolStrip1);
  731. this.MaximizeBox = false;
  732. this.MinimizeBox = false;
  733. this.Name = "FrmCLBaseInfoBP";
  734. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  735. this.Text = "结晶器基础信息";
  736. this.Load += new System.EventHandler(this.FrmCLBaseInfoBP_Load);
  737. this.toolStrip1.ResumeLayout(false);
  738. this.toolStrip1.PerformLayout();
  739. ((System.ComponentModel.ISupportInitialize)(this.udtePTime)).EndInit();
  740. ((System.ComponentModel.ISupportInitialize)(this.udteBuyTime)).EndInit();
  741. ((System.ComponentModel.ISupportInitialize)(this.ulgrpBaseInfoEdit)).EndInit();
  742. this.ulgrpBaseInfoEdit.ResumeLayout(false);
  743. this.ulgrpBaseInfoEdit.PerformLayout();
  744. this.ResumeLayout(false);
  745. this.PerformLayout();
  746. }
  747. #endregion
  748. private System.Windows.Forms.ToolStrip toolStrip1;
  749. private System.Windows.Forms.ToolStripButton ADD;
  750. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  751. private System.Windows.Forms.ToolStripButton EDIT;
  752. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  753. private System.Windows.Forms.ToolStripButton DEL;
  754. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  755. private System.Windows.Forms.ToolStripButton CLOSE;
  756. private System.Windows.Forms.ComboBox cmbID;
  757. private System.Windows.Forms.Label lblTundishID;
  758. private System.Windows.Forms.Label lblCreateDate;
  759. private System.Windows.Forms.Label label1;
  760. private System.Windows.Forms.TextBox txtTgl;
  761. private System.Windows.Forms.Label lblAge;
  762. private System.Windows.Forms.Label lblNowStatus;
  763. private System.Windows.Forms.TextBox txtMemo;
  764. private System.Windows.Forms.Label lblBaseInfoMemo;
  765. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udtePTime;
  766. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteBuyTime;
  767. public Infragistics.Win.Misc.UltraGroupBox ulgrpBaseInfoEdit;
  768. private System.Windows.Forms.TextBox txtStatus;
  769. private System.Windows.Forms.Label label4;
  770. private System.Windows.Forms.Label label3;
  771. private System.Windows.Forms.TextBox txtPos;
  772. private System.Windows.Forms.Label label5;
  773. private System.Windows.Forms.ComboBox cmbCCM;
  774. private System.Windows.Forms.TextBox txtCS;
  775. private System.Windows.Forms.Label label16;
  776. private System.Windows.Forms.Label label15;
  777. private System.Windows.Forms.TextBox txtCS6;
  778. private System.Windows.Forms.TextBox txtCS4;
  779. private System.Windows.Forms.TextBox txtCS5;
  780. private System.Windows.Forms.TextBox txtCS3;
  781. private System.Windows.Forms.TextBox txtCS2;
  782. private System.Windows.Forms.TextBox txtCS1;
  783. private System.Windows.Forms.Label label14;
  784. private System.Windows.Forms.Label label11;
  785. private System.Windows.Forms.Label label13;
  786. private System.Windows.Forms.Label label9;
  787. private System.Windows.Forms.Label label7;
  788. private System.Windows.Forms.Label label2;
  789. private System.Windows.Forms.ComboBox cmbID6;
  790. private System.Windows.Forms.ComboBox cmbID5;
  791. private System.Windows.Forms.ComboBox cmbID4;
  792. private System.Windows.Forms.ComboBox cmbID3;
  793. private System.Windows.Forms.ComboBox cmbID2;
  794. private System.Windows.Forms.ComboBox cmbID1;
  795. private System.Windows.Forms.TextBox txtOutAge;
  796. private System.Windows.Forms.Label lblOutAge;
  797. private System.Windows.Forms.TextBox txtRightAge;
  798. private System.Windows.Forms.Label lblRightAge;
  799. private System.Windows.Forms.TextBox txtLeftAge;
  800. private System.Windows.Forms.Label lblLeftAge;
  801. private System.Windows.Forms.TextBox txtInnerAge;
  802. private System.Windows.Forms.Label lblInnerAge;
  803. }
  804. }