FrmQADefect.Designer.cs 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936
  1. namespace Core.StlMes.Client.ZGMil.Popup
  2. {
  3. partial class FrmQADefect
  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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1);
  29. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JUDGE_STOVE_NO");
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEFECT_ITEM", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WASTE_BRANCH");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_ITEM");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OFFLINE_PRODUCT");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEFECT_CODE");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TWASTE_BRANCH");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TOFFLINE_PRODUCT");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TWASTE_TONS");
  38. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BASENAME");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ADD_ITEM");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BASECODE");
  49. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  55. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  56. this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
  57. this.uneZL = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  58. this.umeOffLineNum = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  59. this.umeScrapTon = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  60. this.umeScrapNum = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  61. this.btnOK = new Infragistics.Win.Misc.UltraButton();
  62. this.label1 = new System.Windows.Forms.Label();
  63. this.label5 = new System.Windows.Forms.Label();
  64. this.label4 = new System.Windows.Forms.Label();
  65. this.label6 = new System.Windows.Forms.Label();
  66. this.label2 = new System.Windows.Forms.Label();
  67. this.label3 = new System.Windows.Forms.Label();
  68. this.txtLotNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  69. this.txtHeatNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  70. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  71. this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
  72. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  73. this.dataSet1 = new System.Data.DataSet();
  74. this.dtCountDefect = new System.Data.DataTable();
  75. this.dataColumn14 = new System.Data.DataColumn();
  76. this.dataColumn15 = new System.Data.DataColumn();
  77. this.dataColumn16 = new System.Data.DataColumn();
  78. this.dtDefect = new System.Data.DataTable();
  79. this.dataColumn5 = new System.Data.DataColumn();
  80. this.dataColumn1 = new System.Data.DataColumn();
  81. this.dataColumn2 = new System.Data.DataColumn();
  82. this.dataColumn3 = new System.Data.DataColumn();
  83. this.dataColumn4 = new System.Data.DataColumn();
  84. this.dataColumn18 = new System.Data.DataColumn();
  85. this.dataColumn23 = new System.Data.DataColumn();
  86. this.dataColumn24 = new System.Data.DataColumn();
  87. this.dataColumn25 = new System.Data.DataColumn();
  88. this.dtPipeSize = new System.Data.DataTable();
  89. this.dataColumn6 = new System.Data.DataColumn();
  90. this.dataColumn7 = new System.Data.DataColumn();
  91. this.dataColumn8 = new System.Data.DataColumn();
  92. this.dataColumn9 = new System.Data.DataColumn();
  93. this.dataColumn10 = new System.Data.DataColumn();
  94. this.dataColumn11 = new System.Data.DataColumn();
  95. this.dataColumn12 = new System.Data.DataColumn();
  96. this.dataColumn13 = new System.Data.DataColumn();
  97. this.dataColumn17 = new System.Data.DataColumn();
  98. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  99. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  100. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  101. this.dataSet2 = new System.Data.DataSet();
  102. this.dtItem = new System.Data.DataTable();
  103. this.dataColumn19 = new System.Data.DataColumn();
  104. this.dataColumn20 = new System.Data.DataColumn();
  105. this.dataColumn21 = new System.Data.DataColumn();
  106. this.dataColumn22 = new System.Data.DataColumn();
  107. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  108. this.cmbItemLevel = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  109. this.chkItemName = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  110. this.chkItemCode = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  111. this.chkItemLevel = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  112. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  113. this.txtItemCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  114. this.txtItemName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  115. this.tableLayoutPanel1.SuspendLayout();
  116. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
  117. this.ultraGroupBox4.SuspendLayout();
  118. ((System.ComponentModel.ISupportInitialize)(this.uneZL)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.umeOffLineNum)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.umeScrapTon)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.umeScrapNum)).BeginInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.txtLotNo)).BeginInit();
  123. ((System.ComponentModel.ISupportInitialize)(this.txtHeatNo)).BeginInit();
  124. this.tableLayoutPanel2.SuspendLayout();
  125. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
  126. this.ultraGroupBox3.SuspendLayout();
  127. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.dtCountDefect)).BeginInit();
  130. ((System.ComponentModel.ISupportInitialize)(this.dtDefect)).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.dtPipeSize)).BeginInit();
  132. this.tableLayoutPanel3.SuspendLayout();
  133. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  134. this.ultraGroupBox2.SuspendLayout();
  135. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  137. ((System.ComponentModel.ISupportInitialize)(this.dtItem)).BeginInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  139. this.ultraGroupBox1.SuspendLayout();
  140. ((System.ComponentModel.ISupportInitialize)(this.cmbItemLevel)).BeginInit();
  141. ((System.ComponentModel.ISupportInitialize)(this.chkItemName)).BeginInit();
  142. ((System.ComponentModel.ISupportInitialize)(this.chkItemCode)).BeginInit();
  143. ((System.ComponentModel.ISupportInitialize)(this.chkItemLevel)).BeginInit();
  144. ((System.ComponentModel.ISupportInitialize)(this.txtItemCode)).BeginInit();
  145. ((System.ComponentModel.ISupportInitialize)(this.txtItemName)).BeginInit();
  146. this.SuspendLayout();
  147. //
  148. // tableLayoutPanel1
  149. //
  150. this.tableLayoutPanel1.ColumnCount = 1;
  151. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  152. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox4, 0, 0);
  153. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
  154. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  155. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  156. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  157. this.tableLayoutPanel1.RowCount = 2;
  158. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
  159. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 459F));
  160. this.tableLayoutPanel1.Size = new System.Drawing.Size(1109, 526);
  161. this.tableLayoutPanel1.TabIndex = 0;
  162. //
  163. // ultraGroupBox4
  164. //
  165. this.ultraGroupBox4.Controls.Add(this.uneZL);
  166. this.ultraGroupBox4.Controls.Add(this.umeOffLineNum);
  167. this.ultraGroupBox4.Controls.Add(this.umeScrapTon);
  168. this.ultraGroupBox4.Controls.Add(this.umeScrapNum);
  169. this.ultraGroupBox4.Controls.Add(this.btnOK);
  170. this.ultraGroupBox4.Controls.Add(this.label1);
  171. this.ultraGroupBox4.Controls.Add(this.label5);
  172. this.ultraGroupBox4.Controls.Add(this.label4);
  173. this.ultraGroupBox4.Controls.Add(this.label6);
  174. this.ultraGroupBox4.Controls.Add(this.label2);
  175. this.ultraGroupBox4.Controls.Add(this.label3);
  176. this.ultraGroupBox4.Controls.Add(this.txtLotNo);
  177. this.ultraGroupBox4.Controls.Add(this.txtHeatNo);
  178. this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  179. this.ultraGroupBox4.Location = new System.Drawing.Point(3, 3);
  180. this.ultraGroupBox4.Name = "ultraGroupBox4";
  181. this.ultraGroupBox4.Size = new System.Drawing.Size(1103, 54);
  182. this.ultraGroupBox4.TabIndex = 8;
  183. this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  184. //
  185. // uneZL
  186. //
  187. this.uneZL.Location = new System.Drawing.Point(449, 19);
  188. this.uneZL.MaskInput = "n.nnnn";
  189. this.uneZL.Name = "uneZL";
  190. this.uneZL.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  191. this.uneZL.Size = new System.Drawing.Size(50, 21);
  192. this.uneZL.TabIndex = 55;
  193. this.uneZL.Value = 1D;
  194. this.uneZL.Visible = false;
  195. this.uneZL.ValueChanged += new System.EventHandler(this.umeScrapNum_ValueChanged);
  196. //
  197. // umeOffLineNum
  198. //
  199. this.umeOffLineNum.Location = new System.Drawing.Point(810, 19);
  200. this.umeOffLineNum.MaskInput = "nnnn";
  201. this.umeOffLineNum.Name = "umeOffLineNum";
  202. this.umeOffLineNum.Size = new System.Drawing.Size(59, 21);
  203. this.umeOffLineNum.TabIndex = 54;
  204. this.umeOffLineNum.Visible = false;
  205. //
  206. // umeScrapTon
  207. //
  208. this.umeScrapTon.Location = new System.Drawing.Point(686, 19);
  209. this.umeScrapTon.MaskInput = "nnnn.nnn";
  210. this.umeScrapTon.Name = "umeScrapTon";
  211. this.umeScrapTon.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  212. this.umeScrapTon.Size = new System.Drawing.Size(56, 21);
  213. this.umeScrapTon.TabIndex = 54;
  214. this.umeScrapTon.Visible = false;
  215. //
  216. // umeScrapNum
  217. //
  218. this.umeScrapNum.Location = new System.Drawing.Point(564, 19);
  219. this.umeScrapNum.MaskInput = "nnnn";
  220. this.umeScrapNum.Name = "umeScrapNum";
  221. this.umeScrapNum.Size = new System.Drawing.Size(52, 21);
  222. this.umeScrapNum.TabIndex = 54;
  223. this.umeScrapNum.Visible = false;
  224. this.umeScrapNum.ValueChanged += new System.EventHandler(this.umeScrapNum_ValueChanged);
  225. //
  226. // btnOK
  227. //
  228. this.btnOK.Location = new System.Drawing.Point(891, 17);
  229. this.btnOK.Name = "btnOK";
  230. this.btnOK.Size = new System.Drawing.Size(77, 26);
  231. this.btnOK.TabIndex = 0;
  232. this.btnOK.Text = "保存";
  233. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  234. //
  235. // label1
  236. //
  237. this.label1.AutoSize = true;
  238. this.label1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  239. this.label1.Location = new System.Drawing.Point(190, 23);
  240. this.label1.Name = "label1";
  241. this.label1.Size = new System.Drawing.Size(65, 12);
  242. this.label1.TabIndex = 51;
  243. this.label1.Text = "生产批号:";
  244. //
  245. // label5
  246. //
  247. this.label5.AutoSize = true;
  248. this.label5.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  249. this.label5.Location = new System.Drawing.Point(632, 24);
  250. this.label5.Name = "label5";
  251. this.label5.Size = new System.Drawing.Size(53, 12);
  252. this.label5.TabIndex = 50;
  253. this.label5.Text = "废品吨:";
  254. this.label5.Visible = false;
  255. //
  256. // label4
  257. //
  258. this.label4.AutoSize = true;
  259. this.label4.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  260. this.label4.Location = new System.Drawing.Point(756, 24);
  261. this.label4.Name = "label4";
  262. this.label4.Size = new System.Drawing.Size(53, 12);
  263. this.label4.TabIndex = 50;
  264. this.label4.Text = "下线支:";
  265. this.label4.Visible = false;
  266. //
  267. // label6
  268. //
  269. this.label6.AutoSize = true;
  270. this.label6.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  271. this.label6.Location = new System.Drawing.Point(384, 24);
  272. this.label6.Name = "label6";
  273. this.label6.Size = new System.Drawing.Size(65, 12);
  274. this.label6.TabIndex = 50;
  275. this.label6.Text = "重量系数:";
  276. this.label6.Visible = false;
  277. //
  278. // label2
  279. //
  280. this.label2.AutoSize = true;
  281. this.label2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  282. this.label2.Location = new System.Drawing.Point(507, 24);
  283. this.label2.Name = "label2";
  284. this.label2.Size = new System.Drawing.Size(53, 12);
  285. this.label2.TabIndex = 50;
  286. this.label2.Text = "废品支:";
  287. this.label2.Visible = false;
  288. //
  289. // label3
  290. //
  291. this.label3.AutoSize = true;
  292. this.label3.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  293. this.label3.Location = new System.Drawing.Point(20, 23);
  294. this.label3.Name = "label3";
  295. this.label3.Size = new System.Drawing.Size(41, 12);
  296. this.label3.TabIndex = 50;
  297. this.label3.Text = "炉号:";
  298. //
  299. // txtLotNo
  300. //
  301. this.txtLotNo.Enabled = false;
  302. this.txtLotNo.Location = new System.Drawing.Point(260, 19);
  303. this.txtLotNo.Name = "txtLotNo";
  304. this.txtLotNo.Size = new System.Drawing.Size(110, 21);
  305. this.txtLotNo.TabIndex = 1;
  306. this.txtLotNo.Text = "ultraTextEditor1";
  307. //
  308. // txtHeatNo
  309. //
  310. this.txtHeatNo.Enabled = false;
  311. this.txtHeatNo.Location = new System.Drawing.Point(67, 19);
  312. this.txtHeatNo.Name = "txtHeatNo";
  313. this.txtHeatNo.Size = new System.Drawing.Size(110, 21);
  314. this.txtHeatNo.TabIndex = 1;
  315. this.txtHeatNo.Text = "ultraTextEditor1";
  316. //
  317. // tableLayoutPanel2
  318. //
  319. this.tableLayoutPanel2.ColumnCount = 2;
  320. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 58.7156F));
  321. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 41.2844F));
  322. this.tableLayoutPanel2.Controls.Add(this.ultraGroupBox3, 1, 0);
  323. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
  324. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  325. this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 63);
  326. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  327. this.tableLayoutPanel2.RowCount = 1;
  328. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  329. this.tableLayoutPanel2.Size = new System.Drawing.Size(1103, 460);
  330. this.tableLayoutPanel2.TabIndex = 9;
  331. //
  332. // ultraGroupBox3
  333. //
  334. this.ultraGroupBox3.Controls.Add(this.ultraGrid1);
  335. this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  336. this.ultraGroupBox3.Location = new System.Drawing.Point(650, 3);
  337. this.ultraGroupBox3.Name = "ultraGroupBox3";
  338. this.ultraGroupBox3.Size = new System.Drawing.Size(450, 454);
  339. this.ultraGroupBox3.TabIndex = 8;
  340. this.ultraGroupBox3.Text = "抽检管缺陷记录汇总";
  341. this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  342. //
  343. // ultraGrid1
  344. //
  345. this.ultraGrid1.DataMember = "Table2";
  346. this.ultraGrid1.DataSource = this.dataSet1;
  347. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  348. ultraGridColumn1.Header.VisiblePosition = 0;
  349. ultraGridColumn1.Hidden = true;
  350. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  351. ultraGridColumn2.Header.VisiblePosition = 1;
  352. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  353. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  354. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(77, 0);
  355. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  356. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  357. ultraGridColumn3.DefaultCellValue = "0";
  358. ultraGridColumn3.Header.VisiblePosition = 2;
  359. ultraGridColumn3.MaskInput = "nnnnn";
  360. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
  361. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  362. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
  363. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  364. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  365. ultraGridColumn3.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.IntegerNonNegative;
  366. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  367. ultraGridColumn4.Header.VisiblePosition = 3;
  368. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 8;
  369. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  370. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(91, 0);
  371. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  372. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  373. ultraGridColumn4.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
  374. ultraGridColumn5.DefaultCellValue = "0";
  375. ultraGridColumn5.Header.VisiblePosition = 4;
  376. ultraGridColumn5.MaskInput = "nnnnn";
  377. ultraGridColumn5.MaxLength = 20;
  378. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 6;
  379. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  380. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(94, 0);
  381. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  382. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  383. ultraGridColumn5.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.IntegerNonNegative;
  384. ultraGridColumn6.Header.VisiblePosition = 5;
  385. ultraGridColumn6.Hidden = true;
  386. ultraGridColumn7.Header.VisiblePosition = 6;
  387. ultraGridColumn7.Hidden = true;
  388. ultraGridColumn8.Header.VisiblePosition = 7;
  389. ultraGridColumn8.Hidden = true;
  390. ultraGridColumn9.Header.VisiblePosition = 8;
  391. ultraGridColumn9.Hidden = true;
  392. ultraGridBand1.Columns.AddRange(new object[] {
  393. ultraGridColumn1,
  394. ultraGridColumn2,
  395. ultraGridColumn3,
  396. ultraGridColumn4,
  397. ultraGridColumn5,
  398. ultraGridColumn6,
  399. ultraGridColumn7,
  400. ultraGridColumn8,
  401. ultraGridColumn9});
  402. ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
  403. ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  404. ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
  405. ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  406. ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  407. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  408. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  409. this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
  410. appearance1.FontData.BoldAsString = "True";
  411. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance1;
  412. this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  413. this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  414. appearance2.BackColor = System.Drawing.Color.Transparent;
  415. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance2;
  416. appearance4.TextVAlignAsString = "Middle";
  417. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance4;
  418. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  419. this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
  420. appearance5.BackColor = System.Drawing.Color.LightSteelBlue;
  421. appearance5.TextHAlignAsString = "Center";
  422. appearance5.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
  423. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance5;
  424. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  425. this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
  426. this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
  427. appearance6.BackColor = System.Drawing.Color.LightSteelBlue;
  428. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance6;
  429. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  430. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  431. this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
  432. this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
  433. appearance7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
  434. appearance7.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
  435. appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  436. appearance7.ForeColor = System.Drawing.Color.Black;
  437. this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance7;
  438. this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  439. this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  440. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  441. this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  442. this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  443. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  444. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  445. this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
  446. this.ultraGrid1.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
  447. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  448. this.ultraGrid1.Location = new System.Drawing.Point(3, 18);
  449. this.ultraGrid1.Name = "ultraGrid1";
  450. this.ultraGrid1.Size = new System.Drawing.Size(444, 433);
  451. this.ultraGrid1.TabIndex = 6;
  452. this.ultraGrid1.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_ClickCellButton);
  453. //
  454. // dataSet1
  455. //
  456. this.dataSet1.DataSetName = "NewDataSet";
  457. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  458. this.dtCountDefect,
  459. this.dtDefect,
  460. this.dtPipeSize});
  461. //
  462. // dtCountDefect
  463. //
  464. this.dtCountDefect.Columns.AddRange(new System.Data.DataColumn[] {
  465. this.dataColumn14,
  466. this.dataColumn15,
  467. this.dataColumn16});
  468. this.dtCountDefect.TableName = "Table1";
  469. //
  470. // dataColumn14
  471. //
  472. this.dataColumn14.Caption = "缺陷项";
  473. this.dataColumn14.ColumnName = "DEFECT";
  474. //
  475. // dataColumn15
  476. //
  477. this.dataColumn15.Caption = "合格";
  478. this.dataColumn15.ColumnName = "QUELIFIED";
  479. //
  480. // dataColumn16
  481. //
  482. this.dataColumn16.Caption = "不合格";
  483. this.dataColumn16.ColumnName = "unQUELIFIED";
  484. //
  485. // dtDefect
  486. //
  487. this.dtDefect.Columns.AddRange(new System.Data.DataColumn[] {
  488. this.dataColumn5,
  489. this.dataColumn1,
  490. this.dataColumn2,
  491. this.dataColumn3,
  492. this.dataColumn4,
  493. this.dataColumn18,
  494. this.dataColumn23,
  495. this.dataColumn24,
  496. this.dataColumn25});
  497. this.dtDefect.TableName = "Table2";
  498. //
  499. // dataColumn5
  500. //
  501. this.dataColumn5.Caption = "炉号";
  502. this.dataColumn5.ColumnName = "JUDGE_STOVE_NO";
  503. //
  504. // dataColumn1
  505. //
  506. this.dataColumn1.Caption = "缺陷项";
  507. this.dataColumn1.ColumnName = "DEFECT_ITEM";
  508. //
  509. // dataColumn2
  510. //
  511. this.dataColumn2.Caption = "废品支";
  512. this.dataColumn2.ColumnName = "WASTE_BRANCH";
  513. //
  514. // dataColumn3
  515. //
  516. this.dataColumn3.Caption = "移除";
  517. this.dataColumn3.ColumnName = "DELETE_ITEM";
  518. //
  519. // dataColumn4
  520. //
  521. this.dataColumn4.Caption = "下线支";
  522. this.dataColumn4.ColumnName = "OFFLINE_PRODUCT";
  523. //
  524. // dataColumn18
  525. //
  526. this.dataColumn18.Caption = "缺陷项代码";
  527. this.dataColumn18.ColumnName = "DEFECT_CODE";
  528. //
  529. // dataColumn23
  530. //
  531. this.dataColumn23.ColumnName = "TWASTE_BRANCH";
  532. //
  533. // dataColumn24
  534. //
  535. this.dataColumn24.ColumnName = "TOFFLINE_PRODUCT";
  536. //
  537. // dataColumn25
  538. //
  539. this.dataColumn25.ColumnName = "TWASTE_TONS";
  540. //
  541. // dtPipeSize
  542. //
  543. this.dtPipeSize.Columns.AddRange(new System.Data.DataColumn[] {
  544. this.dataColumn6,
  545. this.dataColumn7,
  546. this.dataColumn8,
  547. this.dataColumn9,
  548. this.dataColumn10,
  549. this.dataColumn11,
  550. this.dataColumn12,
  551. this.dataColumn13,
  552. this.dataColumn17});
  553. this.dtPipeSize.TableName = "Table3";
  554. //
  555. // dataColumn6
  556. //
  557. this.dataColumn6.Caption = "抽检管编号";
  558. this.dataColumn6.ColumnName = "SAMPLE_PIPE_NO";
  559. //
  560. // dataColumn7
  561. //
  562. this.dataColumn7.Caption = "D1";
  563. this.dataColumn7.ColumnName = "D1";
  564. //
  565. // dataColumn8
  566. //
  567. this.dataColumn8.ColumnName = "D2";
  568. //
  569. // dataColumn9
  570. //
  571. this.dataColumn9.ColumnName = "S1";
  572. //
  573. // dataColumn10
  574. //
  575. this.dataColumn10.ColumnName = "S2";
  576. //
  577. // dataColumn11
  578. //
  579. this.dataColumn11.ColumnName = "S3";
  580. //
  581. // dataColumn12
  582. //
  583. this.dataColumn12.ColumnName = "S4";
  584. //
  585. // dataColumn13
  586. //
  587. this.dataColumn13.Caption = "位置(管段/管体)";
  588. this.dataColumn13.ColumnName = "LOCATION";
  589. //
  590. // dataColumn17
  591. //
  592. this.dataColumn17.Caption = "抽检管序号";
  593. this.dataColumn17.ColumnName = "SAMPLE_PIPE_SEQ";
  594. //
  595. // tableLayoutPanel3
  596. //
  597. this.tableLayoutPanel3.ColumnCount = 1;
  598. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  599. this.tableLayoutPanel3.Controls.Add(this.ultraGroupBox2, 0, 1);
  600. this.tableLayoutPanel3.Controls.Add(this.ultraGroupBox1, 0, 0);
  601. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  602. this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
  603. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  604. this.tableLayoutPanel3.RowCount = 2;
  605. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 51F));
  606. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  607. this.tableLayoutPanel3.Size = new System.Drawing.Size(641, 454);
  608. this.tableLayoutPanel3.TabIndex = 1;
  609. //
  610. // ultraGroupBox2
  611. //
  612. this.ultraGroupBox2.Controls.Add(this.ultraGrid2);
  613. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  614. this.ultraGroupBox2.Location = new System.Drawing.Point(3, 54);
  615. this.ultraGroupBox2.Name = "ultraGroupBox2";
  616. this.ultraGroupBox2.Size = new System.Drawing.Size(635, 397);
  617. this.ultraGroupBox2.TabIndex = 9;
  618. this.ultraGroupBox2.Text = "缺陷项记录";
  619. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  620. //
  621. // ultraGrid2
  622. //
  623. this.ultraGrid2.DataMember = "Table1";
  624. this.ultraGrid2.DataSource = this.dataSet2;
  625. ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  626. ultraGridColumn10.Header.VisiblePosition = 0;
  627. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 2;
  628. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  629. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  630. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  631. ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  632. ultraGridColumn11.Header.VisiblePosition = 1;
  633. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 4;
  634. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  635. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  636. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  637. ultraGridColumn12.Header.Caption = "添加";
  638. ultraGridColumn12.Header.VisiblePosition = 2;
  639. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 6;
  640. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  641. ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(105, 0);
  642. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  643. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  644. ultraGridColumn12.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
  645. ultraGridColumn13.Header.VisiblePosition = 3;
  646. ultraGridColumn13.Hidden = true;
  647. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 0;
  648. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  649. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  650. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  651. ultraGridBand2.Columns.AddRange(new object[] {
  652. ultraGridColumn10,
  653. ultraGridColumn11,
  654. ultraGridColumn12,
  655. ultraGridColumn13});
  656. ultraGridBand2.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
  657. ultraGridBand2.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  658. ultraGridBand2.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
  659. ultraGridBand2.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  660. ultraGridBand2.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  661. ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  662. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  663. this.ultraGrid2.DisplayLayout.InterBandSpacing = 8;
  664. appearance8.FontData.BoldAsString = "True";
  665. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance8;
  666. this.ultraGrid2.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  667. this.ultraGrid2.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  668. appearance9.BackColor = System.Drawing.Color.Transparent;
  669. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance9;
  670. appearance10.TextVAlignAsString = "Middle";
  671. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance10;
  672. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  673. this.ultraGrid2.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
  674. appearance11.BackColor = System.Drawing.Color.LightSteelBlue;
  675. appearance11.TextHAlignAsString = "Center";
  676. appearance11.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
  677. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance11;
  678. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  679. this.ultraGrid2.DisplayLayout.Override.MaxSelectedRows = 1;
  680. this.ultraGrid2.DisplayLayout.Override.MinRowHeight = 21;
  681. appearance12.BackColor = System.Drawing.Color.LightSteelBlue;
  682. this.ultraGrid2.DisplayLayout.Override.RowSelectorAppearance = appearance12;
  683. this.ultraGrid2.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  684. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  685. this.ultraGrid2.DisplayLayout.Override.RowSelectorWidth = 26;
  686. this.ultraGrid2.DisplayLayout.Override.RowSpacingBefore = 0;
  687. appearance13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
  688. appearance13.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
  689. appearance13.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  690. appearance13.ForeColor = System.Drawing.Color.Black;
  691. this.ultraGrid2.DisplayLayout.Override.SelectedRowAppearance = appearance13;
  692. this.ultraGrid2.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  693. this.ultraGrid2.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  694. this.ultraGrid2.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  695. this.ultraGrid2.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  696. this.ultraGrid2.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  697. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  698. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  699. this.ultraGrid2.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
  700. this.ultraGrid2.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
  701. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  702. this.ultraGrid2.Location = new System.Drawing.Point(3, 18);
  703. this.ultraGrid2.Name = "ultraGrid2";
  704. this.ultraGrid2.Size = new System.Drawing.Size(629, 376);
  705. this.ultraGrid2.TabIndex = 6;
  706. //
  707. // dataSet2
  708. //
  709. this.dataSet2.DataSetName = "NewDataSet";
  710. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  711. this.dtItem});
  712. //
  713. // dtItem
  714. //
  715. this.dtItem.Columns.AddRange(new System.Data.DataColumn[] {
  716. this.dataColumn19,
  717. this.dataColumn20,
  718. this.dataColumn21,
  719. this.dataColumn22});
  720. this.dtItem.TableName = "Table1";
  721. //
  722. // dataColumn19
  723. //
  724. this.dataColumn19.Caption = "缺陷名称";
  725. this.dataColumn19.ColumnName = "BASENAME";
  726. //
  727. // dataColumn20
  728. //
  729. this.dataColumn20.Caption = "缺馅等级";
  730. this.dataColumn20.ColumnName = "MEMO";
  731. //
  732. // dataColumn21
  733. //
  734. this.dataColumn21.Caption = "选择";
  735. this.dataColumn21.ColumnName = "ADD_ITEM";
  736. //
  737. // dataColumn22
  738. //
  739. this.dataColumn22.Caption = "缺陷代码";
  740. this.dataColumn22.ColumnName = "BASECODE";
  741. //
  742. // ultraGroupBox1
  743. //
  744. this.ultraGroupBox1.Controls.Add(this.cmbItemLevel);
  745. this.ultraGroupBox1.Controls.Add(this.chkItemName);
  746. this.ultraGroupBox1.Controls.Add(this.chkItemCode);
  747. this.ultraGroupBox1.Controls.Add(this.chkItemLevel);
  748. this.ultraGroupBox1.Controls.Add(this.ultraButton2);
  749. this.ultraGroupBox1.Controls.Add(this.txtItemCode);
  750. this.ultraGroupBox1.Controls.Add(this.txtItemName);
  751. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  752. this.ultraGroupBox1.Location = new System.Drawing.Point(3, 3);
  753. this.ultraGroupBox1.Name = "ultraGroupBox1";
  754. this.ultraGroupBox1.Size = new System.Drawing.Size(635, 45);
  755. this.ultraGroupBox1.TabIndex = 0;
  756. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  757. //
  758. // cmbItemLevel
  759. //
  760. this.cmbItemLevel.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  761. this.cmbItemLevel.Enabled = false;
  762. this.cmbItemLevel.Location = new System.Drawing.Point(90, 12);
  763. this.cmbItemLevel.Name = "cmbItemLevel";
  764. this.cmbItemLevel.Size = new System.Drawing.Size(70, 21);
  765. this.cmbItemLevel.TabIndex = 57;
  766. //
  767. // chkItemName
  768. //
  769. this.chkItemName.Location = new System.Drawing.Point(170, 12);
  770. this.chkItemName.Name = "chkItemName";
  771. this.chkItemName.Size = new System.Drawing.Size(75, 20);
  772. this.chkItemName.TabIndex = 59;
  773. this.chkItemName.Text = "缺馅名称";
  774. this.chkItemName.CheckedChanged += new System.EventHandler(this.chkItemLevel_CheckedChanged);
  775. //
  776. // chkItemCode
  777. //
  778. this.chkItemCode.Location = new System.Drawing.Point(361, 13);
  779. this.chkItemCode.Name = "chkItemCode";
  780. this.chkItemCode.Size = new System.Drawing.Size(75, 20);
  781. this.chkItemCode.TabIndex = 60;
  782. this.chkItemCode.Text = "缺馅代码";
  783. this.chkItemCode.Visible = false;
  784. this.chkItemCode.CheckedChanged += new System.EventHandler(this.chkItemLevel_CheckedChanged);
  785. //
  786. // chkItemLevel
  787. //
  788. this.chkItemLevel.Location = new System.Drawing.Point(11, 12);
  789. this.chkItemLevel.Name = "chkItemLevel";
  790. this.chkItemLevel.Size = new System.Drawing.Size(75, 20);
  791. this.chkItemLevel.TabIndex = 58;
  792. this.chkItemLevel.Text = "缺馅等级";
  793. this.chkItemLevel.CheckedChanged += new System.EventHandler(this.chkItemLevel_CheckedChanged);
  794. //
  795. // ultraButton2
  796. //
  797. this.ultraButton2.Location = new System.Drawing.Point(544, 11);
  798. this.ultraButton2.Name = "ultraButton2";
  799. this.ultraButton2.Size = new System.Drawing.Size(77, 22);
  800. this.ultraButton2.TabIndex = 54;
  801. this.ultraButton2.Text = "查询";
  802. this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
  803. //
  804. // txtItemCode
  805. //
  806. this.txtItemCode.Enabled = false;
  807. this.txtItemCode.Location = new System.Drawing.Point(443, 12);
  808. this.txtItemCode.Name = "txtItemCode";
  809. this.txtItemCode.Size = new System.Drawing.Size(100, 21);
  810. this.txtItemCode.TabIndex = 56;
  811. this.txtItemCode.Text = "ultraTextEditor1";
  812. this.txtItemCode.Visible = false;
  813. //
  814. // txtItemName
  815. //
  816. this.txtItemName.Enabled = false;
  817. this.txtItemName.Location = new System.Drawing.Point(254, 12);
  818. this.txtItemName.Name = "txtItemName";
  819. this.txtItemName.Size = new System.Drawing.Size(100, 21);
  820. this.txtItemName.TabIndex = 55;
  821. this.txtItemName.Text = "ultraTextEditor1";
  822. //
  823. // FrmQADefect
  824. //
  825. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  826. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  827. this.ClientSize = new System.Drawing.Size(1109, 526);
  828. this.Controls.Add(this.tableLayoutPanel1);
  829. this.Margin = new System.Windows.Forms.Padding(4);
  830. this.Name = "FrmQADefect";
  831. this.Text = "缺陷项抽检";
  832. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmQADefect_FormClosed);
  833. this.tableLayoutPanel1.ResumeLayout(false);
  834. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
  835. this.ultraGroupBox4.ResumeLayout(false);
  836. this.ultraGroupBox4.PerformLayout();
  837. ((System.ComponentModel.ISupportInitialize)(this.uneZL)).EndInit();
  838. ((System.ComponentModel.ISupportInitialize)(this.umeOffLineNum)).EndInit();
  839. ((System.ComponentModel.ISupportInitialize)(this.umeScrapTon)).EndInit();
  840. ((System.ComponentModel.ISupportInitialize)(this.umeScrapNum)).EndInit();
  841. ((System.ComponentModel.ISupportInitialize)(this.txtLotNo)).EndInit();
  842. ((System.ComponentModel.ISupportInitialize)(this.txtHeatNo)).EndInit();
  843. this.tableLayoutPanel2.ResumeLayout(false);
  844. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
  845. this.ultraGroupBox3.ResumeLayout(false);
  846. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  847. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  848. ((System.ComponentModel.ISupportInitialize)(this.dtCountDefect)).EndInit();
  849. ((System.ComponentModel.ISupportInitialize)(this.dtDefect)).EndInit();
  850. ((System.ComponentModel.ISupportInitialize)(this.dtPipeSize)).EndInit();
  851. this.tableLayoutPanel3.ResumeLayout(false);
  852. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  853. this.ultraGroupBox2.ResumeLayout(false);
  854. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  855. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  856. ((System.ComponentModel.ISupportInitialize)(this.dtItem)).EndInit();
  857. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  858. this.ultraGroupBox1.ResumeLayout(false);
  859. this.ultraGroupBox1.PerformLayout();
  860. ((System.ComponentModel.ISupportInitialize)(this.cmbItemLevel)).EndInit();
  861. ((System.ComponentModel.ISupportInitialize)(this.chkItemName)).EndInit();
  862. ((System.ComponentModel.ISupportInitialize)(this.chkItemCode)).EndInit();
  863. ((System.ComponentModel.ISupportInitialize)(this.chkItemLevel)).EndInit();
  864. ((System.ComponentModel.ISupportInitialize)(this.txtItemCode)).EndInit();
  865. ((System.ComponentModel.ISupportInitialize)(this.txtItemName)).EndInit();
  866. this.ResumeLayout(false);
  867. }
  868. #endregion
  869. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  870. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
  871. private Infragistics.Win.UltraWinEditors.UltraNumericEditor umeOffLineNum;
  872. private Infragistics.Win.UltraWinEditors.UltraNumericEditor umeScrapTon;
  873. private Infragistics.Win.UltraWinEditors.UltraNumericEditor umeScrapNum;
  874. private Infragistics.Win.Misc.UltraButton btnOK;
  875. private System.Windows.Forms.Label label1;
  876. private System.Windows.Forms.Label label5;
  877. private System.Windows.Forms.Label label4;
  878. private System.Windows.Forms.Label label2;
  879. private System.Windows.Forms.Label label3;
  880. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtLotNo;
  881. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtHeatNo;
  882. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  883. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  884. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbItemLevel;
  885. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkItemName;
  886. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkItemCode;
  887. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkItemLevel;
  888. private Infragistics.Win.Misc.UltraButton ultraButton2;
  889. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtItemCode;
  890. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtItemName;
  891. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  892. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  893. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  894. private System.Data.DataSet dataSet1;
  895. private System.Data.DataTable dtCountDefect;
  896. private System.Data.DataColumn dataColumn14;
  897. private System.Data.DataColumn dataColumn15;
  898. private System.Data.DataColumn dataColumn16;
  899. private System.Data.DataTable dtDefect;
  900. private System.Data.DataColumn dataColumn5;
  901. private System.Data.DataColumn dataColumn1;
  902. private System.Data.DataColumn dataColumn2;
  903. private System.Data.DataColumn dataColumn3;
  904. private System.Data.DataColumn dataColumn4;
  905. private System.Data.DataTable dtPipeSize;
  906. private System.Data.DataColumn dataColumn6;
  907. private System.Data.DataColumn dataColumn7;
  908. private System.Data.DataColumn dataColumn8;
  909. private System.Data.DataColumn dataColumn9;
  910. private System.Data.DataColumn dataColumn10;
  911. private System.Data.DataColumn dataColumn11;
  912. private System.Data.DataColumn dataColumn12;
  913. private System.Data.DataColumn dataColumn13;
  914. private System.Data.DataColumn dataColumn17;
  915. private System.Data.DataSet dataSet2;
  916. private System.Data.DataTable dtItem;
  917. private System.Data.DataColumn dataColumn19;
  918. private System.Data.DataColumn dataColumn20;
  919. private System.Data.DataColumn dataColumn21;
  920. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
  921. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  922. private System.Windows.Forms.Label label6;
  923. private Infragistics.Win.UltraWinEditors.UltraNumericEditor uneZL;
  924. private System.Data.DataColumn dataColumn18;
  925. private System.Data.DataColumn dataColumn22;
  926. private System.Data.DataColumn dataColumn23;
  927. private System.Data.DataColumn dataColumn24;
  928. private System.Data.DataColumn dataColumn25;
  929. }
  930. }