adf928d628c903d897c47b8313f88f6cc5d72e50.svn-base 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  1. namespace Core.LZMes.Client.UIM
  2. {
  3. partial class UIM010070
  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 appearance1 = new Infragistics.Win.Appearance();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UIM010070));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.panel3 = new System.Windows.Forms.Panel();
  32. this.panel5 = new System.Windows.Forms.Panel();
  33. this.panel2 = new System.Windows.Forms.Panel();
  34. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  35. this.textBox2 = new System.Windows.Forms.TextBox();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.textBox1 = new System.Windows.Forms.TextBox();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  40. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  41. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  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.dataSet2 = new System.Data.DataSet();
  47. this.dataTable2 = new System.Data.DataTable();
  48. this.dataColumn3 = new System.Data.DataColumn();
  49. this.dataColumn4 = new System.Data.DataColumn();
  50. this.dataColumn5 = new System.Data.DataColumn();
  51. this.dataColumn6 = new System.Data.DataColumn();
  52. this.dataColumn7 = new System.Data.DataColumn();
  53. this.dataColumn8 = new System.Data.DataColumn();
  54. this.dataColumn9 = new System.Data.DataColumn();
  55. this.dataColumn10 = new System.Data.DataColumn();
  56. this.dataColumn11 = new System.Data.DataColumn();
  57. this.dataColumn12 = new System.Data.DataColumn();
  58. this.dataColumn13 = new System.Data.DataColumn();
  59. this.dataColumn14 = new System.Data.DataColumn();
  60. this.dataColumn15 = new System.Data.DataColumn();
  61. this.dataColumn16 = new System.Data.DataColumn();
  62. this.dataColumn17 = new System.Data.DataColumn();
  63. this.dataSet3 = new System.Data.DataSet();
  64. this.dataTable3 = new System.Data.DataTable();
  65. this.dataColumn18 = new System.Data.DataColumn();
  66. this.dataColumn19 = new System.Data.DataColumn();
  67. this.dataColumn20 = new System.Data.DataColumn();
  68. this.dataColumn21 = new System.Data.DataColumn();
  69. this.dataColumn22 = new System.Data.DataColumn();
  70. this.panel1.SuspendLayout();
  71. this.panel3.SuspendLayout();
  72. this.panel2.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  74. this.ultraGroupBox1.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.dataSet3)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
  84. this.SuspendLayout();
  85. //
  86. // panel1
  87. //
  88. this.panel1.Controls.Add(this.panel3);
  89. this.panel1.Controls.Add(this.panel2);
  90. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  91. this.panel1.Location = new System.Drawing.Point(0, 0);
  92. this.panel1.Name = "panel1";
  93. this.panel1.Size = new System.Drawing.Size(676, 416);
  94. this.panel1.TabIndex = 0;
  95. //
  96. // panel3
  97. //
  98. this.panel3.Controls.Add(this.panel5);
  99. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  100. this.panel3.Location = new System.Drawing.Point(0, 53);
  101. this.panel3.Name = "panel3";
  102. this.panel3.Size = new System.Drawing.Size(676, 363);
  103. this.panel3.TabIndex = 1;
  104. //
  105. // panel5
  106. //
  107. this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
  108. this.panel5.Location = new System.Drawing.Point(0, 0);
  109. this.panel5.Name = "panel5";
  110. this.panel5.Size = new System.Drawing.Size(676, 363);
  111. this.panel5.TabIndex = 2;
  112. //
  113. // panel2
  114. //
  115. this.panel2.Controls.Add(this.ultraGroupBox1);
  116. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  117. this.panel2.Location = new System.Drawing.Point(0, 0);
  118. this.panel2.Name = "panel2";
  119. this.panel2.Size = new System.Drawing.Size(676, 53);
  120. this.panel2.TabIndex = 0;
  121. //
  122. // ultraGroupBox1
  123. //
  124. appearance1.BackColor = System.Drawing.Color.Gainsboro;
  125. this.ultraGroupBox1.Appearance = appearance1;
  126. this.ultraGroupBox1.Controls.Add(this.textBox2);
  127. this.ultraGroupBox1.Controls.Add(this.label2);
  128. this.ultraGroupBox1.Controls.Add(this.textBox1);
  129. this.ultraGroupBox1.Controls.Add(this.label1);
  130. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  131. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  132. this.ultraGroupBox1.Name = "ultraGroupBox1";
  133. this.ultraGroupBox1.Size = new System.Drawing.Size(676, 53);
  134. this.ultraGroupBox1.TabIndex = 0;
  135. this.ultraGroupBox1.Text = "钢卷统计";
  136. //
  137. // textBox2
  138. //
  139. this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  140. this.textBox2.Location = new System.Drawing.Point(271, 20);
  141. this.textBox2.Name = "textBox2";
  142. this.textBox2.ReadOnly = true;
  143. this.textBox2.Size = new System.Drawing.Size(51, 21);
  144. this.textBox2.TabIndex = 3;
  145. //
  146. // label2
  147. //
  148. this.label2.BackColor = System.Drawing.Color.LightBlue;
  149. this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  150. this.label2.Location = new System.Drawing.Point(180, 20);
  151. this.label2.Name = "label2";
  152. this.label2.Size = new System.Drawing.Size(90, 21);
  153. this.label2.TabIndex = 2;
  154. this.label2.Text = "综合判定卷数";
  155. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  156. //
  157. // textBox1
  158. //
  159. this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  160. this.textBox1.Location = new System.Drawing.Point(93, 20);
  161. this.textBox1.Name = "textBox1";
  162. this.textBox1.ReadOnly = true;
  163. this.textBox1.Size = new System.Drawing.Size(51, 21);
  164. this.textBox1.TabIndex = 1;
  165. //
  166. // label1
  167. //
  168. this.label1.BackColor = System.Drawing.Color.LightBlue;
  169. this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  170. this.label1.Location = new System.Drawing.Point(12, 20);
  171. this.label1.Name = "label1";
  172. this.label1.Size = new System.Drawing.Size(80, 21);
  173. this.label1.TabIndex = 0;
  174. this.label1.Text = "钢卷总数";
  175. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  176. //
  177. // pictureBox1
  178. //
  179. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  180. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  181. this.pictureBox1.Location = new System.Drawing.Point(3, 43);
  182. this.pictureBox1.Name = "pictureBox1";
  183. this.pictureBox1.Size = new System.Drawing.Size(1, 14);
  184. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  185. this.pictureBox1.TabIndex = 0;
  186. this.pictureBox1.TabStop = false;
  187. //
  188. // pictureBox2
  189. //
  190. this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  191. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  192. this.pictureBox2.Location = new System.Drawing.Point(3, 323);
  193. this.pictureBox2.Name = "pictureBox2";
  194. this.pictureBox2.Size = new System.Drawing.Size(1, 14);
  195. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  196. this.pictureBox2.TabIndex = 1;
  197. this.pictureBox2.TabStop = false;
  198. //
  199. // pictureBox3
  200. //
  201. this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
  202. this.pictureBox3.Location = new System.Drawing.Point(3, -249);
  203. this.pictureBox3.Name = "pictureBox3";
  204. this.pictureBox3.Size = new System.Drawing.Size(32, 14);
  205. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  206. this.pictureBox3.TabIndex = 2;
  207. this.pictureBox3.TabStop = false;
  208. //
  209. // dataSet1
  210. //
  211. this.dataSet1.DataSetName = "NewDataSet";
  212. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  213. this.dataTable1});
  214. //
  215. // dataTable1
  216. //
  217. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  218. this.dataColumn1,
  219. this.dataColumn2});
  220. this.dataTable1.TableName = "Table1";
  221. //
  222. // dataColumn1
  223. //
  224. this.dataColumn1.ColumnName = "COL_NAME";
  225. //
  226. // dataColumn2
  227. //
  228. this.dataColumn2.ColumnName = "COL_COUNT";
  229. //
  230. // dataSet2
  231. //
  232. this.dataSet2.DataSetName = "NewDataSet";
  233. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  234. this.dataTable2});
  235. //
  236. // dataTable2
  237. //
  238. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  239. this.dataColumn3,
  240. this.dataColumn4,
  241. this.dataColumn5,
  242. this.dataColumn6,
  243. this.dataColumn7,
  244. this.dataColumn8,
  245. this.dataColumn9,
  246. this.dataColumn10,
  247. this.dataColumn11,
  248. this.dataColumn12,
  249. this.dataColumn13,
  250. this.dataColumn14,
  251. this.dataColumn15,
  252. this.dataColumn16,
  253. this.dataColumn17});
  254. this.dataTable2.TableName = "Table1";
  255. //
  256. // dataColumn3
  257. //
  258. this.dataColumn3.ColumnName = "CLF_ROW";
  259. //
  260. // dataColumn4
  261. //
  262. this.dataColumn4.ColumnName = "CLF_FL";
  263. //
  264. // dataColumn5
  265. //
  266. this.dataColumn5.Caption = "堆放位置";
  267. this.dataColumn5.ColumnName = "CUR_LOAD_LOC";
  268. //
  269. // dataColumn6
  270. //
  271. this.dataColumn6.Caption = "钢卷号";
  272. this.dataColumn6.ColumnName = "COIL_NO";
  273. //
  274. // dataColumn7
  275. //
  276. this.dataColumn7.Caption = "牌号";
  277. this.dataColumn7.ColumnName = "STL_GRD";
  278. //
  279. // dataColumn8
  280. //
  281. this.dataColumn8.Caption = "外径";
  282. this.dataColumn8.ColumnName = "COIL_OUTDIA";
  283. //
  284. // dataColumn9
  285. //
  286. this.dataColumn9.Caption = "内径";
  287. this.dataColumn9.ColumnName = "COIL_INDIA";
  288. //
  289. // dataColumn10
  290. //
  291. this.dataColumn10.Caption = "订单规格";
  292. this.dataColumn10.ColumnName = "IT_IW";
  293. //
  294. // dataColumn11
  295. //
  296. this.dataColumn11.Caption = "实际规格";
  297. this.dataColumn11.ColumnName = "T_W";
  298. //
  299. // dataColumn12
  300. //
  301. this.dataColumn12.Caption = "实际重量";
  302. this.dataColumn12.ColumnName = "ACT_WGT";
  303. //
  304. // dataColumn13
  305. //
  306. this.dataColumn13.Caption = "交货期";
  307. this.dataColumn13.ColumnName = "DEVLMT_DTIME";
  308. //
  309. // dataColumn14
  310. //
  311. this.dataColumn14.Caption = "合同号";
  312. this.dataColumn14.ColumnName = "ORD_NO";
  313. //
  314. // dataColumn15
  315. //
  316. this.dataColumn15.Caption = "订单号";
  317. this.dataColumn15.ColumnName = "ORD_SEQ";
  318. //
  319. // dataColumn16
  320. //
  321. this.dataColumn16.Caption = "综合判定结果";
  322. this.dataColumn16.ColumnName = "TOT_DEC_GRD";
  323. //
  324. // dataColumn17
  325. //
  326. this.dataColumn17.Caption = "余材区分";
  327. this.dataColumn17.ColumnName = "ORD_FL";
  328. //
  329. // dataSet3
  330. //
  331. this.dataSet3.DataSetName = "NewDataSet";
  332. this.dataSet3.Tables.AddRange(new System.Data.DataTable[] {
  333. this.dataTable3});
  334. //
  335. // dataTable3
  336. //
  337. this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
  338. this.dataColumn18,
  339. this.dataColumn19,
  340. this.dataColumn20,
  341. this.dataColumn21,
  342. this.dataColumn22});
  343. this.dataTable3.TableName = "Table1";
  344. //
  345. // dataColumn18
  346. //
  347. this.dataColumn18.ColumnName = "CLF_NO";
  348. //
  349. // dataColumn19
  350. //
  351. this.dataColumn19.ColumnName = "CLF_NAME";
  352. //
  353. // dataColumn20
  354. //
  355. this.dataColumn20.ColumnName = "CLF_COL";
  356. //
  357. // dataColumn21
  358. //
  359. this.dataColumn21.ColumnName = "CLF_ROW";
  360. //
  361. // dataColumn22
  362. //
  363. this.dataColumn22.ColumnName = "CLF_FL";
  364. //
  365. // UIM010070
  366. //
  367. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  368. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  369. this.ClientSize = new System.Drawing.Size(676, 416);
  370. this.Controls.Add(this.panel1);
  371. this.Name = "UIM010070";
  372. this.Text = "UIM010070";
  373. this.Load += new System.EventHandler(this.UIM010070_Load);
  374. this.panel1.ResumeLayout(false);
  375. this.panel3.ResumeLayout(false);
  376. this.panel2.ResumeLayout(false);
  377. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  378. this.ultraGroupBox1.ResumeLayout(false);
  379. this.ultraGroupBox1.PerformLayout();
  380. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  381. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  382. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  383. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  384. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  385. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  386. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  387. ((System.ComponentModel.ISupportInitialize)(this.dataSet3)).EndInit();
  388. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
  389. this.ResumeLayout(false);
  390. }
  391. #endregion
  392. private System.Windows.Forms.Panel panel1;
  393. private System.Windows.Forms.Panel panel3;
  394. private System.Windows.Forms.Panel panel5;
  395. private System.Windows.Forms.Panel panel2;
  396. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  397. private System.Windows.Forms.PictureBox pictureBox1;
  398. private System.Windows.Forms.PictureBox pictureBox2;
  399. private System.Windows.Forms.PictureBox pictureBox3;
  400. private System.Data.DataSet dataSet1;
  401. private System.Data.DataTable dataTable1;
  402. private System.Data.DataColumn dataColumn1;
  403. private System.Data.DataColumn dataColumn2;
  404. private System.Windows.Forms.TextBox textBox1;
  405. private System.Windows.Forms.Label label1;
  406. private System.Windows.Forms.TextBox textBox2;
  407. private System.Windows.Forms.Label label2;
  408. internal System.Data.DataSet dataSet2;
  409. private System.Data.DataTable dataTable2;
  410. private System.Data.DataColumn dataColumn3;
  411. private System.Data.DataColumn dataColumn4;
  412. private System.Data.DataColumn dataColumn5;
  413. private System.Data.DataColumn dataColumn6;
  414. private System.Data.DataColumn dataColumn7;
  415. private System.Data.DataColumn dataColumn8;
  416. private System.Data.DataColumn dataColumn9;
  417. private System.Data.DataColumn dataColumn10;
  418. private System.Data.DataColumn dataColumn11;
  419. private System.Data.DataColumn dataColumn12;
  420. private System.Data.DataColumn dataColumn13;
  421. private System.Data.DataColumn dataColumn14;
  422. private System.Data.DataColumn dataColumn15;
  423. private System.Data.DataColumn dataColumn16;
  424. private System.Data.DataColumn dataColumn17;
  425. internal System.Data.DataSet dataSet3;
  426. private System.Data.DataTable dataTable3;
  427. private System.Data.DataColumn dataColumn18;
  428. private System.Data.DataColumn dataColumn19;
  429. private System.Data.DataColumn dataColumn20;
  430. private System.Data.DataColumn dataColumn21;
  431. private System.Data.DataColumn dataColumn22;
  432. }
  433. }