Make_TestCollection.Designer.cs 55 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_TestCollection
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_TestCollection));
  29. this.panel2 = new System.Windows.Forms.Panel();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.bc_remark_label = new System.Windows.Forms.Label();
  32. this.ms_sncode_label = new System.Windows.Forms.Label();
  33. this.bc_groupcode_label = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.GoodProduct = new System.Windows.Forms.RadioButton();
  37. this.Reject = new System.Windows.Forms.RadioButton();
  38. this.WaitRejectList = new System.Windows.Forms.ListView();
  39. this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  40. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  41. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  42. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  43. this.label4 = new System.Windows.Forms.Label();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.label6 = new System.Windows.Forms.Label();
  46. this.ChoosedRejectList = new System.Windows.Forms.ListView();
  47. this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  48. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  49. this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  50. this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  51. this.AutoBadCode = new System.Windows.Forms.CheckBox();
  52. this.ma_qty_label = new System.Windows.Forms.Label();
  53. this.ma_prodcode_label = new System.Windows.Forms.Label();
  54. this.pr_detail_label = new System.Windows.Forms.Label();
  55. this.ms_makecode_label = new System.Windows.Forms.Label();
  56. this.mcd_inqty_label = new System.Windows.Forms.Label();
  57. this.mc_restqty_label = new System.Windows.Forms.Label();
  58. this.bc_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  59. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  60. this.LockMakeCode = new UAS_MES.CustomControl.CustomCheckBox.LockCheckBox();
  61. this.Save = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  62. this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  63. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  64. this.ma_qty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  65. this.mcd_inqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  66. this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  67. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  68. this.CleanInfo = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  69. this.ChooseedReject = new UAS_MES.CustomControl.ButtonUtil.ArrowRightButton();
  70. this.WaitReject = new UAS_MES.CustomControl.ButtonUtil.ArrowLeftButton();
  71. this.bc_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  72. this.bc_groupcode = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  73. this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  74. this.panel2.SuspendLayout();
  75. this.SuspendLayout();
  76. //
  77. // panel2
  78. //
  79. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  80. this.panel2.Controls.Add(this.label1);
  81. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  82. this.panel2.Location = new System.Drawing.Point(0, 0);
  83. this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  84. this.panel2.Name = "panel2";
  85. this.panel2.Size = new System.Drawing.Size(1401, 44);
  86. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  87. this.panel2.Name = "panel2";
  88. this.panel2.Size = new System.Drawing.Size(1230, 36);
  89. this.panel2.TabIndex = 30;
  90. //
  91. // label1
  92. //
  93. this.label1.AutoSize = true;
  94. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  96. this.label1.Location = new System.Drawing.Point(18, 6);
  97. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  98. this.label1.Name = "label1";
  99. this.label1.Size = new System.Drawing.Size(110, 31);
  100. this.label1.Location = new System.Drawing.Point(16, 5);
  101. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  102. this.label1.Name = "label1";
  103. this.label1.Size = new System.Drawing.Size(92, 27);
  104. this.label1.TabIndex = 0;
  105. this.label1.Text = "工单信息";
  106. //
  107. // bc_remark_label
  108. //
  109. this.bc_remark_label.AutoSize = true;
  110. this.bc_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.bc_remark_label.Location = new System.Drawing.Point(30, 378);
  112. this.bc_remark_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  113. this.bc_remark_label.Name = "bc_remark_label";
  114. this.bc_remark_label.Size = new System.Drawing.Size(110, 31);
  115. this.bc_remark_label.Location = new System.Drawing.Point(447, 214);
  116. this.bc_remark_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  117. this.bc_remark_label.Name = "bc_remark_label";
  118. this.bc_remark_label.Size = new System.Drawing.Size(92, 27);
  119. this.bc_remark_label.TabIndex = 25;
  120. this.bc_remark_label.Text = "不良备注";
  121. //
  122. // ms_sncode_label
  123. //
  124. this.ms_sncode_label.AutoSize = true;
  125. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.ms_sncode_label.Location = new System.Drawing.Point(346, 856);
  127. this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  128. this.ms_sncode_label.Name = "ms_sncode_label";
  129. this.ms_sncode_label.Size = new System.Drawing.Size(86, 31);
  130. this.ms_sncode_label.Location = new System.Drawing.Point(308, 661);
  131. this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  132. this.ms_sncode_label.Name = "ms_sncode_label";
  133. this.ms_sncode_label.Size = new System.Drawing.Size(72, 27);
  134. this.ms_sncode_label.TabIndex = 18;
  135. this.ms_sncode_label.Text = "序列号";
  136. //
  137. // bc_groupcode_label
  138. //
  139. this.bc_groupcode_label.AutoSize = true;
  140. this.bc_groupcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.bc_groupcode_label.Location = new System.Drawing.Point(30, 316);
  142. this.bc_groupcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  143. this.bc_groupcode_label.Name = "bc_groupcode_label";
  144. this.bc_groupcode_label.Size = new System.Drawing.Size(110, 31);
  145. this.bc_groupcode_label.Location = new System.Drawing.Point(27, 211);
  146. this.bc_groupcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  147. this.bc_groupcode_label.Name = "bc_groupcode_label";
  148. this.bc_groupcode_label.Size = new System.Drawing.Size(92, 27);
  149. this.bc_groupcode_label.TabIndex = 24;
  150. this.bc_groupcode_label.Text = "不良组别";
  151. //
  152. // label2
  153. //
  154. this.label2.AutoSize = true;
  155. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.label2.ForeColor = System.Drawing.Color.Black;
  157. this.label2.Location = new System.Drawing.Point(16, 164);
  158. // mc_restqty_label
  159. //
  160. this.mc_restqty_label.AutoSize = true;
  161. this.mc_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.mc_restqty_label.Location = new System.Drawing.Point(836, 152);
  163. this.mc_restqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  164. this.mc_restqty_label.Name = "mc_restqty_label";
  165. this.mc_restqty_label.Size = new System.Drawing.Size(110, 31);
  166. this.mc_restqty_label.Location = new System.Drawing.Point(785, 109);
  167. this.mc_restqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  168. this.mc_restqty_label.Name = "mc_restqty_label";
  169. this.mc_restqty_label.Size = new System.Drawing.Size(92, 27);
  170. this.mc_restqty_label.TabIndex = 17;
  171. this.mc_restqty_label.Text = "待采集数";
  172. //
  173. // mcd_inqty_label
  174. //
  175. this.mcd_inqty_label.AutoSize = true;
  176. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.mcd_inqty_label.Location = new System.Drawing.Point(460, 152);
  178. this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  179. this.mcd_inqty_label.Name = "mcd_inqty_label";
  180. this.mcd_inqty_label.Size = new System.Drawing.Size(110, 31);
  181. this.mcd_inqty_label.Location = new System.Drawing.Point(451, 109);
  182. this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  183. this.mcd_inqty_label.Name = "mcd_inqty_label";
  184. this.mcd_inqty_label.Size = new System.Drawing.Size(92, 27);
  185. this.mcd_inqty_label.TabIndex = 14;
  186. this.mcd_inqty_label.Text = "已采集数";
  187. //
  188. // ma_qty_label
  189. //
  190. this.ma_qty_label.AutoSize = true;
  191. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.ma_qty_label.Location = new System.Drawing.Point(36, 152);
  193. this.ma_qty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  194. this.ma_qty_label.Name = "ma_qty_label";
  195. this.ma_qty_label.Size = new System.Drawing.Size(110, 31);
  196. this.ma_qty_label.Location = new System.Drawing.Point(26, 109);
  197. this.ma_qty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  198. this.ma_qty_label.Name = "ma_qty_label";
  199. this.ma_qty_label.Size = new System.Drawing.Size(92, 27);
  200. this.ma_qty_label.TabIndex = 11;
  201. this.ma_qty_label.Text = "工单数量";
  202. //
  203. // ma_prodcode_label
  204. //
  205. this.ma_prodcode_label.AutoSize = true;
  206. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.ma_prodcode_label.Location = new System.Drawing.Point(464, 76);
  208. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  209. this.ma_prodcode_label.Name = "ma_prodcode_label";
  210. this.ma_prodcode_label.Size = new System.Drawing.Size(110, 31);
  211. this.ma_prodcode_label.Location = new System.Drawing.Point(454, 59);
  212. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  213. this.ma_prodcode_label.Name = "ma_prodcode_label";
  214. this.ma_prodcode_label.Size = new System.Drawing.Size(92, 27);
  215. this.ma_prodcode_label.TabIndex = 7;
  216. this.ma_prodcode_label.Text = "产品编号";
  217. //
  218. // pr_detail_label
  219. //
  220. this.pr_detail_label.AutoSize = true;
  221. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.pr_detail_label.Location = new System.Drawing.Point(836, 81);
  223. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  224. this.pr_detail_label.Name = "pr_detail_label";
  225. this.pr_detail_label.Size = new System.Drawing.Size(110, 31);
  226. this.pr_detail_label.Location = new System.Drawing.Point(785, 59);
  227. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  228. this.pr_detail_label.Name = "pr_detail_label";
  229. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  230. this.pr_detail_label.TabIndex = 6;
  231. this.pr_detail_label.Text = "产品名称";
  232. //
  233. // ms_makecode_label
  234. //
  235. this.ms_makecode_label.AutoSize = true;
  236. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.ms_makecode_label.Location = new System.Drawing.Point(36, 76);
  238. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  239. this.ms_makecode_label.Name = "ms_makecode_label";
  240. this.ms_makecode_label.Size = new System.Drawing.Size(110, 31);
  241. this.ms_makecode_label.TabIndex = 2;
  242. this.ms_makecode_label.Text = "归属工单";
  243. //
  244. this.ms_makecode_label.Location = new System.Drawing.Point(26, 59);
  245. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  246. this.ms_makecode_label.Name = "ms_makecode_label";
  247. this.ms_makecode_label.Size = new System.Drawing.Size(92, 27);
  248. this.ms_makecode_label.TabIndex = 2;
  249. this.ms_makecode_label.Text = "归属工单";
  250. //
  251. // label2
  252. //
  253. this.label2.AutoSize = true;
  254. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.label2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  256. this.label2.Location = new System.Drawing.Point(18, 4);
  257. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  258. this.label2.Name = "label2";
  259. this.label2.Size = new System.Drawing.Size(110, 31);
  260. this.label2.ForeColor = System.Drawing.Color.Blue;
  261. this.label2.Location = new System.Drawing.Point(26, 162);
  262. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  263. this.label2.Name = "label2";
  264. this.label2.Size = new System.Drawing.Size(92, 27);
  265. this.label2.TabIndex = 0;
  266. this.label2.Text = "采集信息";
  267. //
  268. // label3
  269. //
  270. this.label3.AutoSize = true;
  271. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. this.label3.Location = new System.Drawing.Point(621, 321);
  273. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  274. this.label3.Name = "label3";
  275. this.label3.Size = new System.Drawing.Size(110, 31);
  276. this.label3.Location = new System.Drawing.Point(27, 261);
  277. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  278. this.label3.Name = "label3";
  279. this.label3.Size = new System.Drawing.Size(92, 27);
  280. this.label3.TabIndex = 34;
  281. this.label3.Text = "不良代码";
  282. //
  283. // GoodProduct
  284. //
  285. this.GoodProduct.AutoSize = true;
  286. this.GoodProduct.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.GoodProduct.ForeColor = System.Drawing.Color.Blue;
  288. this.GoodProduct.Location = new System.Drawing.Point(34, 849);
  289. this.GoodProduct.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  290. this.GoodProduct.Name = "GoodProduct";
  291. this.GoodProduct.Size = new System.Drawing.Size(100, 42);
  292. this.GoodProduct.Location = new System.Drawing.Point(31, 655);
  293. this.GoodProduct.Margin = new System.Windows.Forms.Padding(4);
  294. this.GoodProduct.Name = "GoodProduct";
  295. this.GoodProduct.Size = new System.Drawing.Size(83, 35);
  296. this.GoodProduct.TabIndex = 35;
  297. this.GoodProduct.TabStop = true;
  298. this.GoodProduct.Text = "良品";
  299. this.GoodProduct.UseVisualStyleBackColor = true;
  300. //
  301. // Reject
  302. //
  303. this.Reject.AutoSize = true;
  304. this.Reject.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.Reject.ForeColor = System.Drawing.Color.Red;
  306. this.Reject.Location = new System.Drawing.Point(159, 849);
  307. this.Reject.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  308. this.Reject.Name = "Reject";
  309. this.Reject.Size = new System.Drawing.Size(129, 42);
  310. this.Reject.Location = new System.Drawing.Point(141, 655);
  311. this.Reject.Margin = new System.Windows.Forms.Padding(4);
  312. this.Reject.Name = "Reject";
  313. this.Reject.Size = new System.Drawing.Size(107, 35);
  314. this.Reject.TabIndex = 36;
  315. this.Reject.TabStop = true;
  316. this.Reject.Text = "不良品";
  317. this.Reject.UseVisualStyleBackColor = true;
  318. //
  319. // WaitRejectList
  320. //
  321. this.WaitRejectList.CheckBoxes = true;
  322. this.WaitRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  323. this.columnHeader5,
  324. this.columnHeader4,
  325. this.columnHeader1,
  326. this.columnHeader2});
  327. this.WaitRejectList.Location = new System.Drawing.Point(33, 540);
  328. this.WaitRejectList.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  329. this.WaitRejectList.Name = "WaitRejectList";
  330. this.WaitRejectList.Size = new System.Drawing.Size(442, 292);
  331. this.WaitRejectList.Location = new System.Drawing.Point(29, 337);
  332. this.WaitRejectList.Margin = new System.Windows.Forms.Padding(4);
  333. this.WaitRejectList.Name = "WaitRejectList";
  334. this.WaitRejectList.Size = new System.Drawing.Size(393, 304);
  335. this.WaitRejectList.TabIndex = 37;
  336. this.WaitRejectList.UseCompatibleStateImageBehavior = false;
  337. this.WaitRejectList.View = System.Windows.Forms.View.Details;
  338. //
  339. // columnHeader5
  340. //
  341. this.columnHeader5.Text = " ";
  342. this.columnHeader5.Width = 20;
  343. //
  344. // columnHeader4
  345. //
  346. this.columnHeader4.Text = "不良代码组";
  347. this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  348. this.columnHeader4.Width = 100;
  349. //
  350. // columnHeader1
  351. //
  352. this.columnHeader1.Text = "不良代码";
  353. this.columnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  354. this.columnHeader1.Width = 80;
  355. //
  356. // columnHeader2
  357. //
  358. this.columnHeader2.Text = "备注";
  359. this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  360. this.columnHeader2.Width = 175;
  361. //
  362. // label4
  363. //
  364. this.label4.AutoSize = true;
  365. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.label4.Location = new System.Drawing.Point(36, 495);
  367. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  368. this.label4.Name = "label4";
  369. this.label4.Size = new System.Drawing.Size(110, 31);
  370. this.label4.Location = new System.Drawing.Point(27, 306);
  371. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  372. this.label4.Name = "label4";
  373. this.label4.Size = new System.Drawing.Size(92, 27);
  374. this.label4.TabIndex = 39;
  375. this.label4.Text = "待选不良";
  376. //
  377. // label5
  378. //
  379. this.label5.AutoSize = true;
  380. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  381. this.label5.Location = new System.Drawing.Point(615, 496);
  382. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  383. this.label5.Name = "label5";
  384. this.label5.Size = new System.Drawing.Size(110, 31);
  385. this.label5.Location = new System.Drawing.Point(542, 306);
  386. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  387. this.label5.Name = "label5";
  388. this.label5.Size = new System.Drawing.Size(92, 27);
  389. this.label5.TabIndex = 40;
  390. this.label5.Text = "已选不良";
  391. //
  392. // label6
  393. //
  394. this.label6.AutoSize = true;
  395. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  396. this.label6.Location = new System.Drawing.Point(946, 180);
  397. this.label6.Location = new System.Drawing.Point(1071, 321);
  398. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  399. this.label6.Name = "label6";
  400. this.label6.Size = new System.Drawing.Size(110, 31);
  401. this.label6.Location = new System.Drawing.Point(946, 215);
  402. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  403. this.label6.Name = "label6";
  404. this.label6.Size = new System.Drawing.Size(92, 27);
  405. this.label6.TabIndex = 46;
  406. this.label6.Text = "操作结果";
  407. //
  408. // ChoosedRejectList
  409. //
  410. this.ChoosedRejectList.CheckBoxes = true;
  411. this.ChoosedRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  412. this.columnHeader6,
  413. this.columnHeader3,
  414. this.columnHeader7,
  415. this.columnHeader8});
  416. this.ChoosedRejectList.Location = new System.Drawing.Point(612, 540);
  417. this.ChoosedRejectList.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  418. this.ChoosedRejectList.Name = "ChoosedRejectList";
  419. this.ChoosedRejectList.Size = new System.Drawing.Size(442, 292);
  420. this.ChoosedRejectList.Location = new System.Drawing.Point(544, 337);
  421. this.ChoosedRejectList.Margin = new System.Windows.Forms.Padding(4);
  422. this.ChoosedRejectList.Name = "ChoosedRejectList";
  423. this.ChoosedRejectList.Size = new System.Drawing.Size(393, 304);
  424. this.ChoosedRejectList.TabIndex = 50;
  425. this.ChoosedRejectList.UseCompatibleStateImageBehavior = false;
  426. this.ChoosedRejectList.View = System.Windows.Forms.View.Details;
  427. //
  428. // columnHeader6
  429. //
  430. this.columnHeader6.Text = " ";
  431. this.columnHeader6.Width = 20;
  432. //
  433. // columnHeader3
  434. //
  435. this.columnHeader3.Text = "不良代码组";
  436. this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  437. this.columnHeader3.Width = 95;
  438. //
  439. // columnHeader7
  440. //
  441. this.columnHeader7.Text = "不良代码";
  442. this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  443. this.columnHeader7.Width = 80;
  444. //
  445. // columnHeader8
  446. //
  447. this.columnHeader8.Text = "备注";
  448. this.columnHeader8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  449. this.columnHeader8.Width = 194;
  450. //
  451. // AutoBadCode
  452. //
  453. this.AutoBadCode.AutoSize = true;
  454. this.AutoBadCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  455. this.AutoBadCode.Location = new System.Drawing.Point(126, 309);
  456. this.AutoBadCode.Name = "AutoBadCode";
  457. this.AutoBadCode.Size = new System.Drawing.Size(151, 24);
  458. this.AutoBadCode.TabIndex = 69;
  459. this.AutoBadCode.Text = "自动产生不良代码";
  460. this.AutoBadCode.UseVisualStyleBackColor = true;
  461. //
  462. // ma_qty_label
  463. //
  464. this.ma_qty_label.AutoSize = true;
  465. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  466. this.ma_qty_label.Location = new System.Drawing.Point(26, 109);
  467. this.ma_qty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  468. this.ma_qty_label.Name = "ma_qty_label";
  469. this.ma_qty_label.Size = new System.Drawing.Size(92, 27);
  470. this.ma_qty_label.TabIndex = 11;
  471. this.ma_qty_label.Text = "工单数量";
  472. //
  473. // ma_prodcode_label
  474. //
  475. this.ma_prodcode_label.AutoSize = true;
  476. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  477. this.ma_prodcode_label.Location = new System.Drawing.Point(438, 59);
  478. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  479. this.ma_prodcode_label.Name = "ma_prodcode_label";
  480. this.ma_prodcode_label.Size = new System.Drawing.Size(92, 27);
  481. this.ma_prodcode_label.TabIndex = 7;
  482. this.ma_prodcode_label.Text = "产品编号";
  483. //
  484. // pr_detail_label
  485. //
  486. this.pr_detail_label.AutoSize = true;
  487. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.pr_detail_label.Location = new System.Drawing.Point(792, 59);
  489. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  490. this.pr_detail_label.Name = "pr_detail_label";
  491. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  492. this.pr_detail_label.TabIndex = 6;
  493. this.pr_detail_label.Text = "产品名称";
  494. //
  495. // ms_makecode_label
  496. //
  497. this.ms_makecode_label.AutoSize = true;
  498. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  499. this.ms_makecode_label.Location = new System.Drawing.Point(26, 59);
  500. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  501. this.ms_makecode_label.Name = "ms_makecode_label";
  502. this.ms_makecode_label.Size = new System.Drawing.Size(92, 27);
  503. this.ms_makecode_label.TabIndex = 2;
  504. this.ms_makecode_label.Text = "归属工单";
  505. //
  506. // mcd_inqty_label
  507. //
  508. this.mcd_inqty_label.AutoSize = true;
  509. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  510. this.mcd_inqty_label.Location = new System.Drawing.Point(435, 109);
  511. this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  512. this.mcd_inqty_label.Name = "mcd_inqty_label";
  513. this.mcd_inqty_label.Size = new System.Drawing.Size(92, 27);
  514. this.mcd_inqty_label.TabIndex = 14;
  515. this.mcd_inqty_label.Text = "已采集数";
  516. //
  517. // mc_restqty_label
  518. //
  519. this.mc_restqty_label.AutoSize = true;
  520. this.mc_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  521. this.mc_restqty_label.Location = new System.Drawing.Point(792, 109);
  522. this.mc_restqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  523. this.mc_restqty_label.Name = "mc_restqty_label";
  524. this.mc_restqty_label.Size = new System.Drawing.Size(92, 27);
  525. this.mc_restqty_label.TabIndex = 17;
  526. this.mc_restqty_label.Text = "待采集数";
  527. //
  528. // bc_code
  529. //
  530. this.bc_code.AllPower = null;
  531. this.bc_code.BackColor = System.Drawing.Color.White;
  532. this.bc_code.ID = null;
  533. this.bc_code.Location = new System.Drawing.Point(159, 261);
  534. this.bc_code.Name = "bc_code";
  535. this.bc_code.Power = null;
  536. this.bc_code.Size = new System.Drawing.Size(251, 25);
  537. this.bc_code.Str = null;
  538. this.bc_code.Str1 = null;
  539. this.bc_code.Str2 = null;
  540. this.bc_code.TabIndex = 100;
  541. this.bc_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bc_code_KeyDown);
  542. // ma_code
  543. //
  544. this.ma_code.AllPower = null;
  545. this.ma_code.Caller = null;
  546. this.ma_code.Condition = null;
  547. this.ma_code.DBTitle = null;
  548. this.ma_code.FormName = null;
  549. this.ma_code.Location = new System.Drawing.Point(142, 59);
  550. this.ma_code.Location = new System.Drawing.Point(196, 76);
  551. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  552. this.ma_code.Location = new System.Drawing.Point(159, 59);
  553. this.ma_code.Name = "ma_code";
  554. this.ma_code.Power = null;
  555. this.ma_code.SelectField = null;
  556. this.ma_code.SetValueField = null;
  557. this.ma_code.Size = new System.Drawing.Size(231, 33);
  558. this.ma_code.TabIndex = 64;
  559. this.ma_code.Size = new System.Drawing.Size(204, 25);
  560. this.ma_code.TabIndex = 67;
  561. this.ma_code.TableName = null;
  562. this.ma_code.Tag = "ma_code";
  563. this.ma_code.TextBoxEnable = true;
  564. //
  565. // LockMakeCode
  566. //
  567. this.LockMakeCode.AutoSize = true;
  568. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  569. this.LockMakeCode.Location = new System.Drawing.Point(361, 62);
  570. this.LockMakeCode.Name = "LockMakeCode";
  571. this.LockMakeCode.Size = new System.Drawing.Size(61, 24);
  572. this.LockMakeCode.TabIndex = 66;
  573. this.LockMakeCode.Text = "锁定";
  574. this.LockMakeCode.UseVisualStyleBackColor = true;
  575. //
  576. // Save
  577. //
  578. this.Save.AllPower = null;
  579. this.Save.BackColor = System.Drawing.Color.Transparent;
  580. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  581. this.Save.Image = null;
  582. this.Save.IsShowBorder = true;
  583. this.Save.Location = new System.Drawing.Point(684, 659);
  584. this.Save.Margin = new System.Windows.Forms.Padding(4);
  585. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  586. this.Save.Name = "Save";
  587. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  588. this.Save.Power = null;
  589. this.Save.Size = new System.Drawing.Size(100, 30);
  590. this.Save.TabIndex = 65;
  591. this.Save.Text = "保存";
  592. this.Save.UseVisualStyleBackColor = false;
  593. this.Save.Click += new System.EventHandler(this.Save_Click);
  594. //
  595. // mcd_remainqty
  596. //
  597. this.mcd_remainqty.AutoSize = true;
  598. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  599. this.mcd_remainqty.Location = new System.Drawing.Point(914, 109);
  600. this.mcd_remainqty.Location = new System.Drawing.Point(1020, 152);
  601. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  602. this.mcd_remainqty.Name = "mcd_remainqty";
  603. this.mcd_remainqty.Size = new System.Drawing.Size(0, 31);
  604. this.mcd_remainqty.Location = new System.Drawing.Point(920, 109);
  605. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  606. this.mcd_remainqty.Name = "mcd_remainqty";
  607. this.mcd_remainqty.Size = new System.Drawing.Size(0, 27);
  608. this.mcd_remainqty.TabIndex = 57;
  609. this.mcd_remainqty.Tag = "mcd_remainqty";
  610. //
  611. // pr_detail
  612. //
  613. this.pr_detail.AutoSize = true;
  614. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  615. this.pr_detail.Location = new System.Drawing.Point(914, 59);
  616. this.pr_detail.Location = new System.Drawing.Point(1020, 81);
  617. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  618. this.pr_detail.Name = "pr_detail";
  619. this.pr_detail.Size = new System.Drawing.Size(0, 31);
  620. this.pr_detail.Location = new System.Drawing.Point(920, 59);
  621. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  622. this.pr_detail.Name = "pr_detail";
  623. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  624. this.pr_detail.TabIndex = 56;
  625. //
  626. // ma_qty
  627. //
  628. this.ma_qty.AutoSize = true;
  629. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  630. this.ma_qty.Location = new System.Drawing.Point(142, 109);
  631. this.ma_qty.Location = new System.Drawing.Point(196, 152);
  632. this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  633. this.ma_qty.Name = "ma_qty";
  634. this.ma_qty.Size = new System.Drawing.Size(0, 31);
  635. this.ma_qty.Location = new System.Drawing.Point(159, 109);
  636. this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  637. this.ma_qty.Name = "ma_qty";
  638. this.ma_qty.Size = new System.Drawing.Size(0, 27);
  639. this.ma_qty.TabIndex = 55;
  640. //
  641. // mcd_inqty
  642. //
  643. this.mcd_inqty.AutoSize = true;
  644. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  645. this.mcd_inqty.Location = new System.Drawing.Point(562, 109);
  646. this.mcd_inqty.Location = new System.Drawing.Point(634, 152);
  647. this.mcd_inqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  648. this.mcd_inqty.Name = "mcd_inqty";
  649. this.mcd_inqty.Size = new System.Drawing.Size(0, 31);
  650. this.mcd_inqty.Location = new System.Drawing.Point(594, 109);
  651. this.mcd_inqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  652. this.mcd_inqty.Name = "mcd_inqty";
  653. this.mcd_inqty.Size = new System.Drawing.Size(0, 27);
  654. this.mcd_inqty.TabIndex = 54;
  655. this.mcd_inqty.Tag = "mcd_inqty";
  656. //
  657. // ma_prodcode
  658. //
  659. this.ma_prodcode.AutoSize = true;
  660. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  661. this.ma_prodcode.Location = new System.Drawing.Point(562, 59);
  662. this.ma_prodcode.Location = new System.Drawing.Point(634, 76);
  663. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  664. this.ma_prodcode.Name = "ma_prodcode";
  665. this.ma_prodcode.Size = new System.Drawing.Size(0, 31);
  666. this.ma_prodcode.Location = new System.Drawing.Point(594, 59);
  667. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  668. this.ma_prodcode.Name = "ma_prodcode";
  669. this.ma_prodcode.Size = new System.Drawing.Size(0, 27);
  670. this.ma_prodcode.TabIndex = 53;
  671. //
  672. // OperateResult
  673. //
  674. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  675. this.OperateResult.Location = new System.Drawing.Point(951, 211);
  676. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  677. this.OperateResult.Name = "OperateResult";
  678. this.OperateResult.Size = new System.Drawing.Size(275, 430);
  679. this.OperateResult.Location = new System.Drawing.Point(1077, 375);
  680. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  681. this.OperateResult.Name = "OperateResult";
  682. this.OperateResult.Size = new System.Drawing.Size(308, 457);
  683. this.OperateResult.Location = new System.Drawing.Point(951, 259);
  684. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  685. this.OperateResult.Name = "OperateResult";
  686. this.OperateResult.Size = new System.Drawing.Size(275, 382);
  687. this.OperateResult.TabIndex = 52;
  688. this.OperateResult.Text = "";
  689. //
  690. // CleanInfo
  691. //
  692. this.CleanInfo.AllPower = null;
  693. this.CleanInfo.BackColor = System.Drawing.Color.Transparent;
  694. this.CleanInfo.DownImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.DownImage")));
  695. this.CleanInfo.Image = ((System.Drawing.Image)(resources.GetObject("CleanInfo.Image")));
  696. this.CleanInfo.IsShowBorder = true;
  697. this.CleanInfo.Location = new System.Drawing.Point(1184, 850);
  698. this.CleanInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  699. this.CleanInfo.Location = new System.Drawing.Point(1046, 656);
  700. this.CleanInfo.Margin = new System.Windows.Forms.Padding(4);
  701. this.CleanInfo.MoveImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.MoveImage")));
  702. this.CleanInfo.Name = "CleanInfo";
  703. this.CleanInfo.NormalImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.NormalImage")));
  704. this.CleanInfo.Power = null;
  705. this.CleanInfo.Size = new System.Drawing.Size(92, 36);
  706. this.CleanInfo.Size = new System.Drawing.Size(81, 30);
  707. this.CleanInfo.TabIndex = 47;
  708. this.CleanInfo.Text = "清除内容";
  709. this.CleanInfo.UseVisualStyleBackColor = true;
  710. this.CleanInfo.Click += new System.EventHandler(this.CleanInfo_Click);
  711. //
  712. // ChooseedReject
  713. //
  714. this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
  715. this.ChooseedReject.Location = new System.Drawing.Point(510, 718);
  716. this.ChooseedReject.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  717. this.ChooseedReject.Name = "ChooseedReject";
  718. this.ChooseedReject.Size = new System.Drawing.Size(75, 34);
  719. this.ChooseedReject.Location = new System.Drawing.Point(452, 546);
  720. this.ChooseedReject.Margin = new System.Windows.Forms.Padding(4);
  721. this.ChooseedReject.Name = "ChooseedReject";
  722. this.ChooseedReject.Size = new System.Drawing.Size(67, 29);
  723. this.ChooseedReject.TabIndex = 45;
  724. this.ChooseedReject.UseVisualStyleBackColor = true;
  725. this.ChooseedReject.Click += new System.EventHandler(this.ChooseedReject_Click);
  726. //
  727. // WaitReject
  728. //
  729. this.WaitReject.Image = ((System.Drawing.Image)(resources.GetObject("WaitReject.Image")));
  730. this.WaitReject.Location = new System.Drawing.Point(510, 622);
  731. this.WaitReject.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  732. this.WaitReject.Name = "WaitReject";
  733. this.WaitReject.Size = new System.Drawing.Size(75, 34);
  734. this.WaitReject.Location = new System.Drawing.Point(452, 466);
  735. this.WaitReject.Margin = new System.Windows.Forms.Padding(4);
  736. this.WaitReject.Name = "WaitReject";
  737. this.WaitReject.Size = new System.Drawing.Size(67, 29);
  738. this.WaitReject.TabIndex = 44;
  739. this.WaitReject.UseVisualStyleBackColor = true;
  740. this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
  741. //
  742. // bc_remark
  743. //
  744. this.bc_remark.AllPower = null;
  745. this.bc_remark.BackColor = System.Drawing.Color.White;
  746. this.bc_remark.ID = null;
  747. this.bc_remark.Location = new System.Drawing.Point(184, 375);
  748. this.bc_remark.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  749. this.bc_remark.Multiline = true;
  750. this.bc_remark.Name = "bc_remark";
  751. this.bc_remark.Power = null;
  752. this.bc_remark.Size = new System.Drawing.Size(870, 97);
  753. this.bc_remark.Location = new System.Drawing.Point(547, 212);
  754. this.bc_remark.Margin = new System.Windows.Forms.Padding(4);
  755. this.bc_remark.Multiline = true;
  756. this.bc_remark.Name = "bc_remark";
  757. this.bc_remark.Power = null;
  758. this.bc_remark.Size = new System.Drawing.Size(393, 77);
  759. this.bc_remark.Str = null;
  760. this.bc_remark.Str1 = null;
  761. this.bc_remark.Str2 = null;
  762. this.bc_remark.TabIndex = 41;
  763. //
  764. // bc_code
  765. //
  766. this.bc_code.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  767. this.bc_code.Location = new System.Drawing.Point(770, 321);
  768. this.bc_code.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  769. this.bc_code.Name = "bc_code";
  770. this.bc_code.Size = new System.Drawing.Size(284, 30);
  771. this.bc_code.TabIndex = 33;
  772. //
  773. // bc_groupcode
  774. //
  775. this.bc_groupcode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  776. this.bc_groupcode.FormattingEnabled = true;
  777. this.bc_groupcode.Location = new System.Drawing.Point(184, 321);
  778. this.bc_groupcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  779. this.bc_groupcode.Name = "bc_groupcode";
  780. this.bc_groupcode.Size = new System.Drawing.Size(282, 30);
  781. this.bc_groupcode.Location = new System.Drawing.Point(159, 215);
  782. this.bc_groupcode.Margin = new System.Windows.Forms.Padding(4);
  783. this.bc_groupcode.Name = "bc_groupcode";
  784. this.bc_groupcode.Size = new System.Drawing.Size(251, 26);
  785. this.bc_groupcode.TabIndex = 21;
  786. this.bc_groupcode.SelectedIndexChanged += new System.EventHandler(this.bc_groupcode_SelectedIndexChanged);
  787. //
  788. // ms_sncode
  789. //
  790. this.ms_sncode.AllPower = "ifall";
  791. this.ms_sncode.BackColor = System.Drawing.Color.White;
  792. this.ms_sncode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  793. this.ms_sncode.ID = null;
  794. this.ms_sncode.Location = new System.Drawing.Point(476, 856);
  795. this.ms_sncode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  796. this.ms_sncode.Name = "ms_sncode";
  797. this.ms_sncode.Power = null;
  798. this.ms_sncode.Size = new System.Drawing.Size(270, 32);
  799. this.ms_sncode.Location = new System.Drawing.Point(423, 661);
  800. this.ms_sncode.Margin = new System.Windows.Forms.Padding(4);
  801. this.ms_sncode.Name = "ms_sncode";
  802. this.ms_sncode.Power = null;
  803. this.ms_sncode.Size = new System.Drawing.Size(240, 28);
  804. this.ms_sncode.Str = null;
  805. this.ms_sncode.Str1 = null;
  806. this.ms_sncode.Str2 = null;
  807. this.ms_sncode.TabIndex = 68;
  808. this.ms_sncode.Tag = "IfWrite";
  809. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_code_KeyDown);
  810. //
  811. // bc_code
  812. //
  813. this.Save.AllPower = null;
  814. this.Save.BackColor = System.Drawing.Color.Transparent;
  815. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  816. this.Save.Image = null;
  817. this.Save.IsShowBorder = true;
  818. this.Save.Location = new System.Drawing.Point(770, 855);
  819. this.Save.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  820. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  821. this.Save.Name = "Save";
  822. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  823. this.Save.Power = null;
  824. this.Save.Size = new System.Drawing.Size(112, 36);
  825. this.Save.TabIndex = 65;
  826. this.Save.Text = "保存";
  827. this.Save.UseVisualStyleBackColor = false;
  828. this.Save.Click += new System.EventHandler(this.Save_Click);
  829. //
  830. // Make_TestCollection
  831. //
  832. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  833. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  834. this.BackColor = System.Drawing.SystemColors.Control;
  835. this.ClientSize = new System.Drawing.Size(1401, 936);
  836. this.Controls.Add(this.Save);
  837. this.bc_code.AllPower = null;
  838. this.bc_code.BackColor = System.Drawing.Color.White;
  839. this.bc_code.ID = null;
  840. this.bc_code.Location = new System.Drawing.Point(159, 261);
  841. this.bc_code.Name = "bc_code";
  842. this.bc_code.Power = null;
  843. this.bc_code.Size = new System.Drawing.Size(251, 25);
  844. this.bc_code.Str = null;
  845. this.bc_code.Str1 = null;
  846. this.bc_code.Str2 = null;
  847. this.bc_code.TabIndex = 68;
  848. this.bc_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bc_code_KeyDown);
  849. //
  850. // AutoBadCode
  851. //
  852. this.AutoBadCode.AutoSize = true;
  853. this.AutoBadCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  854. this.AutoBadCode.Location = new System.Drawing.Point(126, 309);
  855. this.AutoBadCode.Name = "AutoBadCode";
  856. this.AutoBadCode.Size = new System.Drawing.Size(151, 24);
  857. this.AutoBadCode.TabIndex = 69;
  858. this.AutoBadCode.Text = "自动产生不良代码";
  859. this.AutoBadCode.UseVisualStyleBackColor = true;
  860. //
  861. // Make_TestCollection
  862. //
  863. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  864. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  865. this.BackColor = System.Drawing.SystemColors.Control;
  866. this.ClientSize = new System.Drawing.Size(1230, 710);
  867. this.Controls.Add(this.AutoBadCode);
  868. this.Controls.Add(this.bc_code);
  869. this.Controls.Add(this.ma_code);
  870. this.Controls.Add(this.LockMakeCode);
  871. this.Controls.Add(this.label2);
  872. this.Controls.Add(this.Save);
  873. this.Controls.Add(this.mcd_remainqty);
  874. this.Controls.Add(this.pr_detail);
  875. this.Controls.Add(this.ma_qty);
  876. this.Controls.Add(this.mcd_inqty);
  877. this.Controls.Add(this.ma_prodcode);
  878. this.Controls.Add(this.OperateResult);
  879. this.Controls.Add(this.ChoosedRejectList);
  880. this.Controls.Add(this.CleanInfo);
  881. this.Controls.Add(this.label6);
  882. this.Controls.Add(this.ChooseedReject);
  883. this.Controls.Add(this.WaitReject);
  884. this.Controls.Add(this.bc_remark);
  885. this.Controls.Add(this.label5);
  886. this.Controls.Add(this.label4);
  887. this.Controls.Add(this.WaitRejectList);
  888. this.Controls.Add(this.Reject);
  889. this.Controls.Add(this.GoodProduct);
  890. this.Controls.Add(this.label3);
  891. this.Controls.Add(this.mc_restqty_label);
  892. this.Controls.Add(this.panel2);
  893. this.Controls.Add(this.bc_groupcode);
  894. this.Controls.Add(this.bc_remark_label);
  895. this.Controls.Add(this.mcd_inqty_label);
  896. this.Controls.Add(this.ms_sncode_label);
  897. this.Controls.Add(this.bc_groupcode_label);
  898. this.Controls.Add(this.ms_sncode);
  899. this.Controls.Add(this.ma_qty_label);
  900. this.Controls.Add(this.ms_makecode_label);
  901. this.Controls.Add(this.pr_detail_label);
  902. this.Controls.Add(this.ma_prodcode_label);
  903. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  904. this.KeyPreview = true;
  905. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  906. this.Margin = new System.Windows.Forms.Padding(4);
  907. this.Name = "Make_TestCollection";
  908. this.Tag = "Make!TestCollection";
  909. this.Text = " ";
  910. this.Load += new System.EventHandler(this.TestCollection_Load);
  911. this.SizeChanged += new System.EventHandler(this.测试采集_SizeChanged);
  912. this.panel2.ResumeLayout(false);
  913. this.panel2.PerformLayout();
  914. this.ResumeLayout(false);
  915. this.PerformLayout();
  916. }
  917. #endregion
  918. private System.Windows.Forms.Label ma_prodcode_label;
  919. private System.Windows.Forms.Label pr_detail_label;
  920. private System.Windows.Forms.Label ms_makecode_label;
  921. private System.Windows.Forms.Label mcd_inqty_label;
  922. private System.Windows.Forms.Label ma_qty_label;
  923. private System.Windows.Forms.Label mc_restqty_label;
  924. private System.Windows.Forms.Label ms_sncode_label;
  925. private CustomControl.TextBoxWithIcon.EnterTextBox ms_sncode;
  926. private System.Windows.Forms.Label bc_groupcode_label;
  927. private System.Windows.Forms.Label bc_remark_label;
  928. private CustomControl.ComBoxWithFocus.ComBoxWithFocus bc_groupcode;
  929. private System.Windows.Forms.Panel panel2;
  930. private System.Windows.Forms.Label label1;
  931. private System.Windows.Forms.Label label2;
  932. private System.Windows.Forms.Label label3;
  933. private System.Windows.Forms.RadioButton GoodProduct;
  934. private System.Windows.Forms.RadioButton Reject;
  935. private System.Windows.Forms.ListView WaitRejectList;
  936. private System.Windows.Forms.Label label4;
  937. private System.Windows.Forms.Label label5;
  938. private CustomControl.TextBoxWithIcon.EnterTextBox bc_remark;
  939. private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
  940. private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
  941. private System.Windows.Forms.ColumnHeader columnHeader1;
  942. private System.Windows.Forms.ColumnHeader columnHeader2;
  943. private System.Windows.Forms.Label label6;
  944. private CustomControl.ButtonUtil.NormalButton CleanInfo;
  945. private System.Windows.Forms.ColumnHeader columnHeader5;
  946. private System.Windows.Forms.ListView ChoosedRejectList;
  947. private System.Windows.Forms.ColumnHeader columnHeader6;
  948. private System.Windows.Forms.ColumnHeader columnHeader7;
  949. private System.Windows.Forms.ColumnHeader columnHeader8;
  950. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  951. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  952. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  953. private CustomControl.ValueLabel.ValueLabel ma_qty;
  954. private CustomControl.ValueLabel.ValueLabel pr_detail;
  955. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  956. private CustomControl.ButtonUtil.NormalButton Save;
  957. private System.Windows.Forms.ColumnHeader columnHeader3;
  958. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  959. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  960. private CustomControl.TextBoxWithIcon.EnterTextBox bc_code;
  961. private System.Windows.Forms.CheckBox AutoBadCode;
  962. private System.Windows.Forms.ColumnHeader columnHeader4;
  963. }
  964. }