frmIlUse.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class frmIlUse
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmIlUse));
  30. this.ulgrpUseDetailEdit = new Infragistics.Win.Misc.UltraGroupBox();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.cboCyc = new System.Windows.Forms.ComboBox();
  33. this.txtIronInstance = new System.Windows.Forms.TextBox();
  34. this.txtLadleUseNum = new System.Windows.Forms.TextBox();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.txtPositionID = new System.Windows.Forms.TextBox();
  37. this.dtpUseEndTime = new System.Windows.Forms.DateTimePicker();
  38. this.dtpUseStartTime = new System.Windows.Forms.DateTimePicker();
  39. this.lblUseEndTime = new System.Windows.Forms.Label();
  40. this.lblUseStartTime = new System.Windows.Forms.Label();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.lblUseDetailMemo = new System.Windows.Forms.Label();
  43. this.txtUseDetailMemo = new System.Windows.Forms.TextBox();
  44. this.txtInstance = new System.Windows.Forms.TextBox();
  45. this.txtRionQdy = new System.Windows.Forms.TextBox();
  46. this.lblInstance = new System.Windows.Forms.Label();
  47. this.lblBTL = new System.Windows.Forms.Label();
  48. this.lblCurAge = new System.Windows.Forms.Label();
  49. this.txtCurAge = new System.Windows.Forms.TextBox();
  50. this.lblIronInstance = new System.Windows.Forms.Label();
  51. this.cboIsNew = new System.Windows.Forms.ComboBox();
  52. this.lblIsNew = new System.Windows.Forms.Label();
  53. this.cboNowPosition = new System.Windows.Forms.ComboBox();
  54. this.lblNowPosition = new System.Windows.Forms.Label();
  55. this.btnclose = new System.Windows.Forms.Button();
  56. this.brnDel = new System.Windows.Forms.Button();
  57. this.btnUpdate = new System.Windows.Forms.Button();
  58. this.btnAdd = new System.Windows.Forms.Button();
  59. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  60. this.ADD = new System.Windows.Forms.ToolStripButton();
  61. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  62. this.EDIT = new System.Windows.Forms.ToolStripButton();
  63. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  64. this.DEL = new System.Windows.Forms.ToolStripButton();
  65. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  66. this.CLOSE = new System.Windows.Forms.ToolStripButton();
  67. ((System.ComponentModel.ISupportInitialize)(this.ulgrpUseDetailEdit)).BeginInit();
  68. this.ulgrpUseDetailEdit.SuspendLayout();
  69. this.toolStrip1.SuspendLayout();
  70. this.SuspendLayout();
  71. //
  72. // ulgrpUseDetailEdit
  73. //
  74. appearance1.BackColor = System.Drawing.Color.Transparent;
  75. appearance1.FontData.Name = "宋体";
  76. appearance1.FontData.SizeInPoints = 10.5F;
  77. this.ulgrpUseDetailEdit.Appearance = appearance1;
  78. this.ulgrpUseDetailEdit.Controls.Add(this.label3);
  79. this.ulgrpUseDetailEdit.Controls.Add(this.cboCyc);
  80. this.ulgrpUseDetailEdit.Controls.Add(this.txtIronInstance);
  81. this.ulgrpUseDetailEdit.Controls.Add(this.txtLadleUseNum);
  82. this.ulgrpUseDetailEdit.Controls.Add(this.label2);
  83. this.ulgrpUseDetailEdit.Controls.Add(this.txtPositionID);
  84. this.ulgrpUseDetailEdit.Controls.Add(this.dtpUseEndTime);
  85. this.ulgrpUseDetailEdit.Controls.Add(this.dtpUseStartTime);
  86. this.ulgrpUseDetailEdit.Controls.Add(this.lblUseEndTime);
  87. this.ulgrpUseDetailEdit.Controls.Add(this.lblUseStartTime);
  88. this.ulgrpUseDetailEdit.Controls.Add(this.label1);
  89. this.ulgrpUseDetailEdit.Controls.Add(this.lblUseDetailMemo);
  90. this.ulgrpUseDetailEdit.Controls.Add(this.txtUseDetailMemo);
  91. this.ulgrpUseDetailEdit.Controls.Add(this.txtInstance);
  92. this.ulgrpUseDetailEdit.Controls.Add(this.txtRionQdy);
  93. this.ulgrpUseDetailEdit.Controls.Add(this.lblInstance);
  94. this.ulgrpUseDetailEdit.Controls.Add(this.lblBTL);
  95. this.ulgrpUseDetailEdit.Controls.Add(this.lblCurAge);
  96. this.ulgrpUseDetailEdit.Controls.Add(this.txtCurAge);
  97. this.ulgrpUseDetailEdit.Controls.Add(this.lblIronInstance);
  98. this.ulgrpUseDetailEdit.Controls.Add(this.cboIsNew);
  99. this.ulgrpUseDetailEdit.Controls.Add(this.lblIsNew);
  100. this.ulgrpUseDetailEdit.Controls.Add(this.cboNowPosition);
  101. this.ulgrpUseDetailEdit.Controls.Add(this.lblNowPosition);
  102. this.ulgrpUseDetailEdit.Location = new System.Drawing.Point(7, 4);
  103. this.ulgrpUseDetailEdit.Name = "ulgrpUseDetailEdit";
  104. this.ulgrpUseDetailEdit.Size = new System.Drawing.Size(658, 307);
  105. this.ulgrpUseDetailEdit.SupportThemes = false;
  106. this.ulgrpUseDetailEdit.TabIndex = 287;
  107. this.ulgrpUseDetailEdit.Text = "使用记录";
  108. //
  109. // label3
  110. //
  111. this.label3.AutoSize = true;
  112. this.label3.BackColor = System.Drawing.Color.Transparent;
  113. this.label3.Location = new System.Drawing.Point(471, 71);
  114. this.label3.Name = "label3";
  115. this.label3.Size = new System.Drawing.Size(49, 14);
  116. this.label3.TabIndex = 310;
  117. this.label3.Text = "位置号";
  118. //
  119. // cboCyc
  120. //
  121. this.cboCyc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  122. this.cboCyc.FormattingEnabled = true;
  123. this.cboCyc.Items.AddRange(new object[] {
  124. "砌筑",
  125. "预备",
  126. "正常运行"});
  127. this.cboCyc.Location = new System.Drawing.Point(289, 29);
  128. this.cboCyc.Name = "cboCyc";
  129. this.cboCyc.Size = new System.Drawing.Size(157, 22);
  130. this.cboCyc.TabIndex = 309;
  131. this.cboCyc.SelectedIndexChanged += new System.EventHandler(this.cboCyc_SelectedIndexChanged);
  132. //
  133. // txtIronInstance
  134. //
  135. this.txtIronInstance.Location = new System.Drawing.Point(75, 67);
  136. this.txtIronInstance.Name = "txtIronInstance";
  137. this.txtIronInstance.Size = new System.Drawing.Size(135, 23);
  138. this.txtIronInstance.TabIndex = 308;
  139. this.txtIronInstance.Text = " ";
  140. //
  141. // txtLadleUseNum
  142. //
  143. this.txtLadleUseNum.Enabled = false;
  144. this.txtLadleUseNum.Location = new System.Drawing.Point(75, 29);
  145. this.txtLadleUseNum.Name = "txtLadleUseNum";
  146. this.txtLadleUseNum.Size = new System.Drawing.Size(135, 23);
  147. this.txtLadleUseNum.TabIndex = 307;
  148. this.txtLadleUseNum.Text = " ";
  149. //
  150. // label2
  151. //
  152. this.label2.AutoSize = true;
  153. this.label2.BackColor = System.Drawing.Color.Transparent;
  154. this.label2.Location = new System.Drawing.Point(222, 33);
  155. this.label2.Name = "label2";
  156. this.label2.Size = new System.Drawing.Size(63, 14);
  157. this.label2.TabIndex = 305;
  158. this.label2.Text = "周期编号";
  159. //
  160. // txtPositionID
  161. //
  162. this.txtPositionID.Location = new System.Drawing.Point(524, 67);
  163. this.txtPositionID.Name = "txtPositionID";
  164. this.txtPositionID.Size = new System.Drawing.Size(124, 23);
  165. this.txtPositionID.TabIndex = 304;
  166. //
  167. // dtpUseEndTime
  168. //
  169. this.dtpUseEndTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  170. this.dtpUseEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  171. this.dtpUseEndTime.Location = new System.Drawing.Point(452, 143);
  172. this.dtpUseEndTime.Name = "dtpUseEndTime";
  173. this.dtpUseEndTime.Size = new System.Drawing.Size(196, 23);
  174. this.dtpUseEndTime.TabIndex = 302;
  175. //
  176. // dtpUseStartTime
  177. //
  178. this.dtpUseStartTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  179. this.dtpUseStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  180. this.dtpUseStartTime.Location = new System.Drawing.Point(75, 143);
  181. this.dtpUseStartTime.Name = "dtpUseStartTime";
  182. this.dtpUseStartTime.Size = new System.Drawing.Size(210, 23);
  183. this.dtpUseStartTime.TabIndex = 301;
  184. //
  185. // lblUseEndTime
  186. //
  187. this.lblUseEndTime.AutoSize = true;
  188. this.lblUseEndTime.BackColor = System.Drawing.Color.Transparent;
  189. this.lblUseEndTime.Location = new System.Drawing.Point(383, 147);
  190. this.lblUseEndTime.Name = "lblUseEndTime";
  191. this.lblUseEndTime.Size = new System.Drawing.Size(63, 14);
  192. this.lblUseEndTime.TabIndex = 300;
  193. this.lblUseEndTime.Text = "结束时间";
  194. //
  195. // lblUseStartTime
  196. //
  197. this.lblUseStartTime.AutoSize = true;
  198. this.lblUseStartTime.BackColor = System.Drawing.Color.Transparent;
  199. this.lblUseStartTime.Location = new System.Drawing.Point(8, 147);
  200. this.lblUseStartTime.Name = "lblUseStartTime";
  201. this.lblUseStartTime.Size = new System.Drawing.Size(63, 14);
  202. this.lblUseStartTime.TabIndex = 299;
  203. this.lblUseStartTime.Text = "起始时间";
  204. //
  205. // label1
  206. //
  207. this.label1.AutoSize = true;
  208. this.label1.BackColor = System.Drawing.Color.Transparent;
  209. this.label1.Location = new System.Drawing.Point(8, 33);
  210. this.label1.Name = "label1";
  211. this.label1.Size = new System.Drawing.Size(63, 14);
  212. this.label1.TabIndex = 292;
  213. this.label1.Text = "铁包编号";
  214. //
  215. // lblUseDetailMemo
  216. //
  217. this.lblUseDetailMemo.AutoSize = true;
  218. this.lblUseDetailMemo.BackColor = System.Drawing.Color.Transparent;
  219. this.lblUseDetailMemo.Location = new System.Drawing.Point(36, 177);
  220. this.lblUseDetailMemo.Name = "lblUseDetailMemo";
  221. this.lblUseDetailMemo.Size = new System.Drawing.Size(35, 14);
  222. this.lblUseDetailMemo.TabIndex = 288;
  223. this.lblUseDetailMemo.Text = "备注";
  224. //
  225. // txtUseDetailMemo
  226. //
  227. this.txtUseDetailMemo.Location = new System.Drawing.Point(75, 177);
  228. this.txtUseDetailMemo.Multiline = true;
  229. this.txtUseDetailMemo.Name = "txtUseDetailMemo";
  230. this.txtUseDetailMemo.Size = new System.Drawing.Size(573, 122);
  231. this.txtUseDetailMemo.TabIndex = 289;
  232. //
  233. // txtInstance
  234. //
  235. this.txtInstance.Location = new System.Drawing.Point(289, 105);
  236. this.txtInstance.Name = "txtInstance";
  237. this.txtInstance.Size = new System.Drawing.Size(157, 23);
  238. this.txtInstance.TabIndex = 281;
  239. this.txtInstance.Text = " ";
  240. //
  241. // txtRionQdy
  242. //
  243. this.txtRionQdy.Location = new System.Drawing.Point(289, 67);
  244. this.txtRionQdy.Name = "txtRionQdy";
  245. this.txtRionQdy.Size = new System.Drawing.Size(157, 23);
  246. this.txtRionQdy.TabIndex = 280;
  247. this.txtRionQdy.Text = " ";
  248. this.txtRionQdy.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCurAge_KeyPress);
  249. //
  250. // lblInstance
  251. //
  252. this.lblInstance.AutoSize = true;
  253. this.lblInstance.BackColor = System.Drawing.Color.Transparent;
  254. this.lblInstance.Location = new System.Drawing.Point(250, 109);
  255. this.lblInstance.Name = "lblInstance";
  256. this.lblInstance.Size = new System.Drawing.Size(35, 14);
  257. this.lblInstance.TabIndex = 278;
  258. this.lblInstance.Text = "包况";
  259. //
  260. // lblBTL
  261. //
  262. this.lblBTL.AutoSize = true;
  263. this.lblBTL.BackColor = System.Drawing.Color.Transparent;
  264. this.lblBTL.Location = new System.Drawing.Point(236, 71);
  265. this.lblBTL.Name = "lblBTL";
  266. this.lblBTL.Size = new System.Drawing.Size(49, 14);
  267. this.lblBTL.TabIndex = 278;
  268. this.lblBTL.Text = "包砣量";
  269. //
  270. // lblCurAge
  271. //
  272. this.lblCurAge.AutoSize = true;
  273. this.lblCurAge.BackColor = System.Drawing.Color.Transparent;
  274. this.lblCurAge.Location = new System.Drawing.Point(8, 109);
  275. this.lblCurAge.Name = "lblCurAge";
  276. this.lblCurAge.Size = new System.Drawing.Size(63, 14);
  277. this.lblCurAge.TabIndex = 272;
  278. this.lblCurAge.Text = "当次包龄";
  279. //
  280. // txtCurAge
  281. //
  282. this.txtCurAge.Location = new System.Drawing.Point(75, 105);
  283. this.txtCurAge.Name = "txtCurAge";
  284. this.txtCurAge.Size = new System.Drawing.Size(135, 23);
  285. this.txtCurAge.TabIndex = 274;
  286. this.txtCurAge.Text = " ";
  287. this.txtCurAge.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCurAge_KeyPress);
  288. //
  289. // lblIronInstance
  290. //
  291. this.lblIronInstance.AutoSize = true;
  292. this.lblIronInstance.BackColor = System.Drawing.Color.Transparent;
  293. this.lblIronInstance.Location = new System.Drawing.Point(8, 71);
  294. this.lblIronInstance.Name = "lblIronInstance";
  295. this.lblIronInstance.Size = new System.Drawing.Size(63, 14);
  296. this.lblIronInstance.TabIndex = 271;
  297. this.lblIronInstance.Text = "受铁情况";
  298. //
  299. // cboIsNew
  300. //
  301. this.cboIsNew.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  302. this.cboIsNew.FormattingEnabled = true;
  303. this.cboIsNew.Items.AddRange(new object[] {
  304. "是",
  305. "否"});
  306. this.cboIsNew.Location = new System.Drawing.Point(524, 105);
  307. this.cboIsNew.Name = "cboIsNew";
  308. this.cboIsNew.Size = new System.Drawing.Size(124, 22);
  309. this.cboIsNew.TabIndex = 258;
  310. //
  311. // lblIsNew
  312. //
  313. this.lblIsNew.AutoSize = true;
  314. this.lblIsNew.BackColor = System.Drawing.Color.Transparent;
  315. this.lblIsNew.Location = new System.Drawing.Point(457, 109);
  316. this.lblIsNew.Name = "lblIsNew";
  317. this.lblIsNew.Size = new System.Drawing.Size(63, 14);
  318. this.lblIsNew.TabIndex = 257;
  319. this.lblIsNew.Text = "是否新包";
  320. //
  321. // cboNowPosition
  322. //
  323. this.cboNowPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  324. this.cboNowPosition.FormattingEnabled = true;
  325. this.cboNowPosition.Items.AddRange(new object[] {
  326. "铁水站",
  327. "脱硫站",
  328. "转炉",
  329. "吹氩站",
  330. "钢包炉",
  331. "RH炉",
  332. "连铸机"});
  333. this.cboNowPosition.Location = new System.Drawing.Point(524, 29);
  334. this.cboNowPosition.Name = "cboNowPosition";
  335. this.cboNowPosition.Size = new System.Drawing.Size(124, 22);
  336. this.cboNowPosition.TabIndex = 258;
  337. //
  338. // lblNowPosition
  339. //
  340. this.lblNowPosition.AutoSize = true;
  341. this.lblNowPosition.BackColor = System.Drawing.Color.Transparent;
  342. this.lblNowPosition.Location = new System.Drawing.Point(457, 33);
  343. this.lblNowPosition.Name = "lblNowPosition";
  344. this.lblNowPosition.Size = new System.Drawing.Size(63, 14);
  345. this.lblNowPosition.TabIndex = 257;
  346. this.lblNowPosition.Text = "所处位置";
  347. //
  348. // btnclose
  349. //
  350. this.btnclose.Font = new System.Drawing.Font("宋体", 10.5F);
  351. this.btnclose.Location = new System.Drawing.Point(420, 324);
  352. this.btnclose.Name = "btnclose";
  353. this.btnclose.Size = new System.Drawing.Size(75, 27);
  354. this.btnclose.TabIndex = 291;
  355. this.btnclose.Text = "关闭";
  356. this.btnclose.UseVisualStyleBackColor = true;
  357. this.btnclose.Visible = false;
  358. this.btnclose.Click += new System.EventHandler(this.btnclose_Click);
  359. //
  360. // brnDel
  361. //
  362. this.brnDel.Font = new System.Drawing.Font("宋体", 10.5F);
  363. this.brnDel.Location = new System.Drawing.Point(339, 324);
  364. this.brnDel.Name = "brnDel";
  365. this.brnDel.Size = new System.Drawing.Size(75, 27);
  366. this.brnDel.TabIndex = 289;
  367. this.brnDel.Text = "删除";
  368. this.brnDel.UseVisualStyleBackColor = true;
  369. this.brnDel.Visible = false;
  370. this.brnDel.Click += new System.EventHandler(this.brnDel_Click);
  371. //
  372. // btnUpdate
  373. //
  374. this.btnUpdate.Font = new System.Drawing.Font("宋体", 10.5F);
  375. this.btnUpdate.Location = new System.Drawing.Point(258, 324);
  376. this.btnUpdate.Name = "btnUpdate";
  377. this.btnUpdate.Size = new System.Drawing.Size(75, 27);
  378. this.btnUpdate.TabIndex = 290;
  379. this.btnUpdate.Text = "修改";
  380. this.btnUpdate.UseVisualStyleBackColor = true;
  381. this.btnUpdate.Visible = false;
  382. this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
  383. //
  384. // btnAdd
  385. //
  386. this.btnAdd.Font = new System.Drawing.Font("宋体", 10.5F);
  387. this.btnAdd.Location = new System.Drawing.Point(177, 324);
  388. this.btnAdd.Name = "btnAdd";
  389. this.btnAdd.Size = new System.Drawing.Size(75, 27);
  390. this.btnAdd.TabIndex = 288;
  391. this.btnAdd.Text = "新增";
  392. this.btnAdd.UseVisualStyleBackColor = true;
  393. this.btnAdd.Visible = false;
  394. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  395. //
  396. // toolStrip1
  397. //
  398. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  399. this.ADD,
  400. this.toolStripSeparator1,
  401. this.EDIT,
  402. this.toolStripSeparator2,
  403. this.DEL,
  404. this.toolStripSeparator3,
  405. this.CLOSE});
  406. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  407. this.toolStrip1.Name = "toolStrip1";
  408. this.toolStrip1.Size = new System.Drawing.Size(673, 25);
  409. this.toolStrip1.TabIndex = 292;
  410. this.toolStrip1.Text = "toolStrip1";
  411. //
  412. // ADD
  413. //
  414. this.ADD.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  415. this.ADD.ImageTransparentColor = System.Drawing.Color.Magenta;
  416. this.ADD.Name = "ADD";
  417. this.ADD.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  418. this.ADD.Size = new System.Drawing.Size(53, 22);
  419. this.ADD.Text = "新增";
  420. this.ADD.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
  421. //
  422. // toolStripSeparator1
  423. //
  424. this.toolStripSeparator1.Name = "toolStripSeparator1";
  425. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  426. //
  427. // EDIT
  428. //
  429. this.EDIT.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  430. this.EDIT.ImageTransparentColor = System.Drawing.Color.Magenta;
  431. this.EDIT.Name = "EDIT";
  432. this.EDIT.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  433. this.EDIT.Size = new System.Drawing.Size(53, 22);
  434. this.EDIT.Text = "修改";
  435. this.EDIT.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
  436. //
  437. // toolStripSeparator2
  438. //
  439. this.toolStripSeparator2.Name = "toolStripSeparator2";
  440. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  441. //
  442. // DEL
  443. //
  444. this.DEL.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  445. this.DEL.Image = ((System.Drawing.Image)(resources.GetObject("DEL.Image")));
  446. this.DEL.ImageTransparentColor = System.Drawing.Color.Magenta;
  447. this.DEL.Name = "DEL";
  448. this.DEL.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  449. this.DEL.Size = new System.Drawing.Size(53, 22);
  450. this.DEL.Text = "删除";
  451. //
  452. // toolStripSeparator3
  453. //
  454. this.toolStripSeparator3.Name = "toolStripSeparator3";
  455. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  456. //
  457. // CLOSE
  458. //
  459. this.CLOSE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  460. this.CLOSE.Image = ((System.Drawing.Image)(resources.GetObject("CLOSE.Image")));
  461. this.CLOSE.ImageTransparentColor = System.Drawing.Color.Magenta;
  462. this.CLOSE.Name = "CLOSE";
  463. this.CLOSE.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  464. this.CLOSE.Size = new System.Drawing.Size(53, 22);
  465. this.CLOSE.Text = "关闭";
  466. //
  467. // frmIlUse
  468. //
  469. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  470. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  471. this.BackColor = System.Drawing.Color.Gainsboro;
  472. this.ClientSize = new System.Drawing.Size(673, 364);
  473. this.Controls.Add(this.toolStrip1);
  474. this.Controls.Add(this.btnclose);
  475. this.Controls.Add(this.brnDel);
  476. this.Controls.Add(this.btnUpdate);
  477. this.Controls.Add(this.btnAdd);
  478. this.Controls.Add(this.ulgrpUseDetailEdit);
  479. this.Font = new System.Drawing.Font("宋体", 10.5F);
  480. this.Name = "frmIlUse";
  481. this.Text = "铁包使用";
  482. this.Load += new System.EventHandler(this.frmIlUse_Load);
  483. ((System.ComponentModel.ISupportInitialize)(this.ulgrpUseDetailEdit)).EndInit();
  484. this.ulgrpUseDetailEdit.ResumeLayout(false);
  485. this.ulgrpUseDetailEdit.PerformLayout();
  486. this.toolStrip1.ResumeLayout(false);
  487. this.toolStrip1.PerformLayout();
  488. this.ResumeLayout(false);
  489. this.PerformLayout();
  490. }
  491. #endregion
  492. public Infragistics.Win.Misc.UltraGroupBox ulgrpUseDetailEdit;
  493. private System.Windows.Forms.TextBox txtIronInstance;
  494. private System.Windows.Forms.TextBox txtLadleUseNum;
  495. private System.Windows.Forms.Label label2;
  496. private System.Windows.Forms.TextBox txtPositionID;
  497. private System.Windows.Forms.DateTimePicker dtpUseEndTime;
  498. private System.Windows.Forms.DateTimePicker dtpUseStartTime;
  499. private System.Windows.Forms.Label lblUseEndTime;
  500. private System.Windows.Forms.Label lblUseStartTime;
  501. private System.Windows.Forms.Label label1;
  502. private System.Windows.Forms.Label lblUseDetailMemo;
  503. private System.Windows.Forms.TextBox txtUseDetailMemo;
  504. private System.Windows.Forms.TextBox txtInstance;
  505. private System.Windows.Forms.TextBox txtRionQdy;
  506. private System.Windows.Forms.Label lblInstance;
  507. private System.Windows.Forms.Label lblBTL;
  508. private System.Windows.Forms.Label lblCurAge;
  509. private System.Windows.Forms.TextBox txtCurAge;
  510. private System.Windows.Forms.Label lblIronInstance;
  511. private System.Windows.Forms.ComboBox cboIsNew;
  512. private System.Windows.Forms.Label lblIsNew;
  513. private System.Windows.Forms.ComboBox cboNowPosition;
  514. private System.Windows.Forms.Label lblNowPosition;
  515. private System.Windows.Forms.Button btnclose;
  516. private System.Windows.Forms.Button brnDel;
  517. private System.Windows.Forms.Button btnUpdate;
  518. private System.Windows.Forms.Button btnAdd;
  519. private System.Windows.Forms.ComboBox cboCyc;
  520. private System.Windows.Forms.Label label3;
  521. private System.Windows.Forms.ToolStrip toolStrip1;
  522. private System.Windows.Forms.ToolStripButton ADD;
  523. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  524. private System.Windows.Forms.ToolStripButton EDIT;
  525. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  526. private System.Windows.Forms.ToolStripButton DEL;
  527. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  528. private System.Windows.Forms.ToolStripButton CLOSE;
  529. }
  530. }