UIM010130.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596
  1. namespace Core.LZMes.Client.UIM
  2. {
  3. partial class UIM010130
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("coil_thk");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("coil_wth");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("coil_len");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("act_wgt");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cal_wgt");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cur_prog_cd");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("tot_dec_grd");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("yard_entry_reg");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("yard_entry_use_time");
  39. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  40. this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
  41. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  42. this.dataSet1 = new System.Data.DataSet();
  43. this.dataTable1 = new System.Data.DataTable();
  44. this.dataColumn1 = new System.Data.DataColumn();
  45. this.dataColumn2 = new System.Data.DataColumn();
  46. this.dataColumn3 = new System.Data.DataColumn();
  47. this.dataColumn4 = new System.Data.DataColumn();
  48. this.dataColumn5 = new System.Data.DataColumn();
  49. this.dataColumn6 = new System.Data.DataColumn();
  50. this.dataColumn7 = new System.Data.DataColumn();
  51. this.dataColumn8 = new System.Data.DataColumn();
  52. this.dataColumn9 = new System.Data.DataColumn();
  53. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  54. this.ultraPanel5 = new Infragistics.Win.Misc.UltraPanel();
  55. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  56. this.textBox10 = new System.Windows.Forms.TextBox();
  57. this.textBox8 = new System.Windows.Forms.TextBox();
  58. this.textBox7 = new System.Windows.Forms.TextBox();
  59. this.textBox6 = new System.Windows.Forms.TextBox();
  60. this.textBox5 = new System.Windows.Forms.TextBox();
  61. this.textBox4 = new System.Windows.Forms.TextBox();
  62. this.label14 = new System.Windows.Forms.Label();
  63. this.label12 = new System.Windows.Forms.Label();
  64. this.label11 = new System.Windows.Forms.Label();
  65. this.label10 = new System.Windows.Forms.Label();
  66. this.label9 = new System.Windows.Forms.Label();
  67. this.label3 = new System.Windows.Forms.Label();
  68. this.ultraPanel4 = new Infragistics.Win.Misc.UltraPanel();
  69. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  70. this.ultraComboEditor2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  71. this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  72. this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  73. this.textBox3 = new System.Windows.Forms.TextBox();
  74. this.textBox2 = new System.Windows.Forms.TextBox();
  75. this.label8 = new System.Windows.Forms.Label();
  76. this.label7 = new System.Windows.Forms.Label();
  77. this.label6 = new System.Windows.Forms.Label();
  78. this.label5 = new System.Windows.Forms.Label();
  79. this.label4 = new System.Windows.Forms.Label();
  80. this.label2 = new System.Windows.Forms.Label();
  81. this.textBox1 = new System.Windows.Forms.TextBox();
  82. this.label1 = new System.Windows.Forms.Label();
  83. this.ultraPanel1.ClientArea.SuspendLayout();
  84. this.ultraPanel1.SuspendLayout();
  85. this.ultraPanel3.ClientArea.SuspendLayout();
  86. this.ultraPanel3.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  90. this.ultraPanel2.ClientArea.SuspendLayout();
  91. this.ultraPanel2.SuspendLayout();
  92. this.ultraPanel5.ClientArea.SuspendLayout();
  93. this.ultraPanel5.SuspendLayout();
  94. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  95. this.ultraGroupBox2.SuspendLayout();
  96. this.ultraPanel4.ClientArea.SuspendLayout();
  97. this.ultraPanel4.SuspendLayout();
  98. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  99. this.ultraGroupBox1.SuspendLayout();
  100. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
  103. this.SuspendLayout();
  104. //
  105. // ultraPanel1
  106. //
  107. //
  108. // ultraPanel1.ClientArea
  109. //
  110. this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel3);
  111. this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel2);
  112. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  113. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  114. this.ultraPanel1.Name = "ultraPanel1";
  115. this.ultraPanel1.Size = new System.Drawing.Size(756, 393);
  116. this.ultraPanel1.TabIndex = 0;
  117. //
  118. // ultraPanel3
  119. //
  120. //
  121. // ultraPanel3.ClientArea
  122. //
  123. this.ultraPanel3.ClientArea.Controls.Add(this.ultraGrid1);
  124. this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  125. this.ultraPanel3.Location = new System.Drawing.Point(0, 173);
  126. this.ultraPanel3.Name = "ultraPanel3";
  127. this.ultraPanel3.Size = new System.Drawing.Size(756, 220);
  128. this.ultraPanel3.TabIndex = 1;
  129. //
  130. // ultraGrid1
  131. //
  132. this.ultraGrid1.DataSource = this.dataSet1;
  133. appearance.BackColor = System.Drawing.SystemColors.Window;
  134. appearance.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  135. this.ultraGrid1.DisplayLayout.Appearance = appearance;
  136. ultraGridColumn1.Header.Caption = "厚度";
  137. ultraGridColumn1.Header.VisiblePosition = 0;
  138. ultraGridColumn2.Header.Caption = "宽度";
  139. ultraGridColumn2.Header.VisiblePosition = 1;
  140. ultraGridColumn3.Header.Caption = "长度";
  141. ultraGridColumn3.Header.VisiblePosition = 2;
  142. ultraGridColumn4.Header.Caption = "重量(磅重)";
  143. ultraGridColumn4.Header.VisiblePosition = 3;
  144. ultraGridColumn5.Header.Caption = "理论重量";
  145. ultraGridColumn5.Header.VisiblePosition = 4;
  146. ultraGridColumn6.Header.Caption = "钢卷状态";
  147. ultraGridColumn6.Header.VisiblePosition = 5;
  148. ultraGridColumn7.Header.Caption = "综合判定结果";
  149. ultraGridColumn7.Header.VisiblePosition = 6;
  150. ultraGridColumn8.Header.Caption = "入库入";
  151. ultraGridColumn8.Header.VisiblePosition = 7;
  152. ultraGridColumn9.Header.Caption = "入库时间";
  153. ultraGridColumn9.Header.VisiblePosition = 8;
  154. ultraGridBand1.Columns.AddRange(new object[] {
  155. ultraGridColumn1,
  156. ultraGridColumn2,
  157. ultraGridColumn3,
  158. ultraGridColumn4,
  159. ultraGridColumn5,
  160. ultraGridColumn6,
  161. ultraGridColumn7,
  162. ultraGridColumn8,
  163. ultraGridColumn9});
  164. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  165. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  166. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  167. this.ultraGrid1.Name = "ultraGrid1";
  168. this.ultraGrid1.Size = new System.Drawing.Size(756, 220);
  169. this.ultraGrid1.TabIndex = 2;
  170. //
  171. // dataSet1
  172. //
  173. this.dataSet1.DataSetName = "NewDataSet";
  174. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  175. this.dataTable1});
  176. //
  177. // dataTable1
  178. //
  179. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  180. this.dataColumn1,
  181. this.dataColumn2,
  182. this.dataColumn3,
  183. this.dataColumn4,
  184. this.dataColumn5,
  185. this.dataColumn6,
  186. this.dataColumn7,
  187. this.dataColumn8,
  188. this.dataColumn9});
  189. this.dataTable1.TableName = "Table1";
  190. //
  191. // dataColumn1
  192. //
  193. this.dataColumn1.ColumnName = "coil_thk";
  194. //
  195. // dataColumn2
  196. //
  197. this.dataColumn2.ColumnName = "coil_wth";
  198. //
  199. // dataColumn3
  200. //
  201. this.dataColumn3.ColumnName = "coil_len";
  202. //
  203. // dataColumn4
  204. //
  205. this.dataColumn4.ColumnName = "act_wgt";
  206. //
  207. // dataColumn5
  208. //
  209. this.dataColumn5.ColumnName = "cal_wgt";
  210. //
  211. // dataColumn6
  212. //
  213. this.dataColumn6.ColumnName = "cur_prog_cd";
  214. //
  215. // dataColumn7
  216. //
  217. this.dataColumn7.ColumnName = "tot_dec_grd";
  218. //
  219. // dataColumn8
  220. //
  221. this.dataColumn8.ColumnName = "yard_entry_reg";
  222. //
  223. // dataColumn9
  224. //
  225. this.dataColumn9.ColumnName = "yard_entry_use_time";
  226. //
  227. // ultraPanel2
  228. //
  229. //
  230. // ultraPanel2.ClientArea
  231. //
  232. this.ultraPanel2.ClientArea.Controls.Add(this.ultraPanel5);
  233. this.ultraPanel2.ClientArea.Controls.Add(this.ultraPanel4);
  234. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  235. this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
  236. this.ultraPanel2.Name = "ultraPanel2";
  237. this.ultraPanel2.Size = new System.Drawing.Size(756, 173);
  238. this.ultraPanel2.TabIndex = 0;
  239. //
  240. // ultraPanel5
  241. //
  242. //
  243. // ultraPanel5.ClientArea
  244. //
  245. this.ultraPanel5.ClientArea.Controls.Add(this.ultraGroupBox2);
  246. this.ultraPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
  247. this.ultraPanel5.Location = new System.Drawing.Point(0, 78);
  248. this.ultraPanel5.Name = "ultraPanel5";
  249. this.ultraPanel5.Size = new System.Drawing.Size(756, 95);
  250. this.ultraPanel5.TabIndex = 1;
  251. //
  252. // ultraGroupBox2
  253. //
  254. this.ultraGroupBox2.Controls.Add(this.textBox10);
  255. this.ultraGroupBox2.Controls.Add(this.textBox8);
  256. this.ultraGroupBox2.Controls.Add(this.textBox7);
  257. this.ultraGroupBox2.Controls.Add(this.textBox6);
  258. this.ultraGroupBox2.Controls.Add(this.textBox5);
  259. this.ultraGroupBox2.Controls.Add(this.textBox4);
  260. this.ultraGroupBox2.Controls.Add(this.label14);
  261. this.ultraGroupBox2.Controls.Add(this.label12);
  262. this.ultraGroupBox2.Controls.Add(this.label11);
  263. this.ultraGroupBox2.Controls.Add(this.label10);
  264. this.ultraGroupBox2.Controls.Add(this.label9);
  265. this.ultraGroupBox2.Controls.Add(this.label3);
  266. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  267. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  268. this.ultraGroupBox2.Name = "ultraGroupBox2";
  269. this.ultraGroupBox2.Size = new System.Drawing.Size(756, 95);
  270. this.ultraGroupBox2.TabIndex = 3;
  271. this.ultraGroupBox2.Text = "成份信息";
  272. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  273. //
  274. // textBox10
  275. //
  276. this.textBox10.Location = new System.Drawing.Point(240, 66);
  277. this.textBox10.Name = "textBox10";
  278. this.textBox10.Size = new System.Drawing.Size(221, 21);
  279. this.textBox10.TabIndex = 30;
  280. //
  281. // textBox8
  282. //
  283. this.textBox8.Location = new System.Drawing.Point(65, 66);
  284. this.textBox8.Name = "textBox8";
  285. this.textBox8.Size = new System.Drawing.Size(69, 21);
  286. this.textBox8.TabIndex = 28;
  287. //
  288. // textBox7
  289. //
  290. this.textBox7.Location = new System.Drawing.Point(584, 25);
  291. this.textBox7.Name = "textBox7";
  292. this.textBox7.Size = new System.Drawing.Size(78, 21);
  293. this.textBox7.TabIndex = 27;
  294. //
  295. // textBox6
  296. //
  297. this.textBox6.Location = new System.Drawing.Point(420, 25);
  298. this.textBox6.Name = "textBox6";
  299. this.textBox6.Size = new System.Drawing.Size(73, 21);
  300. this.textBox6.TabIndex = 26;
  301. //
  302. // textBox5
  303. //
  304. this.textBox5.Location = new System.Drawing.Point(240, 25);
  305. this.textBox5.Name = "textBox5";
  306. this.textBox5.Size = new System.Drawing.Size(111, 21);
  307. this.textBox5.TabIndex = 25;
  308. //
  309. // textBox4
  310. //
  311. this.textBox4.Location = new System.Drawing.Point(53, 25);
  312. this.textBox4.Name = "textBox4";
  313. this.textBox4.Size = new System.Drawing.Size(111, 21);
  314. this.textBox4.TabIndex = 18;
  315. //
  316. // label14
  317. //
  318. this.label14.AutoSize = true;
  319. this.label14.Location = new System.Drawing.Point(199, 69);
  320. this.label14.Name = "label14";
  321. this.label14.Size = new System.Drawing.Size(35, 12);
  322. this.label14.TabIndex = 24;
  323. this.label14.Text = "备注:";
  324. //
  325. // label12
  326. //
  327. this.label12.AutoSize = true;
  328. this.label12.Location = new System.Drawing.Point(12, 69);
  329. this.label12.Name = "label12";
  330. this.label12.Size = new System.Drawing.Size(47, 12);
  331. this.label12.TabIndex = 22;
  332. this.label12.Text = "实际值:";
  333. //
  334. // label11
  335. //
  336. this.label11.AutoSize = true;
  337. this.label11.Location = new System.Drawing.Point(531, 28);
  338. this.label11.Name = "label11";
  339. this.label11.Size = new System.Drawing.Size(47, 12);
  340. this.label11.TabIndex = 21;
  341. this.label11.Text = "元素名:";
  342. //
  343. // label10
  344. //
  345. this.label10.AutoSize = true;
  346. this.label10.Location = new System.Drawing.Point(379, 28);
  347. this.label10.Name = "label10";
  348. this.label10.Size = new System.Drawing.Size(35, 12);
  349. this.label10.TabIndex = 20;
  350. this.label10.Text = "次数:";
  351. //
  352. // label9
  353. //
  354. this.label9.AutoSize = true;
  355. this.label9.Location = new System.Drawing.Point(199, 28);
  356. this.label9.Name = "label9";
  357. this.label9.Size = new System.Drawing.Size(35, 12);
  358. this.label9.TabIndex = 19;
  359. this.label9.Text = "工序:";
  360. //
  361. // label3
  362. //
  363. this.label3.AutoSize = true;
  364. this.label3.Location = new System.Drawing.Point(12, 28);
  365. this.label3.Name = "label3";
  366. this.label3.Size = new System.Drawing.Size(35, 12);
  367. this.label3.TabIndex = 18;
  368. this.label3.Text = "炉号:";
  369. //
  370. // ultraPanel4
  371. //
  372. //
  373. // ultraPanel4.ClientArea
  374. //
  375. this.ultraPanel4.ClientArea.Controls.Add(this.ultraGroupBox1);
  376. this.ultraPanel4.Dock = System.Windows.Forms.DockStyle.Top;
  377. this.ultraPanel4.Location = new System.Drawing.Point(0, 0);
  378. this.ultraPanel4.Name = "ultraPanel4";
  379. this.ultraPanel4.Size = new System.Drawing.Size(756, 78);
  380. this.ultraPanel4.TabIndex = 0;
  381. //
  382. // ultraGroupBox1
  383. //
  384. this.ultraGroupBox1.Controls.Add(this.ultraComboEditor2);
  385. this.ultraGroupBox1.Controls.Add(this.ultraComboEditor1);
  386. this.ultraGroupBox1.Controls.Add(this.ultraDateTimeEditor1);
  387. this.ultraGroupBox1.Controls.Add(this.textBox3);
  388. this.ultraGroupBox1.Controls.Add(this.textBox2);
  389. this.ultraGroupBox1.Controls.Add(this.label8);
  390. this.ultraGroupBox1.Controls.Add(this.label7);
  391. this.ultraGroupBox1.Controls.Add(this.label6);
  392. this.ultraGroupBox1.Controls.Add(this.label5);
  393. this.ultraGroupBox1.Controls.Add(this.label4);
  394. this.ultraGroupBox1.Controls.Add(this.label2);
  395. this.ultraGroupBox1.Controls.Add(this.textBox1);
  396. this.ultraGroupBox1.Controls.Add(this.label1);
  397. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  398. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  399. this.ultraGroupBox1.Name = "ultraGroupBox1";
  400. this.ultraGroupBox1.Size = new System.Drawing.Size(756, 78);
  401. this.ultraGroupBox1.TabIndex = 2;
  402. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  403. //
  404. // ultraComboEditor2
  405. //
  406. this.ultraComboEditor2.Location = new System.Drawing.Point(300, 19);
  407. this.ultraComboEditor2.Name = "ultraComboEditor2";
  408. this.ultraComboEditor2.Size = new System.Drawing.Size(111, 21);
  409. this.ultraComboEditor2.TabIndex = 17;
  410. //
  411. // ultraComboEditor1
  412. //
  413. this.ultraComboEditor1.Location = new System.Drawing.Point(91, 20);
  414. this.ultraComboEditor1.Name = "ultraComboEditor1";
  415. this.ultraComboEditor1.Size = new System.Drawing.Size(111, 21);
  416. this.ultraComboEditor1.TabIndex = 16;
  417. //
  418. // ultraDateTimeEditor1
  419. //
  420. this.ultraDateTimeEditor1.Location = new System.Drawing.Point(517, 19);
  421. this.ultraDateTimeEditor1.MaskClipMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeBoth;
  422. this.ultraDateTimeEditor1.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  423. this.ultraDateTimeEditor1.MaskInput = "";
  424. this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1";
  425. this.ultraDateTimeEditor1.Size = new System.Drawing.Size(112, 21);
  426. this.ultraDateTimeEditor1.TabIndex = 15;
  427. //
  428. // textBox3
  429. //
  430. this.textBox3.Location = new System.Drawing.Point(237, 51);
  431. this.textBox3.Name = "textBox3";
  432. this.textBox3.Size = new System.Drawing.Size(38, 21);
  433. this.textBox3.TabIndex = 14;
  434. //
  435. // textBox2
  436. //
  437. this.textBox2.Location = new System.Drawing.Point(157, 51);
  438. this.textBox2.Name = "textBox2";
  439. this.textBox2.Size = new System.Drawing.Size(55, 21);
  440. this.textBox2.TabIndex = 13;
  441. //
  442. // label8
  443. //
  444. this.label8.AutoSize = true;
  445. this.label8.Location = new System.Drawing.Point(218, 54);
  446. this.label8.Name = "label8";
  447. this.label8.Size = new System.Drawing.Size(11, 12);
  448. this.label8.TabIndex = 12;
  449. this.label8.Text = "A";
  450. //
  451. // label7
  452. //
  453. this.label7.AutoSize = true;
  454. this.label7.Location = new System.Drawing.Point(140, 54);
  455. this.label7.Name = "label7";
  456. this.label7.Size = new System.Drawing.Size(11, 12);
  457. this.label7.TabIndex = 11;
  458. this.label7.Text = "-";
  459. //
  460. // label6
  461. //
  462. this.label6.AutoSize = true;
  463. this.label6.Location = new System.Drawing.Point(79, 54);
  464. this.label6.Name = "label6";
  465. this.label6.Size = new System.Drawing.Size(11, 12);
  466. this.label6.TabIndex = 10;
  467. this.label6.Text = "R";
  468. //
  469. // label5
  470. //
  471. this.label5.AutoSize = true;
  472. this.label5.Location = new System.Drawing.Point(26, 54);
  473. this.label5.Name = "label5";
  474. this.label5.Size = new System.Drawing.Size(47, 12);
  475. this.label5.TabIndex = 9;
  476. this.label5.Text = "钢卷号:";
  477. //
  478. // label4
  479. //
  480. this.label4.AutoSize = true;
  481. this.label4.Location = new System.Drawing.Point(452, 23);
  482. this.label4.Name = "label4";
  483. this.label4.Size = new System.Drawing.Size(59, 12);
  484. this.label4.TabIndex = 7;
  485. this.label4.Text = "入库时间:";
  486. //
  487. // label2
  488. //
  489. this.label2.AutoSize = true;
  490. this.label2.Location = new System.Drawing.Point(235, 23);
  491. this.label2.Name = "label2";
  492. this.label2.Size = new System.Drawing.Size(59, 12);
  493. this.label2.TabIndex = 3;
  494. this.label2.Text = "入库班组:";
  495. //
  496. // textBox1
  497. //
  498. this.textBox1.Location = new System.Drawing.Point(96, 51);
  499. this.textBox1.Name = "textBox1";
  500. this.textBox1.Size = new System.Drawing.Size(38, 21);
  501. this.textBox1.TabIndex = 1;
  502. //
  503. // label1
  504. //
  505. this.label1.AutoSize = true;
  506. this.label1.Location = new System.Drawing.Point(26, 23);
  507. this.label1.Name = "label1";
  508. this.label1.Size = new System.Drawing.Size(59, 12);
  509. this.label1.TabIndex = 0;
  510. this.label1.Text = "入库班次:";
  511. //
  512. // UIM010130
  513. //
  514. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  515. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  516. this.ClientSize = new System.Drawing.Size(756, 393);
  517. this.Controls.Add(this.ultraPanel1);
  518. this.Name = "UIM010130";
  519. this.Text = "UIM010130";
  520. this.ultraPanel1.ClientArea.ResumeLayout(false);
  521. this.ultraPanel1.ResumeLayout(false);
  522. this.ultraPanel3.ClientArea.ResumeLayout(false);
  523. this.ultraPanel3.ResumeLayout(false);
  524. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  525. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  526. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  527. this.ultraPanel2.ClientArea.ResumeLayout(false);
  528. this.ultraPanel2.ResumeLayout(false);
  529. this.ultraPanel5.ClientArea.ResumeLayout(false);
  530. this.ultraPanel5.ResumeLayout(false);
  531. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  532. this.ultraGroupBox2.ResumeLayout(false);
  533. this.ultraGroupBox2.PerformLayout();
  534. this.ultraPanel4.ClientArea.ResumeLayout(false);
  535. this.ultraPanel4.ResumeLayout(false);
  536. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  537. this.ultraGroupBox1.ResumeLayout(false);
  538. this.ultraGroupBox1.PerformLayout();
  539. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).EndInit();
  540. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
  541. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit();
  542. this.ResumeLayout(false);
  543. }
  544. #endregion
  545. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  546. private Infragistics.Win.Misc.UltraPanel ultraPanel3;
  547. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  548. private Infragistics.Win.Misc.UltraPanel ultraPanel5;
  549. private Infragistics.Win.Misc.UltraPanel ultraPanel4;
  550. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  551. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor2;
  552. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
  553. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1;
  554. private System.Windows.Forms.TextBox textBox3;
  555. private System.Windows.Forms.TextBox textBox2;
  556. private System.Windows.Forms.Label label8;
  557. private System.Windows.Forms.Label label7;
  558. private System.Windows.Forms.Label label6;
  559. private System.Windows.Forms.Label label5;
  560. private System.Windows.Forms.Label label4;
  561. private System.Windows.Forms.Label label2;
  562. private System.Windows.Forms.TextBox textBox1;
  563. private System.Windows.Forms.Label label1;
  564. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  565. private System.Windows.Forms.TextBox textBox10;
  566. private System.Windows.Forms.TextBox textBox8;
  567. private System.Windows.Forms.TextBox textBox7;
  568. private System.Windows.Forms.TextBox textBox6;
  569. private System.Windows.Forms.TextBox textBox5;
  570. private System.Windows.Forms.TextBox textBox4;
  571. private System.Windows.Forms.Label label14;
  572. private System.Windows.Forms.Label label12;
  573. private System.Windows.Forms.Label label11;
  574. private System.Windows.Forms.Label label10;
  575. private System.Windows.Forms.Label label9;
  576. private System.Windows.Forms.Label label3;
  577. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  578. private System.Data.DataSet dataSet1;
  579. private System.Data.DataTable dataTable1;
  580. private System.Data.DataColumn dataColumn1;
  581. private System.Data.DataColumn dataColumn2;
  582. private System.Data.DataColumn dataColumn3;
  583. private System.Data.DataColumn dataColumn4;
  584. private System.Data.DataColumn dataColumn5;
  585. private System.Data.DataColumn dataColumn6;
  586. private System.Data.DataColumn dataColumn7;
  587. private System.Data.DataColumn dataColumn8;
  588. private System.Data.DataColumn dataColumn9;
  589. }
  590. }