FrmQADefects.Designer.cs 71 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212
  1. namespace Core.StlMes.Client.ZGMil.Popup
  2. {
  3. partial class FrmQADefectS
  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("Table1", -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("SIMPLE_LOT_NO");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MAT_NUM");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WASTE_BRANCH");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OFFLINE_PRODUCT");
  34. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1);
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JUDGE_STOVE_NO");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEFECT_ITEM");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WASTE_BRANCH");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_ITEM");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OFFLINE_PRODUCT");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEFECT_CODE");
  47. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BASENAME");
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ADD_ITEM");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WASTENUM");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OFFNUM");
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BASECODE");
  60. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  66. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  67. this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
  68. this.uneZL = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  69. this.umeOffLineNum = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  70. this.umeScrapTon = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  71. this.umeScrapNum = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  72. this.btnCancel = new Infragistics.Win.Misc.UltraButton();
  73. this.btnOK = new Infragistics.Win.Misc.UltraButton();
  74. this.label1 = new System.Windows.Forms.Label();
  75. this.label5 = new System.Windows.Forms.Label();
  76. this.label4 = new System.Windows.Forms.Label();
  77. this.label6 = new System.Windows.Forms.Label();
  78. this.label2 = new System.Windows.Forms.Label();
  79. this.label3 = new System.Windows.Forms.Label();
  80. this.txtLotNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  81. this.txtHeatNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  82. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  83. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  84. this.ultraGroupBox6 = new Infragistics.Win.Misc.UltraGroupBox();
  85. this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  86. this.dataSet3 = new System.Data.DataSet();
  87. this.dtSimple = new System.Data.DataTable();
  88. this.dataColumn22 = new System.Data.DataColumn();
  89. this.dataColumn23 = new System.Data.DataColumn();
  90. this.dataColumn24 = new System.Data.DataColumn();
  91. this.dataColumn25 = new System.Data.DataColumn();
  92. this.dataColumn26 = new System.Data.DataColumn();
  93. this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
  94. this.chkSimpleNo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  95. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  96. this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  97. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  98. this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
  99. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  100. this.dataSet1 = new System.Data.DataSet();
  101. this.dtCountDefect = new System.Data.DataTable();
  102. this.dataColumn14 = new System.Data.DataColumn();
  103. this.dataColumn15 = new System.Data.DataColumn();
  104. this.dataColumn16 = new System.Data.DataColumn();
  105. this.dtDefect = new System.Data.DataTable();
  106. this.dataColumn5 = new System.Data.DataColumn();
  107. this.dataColumn1 = new System.Data.DataColumn();
  108. this.dataColumn2 = new System.Data.DataColumn();
  109. this.dataColumn3 = new System.Data.DataColumn();
  110. this.dataColumn4 = new System.Data.DataColumn();
  111. this.dataColumn18 = new System.Data.DataColumn();
  112. this.dtPipeSize = new System.Data.DataTable();
  113. this.dataColumn6 = new System.Data.DataColumn();
  114. this.dataColumn7 = new System.Data.DataColumn();
  115. this.dataColumn8 = new System.Data.DataColumn();
  116. this.dataColumn9 = new System.Data.DataColumn();
  117. this.dataColumn10 = new System.Data.DataColumn();
  118. this.dataColumn11 = new System.Data.DataColumn();
  119. this.dataColumn12 = new System.Data.DataColumn();
  120. this.dataColumn13 = new System.Data.DataColumn();
  121. this.dataColumn17 = new System.Data.DataColumn();
  122. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  123. this.cmbItemLevel = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  124. this.chkItemName = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  125. this.chkItemCode = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  126. this.chkItemLevel = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  127. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  128. this.txtItemCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  129. this.txtItemName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  130. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  131. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  132. this.dataSet2 = new System.Data.DataSet();
  133. this.dtItem = new System.Data.DataTable();
  134. this.dataColumn19 = new System.Data.DataColumn();
  135. this.dataColumn20 = new System.Data.DataColumn();
  136. this.dataColumn21 = new System.Data.DataColumn();
  137. this.dataColumn27 = new System.Data.DataColumn();
  138. this.dataColumn28 = new System.Data.DataColumn();
  139. this.dataColumn29 = new System.Data.DataColumn();
  140. this.tableLayoutPanel1.SuspendLayout();
  141. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
  142. this.ultraGroupBox4.SuspendLayout();
  143. ((System.ComponentModel.ISupportInitialize)(this.uneZL)).BeginInit();
  144. ((System.ComponentModel.ISupportInitialize)(this.umeOffLineNum)).BeginInit();
  145. ((System.ComponentModel.ISupportInitialize)(this.umeScrapTon)).BeginInit();
  146. ((System.ComponentModel.ISupportInitialize)(this.umeScrapNum)).BeginInit();
  147. ((System.ComponentModel.ISupportInitialize)(this.txtLotNo)).BeginInit();
  148. ((System.ComponentModel.ISupportInitialize)(this.txtHeatNo)).BeginInit();
  149. this.tableLayoutPanel2.SuspendLayout();
  150. this.tableLayoutPanel3.SuspendLayout();
  151. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).BeginInit();
  152. this.ultraGroupBox6.SuspendLayout();
  153. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
  154. ((System.ComponentModel.ISupportInitialize)(this.dataSet3)).BeginInit();
  155. ((System.ComponentModel.ISupportInitialize)(this.dtSimple)).BeginInit();
  156. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
  157. this.ultraGroupBox3.SuspendLayout();
  158. ((System.ComponentModel.ISupportInitialize)(this.chkSimpleNo)).BeginInit();
  159. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
  160. this.tableLayoutPanel4.SuspendLayout();
  161. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
  162. this.ultraGroupBox5.SuspendLayout();
  163. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  164. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  165. ((System.ComponentModel.ISupportInitialize)(this.dtCountDefect)).BeginInit();
  166. ((System.ComponentModel.ISupportInitialize)(this.dtDefect)).BeginInit();
  167. ((System.ComponentModel.ISupportInitialize)(this.dtPipeSize)).BeginInit();
  168. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  169. this.ultraGroupBox1.SuspendLayout();
  170. ((System.ComponentModel.ISupportInitialize)(this.cmbItemLevel)).BeginInit();
  171. ((System.ComponentModel.ISupportInitialize)(this.chkItemName)).BeginInit();
  172. ((System.ComponentModel.ISupportInitialize)(this.chkItemCode)).BeginInit();
  173. ((System.ComponentModel.ISupportInitialize)(this.chkItemLevel)).BeginInit();
  174. ((System.ComponentModel.ISupportInitialize)(this.txtItemCode)).BeginInit();
  175. ((System.ComponentModel.ISupportInitialize)(this.txtItemName)).BeginInit();
  176. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  177. this.ultraGroupBox2.SuspendLayout();
  178. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  179. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  180. ((System.ComponentModel.ISupportInitialize)(this.dtItem)).BeginInit();
  181. this.SuspendLayout();
  182. //
  183. // tableLayoutPanel1
  184. //
  185. this.tableLayoutPanel1.ColumnCount = 1;
  186. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  187. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox4, 0, 0);
  188. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
  189. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  190. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  191. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
  192. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  193. this.tableLayoutPanel1.RowCount = 2;
  194. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 75F));
  195. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 465F));
  196. this.tableLayoutPanel1.Size = new System.Drawing.Size(1554, 746);
  197. this.tableLayoutPanel1.TabIndex = 0;
  198. //
  199. // ultraGroupBox4
  200. //
  201. this.ultraGroupBox4.Controls.Add(this.uneZL);
  202. this.ultraGroupBox4.Controls.Add(this.umeOffLineNum);
  203. this.ultraGroupBox4.Controls.Add(this.umeScrapTon);
  204. this.ultraGroupBox4.Controls.Add(this.umeScrapNum);
  205. this.ultraGroupBox4.Controls.Add(this.btnCancel);
  206. this.ultraGroupBox4.Controls.Add(this.btnOK);
  207. this.ultraGroupBox4.Controls.Add(this.label1);
  208. this.ultraGroupBox4.Controls.Add(this.label5);
  209. this.ultraGroupBox4.Controls.Add(this.label4);
  210. this.ultraGroupBox4.Controls.Add(this.label6);
  211. this.ultraGroupBox4.Controls.Add(this.label2);
  212. this.ultraGroupBox4.Controls.Add(this.label3);
  213. this.ultraGroupBox4.Controls.Add(this.txtLotNo);
  214. this.ultraGroupBox4.Controls.Add(this.txtHeatNo);
  215. this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  216. this.ultraGroupBox4.Location = new System.Drawing.Point(4, 4);
  217. this.ultraGroupBox4.Margin = new System.Windows.Forms.Padding(4);
  218. this.ultraGroupBox4.Name = "ultraGroupBox4";
  219. this.ultraGroupBox4.Size = new System.Drawing.Size(1546, 67);
  220. this.ultraGroupBox4.TabIndex = 8;
  221. this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  222. //
  223. // uneZL
  224. //
  225. this.uneZL.Location = new System.Drawing.Point(599, 24);
  226. this.uneZL.Margin = new System.Windows.Forms.Padding(4);
  227. this.uneZL.MaskInput = "n.nnnn";
  228. this.uneZL.Name = "uneZL";
  229. this.uneZL.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  230. this.uneZL.Size = new System.Drawing.Size(67, 24);
  231. this.uneZL.TabIndex = 55;
  232. this.uneZL.Value = 1D;
  233. this.uneZL.ValueChanged += new System.EventHandler(this.umeScrapNum_ValueChanged);
  234. //
  235. // umeOffLineNum
  236. //
  237. this.umeOffLineNum.Location = new System.Drawing.Point(1080, 24);
  238. this.umeOffLineNum.Margin = new System.Windows.Forms.Padding(4);
  239. this.umeOffLineNum.MaskInput = "nnnn";
  240. this.umeOffLineNum.Name = "umeOffLineNum";
  241. this.umeOffLineNum.Size = new System.Drawing.Size(79, 24);
  242. this.umeOffLineNum.TabIndex = 54;
  243. //
  244. // umeScrapTon
  245. //
  246. this.umeScrapTon.Location = new System.Drawing.Point(915, 24);
  247. this.umeScrapTon.Margin = new System.Windows.Forms.Padding(4);
  248. this.umeScrapTon.MaskInput = "nnnn.nnn";
  249. this.umeScrapTon.Name = "umeScrapTon";
  250. this.umeScrapTon.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  251. this.umeScrapTon.Size = new System.Drawing.Size(75, 24);
  252. this.umeScrapTon.TabIndex = 54;
  253. //
  254. // umeScrapNum
  255. //
  256. this.umeScrapNum.Location = new System.Drawing.Point(752, 24);
  257. this.umeScrapNum.Margin = new System.Windows.Forms.Padding(4);
  258. this.umeScrapNum.MaskInput = "nnnn";
  259. this.umeScrapNum.Name = "umeScrapNum";
  260. this.umeScrapNum.Size = new System.Drawing.Size(69, 24);
  261. this.umeScrapNum.TabIndex = 54;
  262. this.umeScrapNum.ValueChanged += new System.EventHandler(this.umeScrapNum_ValueChanged);
  263. //
  264. // btnCancel
  265. //
  266. this.btnCancel.Location = new System.Drawing.Point(1325, 21);
  267. this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
  268. this.btnCancel.Name = "btnCancel";
  269. this.btnCancel.Size = new System.Drawing.Size(103, 32);
  270. this.btnCancel.TabIndex = 0;
  271. this.btnCancel.Text = "取消";
  272. //
  273. // btnOK
  274. //
  275. this.btnOK.Location = new System.Drawing.Point(1188, 21);
  276. this.btnOK.Margin = new System.Windows.Forms.Padding(4);
  277. this.btnOK.Name = "btnOK";
  278. this.btnOK.Size = new System.Drawing.Size(103, 32);
  279. this.btnOK.TabIndex = 0;
  280. this.btnOK.Text = "确定";
  281. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  282. //
  283. // label1
  284. //
  285. this.label1.AutoSize = true;
  286. this.label1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  287. this.label1.Location = new System.Drawing.Point(253, 29);
  288. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  289. this.label1.Name = "label1";
  290. this.label1.Size = new System.Drawing.Size(82, 15);
  291. this.label1.TabIndex = 51;
  292. this.label1.Text = "生产批号:";
  293. //
  294. // label5
  295. //
  296. this.label5.AutoSize = true;
  297. this.label5.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  298. this.label5.Location = new System.Drawing.Point(843, 30);
  299. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  300. this.label5.Name = "label5";
  301. this.label5.Size = new System.Drawing.Size(67, 15);
  302. this.label5.TabIndex = 50;
  303. this.label5.Text = "废品吨:";
  304. //
  305. // label4
  306. //
  307. this.label4.AutoSize = true;
  308. this.label4.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  309. this.label4.Location = new System.Drawing.Point(1008, 30);
  310. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  311. this.label4.Name = "label4";
  312. this.label4.Size = new System.Drawing.Size(67, 15);
  313. this.label4.TabIndex = 50;
  314. this.label4.Text = "下线支:";
  315. //
  316. // label6
  317. //
  318. this.label6.AutoSize = true;
  319. this.label6.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  320. this.label6.Location = new System.Drawing.Point(512, 30);
  321. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  322. this.label6.Name = "label6";
  323. this.label6.Size = new System.Drawing.Size(82, 15);
  324. this.label6.TabIndex = 50;
  325. this.label6.Text = "重量系数:";
  326. //
  327. // label2
  328. //
  329. this.label2.AutoSize = true;
  330. this.label2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  331. this.label2.Location = new System.Drawing.Point(676, 30);
  332. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  333. this.label2.Name = "label2";
  334. this.label2.Size = new System.Drawing.Size(67, 15);
  335. this.label2.TabIndex = 50;
  336. this.label2.Text = "废品支:";
  337. //
  338. // label3
  339. //
  340. this.label3.AutoSize = true;
  341. this.label3.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  342. this.label3.Location = new System.Drawing.Point(27, 29);
  343. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  344. this.label3.Name = "label3";
  345. this.label3.Size = new System.Drawing.Size(52, 15);
  346. this.label3.TabIndex = 50;
  347. this.label3.Text = "炉号:";
  348. //
  349. // txtLotNo
  350. //
  351. this.txtLotNo.Enabled = false;
  352. this.txtLotNo.Location = new System.Drawing.Point(347, 24);
  353. this.txtLotNo.Margin = new System.Windows.Forms.Padding(4);
  354. this.txtLotNo.Name = "txtLotNo";
  355. this.txtLotNo.Size = new System.Drawing.Size(147, 24);
  356. this.txtLotNo.TabIndex = 1;
  357. this.txtLotNo.Text = "ultraTextEditor1";
  358. //
  359. // txtHeatNo
  360. //
  361. this.txtHeatNo.Enabled = false;
  362. this.txtHeatNo.Location = new System.Drawing.Point(89, 24);
  363. this.txtHeatNo.Margin = new System.Windows.Forms.Padding(4);
  364. this.txtHeatNo.Name = "txtHeatNo";
  365. this.txtHeatNo.Size = new System.Drawing.Size(147, 24);
  366. this.txtHeatNo.TabIndex = 1;
  367. this.txtHeatNo.Text = "ultraTextEditor1";
  368. //
  369. // tableLayoutPanel2
  370. //
  371. this.tableLayoutPanel2.ColumnCount = 2;
  372. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40.23286F));
  373. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 59.76714F));
  374. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
  375. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel4, 1, 0);
  376. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  377. this.tableLayoutPanel2.Location = new System.Drawing.Point(4, 79);
  378. this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(4);
  379. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  380. this.tableLayoutPanel2.RowCount = 1;
  381. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  382. this.tableLayoutPanel2.Size = new System.Drawing.Size(1546, 663);
  383. this.tableLayoutPanel2.TabIndex = 9;
  384. //
  385. // tableLayoutPanel3
  386. //
  387. this.tableLayoutPanel3.ColumnCount = 1;
  388. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  389. this.tableLayoutPanel3.Controls.Add(this.ultraGroupBox6, 0, 1);
  390. this.tableLayoutPanel3.Controls.Add(this.ultraGroupBox3, 0, 0);
  391. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  392. this.tableLayoutPanel3.Location = new System.Drawing.Point(4, 4);
  393. this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(4);
  394. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  395. this.tableLayoutPanel3.RowCount = 2;
  396. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
  397. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  398. this.tableLayoutPanel3.Size = new System.Drawing.Size(614, 655);
  399. this.tableLayoutPanel3.TabIndex = 1;
  400. //
  401. // ultraGroupBox6
  402. //
  403. this.ultraGroupBox6.Controls.Add(this.ultraGrid3);
  404. this.ultraGroupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
  405. this.ultraGroupBox6.Location = new System.Drawing.Point(4, 64);
  406. this.ultraGroupBox6.Margin = new System.Windows.Forms.Padding(4);
  407. this.ultraGroupBox6.Name = "ultraGroupBox6";
  408. this.ultraGroupBox6.Size = new System.Drawing.Size(606, 587);
  409. this.ultraGroupBox6.TabIndex = 12;
  410. this.ultraGroupBox6.Text = "性能批信息";
  411. this.ultraGroupBox6.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  412. //
  413. // ultraGrid3
  414. //
  415. this.ultraGrid3.DataMember = "Table1";
  416. this.ultraGrid3.DataSource = this.dataSet3;
  417. ultraGridColumn1.Header.VisiblePosition = 0;
  418. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(114, 0);
  419. ultraGridColumn2.Header.VisiblePosition = 1;
  420. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(130, 0);
  421. ultraGridColumn3.Header.VisiblePosition = 2;
  422. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(99, 0);
  423. ultraGridColumn4.Header.VisiblePosition = 3;
  424. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(107, 0);
  425. ultraGridColumn5.Header.VisiblePosition = 4;
  426. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(127, 0);
  427. ultraGridBand1.Columns.AddRange(new object[] {
  428. ultraGridColumn1,
  429. ultraGridColumn2,
  430. ultraGridColumn3,
  431. ultraGridColumn4,
  432. ultraGridColumn5});
  433. ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
  434. ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  435. ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
  436. ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  437. ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  438. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  439. this.ultraGrid3.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  440. this.ultraGrid3.DisplayLayout.InterBandSpacing = 8;
  441. appearance1.FontData.BoldAsString = "True";
  442. this.ultraGrid3.DisplayLayout.Override.ActiveRowAppearance = appearance1;
  443. this.ultraGrid3.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  444. this.ultraGrid3.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  445. appearance2.BackColor = System.Drawing.Color.Transparent;
  446. this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance2;
  447. appearance4.TextVAlignAsString = "Middle";
  448. this.ultraGrid3.DisplayLayout.Override.CellAppearance = appearance4;
  449. this.ultraGrid3.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  450. this.ultraGrid3.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
  451. appearance5.BackColor = System.Drawing.Color.LightSteelBlue;
  452. appearance5.TextHAlignAsString = "Center";
  453. appearance5.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
  454. this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance5;
  455. this.ultraGrid3.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  456. this.ultraGrid3.DisplayLayout.Override.MaxSelectedRows = 1;
  457. this.ultraGrid3.DisplayLayout.Override.MinRowHeight = 21;
  458. appearance6.BackColor = System.Drawing.Color.LightSteelBlue;
  459. this.ultraGrid3.DisplayLayout.Override.RowSelectorAppearance = appearance6;
  460. this.ultraGrid3.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  461. this.ultraGrid3.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  462. this.ultraGrid3.DisplayLayout.Override.RowSelectorWidth = 26;
  463. this.ultraGrid3.DisplayLayout.Override.RowSpacingBefore = 0;
  464. appearance7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
  465. appearance7.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
  466. appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  467. appearance7.ForeColor = System.Drawing.Color.Black;
  468. this.ultraGrid3.DisplayLayout.Override.SelectedRowAppearance = appearance7;
  469. this.ultraGrid3.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  470. this.ultraGrid3.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  471. this.ultraGrid3.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  472. this.ultraGrid3.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  473. this.ultraGrid3.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  474. this.ultraGrid3.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  475. this.ultraGrid3.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  476. this.ultraGrid3.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
  477. this.ultraGrid3.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
  478. this.ultraGrid3.Dock = System.Windows.Forms.DockStyle.Fill;
  479. this.ultraGrid3.Location = new System.Drawing.Point(3, 21);
  480. this.ultraGrid3.Margin = new System.Windows.Forms.Padding(4);
  481. this.ultraGrid3.Name = "ultraGrid3";
  482. this.ultraGrid3.Size = new System.Drawing.Size(600, 563);
  483. this.ultraGrid3.TabIndex = 6;
  484. this.ultraGrid3.AfterRowActivate += new System.EventHandler(this.ultraGrid3_AfterRowActivate);
  485. //
  486. // dataSet3
  487. //
  488. this.dataSet3.DataSetName = "NewDataSet";
  489. this.dataSet3.Tables.AddRange(new System.Data.DataTable[] {
  490. this.dtSimple});
  491. //
  492. // dtSimple
  493. //
  494. this.dtSimple.Columns.AddRange(new System.Data.DataColumn[] {
  495. this.dataColumn22,
  496. this.dataColumn23,
  497. this.dataColumn24,
  498. this.dataColumn25,
  499. this.dataColumn26});
  500. this.dtSimple.TableName = "Table1";
  501. //
  502. // dataColumn22
  503. //
  504. this.dataColumn22.Caption = "炉号";
  505. this.dataColumn22.ColumnName = "JUDGE_STOVE_NO";
  506. //
  507. // dataColumn23
  508. //
  509. this.dataColumn23.Caption = "性能批号";
  510. this.dataColumn23.ColumnName = "SIMPLE_LOT_NO";
  511. //
  512. // dataColumn24
  513. //
  514. this.dataColumn24.Caption = "支数";
  515. this.dataColumn24.ColumnName = "MAT_NUM";
  516. //
  517. // dataColumn25
  518. //
  519. this.dataColumn25.Caption = "废品支";
  520. this.dataColumn25.ColumnName = "WASTE_BRANCH";
  521. //
  522. // dataColumn26
  523. //
  524. this.dataColumn26.Caption = "下线支";
  525. this.dataColumn26.ColumnName = "OFFLINE_PRODUCT";
  526. //
  527. // ultraGroupBox3
  528. //
  529. this.ultraGroupBox3.Controls.Add(this.chkSimpleNo);
  530. this.ultraGroupBox3.Controls.Add(this.ultraButton1);
  531. this.ultraGroupBox3.Controls.Add(this.ultraTextEditor2);
  532. this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  533. this.ultraGroupBox3.Location = new System.Drawing.Point(4, 4);
  534. this.ultraGroupBox3.Margin = new System.Windows.Forms.Padding(4);
  535. this.ultraGroupBox3.Name = "ultraGroupBox3";
  536. this.ultraGroupBox3.Size = new System.Drawing.Size(606, 52);
  537. this.ultraGroupBox3.TabIndex = 2;
  538. this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  539. //
  540. // chkSimpleNo
  541. //
  542. this.chkSimpleNo.Location = new System.Drawing.Point(9, 15);
  543. this.chkSimpleNo.Margin = new System.Windows.Forms.Padding(4);
  544. this.chkSimpleNo.Name = "chkSimpleNo";
  545. this.chkSimpleNo.Size = new System.Drawing.Size(100, 25);
  546. this.chkSimpleNo.TabIndex = 59;
  547. this.chkSimpleNo.Text = "性能批号";
  548. //
  549. // ultraButton1
  550. //
  551. this.ultraButton1.Location = new System.Drawing.Point(293, 14);
  552. this.ultraButton1.Margin = new System.Windows.Forms.Padding(4);
  553. this.ultraButton1.Name = "ultraButton1";
  554. this.ultraButton1.Size = new System.Drawing.Size(103, 28);
  555. this.ultraButton1.TabIndex = 54;
  556. this.ultraButton1.Text = "查询";
  557. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  558. //
  559. // ultraTextEditor2
  560. //
  561. this.ultraTextEditor2.Enabled = false;
  562. this.ultraTextEditor2.Location = new System.Drawing.Point(121, 15);
  563. this.ultraTextEditor2.Margin = new System.Windows.Forms.Padding(4);
  564. this.ultraTextEditor2.Name = "ultraTextEditor2";
  565. this.ultraTextEditor2.Size = new System.Drawing.Size(133, 24);
  566. this.ultraTextEditor2.TabIndex = 55;
  567. this.ultraTextEditor2.Text = "ultraTextEditor1";
  568. //
  569. // tableLayoutPanel4
  570. //
  571. this.tableLayoutPanel4.ColumnCount = 1;
  572. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  573. this.tableLayoutPanel4.Controls.Add(this.ultraGroupBox5, 0, 2);
  574. this.tableLayoutPanel4.Controls.Add(this.ultraGroupBox1, 0, 0);
  575. this.tableLayoutPanel4.Controls.Add(this.ultraGroupBox2, 0, 1);
  576. this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  577. this.tableLayoutPanel4.Location = new System.Drawing.Point(625, 3);
  578. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  579. this.tableLayoutPanel4.RowCount = 3;
  580. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.86811F));
  581. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85.1319F));
  582. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 207F));
  583. this.tableLayoutPanel4.Size = new System.Drawing.Size(918, 657);
  584. this.tableLayoutPanel4.TabIndex = 2;
  585. //
  586. // ultraGroupBox5
  587. //
  588. this.ultraGroupBox5.Controls.Add(this.ultraGrid1);
  589. this.ultraGroupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
  590. this.ultraGroupBox5.Location = new System.Drawing.Point(4, 453);
  591. this.ultraGroupBox5.Margin = new System.Windows.Forms.Padding(4);
  592. this.ultraGroupBox5.Name = "ultraGroupBox5";
  593. this.ultraGroupBox5.Size = new System.Drawing.Size(910, 200);
  594. this.ultraGroupBox5.TabIndex = 11;
  595. this.ultraGroupBox5.Text = "性能批缺陷项汇总";
  596. this.ultraGroupBox5.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  597. //
  598. // ultraGrid1
  599. //
  600. this.ultraGrid1.DataMember = "Table2";
  601. this.ultraGrid1.DataSource = this.dataSet1;
  602. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  603. ultraGridColumn6.Header.VisiblePosition = 0;
  604. ultraGridColumn6.Hidden = true;
  605. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  606. ultraGridColumn7.Header.VisiblePosition = 1;
  607. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 2;
  608. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  609. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(77, 0);
  610. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  611. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  612. ultraGridColumn8.DefaultCellValue = "0";
  613. ultraGridColumn8.Header.VisiblePosition = 2;
  614. ultraGridColumn8.MaskInput = "nnn";
  615. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 4;
  616. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  617. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
  618. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  619. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  620. ultraGridColumn8.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.IntegerNonNegative;
  621. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  622. ultraGridColumn9.Header.VisiblePosition = 3;
  623. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 8;
  624. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  625. ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(91, 0);
  626. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  627. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  628. ultraGridColumn9.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
  629. ultraGridColumn10.DefaultCellValue = "0";
  630. ultraGridColumn10.Header.VisiblePosition = 4;
  631. ultraGridColumn10.MaskInput = "nnn";
  632. ultraGridColumn10.MaxLength = 20;
  633. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 6;
  634. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  635. ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(94, 0);
  636. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  637. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  638. ultraGridColumn10.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.IntegerNonNegative;
  639. ultraGridColumn11.Header.VisiblePosition = 5;
  640. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 0;
  641. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  642. ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  643. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  644. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  645. ultraGridBand2.Columns.AddRange(new object[] {
  646. ultraGridColumn6,
  647. ultraGridColumn7,
  648. ultraGridColumn8,
  649. ultraGridColumn9,
  650. ultraGridColumn10,
  651. ultraGridColumn11});
  652. ultraGridBand2.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
  653. ultraGridBand2.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  654. ultraGridBand2.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
  655. ultraGridBand2.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  656. ultraGridBand2.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  657. ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  658. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  659. this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
  660. appearance3.FontData.BoldAsString = "True";
  661. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance3;
  662. this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  663. this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  664. appearance14.BackColor = System.Drawing.Color.Transparent;
  665. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance14;
  666. appearance15.TextVAlignAsString = "Middle";
  667. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance15;
  668. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  669. this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
  670. appearance16.BackColor = System.Drawing.Color.LightSteelBlue;
  671. appearance16.TextHAlignAsString = "Center";
  672. appearance16.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
  673. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance16;
  674. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  675. this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
  676. this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
  677. appearance17.BackColor = System.Drawing.Color.LightSteelBlue;
  678. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance17;
  679. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  680. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  681. this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
  682. this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
  683. appearance18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
  684. appearance18.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
  685. appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  686. appearance18.ForeColor = System.Drawing.Color.Black;
  687. this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance18;
  688. this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  689. this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  690. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  691. this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  692. this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  693. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  694. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  695. this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
  696. this.ultraGrid1.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
  697. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  698. this.ultraGrid1.Location = new System.Drawing.Point(3, 21);
  699. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
  700. this.ultraGrid1.Name = "ultraGrid1";
  701. this.ultraGrid1.Size = new System.Drawing.Size(904, 176);
  702. this.ultraGrid1.TabIndex = 6;
  703. //
  704. // dataSet1
  705. //
  706. this.dataSet1.DataSetName = "NewDataSet";
  707. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  708. this.dtCountDefect,
  709. this.dtDefect,
  710. this.dtPipeSize});
  711. //
  712. // dtCountDefect
  713. //
  714. this.dtCountDefect.Columns.AddRange(new System.Data.DataColumn[] {
  715. this.dataColumn14,
  716. this.dataColumn15,
  717. this.dataColumn16});
  718. this.dtCountDefect.TableName = "Table1";
  719. //
  720. // dataColumn14
  721. //
  722. this.dataColumn14.Caption = "缺陷项";
  723. this.dataColumn14.ColumnName = "DEFECT";
  724. //
  725. // dataColumn15
  726. //
  727. this.dataColumn15.Caption = "合格";
  728. this.dataColumn15.ColumnName = "QUELIFIED";
  729. //
  730. // dataColumn16
  731. //
  732. this.dataColumn16.Caption = "不合格";
  733. this.dataColumn16.ColumnName = "unQUELIFIED";
  734. //
  735. // dtDefect
  736. //
  737. this.dtDefect.Columns.AddRange(new System.Data.DataColumn[] {
  738. this.dataColumn5,
  739. this.dataColumn1,
  740. this.dataColumn2,
  741. this.dataColumn3,
  742. this.dataColumn4,
  743. this.dataColumn18});
  744. this.dtDefect.TableName = "Table2";
  745. //
  746. // dataColumn5
  747. //
  748. this.dataColumn5.Caption = "炉号";
  749. this.dataColumn5.ColumnName = "JUDGE_STOVE_NO";
  750. //
  751. // dataColumn1
  752. //
  753. this.dataColumn1.Caption = "缺陷项";
  754. this.dataColumn1.ColumnName = "DEFECT_ITEM";
  755. //
  756. // dataColumn2
  757. //
  758. this.dataColumn2.Caption = "废品支";
  759. this.dataColumn2.ColumnName = "WASTE_BRANCH";
  760. //
  761. // dataColumn3
  762. //
  763. this.dataColumn3.Caption = "移除";
  764. this.dataColumn3.ColumnName = "DELETE_ITEM";
  765. //
  766. // dataColumn4
  767. //
  768. this.dataColumn4.Caption = "下线支";
  769. this.dataColumn4.ColumnName = "OFFLINE_PRODUCT";
  770. //
  771. // dataColumn18
  772. //
  773. this.dataColumn18.Caption = "缺陷项代码";
  774. this.dataColumn18.ColumnName = "DEFECT_CODE";
  775. //
  776. // dtPipeSize
  777. //
  778. this.dtPipeSize.Columns.AddRange(new System.Data.DataColumn[] {
  779. this.dataColumn6,
  780. this.dataColumn7,
  781. this.dataColumn8,
  782. this.dataColumn9,
  783. this.dataColumn10,
  784. this.dataColumn11,
  785. this.dataColumn12,
  786. this.dataColumn13,
  787. this.dataColumn17});
  788. this.dtPipeSize.TableName = "Table3";
  789. //
  790. // dataColumn6
  791. //
  792. this.dataColumn6.Caption = "抽检管编号";
  793. this.dataColumn6.ColumnName = "SAMPLE_PIPE_NO";
  794. //
  795. // dataColumn7
  796. //
  797. this.dataColumn7.Caption = "D1";
  798. this.dataColumn7.ColumnName = "D1";
  799. //
  800. // dataColumn8
  801. //
  802. this.dataColumn8.ColumnName = "D2";
  803. //
  804. // dataColumn9
  805. //
  806. this.dataColumn9.ColumnName = "S1";
  807. //
  808. // dataColumn10
  809. //
  810. this.dataColumn10.ColumnName = "S2";
  811. //
  812. // dataColumn11
  813. //
  814. this.dataColumn11.ColumnName = "S3";
  815. //
  816. // dataColumn12
  817. //
  818. this.dataColumn12.ColumnName = "S4";
  819. //
  820. // dataColumn13
  821. //
  822. this.dataColumn13.Caption = "位置(管段/管体)";
  823. this.dataColumn13.ColumnName = "LOCATION";
  824. //
  825. // dataColumn17
  826. //
  827. this.dataColumn17.Caption = "抽检管序号";
  828. this.dataColumn17.ColumnName = "SAMPLE_PIPE_SEQ";
  829. //
  830. // ultraGroupBox1
  831. //
  832. this.ultraGroupBox1.Controls.Add(this.cmbItemLevel);
  833. this.ultraGroupBox1.Controls.Add(this.chkItemName);
  834. this.ultraGroupBox1.Controls.Add(this.chkItemCode);
  835. this.ultraGroupBox1.Controls.Add(this.chkItemLevel);
  836. this.ultraGroupBox1.Controls.Add(this.ultraButton2);
  837. this.ultraGroupBox1.Controls.Add(this.txtItemCode);
  838. this.ultraGroupBox1.Controls.Add(this.txtItemName);
  839. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  840. this.ultraGroupBox1.Location = new System.Drawing.Point(4, 4);
  841. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4);
  842. this.ultraGroupBox1.Name = "ultraGroupBox1";
  843. this.ultraGroupBox1.Size = new System.Drawing.Size(910, 58);
  844. this.ultraGroupBox1.TabIndex = 1;
  845. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  846. //
  847. // cmbItemLevel
  848. //
  849. this.cmbItemLevel.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  850. this.cmbItemLevel.Enabled = false;
  851. this.cmbItemLevel.Location = new System.Drawing.Point(120, 15);
  852. this.cmbItemLevel.Margin = new System.Windows.Forms.Padding(4);
  853. this.cmbItemLevel.Name = "cmbItemLevel";
  854. this.cmbItemLevel.Size = new System.Drawing.Size(93, 24);
  855. this.cmbItemLevel.TabIndex = 57;
  856. //
  857. // chkItemName
  858. //
  859. this.chkItemName.Location = new System.Drawing.Point(227, 15);
  860. this.chkItemName.Margin = new System.Windows.Forms.Padding(4);
  861. this.chkItemName.Name = "chkItemName";
  862. this.chkItemName.Size = new System.Drawing.Size(100, 25);
  863. this.chkItemName.TabIndex = 59;
  864. this.chkItemName.Text = "缺馅名称";
  865. //
  866. // chkItemCode
  867. //
  868. this.chkItemCode.Location = new System.Drawing.Point(481, 16);
  869. this.chkItemCode.Margin = new System.Windows.Forms.Padding(4);
  870. this.chkItemCode.Name = "chkItemCode";
  871. this.chkItemCode.Size = new System.Drawing.Size(100, 25);
  872. this.chkItemCode.TabIndex = 60;
  873. this.chkItemCode.Text = "缺馅代码";
  874. this.chkItemCode.Visible = false;
  875. //
  876. // chkItemLevel
  877. //
  878. this.chkItemLevel.Location = new System.Drawing.Point(15, 15);
  879. this.chkItemLevel.Margin = new System.Windows.Forms.Padding(4);
  880. this.chkItemLevel.Name = "chkItemLevel";
  881. this.chkItemLevel.Size = new System.Drawing.Size(100, 25);
  882. this.chkItemLevel.TabIndex = 58;
  883. this.chkItemLevel.Text = "缺馅等级";
  884. //
  885. // ultraButton2
  886. //
  887. this.ultraButton2.Location = new System.Drawing.Point(728, 14);
  888. this.ultraButton2.Margin = new System.Windows.Forms.Padding(4);
  889. this.ultraButton2.Name = "ultraButton2";
  890. this.ultraButton2.Size = new System.Drawing.Size(103, 28);
  891. this.ultraButton2.TabIndex = 54;
  892. this.ultraButton2.Text = "查询";
  893. //
  894. // txtItemCode
  895. //
  896. this.txtItemCode.Enabled = false;
  897. this.txtItemCode.Location = new System.Drawing.Point(591, 15);
  898. this.txtItemCode.Margin = new System.Windows.Forms.Padding(4);
  899. this.txtItemCode.Name = "txtItemCode";
  900. this.txtItemCode.Size = new System.Drawing.Size(133, 24);
  901. this.txtItemCode.TabIndex = 56;
  902. this.txtItemCode.Text = "ultraTextEditor1";
  903. this.txtItemCode.Visible = false;
  904. //
  905. // txtItemName
  906. //
  907. this.txtItemName.Enabled = false;
  908. this.txtItemName.Location = new System.Drawing.Point(339, 15);
  909. this.txtItemName.Margin = new System.Windows.Forms.Padding(4);
  910. this.txtItemName.Name = "txtItemName";
  911. this.txtItemName.Size = new System.Drawing.Size(133, 24);
  912. this.txtItemName.TabIndex = 55;
  913. this.txtItemName.Text = "ultraTextEditor1";
  914. //
  915. // ultraGroupBox2
  916. //
  917. this.ultraGroupBox2.Controls.Add(this.ultraGrid2);
  918. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  919. this.ultraGroupBox2.Location = new System.Drawing.Point(4, 70);
  920. this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(4);
  921. this.ultraGroupBox2.Name = "ultraGroupBox2";
  922. this.ultraGroupBox2.Size = new System.Drawing.Size(910, 375);
  923. this.ultraGroupBox2.TabIndex = 10;
  924. this.ultraGroupBox2.Text = "缺陷项记录";
  925. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  926. //
  927. // ultraGrid2
  928. //
  929. this.ultraGrid2.DataMember = "Table1";
  930. this.ultraGrid2.DataSource = this.dataSet2;
  931. ultraGridColumn12.Header.VisiblePosition = 0;
  932. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 2;
  933. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  934. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  935. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  936. ultraGridColumn13.Header.VisiblePosition = 1;
  937. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 4;
  938. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  939. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  940. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  941. ultraGridColumn14.Header.Caption = "添加";
  942. ultraGridColumn14.Header.VisiblePosition = 2;
  943. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 10;
  944. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  945. ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(105, 0);
  946. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  947. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
  948. ultraGridColumn14.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
  949. ultraGridColumn15.Header.VisiblePosition = 3;
  950. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 6;
  951. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  952. ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(119, 0);
  953. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
  954. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
  955. ultraGridColumn15.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.IntegerNonNegative;
  956. ultraGridColumn16.Header.VisiblePosition = 4;
  957. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 8;
  958. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  959. ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(111, 0);
  960. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
  961. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
  962. ultraGridColumn16.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.IntegerNonNegative;
  963. ultraGridColumn17.Header.VisiblePosition = 5;
  964. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 0;
  965. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  966. ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(110, 0);
  967. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
  968. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
  969. ultraGridBand3.Columns.AddRange(new object[] {
  970. ultraGridColumn12,
  971. ultraGridColumn13,
  972. ultraGridColumn14,
  973. ultraGridColumn15,
  974. ultraGridColumn16,
  975. ultraGridColumn17});
  976. ultraGridBand3.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
  977. ultraGridBand3.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  978. ultraGridBand3.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
  979. ultraGridBand3.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  980. ultraGridBand3.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  981. ultraGridBand3.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  982. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
  983. this.ultraGrid2.DisplayLayout.InterBandSpacing = 8;
  984. appearance8.FontData.BoldAsString = "True";
  985. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance8;
  986. this.ultraGrid2.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  987. this.ultraGrid2.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  988. appearance9.BackColor = System.Drawing.Color.Transparent;
  989. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance9;
  990. appearance10.TextVAlignAsString = "Middle";
  991. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance10;
  992. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  993. this.ultraGrid2.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
  994. appearance11.BackColor = System.Drawing.Color.LightSteelBlue;
  995. appearance11.TextHAlignAsString = "Center";
  996. appearance11.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
  997. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance11;
  998. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  999. this.ultraGrid2.DisplayLayout.Override.MaxSelectedRows = 1;
  1000. this.ultraGrid2.DisplayLayout.Override.MinRowHeight = 21;
  1001. appearance12.BackColor = System.Drawing.Color.LightSteelBlue;
  1002. this.ultraGrid2.DisplayLayout.Override.RowSelectorAppearance = appearance12;
  1003. this.ultraGrid2.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  1004. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  1005. this.ultraGrid2.DisplayLayout.Override.RowSelectorWidth = 26;
  1006. this.ultraGrid2.DisplayLayout.Override.RowSpacingBefore = 0;
  1007. appearance13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
  1008. appearance13.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
  1009. appearance13.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  1010. appearance13.ForeColor = System.Drawing.Color.Black;
  1011. this.ultraGrid2.DisplayLayout.Override.SelectedRowAppearance = appearance13;
  1012. this.ultraGrid2.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  1013. this.ultraGrid2.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  1014. this.ultraGrid2.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  1015. this.ultraGrid2.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  1016. this.ultraGrid2.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  1017. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1018. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1019. this.ultraGrid2.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
  1020. this.ultraGrid2.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
  1021. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  1022. this.ultraGrid2.Location = new System.Drawing.Point(3, 21);
  1023. this.ultraGrid2.Margin = new System.Windows.Forms.Padding(4);
  1024. this.ultraGrid2.Name = "ultraGrid2";
  1025. this.ultraGrid2.Size = new System.Drawing.Size(904, 351);
  1026. this.ultraGrid2.TabIndex = 6;
  1027. //
  1028. // dataSet2
  1029. //
  1030. this.dataSet2.DataSetName = "NewDataSet";
  1031. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  1032. this.dtItem});
  1033. //
  1034. // dtItem
  1035. //
  1036. this.dtItem.Columns.AddRange(new System.Data.DataColumn[] {
  1037. this.dataColumn19,
  1038. this.dataColumn20,
  1039. this.dataColumn21,
  1040. this.dataColumn27,
  1041. this.dataColumn28,
  1042. this.dataColumn29});
  1043. this.dtItem.TableName = "Table1";
  1044. //
  1045. // dataColumn19
  1046. //
  1047. this.dataColumn19.Caption = "缺陷名称";
  1048. this.dataColumn19.ColumnName = "BASENAME";
  1049. //
  1050. // dataColumn20
  1051. //
  1052. this.dataColumn20.Caption = "缺馅等级";
  1053. this.dataColumn20.ColumnName = "MEMO";
  1054. //
  1055. // dataColumn21
  1056. //
  1057. this.dataColumn21.Caption = "选择";
  1058. this.dataColumn21.ColumnName = "ADD_ITEM";
  1059. //
  1060. // dataColumn27
  1061. //
  1062. this.dataColumn27.Caption = "废品支";
  1063. this.dataColumn27.ColumnName = "WASTENUM";
  1064. //
  1065. // dataColumn28
  1066. //
  1067. this.dataColumn28.Caption = "下线支";
  1068. this.dataColumn28.ColumnName = "OFFNUM";
  1069. //
  1070. // dataColumn29
  1071. //
  1072. this.dataColumn29.Caption = "缺陷项代码";
  1073. this.dataColumn29.ColumnName = "BASECODE";
  1074. //
  1075. // FrmQADefectS
  1076. //
  1077. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1078. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1079. this.ClientSize = new System.Drawing.Size(1554, 746);
  1080. this.Controls.Add(this.tableLayoutPanel1);
  1081. this.Margin = new System.Windows.Forms.Padding(5);
  1082. this.Name = "FrmQADefectS";
  1083. this.Text = "缺陷项抽检";
  1084. this.tableLayoutPanel1.ResumeLayout(false);
  1085. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
  1086. this.ultraGroupBox4.ResumeLayout(false);
  1087. this.ultraGroupBox4.PerformLayout();
  1088. ((System.ComponentModel.ISupportInitialize)(this.uneZL)).EndInit();
  1089. ((System.ComponentModel.ISupportInitialize)(this.umeOffLineNum)).EndInit();
  1090. ((System.ComponentModel.ISupportInitialize)(this.umeScrapTon)).EndInit();
  1091. ((System.ComponentModel.ISupportInitialize)(this.umeScrapNum)).EndInit();
  1092. ((System.ComponentModel.ISupportInitialize)(this.txtLotNo)).EndInit();
  1093. ((System.ComponentModel.ISupportInitialize)(this.txtHeatNo)).EndInit();
  1094. this.tableLayoutPanel2.ResumeLayout(false);
  1095. this.tableLayoutPanel3.ResumeLayout(false);
  1096. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).EndInit();
  1097. this.ultraGroupBox6.ResumeLayout(false);
  1098. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
  1099. ((System.ComponentModel.ISupportInitialize)(this.dataSet3)).EndInit();
  1100. ((System.ComponentModel.ISupportInitialize)(this.dtSimple)).EndInit();
  1101. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
  1102. this.ultraGroupBox3.ResumeLayout(false);
  1103. this.ultraGroupBox3.PerformLayout();
  1104. ((System.ComponentModel.ISupportInitialize)(this.chkSimpleNo)).EndInit();
  1105. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
  1106. this.tableLayoutPanel4.ResumeLayout(false);
  1107. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
  1108. this.ultraGroupBox5.ResumeLayout(false);
  1109. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1110. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1111. ((System.ComponentModel.ISupportInitialize)(this.dtCountDefect)).EndInit();
  1112. ((System.ComponentModel.ISupportInitialize)(this.dtDefect)).EndInit();
  1113. ((System.ComponentModel.ISupportInitialize)(this.dtPipeSize)).EndInit();
  1114. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1115. this.ultraGroupBox1.ResumeLayout(false);
  1116. this.ultraGroupBox1.PerformLayout();
  1117. ((System.ComponentModel.ISupportInitialize)(this.cmbItemLevel)).EndInit();
  1118. ((System.ComponentModel.ISupportInitialize)(this.chkItemName)).EndInit();
  1119. ((System.ComponentModel.ISupportInitialize)(this.chkItemCode)).EndInit();
  1120. ((System.ComponentModel.ISupportInitialize)(this.chkItemLevel)).EndInit();
  1121. ((System.ComponentModel.ISupportInitialize)(this.txtItemCode)).EndInit();
  1122. ((System.ComponentModel.ISupportInitialize)(this.txtItemName)).EndInit();
  1123. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  1124. this.ultraGroupBox2.ResumeLayout(false);
  1125. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  1126. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  1127. ((System.ComponentModel.ISupportInitialize)(this.dtItem)).EndInit();
  1128. this.ResumeLayout(false);
  1129. }
  1130. #endregion
  1131. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  1132. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
  1133. private Infragistics.Win.UltraWinEditors.UltraNumericEditor umeOffLineNum;
  1134. private Infragistics.Win.UltraWinEditors.UltraNumericEditor umeScrapTon;
  1135. private Infragistics.Win.UltraWinEditors.UltraNumericEditor umeScrapNum;
  1136. private Infragistics.Win.Misc.UltraButton btnCancel;
  1137. private Infragistics.Win.Misc.UltraButton btnOK;
  1138. private System.Windows.Forms.Label label1;
  1139. private System.Windows.Forms.Label label5;
  1140. private System.Windows.Forms.Label label4;
  1141. private System.Windows.Forms.Label label2;
  1142. private System.Windows.Forms.Label label3;
  1143. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtLotNo;
  1144. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtHeatNo;
  1145. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  1146. private System.Data.DataSet dataSet1;
  1147. private System.Data.DataTable dtCountDefect;
  1148. private System.Data.DataColumn dataColumn14;
  1149. private System.Data.DataColumn dataColumn15;
  1150. private System.Data.DataColumn dataColumn16;
  1151. private System.Data.DataTable dtDefect;
  1152. private System.Data.DataColumn dataColumn5;
  1153. private System.Data.DataColumn dataColumn1;
  1154. private System.Data.DataColumn dataColumn2;
  1155. private System.Data.DataColumn dataColumn3;
  1156. private System.Data.DataColumn dataColumn4;
  1157. private System.Data.DataTable dtPipeSize;
  1158. private System.Data.DataColumn dataColumn6;
  1159. private System.Data.DataColumn dataColumn7;
  1160. private System.Data.DataColumn dataColumn8;
  1161. private System.Data.DataColumn dataColumn9;
  1162. private System.Data.DataColumn dataColumn10;
  1163. private System.Data.DataColumn dataColumn11;
  1164. private System.Data.DataColumn dataColumn12;
  1165. private System.Data.DataColumn dataColumn13;
  1166. private System.Data.DataColumn dataColumn17;
  1167. private System.Data.DataSet dataSet2;
  1168. private System.Data.DataTable dtItem;
  1169. private System.Data.DataColumn dataColumn19;
  1170. private System.Data.DataColumn dataColumn20;
  1171. private System.Data.DataColumn dataColumn21;
  1172. private System.Windows.Forms.Label label6;
  1173. private Infragistics.Win.UltraWinEditors.UltraNumericEditor uneZL;
  1174. private System.Data.DataColumn dataColumn18;
  1175. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  1176. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
  1177. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkSimpleNo;
  1178. private Infragistics.Win.Misc.UltraButton ultraButton1;
  1179. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
  1180. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  1181. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1182. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbItemLevel;
  1183. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkItemName;
  1184. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkItemCode;
  1185. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkItemLevel;
  1186. private Infragistics.Win.Misc.UltraButton ultraButton2;
  1187. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtItemCode;
  1188. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtItemName;
  1189. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  1190. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  1191. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox5;
  1192. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1193. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox6;
  1194. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid3;
  1195. private System.Data.DataSet dataSet3;
  1196. private System.Data.DataTable dtSimple;
  1197. private System.Data.DataColumn dataColumn22;
  1198. private System.Data.DataColumn dataColumn23;
  1199. private System.Data.DataColumn dataColumn24;
  1200. private System.Data.DataColumn dataColumn25;
  1201. private System.Data.DataColumn dataColumn26;
  1202. private System.Data.DataColumn dataColumn27;
  1203. private System.Data.DataColumn dataColumn28;
  1204. private System.Data.DataColumn dataColumn29;
  1205. }
  1206. }