FrmZEROBaseInfo.designer.cs 40 KB

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