Make_TestCollection.Designer.cs 65 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173
  1. using UAS_MES_NEW.CustomControl.CustomCheckBox;
  2. namespace UAS_MES_NEW.Make
  3. {
  4. partial class Make_TestCollection
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_TestCollection));
  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.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.label5 = new System.Windows.Forms.Label();
  46. this.label6 = new System.Windows.Forms.Label();
  47. this.ChoosedRejectList = new System.Windows.Forms.ListView();
  48. this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  49. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  50. this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  51. this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  52. this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  53. this.ma_qty_label = new System.Windows.Forms.Label();
  54. this.ma_prodcode_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.panel1 = new System.Windows.Forms.Panel();
  59. this.mcd_totalng = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  60. this.label9 = new System.Windows.Forms.Label();
  61. this.mcd_okqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  62. this.label8 = new System.Windows.Forms.Label();
  63. this.mcd_ngqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  64. this.label1 = new System.Windows.Forms.Label();
  65. this.ob_checkno = new System.Windows.Forms.Label();
  66. this.SendCheck = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  67. this.ob_batchqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  68. this.mcd_remainqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  69. this.mcd_inqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  70. this.ob_sendqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  71. this.label7 = new System.Windows.Forms.Label();
  72. this.ob_batchqty_label = new System.Windows.Forms.Label();
  73. this.ob_nowcheckqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  74. this.ob_nowcheckqty_label = new System.Windows.Forms.Label();
  75. this.pr_detail_label = new System.Windows.Forms.Label();
  76. this.ma_softversion_label = new System.Windows.Forms.Label();
  77. this.BadInfSource = new System.Windows.Forms.BindingSource(this.components);
  78. this.NoteForChange = new System.Windows.Forms.CheckBox();
  79. this.ControlLockTimer = new System.Windows.Forms.Timer(this.components);
  80. this.Lock_label = new System.Windows.Forms.Label();
  81. this.ma_salecode = new System.Windows.Forms.Label();
  82. this.pr_sendchecktype = new System.Windows.Forms.Label();
  83. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  84. this.Filter = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
  85. this.ma_softversion = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  86. this.Save = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  87. this.bc_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  88. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  89. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  90. this.pr_spec = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  91. this.ma_qty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  92. this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  93. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  94. this.CleanInfo = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  95. this.ChooseedReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowRightButton();
  96. this.WaitReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowLeftButton();
  97. this.bc_remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  98. this.bc_groupcode = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  99. this.ms_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  100. this.WriteSoftWare = new UAS_MES_NEW.CustomControl.CustomCheckBox.ReSetCheckBox();
  101. this.label10 = new System.Windows.Forms.Label();
  102. this.Printer = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  103. this.AutoPrintBad = new System.Windows.Forms.CheckBox();
  104. this.RePrint = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  105. this.IfTest = new UAS_MES_NEW.CustomControl.CustomCheckBox.ReSetCheckBox();
  106. this.ReleaseSN = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  107. this.panel1.SuspendLayout();
  108. ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).BeginInit();
  109. this.SuspendLayout();
  110. //
  111. // bc_remark_label
  112. //
  113. this.bc_remark_label.AutoSize = true;
  114. this.bc_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.bc_remark_label.Location = new System.Drawing.Point(574, 362);
  116. this.bc_remark_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  117. this.bc_remark_label.Name = "bc_remark_label";
  118. this.bc_remark_label.Size = new System.Drawing.Size(146, 41);
  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(428, 996);
  127. this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  128. this.ms_sncode_label.Name = "ms_sncode_label";
  129. this.ms_sncode_label.Size = new System.Drawing.Size(114, 41);
  130. this.ms_sncode_label.TabIndex = 18;
  131. this.ms_sncode_label.Text = "序列号";
  132. //
  133. // bc_groupcode_label
  134. //
  135. this.bc_groupcode_label.AutoSize = true;
  136. this.bc_groupcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.bc_groupcode_label.Location = new System.Drawing.Point(6, 362);
  138. this.bc_groupcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  139. this.bc_groupcode_label.Name = "bc_groupcode_label";
  140. this.bc_groupcode_label.Size = new System.Drawing.Size(146, 41);
  141. this.bc_groupcode_label.TabIndex = 24;
  142. this.bc_groupcode_label.Text = "不良组别";
  143. //
  144. // label2
  145. //
  146. this.label2.AutoSize = true;
  147. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.label2.ForeColor = System.Drawing.Color.Blue;
  149. this.label2.Location = new System.Drawing.Point(6, 302);
  150. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  151. this.label2.Name = "label2";
  152. this.label2.Size = new System.Drawing.Size(146, 42);
  153. this.label2.TabIndex = 0;
  154. this.label2.Text = "采集信息";
  155. //
  156. // label3
  157. //
  158. this.label3.AutoSize = true;
  159. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.label3.Location = new System.Drawing.Point(6, 442);
  161. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  162. this.label3.Name = "label3";
  163. this.label3.Size = new System.Drawing.Size(146, 41);
  164. this.label3.TabIndex = 34;
  165. this.label3.Text = "不良代码";
  166. //
  167. // GoodProduct
  168. //
  169. this.GoodProduct.AutoSize = true;
  170. this.GoodProduct.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.GoodProduct.ForeColor = System.Drawing.Color.Blue;
  172. this.GoodProduct.Location = new System.Drawing.Point(12, 990);
  173. this.GoodProduct.Margin = new System.Windows.Forms.Padding(6);
  174. this.GoodProduct.Name = "GoodProduct";
  175. this.GoodProduct.Size = new System.Drawing.Size(129, 54);
  176. this.GoodProduct.TabIndex = 35;
  177. this.GoodProduct.TabStop = true;
  178. this.GoodProduct.Text = "良品";
  179. this.GoodProduct.UseVisualStyleBackColor = true;
  180. this.GoodProduct.CheckedChanged += new System.EventHandler(this.GoodProduct_CheckedChanged);
  181. //
  182. // Reject
  183. //
  184. this.Reject.AutoSize = true;
  185. this.Reject.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.Reject.ForeColor = System.Drawing.Color.Red;
  187. this.Reject.Location = new System.Drawing.Point(176, 990);
  188. this.Reject.Margin = new System.Windows.Forms.Padding(6);
  189. this.Reject.Name = "Reject";
  190. this.Reject.Size = new System.Drawing.Size(167, 54);
  191. this.Reject.TabIndex = 36;
  192. this.Reject.TabStop = true;
  193. this.Reject.Text = "不良品";
  194. this.Reject.UseVisualStyleBackColor = true;
  195. //
  196. // WaitRejectList
  197. //
  198. this.WaitRejectList.CheckBoxes = true;
  199. this.WaitRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  200. this.columnHeader5,
  201. this.columnHeader4,
  202. this.columnHeader1,
  203. this.columnHeader2,
  204. this.columnHeader9});
  205. this.WaitRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.WaitRejectList.FullRowSelect = true;
  207. this.WaitRejectList.Location = new System.Drawing.Point(8, 564);
  208. this.WaitRejectList.Margin = new System.Windows.Forms.Padding(6);
  209. this.WaitRejectList.Name = "WaitRejectList";
  210. this.WaitRejectList.Size = new System.Drawing.Size(528, 408);
  211. this.WaitRejectList.TabIndex = 37;
  212. this.WaitRejectList.UseCompatibleStateImageBehavior = false;
  213. this.WaitRejectList.View = System.Windows.Forms.View.Details;
  214. this.WaitRejectList.DoubleClick += new System.EventHandler(this.WaitRejectList_DoubleClick);
  215. //
  216. // columnHeader5
  217. //
  218. this.columnHeader5.Text = " ";
  219. this.columnHeader5.Width = 0;
  220. //
  221. // columnHeader4
  222. //
  223. this.columnHeader4.Text = "不良代码组";
  224. this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  225. this.columnHeader4.Width = 0;
  226. //
  227. // columnHeader1
  228. //
  229. this.columnHeader1.Text = "不良代码";
  230. this.columnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  231. this.columnHeader1.Width = 134;
  232. //
  233. // columnHeader2
  234. //
  235. this.columnHeader2.Text = "不良名称";
  236. this.columnHeader2.Width = 392;
  237. //
  238. // columnHeader9
  239. //
  240. this.columnHeader9.Text = "备注";
  241. this.columnHeader9.Width = 0;
  242. //
  243. // label4
  244. //
  245. this.label4.AutoSize = true;
  246. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.label4.ForeColor = System.Drawing.Color.Black;
  248. this.label4.Location = new System.Drawing.Point(6, 514);
  249. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  250. this.label4.Name = "label4";
  251. this.label4.Size = new System.Drawing.Size(146, 42);
  252. this.label4.TabIndex = 39;
  253. this.label4.Text = "待选不良";
  254. //
  255. // label5
  256. //
  257. this.label5.AutoSize = true;
  258. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.label5.ForeColor = System.Drawing.Color.Black;
  260. this.label5.Location = new System.Drawing.Point(732, 514);
  261. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  262. this.label5.Name = "label5";
  263. this.label5.Size = new System.Drawing.Size(146, 42);
  264. this.label5.TabIndex = 40;
  265. this.label5.Text = "已选不良";
  266. //
  267. // label6
  268. //
  269. this.label6.AutoSize = true;
  270. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.label6.Location = new System.Drawing.Point(1282, 302);
  272. this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  273. this.label6.Name = "label6";
  274. this.label6.Size = new System.Drawing.Size(146, 42);
  275. this.label6.TabIndex = 46;
  276. this.label6.Text = "操作结果";
  277. //
  278. // ChoosedRejectList
  279. //
  280. this.ChoosedRejectList.CheckBoxes = true;
  281. this.ChoosedRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  282. this.columnHeader6,
  283. this.columnHeader3,
  284. this.columnHeader7,
  285. this.columnHeader8,
  286. this.columnHeader10});
  287. this.ChoosedRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. this.ChoosedRejectList.Location = new System.Drawing.Point(736, 564);
  289. this.ChoosedRejectList.Margin = new System.Windows.Forms.Padding(6);
  290. this.ChoosedRejectList.Name = "ChoosedRejectList";
  291. this.ChoosedRejectList.Size = new System.Drawing.Size(528, 408);
  292. this.ChoosedRejectList.TabIndex = 50;
  293. this.ChoosedRejectList.UseCompatibleStateImageBehavior = false;
  294. this.ChoosedRejectList.View = System.Windows.Forms.View.Details;
  295. //
  296. // columnHeader6
  297. //
  298. this.columnHeader6.Text = " ";
  299. this.columnHeader6.Width = 20;
  300. //
  301. // columnHeader3
  302. //
  303. this.columnHeader3.Text = "不良代码组";
  304. this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  305. this.columnHeader3.Width = 150;
  306. //
  307. // columnHeader7
  308. //
  309. this.columnHeader7.Text = "不良代码";
  310. this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  311. this.columnHeader7.Width = 168;
  312. //
  313. // columnHeader8
  314. //
  315. this.columnHeader8.Text = "不良名称";
  316. this.columnHeader8.Width = 99;
  317. //
  318. // columnHeader10
  319. //
  320. this.columnHeader10.Text = "备注";
  321. this.columnHeader10.Width = 3;
  322. //
  323. // ma_qty_label
  324. //
  325. this.ma_qty_label.AutoSize = true;
  326. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.ma_qty_label.Location = new System.Drawing.Point(574, 28);
  328. this.ma_qty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  329. this.ma_qty_label.Name = "ma_qty_label";
  330. this.ma_qty_label.Size = new System.Drawing.Size(146, 41);
  331. this.ma_qty_label.TabIndex = 11;
  332. this.ma_qty_label.Text = "工单数量";
  333. //
  334. // ma_prodcode_label
  335. //
  336. this.ma_prodcode_label.AutoSize = true;
  337. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.ma_prodcode_label.Location = new System.Drawing.Point(6, 128);
  339. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  340. this.ma_prodcode_label.Name = "ma_prodcode_label";
  341. this.ma_prodcode_label.Size = new System.Drawing.Size(146, 41);
  342. this.ma_prodcode_label.TabIndex = 7;
  343. this.ma_prodcode_label.Text = "产品编号";
  344. //
  345. // ms_makecode_label
  346. //
  347. this.ms_makecode_label.AutoSize = true;
  348. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  349. this.ms_makecode_label.Location = new System.Drawing.Point(6, 26);
  350. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  351. this.ms_makecode_label.Name = "ms_makecode_label";
  352. this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
  353. this.ms_makecode_label.TabIndex = 2;
  354. this.ms_makecode_label.Text = "归属工单";
  355. //
  356. // mcd_inqty_label
  357. //
  358. this.mcd_inqty_label.AutoSize = true;
  359. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. this.mcd_inqty_label.Location = new System.Drawing.Point(314, 12);
  361. this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  362. this.mcd_inqty_label.Name = "mcd_inqty_label";
  363. this.mcd_inqty_label.Size = new System.Drawing.Size(146, 41);
  364. this.mcd_inqty_label.TabIndex = 14;
  365. this.mcd_inqty_label.Text = "已采集数";
  366. //
  367. // mc_restqty_label
  368. //
  369. this.mc_restqty_label.AutoSize = true;
  370. this.mc_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.mc_restqty_label.Location = new System.Drawing.Point(32, 12);
  372. this.mc_restqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  373. this.mc_restqty_label.Name = "mc_restqty_label";
  374. this.mc_restqty_label.Size = new System.Drawing.Size(146, 41);
  375. this.mc_restqty_label.TabIndex = 17;
  376. this.mc_restqty_label.Text = "待采集数";
  377. //
  378. // panel1
  379. //
  380. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  381. this.panel1.Controls.Add(this.mcd_totalng);
  382. this.panel1.Controls.Add(this.label9);
  383. this.panel1.Controls.Add(this.mcd_okqty);
  384. this.panel1.Controls.Add(this.label8);
  385. this.panel1.Controls.Add(this.mcd_ngqty);
  386. this.panel1.Controls.Add(this.label1);
  387. this.panel1.Controls.Add(this.ob_checkno);
  388. this.panel1.Controls.Add(this.SendCheck);
  389. this.panel1.Controls.Add(this.ob_batchqty);
  390. this.panel1.Controls.Add(this.mcd_remainqty);
  391. this.panel1.Controls.Add(this.mc_restqty_label);
  392. this.panel1.Controls.Add(this.mcd_inqty);
  393. this.panel1.Controls.Add(this.mcd_inqty_label);
  394. this.panel1.Location = new System.Drawing.Point(1074, 8);
  395. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  396. this.panel1.Name = "panel1";
  397. this.panel1.Size = new System.Drawing.Size(628, 230);
  398. this.panel1.TabIndex = 71;
  399. //
  400. // mcd_totalng
  401. //
  402. this.mcd_totalng.AutoSize = true;
  403. this.mcd_totalng.CutLength = null;
  404. this.mcd_totalng.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  405. this.mcd_totalng.Location = new System.Drawing.Point(228, 170);
  406. this.mcd_totalng.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  407. this.mcd_totalng.MaximumSize = new System.Drawing.Size(300, 0);
  408. this.mcd_totalng.Name = "mcd_totalng";
  409. this.mcd_totalng.Size = new System.Drawing.Size(0, 41);
  410. this.mcd_totalng.TabIndex = 84;
  411. this.mcd_totalng.Tag = "mcd_inqty";
  412. //
  413. // label9
  414. //
  415. this.label9.AutoSize = true;
  416. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  417. this.label9.Location = new System.Drawing.Point(32, 170);
  418. this.label9.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  419. this.label9.Name = "label9";
  420. this.label9.Size = new System.Drawing.Size(178, 41);
  421. this.label9.TabIndex = 83;
  422. this.label9.Text = "累计不良数";
  423. //
  424. // mcd_okqty
  425. //
  426. this.mcd_okqty.AutoSize = true;
  427. this.mcd_okqty.CutLength = null;
  428. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  429. this.mcd_okqty.Location = new System.Drawing.Point(499, 87);
  430. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  431. this.mcd_okqty.MaximumSize = new System.Drawing.Size(300, 0);
  432. this.mcd_okqty.Name = "mcd_okqty";
  433. this.mcd_okqty.Size = new System.Drawing.Size(0, 41);
  434. this.mcd_okqty.TabIndex = 82;
  435. this.mcd_okqty.Tag = "mcd_inqty";
  436. //
  437. // label8
  438. //
  439. this.label8.AutoSize = true;
  440. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  441. this.label8.Location = new System.Drawing.Point(318, 87);
  442. this.label8.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  443. this.label8.Name = "label8";
  444. this.label8.Size = new System.Drawing.Size(114, 41);
  445. this.label8.TabIndex = 81;
  446. this.label8.Text = "良品数";
  447. //
  448. // mcd_ngqty
  449. //
  450. this.mcd_ngqty.AutoSize = true;
  451. this.mcd_ngqty.CutLength = null;
  452. this.mcd_ngqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  453. this.mcd_ngqty.Location = new System.Drawing.Point(228, 87);
  454. this.mcd_ngqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  455. this.mcd_ngqty.MaximumSize = new System.Drawing.Size(300, 0);
  456. this.mcd_ngqty.Name = "mcd_ngqty";
  457. this.mcd_ngqty.Size = new System.Drawing.Size(0, 41);
  458. this.mcd_ngqty.TabIndex = 80;
  459. this.mcd_ngqty.Tag = "mcd_inqty";
  460. //
  461. // label1
  462. //
  463. this.label1.AutoSize = true;
  464. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  465. this.label1.Location = new System.Drawing.Point(32, 87);
  466. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  467. this.label1.Name = "label1";
  468. this.label1.Size = new System.Drawing.Size(178, 41);
  469. this.label1.TabIndex = 79;
  470. this.label1.Text = "当前不良数";
  471. //
  472. // ob_checkno
  473. //
  474. this.ob_checkno.AutoSize = true;
  475. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  476. this.ob_checkno.ForeColor = System.Drawing.Color.Black;
  477. this.ob_checkno.Location = new System.Drawing.Point(570, 168);
  478. this.ob_checkno.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  479. this.ob_checkno.Name = "ob_checkno";
  480. this.ob_checkno.Size = new System.Drawing.Size(0, 41);
  481. this.ob_checkno.TabIndex = 76;
  482. this.ob_checkno.Tag = "ob_checkno";
  483. this.ob_checkno.Visible = false;
  484. this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
  485. //
  486. // SendCheck
  487. //
  488. this.SendCheck.AllPower = null;
  489. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  490. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  491. this.SendCheck.Enabled = false;
  492. this.SendCheck.Image = null;
  493. this.SendCheck.IsShowBorder = true;
  494. this.SendCheck.Location = new System.Drawing.Point(458, 168);
  495. this.SendCheck.Margin = new System.Windows.Forms.Padding(4);
  496. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  497. this.SendCheck.Name = "SendCheck";
  498. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  499. this.SendCheck.Power = null;
  500. this.SendCheck.Size = new System.Drawing.Size(130, 52);
  501. this.SendCheck.TabIndex = 72;
  502. this.SendCheck.Text = "送检";
  503. this.SendCheck.UseVisualStyleBackColor = false;
  504. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  505. //
  506. // ob_batchqty
  507. //
  508. this.ob_batchqty.AutoSize = true;
  509. this.ob_batchqty.CutLength = null;
  510. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  511. this.ob_batchqty.ForeColor = System.Drawing.Color.Black;
  512. this.ob_batchqty.Location = new System.Drawing.Point(376, 168);
  513. this.ob_batchqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  514. this.ob_batchqty.MaximumSize = new System.Drawing.Size(300, 0);
  515. this.ob_batchqty.Name = "ob_batchqty";
  516. this.ob_batchqty.Size = new System.Drawing.Size(0, 41);
  517. this.ob_batchqty.TabIndex = 75;
  518. this.ob_batchqty.Tag = "ob_batchqty";
  519. //
  520. // mcd_remainqty
  521. //
  522. this.mcd_remainqty.AutoSize = true;
  523. this.mcd_remainqty.CutLength = null;
  524. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  525. this.mcd_remainqty.Location = new System.Drawing.Point(229, 12);
  526. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  527. this.mcd_remainqty.MaximumSize = new System.Drawing.Size(300, 0);
  528. this.mcd_remainqty.Name = "mcd_remainqty";
  529. this.mcd_remainqty.Size = new System.Drawing.Size(0, 41);
  530. this.mcd_remainqty.TabIndex = 57;
  531. this.mcd_remainqty.Tag = "mcd_remainqty";
  532. //
  533. // mcd_inqty
  534. //
  535. this.mcd_inqty.AutoSize = true;
  536. this.mcd_inqty.CutLength = null;
  537. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  538. this.mcd_inqty.Location = new System.Drawing.Point(496, 12);
  539. this.mcd_inqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  540. this.mcd_inqty.MaximumSize = new System.Drawing.Size(300, 0);
  541. this.mcd_inqty.Name = "mcd_inqty";
  542. this.mcd_inqty.Size = new System.Drawing.Size(0, 41);
  543. this.mcd_inqty.TabIndex = 54;
  544. this.mcd_inqty.Tag = "mcd_inqty";
  545. //
  546. // ob_sendqty
  547. //
  548. this.ob_sendqty.AutoSize = true;
  549. this.ob_sendqty.CutLength = null;
  550. this.ob_sendqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  551. this.ob_sendqty.ForeColor = System.Drawing.Color.Black;
  552. this.ob_sendqty.Location = new System.Drawing.Point(860, 241);
  553. this.ob_sendqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  554. this.ob_sendqty.MaximumSize = new System.Drawing.Size(300, 0);
  555. this.ob_sendqty.Name = "ob_sendqty";
  556. this.ob_sendqty.Size = new System.Drawing.Size(0, 41);
  557. this.ob_sendqty.TabIndex = 78;
  558. this.ob_sendqty.Tag = "ob_batchqty";
  559. this.ob_sendqty.Visible = false;
  560. //
  561. // label7
  562. //
  563. this.label7.AutoSize = true;
  564. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  565. this.label7.ForeColor = System.Drawing.Color.Black;
  566. this.label7.Location = new System.Drawing.Point(674, 241);
  567. this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  568. this.label7.Name = "label7";
  569. this.label7.Size = new System.Drawing.Size(146, 41);
  570. this.label7.TabIndex = 77;
  571. this.label7.Text = "已送检数";
  572. this.label7.Visible = false;
  573. //
  574. // ob_batchqty_label
  575. //
  576. this.ob_batchqty_label.AutoSize = true;
  577. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  578. this.ob_batchqty_label.ForeColor = System.Drawing.Color.Black;
  579. this.ob_batchqty_label.Location = new System.Drawing.Point(832, 239);
  580. this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  581. this.ob_batchqty_label.Name = "ob_batchqty_label";
  582. this.ob_batchqty_label.Size = new System.Drawing.Size(146, 41);
  583. this.ob_batchqty_label.TabIndex = 74;
  584. this.ob_batchqty_label.Text = "抽检批数";
  585. this.ob_batchqty_label.Visible = false;
  586. //
  587. // ob_nowcheckqty
  588. //
  589. this.ob_nowcheckqty.AutoSize = true;
  590. this.ob_nowcheckqty.CutLength = null;
  591. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  592. this.ob_nowcheckqty.ForeColor = System.Drawing.Color.Black;
  593. this.ob_nowcheckqty.Location = new System.Drawing.Point(968, 241);
  594. this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  595. this.ob_nowcheckqty.MaximumSize = new System.Drawing.Size(300, 0);
  596. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  597. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 41);
  598. this.ob_nowcheckqty.TabIndex = 73;
  599. this.ob_nowcheckqty.Tag = "ob_nowcheckqty";
  600. this.ob_nowcheckqty.Visible = false;
  601. //
  602. // ob_nowcheckqty_label
  603. //
  604. this.ob_nowcheckqty_label.AutoSize = true;
  605. this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  606. this.ob_nowcheckqty_label.ForeColor = System.Drawing.Color.Black;
  607. this.ob_nowcheckqty_label.Location = new System.Drawing.Point(786, 241);
  608. this.ob_nowcheckqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  609. this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
  610. this.ob_nowcheckqty_label.Size = new System.Drawing.Size(146, 41);
  611. this.ob_nowcheckqty_label.TabIndex = 72;
  612. this.ob_nowcheckqty_label.Text = "当前批数";
  613. this.ob_nowcheckqty_label.Visible = false;
  614. //
  615. // pr_detail_label
  616. //
  617. this.pr_detail_label.AutoSize = true;
  618. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  619. this.pr_detail_label.Location = new System.Drawing.Point(574, 128);
  620. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  621. this.pr_detail_label.Name = "pr_detail_label";
  622. this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
  623. this.pr_detail_label.TabIndex = 6;
  624. this.pr_detail_label.Text = "产品规格";
  625. //
  626. // ma_softversion_label
  627. //
  628. this.ma_softversion_label.AutoSize = true;
  629. this.ma_softversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  630. this.ma_softversion_label.Location = new System.Drawing.Point(6, 224);
  631. this.ma_softversion_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  632. this.ma_softversion_label.Name = "ma_softversion_label";
  633. this.ma_softversion_label.Size = new System.Drawing.Size(146, 41);
  634. this.ma_softversion_label.TabIndex = 72;
  635. this.ma_softversion_label.Text = "软件版本";
  636. //
  637. // NoteForChange
  638. //
  639. this.NoteForChange.AutoSize = true;
  640. this.NoteForChange.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  641. this.NoteForChange.Location = new System.Drawing.Point(580, 224);
  642. this.NoteForChange.Margin = new System.Windows.Forms.Padding(4);
  643. this.NoteForChange.Name = "NoteForChange";
  644. this.NoteForChange.Size = new System.Drawing.Size(190, 35);
  645. this.NoteForChange.TabIndex = 75;
  646. this.NoteForChange.Text = "切换工单提示";
  647. this.NoteForChange.UseVisualStyleBackColor = true;
  648. //
  649. // Lock_label
  650. //
  651. this.Lock_label.AutoSize = true;
  652. this.Lock_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  653. this.Lock_label.ForeColor = System.Drawing.Color.Red;
  654. this.Lock_label.Location = new System.Drawing.Point(575, 298);
  655. this.Lock_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  656. this.Lock_label.Name = "Lock_label";
  657. this.Lock_label.Size = new System.Drawing.Size(250, 41);
  658. this.Lock_label.TabIndex = 77;
  659. this.Lock_label.Text = "Ctrl+Q解除锁定";
  660. this.Lock_label.Visible = false;
  661. //
  662. // ma_salecode
  663. //
  664. this.ma_salecode.AutoSize = true;
  665. this.ma_salecode.Location = new System.Drawing.Point(954, 302);
  666. this.ma_salecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  667. this.ma_salecode.Name = "ma_salecode";
  668. this.ma_salecode.Size = new System.Drawing.Size(0, 24);
  669. this.ma_salecode.TabIndex = 78;
  670. this.ma_salecode.Visible = false;
  671. //
  672. // pr_sendchecktype
  673. //
  674. this.pr_sendchecktype.AutoSize = true;
  675. this.pr_sendchecktype.Location = new System.Drawing.Point(954, 310);
  676. this.pr_sendchecktype.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  677. this.pr_sendchecktype.Name = "pr_sendchecktype";
  678. this.pr_sendchecktype.Size = new System.Drawing.Size(0, 24);
  679. this.pr_sendchecktype.TabIndex = 79;
  680. this.pr_sendchecktype.Visible = false;
  681. //
  682. // StepCount
  683. //
  684. this.StepCount.LineCode = null;
  685. this.StepCount.Location = new System.Drawing.Point(582, 292);
  686. this.StepCount.Margin = new System.Windows.Forms.Padding(8, 14, 8, 14);
  687. this.StepCount.Name = "StepCount";
  688. this.StepCount.Size = new System.Drawing.Size(128, 44);
  689. this.StepCount.Source = null;
  690. this.StepCount.StepCode = null;
  691. this.StepCount.TabIndex = 194;
  692. //
  693. // Filter
  694. //
  695. this.Filter.BackColor = System.Drawing.Color.Transparent;
  696. this.Filter.Font = new System.Drawing.Font("宋体", 10.8F);
  697. this.Filter.Location = new System.Drawing.Point(186, 514);
  698. this.Filter.Margin = new System.Windows.Forms.Padding(4);
  699. this.Filter.Name = "Filter";
  700. this.Filter.PlaceHolder = "不良名称搜索";
  701. this.Filter.Size = new System.Drawing.Size(352, 44);
  702. this.Filter.TabIndex = 76;
  703. this.Filter.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder.OnTextChange(this.Filter_UserControlTextChanged);
  704. //
  705. // ma_softversion
  706. //
  707. this.ma_softversion.AutoSize = true;
  708. this.ma_softversion.CutLength = null;
  709. this.ma_softversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  710. this.ma_softversion.Location = new System.Drawing.Point(188, 224);
  711. this.ma_softversion.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  712. this.ma_softversion.MaximumSize = new System.Drawing.Size(300, 0);
  713. this.ma_softversion.Name = "ma_softversion";
  714. this.ma_softversion.Size = new System.Drawing.Size(0, 41);
  715. this.ma_softversion.TabIndex = 73;
  716. //
  717. // Save
  718. //
  719. this.Save.AllPower = null;
  720. this.Save.BackColor = System.Drawing.Color.Transparent;
  721. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  722. this.Save.Image = null;
  723. this.Save.IsShowBorder = true;
  724. this.Save.Location = new System.Drawing.Point(954, 994);
  725. this.Save.Margin = new System.Windows.Forms.Padding(4);
  726. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  727. this.Save.Name = "Save";
  728. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  729. this.Save.Power = null;
  730. this.Save.Size = new System.Drawing.Size(130, 52);
  731. this.Save.TabIndex = 70;
  732. this.Save.Text = "保存";
  733. this.Save.UseVisualStyleBackColor = false;
  734. this.Save.Click += new System.EventHandler(this.Save_Click);
  735. //
  736. // bc_code
  737. //
  738. this.bc_code.AllPower = null;
  739. this.bc_code.BackColor = System.Drawing.Color.White;
  740. this.bc_code.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  741. this.bc_code.ID = null;
  742. this.bc_code.Location = new System.Drawing.Point(188, 442);
  743. this.bc_code.Margin = new System.Windows.Forms.Padding(6);
  744. this.bc_code.Name = "bc_code";
  745. this.bc_code.Power = null;
  746. this.bc_code.Size = new System.Drawing.Size(348, 40);
  747. this.bc_code.Str = null;
  748. this.bc_code.Str1 = null;
  749. this.bc_code.Str2 = null;
  750. this.bc_code.TabIndex = 70;
  751. this.bc_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bc_code_KeyDown);
  752. //
  753. // ma_code
  754. //
  755. this.ma_code.AllPower = null;
  756. this.ma_code.Caller = null;
  757. this.ma_code.Condition = null;
  758. this.ma_code.DBTitle = null;
  759. this.ma_code.FormName = null;
  760. this.ma_code.Location = new System.Drawing.Point(186, 26);
  761. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  762. this.ma_code.Name = "ma_code";
  763. this.ma_code.Power = null;
  764. this.ma_code.ReturnData = null;
  765. this.ma_code.SelectField = null;
  766. this.ma_code.SetValueField = null;
  767. this.ma_code.Size = new System.Drawing.Size(230, 42);
  768. this.ma_code.TabIndex = 67;
  769. this.ma_code.TableName = null;
  770. this.ma_code.Tag = "ma_code";
  771. this.ma_code.TextBoxEnable = true;
  772. this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  773. //
  774. // LockMakeCode
  775. //
  776. this.LockMakeCode.AutoSize = true;
  777. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  778. this.LockMakeCode.LeaveEvent = false;
  779. this.LockMakeCode.Location = new System.Drawing.Point(448, 30);
  780. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4);
  781. this.LockMakeCode.Name = "LockMakeCode";
  782. this.LockMakeCode.Size = new System.Drawing.Size(94, 35);
  783. this.LockMakeCode.TabIndex = 66;
  784. this.LockMakeCode.Text = "锁定";
  785. this.LockMakeCode.UseVisualStyleBackColor = true;
  786. //
  787. // pr_spec
  788. //
  789. this.pr_spec.AutoSize = true;
  790. this.pr_spec.CutLength = "qweqwe";
  791. this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  792. this.pr_spec.Location = new System.Drawing.Point(748, 128);
  793. this.pr_spec.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  794. this.pr_spec.MaximumSize = new System.Drawing.Size(360, 0);
  795. this.pr_spec.Name = "pr_spec";
  796. this.pr_spec.Size = new System.Drawing.Size(0, 41);
  797. this.pr_spec.TabIndex = 56;
  798. //
  799. // ma_qty
  800. //
  801. this.ma_qty.AutoSize = true;
  802. this.ma_qty.CutLength = null;
  803. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  804. this.ma_qty.Location = new System.Drawing.Point(746, 28);
  805. this.ma_qty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  806. this.ma_qty.MaximumSize = new System.Drawing.Size(300, 0);
  807. this.ma_qty.Name = "ma_qty";
  808. this.ma_qty.Size = new System.Drawing.Size(0, 41);
  809. this.ma_qty.TabIndex = 55;
  810. //
  811. // ma_prodcode
  812. //
  813. this.ma_prodcode.AutoSize = true;
  814. this.ma_prodcode.CutLength = null;
  815. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  816. this.ma_prodcode.Location = new System.Drawing.Point(188, 128);
  817. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  818. this.ma_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
  819. this.ma_prodcode.Name = "ma_prodcode";
  820. this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
  821. this.ma_prodcode.TabIndex = 53;
  822. this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
  823. //
  824. // OperateResult
  825. //
  826. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  827. this.OperateResult.Location = new System.Drawing.Point(1288, 362);
  828. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  829. this.OperateResult.Name = "OperateResult";
  830. this.OperateResult.Size = new System.Drawing.Size(410, 610);
  831. this.OperateResult.TabIndex = 52;
  832. this.OperateResult.Text = "";
  833. //
  834. // CleanInfo
  835. //
  836. this.CleanInfo.AllPower = null;
  837. this.CleanInfo.BackColor = System.Drawing.Color.Transparent;
  838. this.CleanInfo.DownImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.DownImage")));
  839. this.CleanInfo.Image = ((System.Drawing.Image)(resources.GetObject("CleanInfo.Image")));
  840. this.CleanInfo.IsShowBorder = true;
  841. this.CleanInfo.Location = new System.Drawing.Point(873, 292);
  842. this.CleanInfo.Margin = new System.Windows.Forms.Padding(6);
  843. this.CleanInfo.MoveImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.MoveImage")));
  844. this.CleanInfo.Name = "CleanInfo";
  845. this.CleanInfo.NormalImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.NormalImage")));
  846. this.CleanInfo.Power = null;
  847. this.CleanInfo.Size = new System.Drawing.Size(122, 48);
  848. this.CleanInfo.TabIndex = 47;
  849. this.CleanInfo.Text = "清除内容";
  850. this.CleanInfo.UseVisualStyleBackColor = true;
  851. this.CleanInfo.Visible = false;
  852. this.CleanInfo.Click += new System.EventHandler(this.CleanInfo_Click);
  853. //
  854. // ChooseedReject
  855. //
  856. this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
  857. this.ChooseedReject.Location = new System.Drawing.Point(584, 694);
  858. this.ChooseedReject.Margin = new System.Windows.Forms.Padding(6);
  859. this.ChooseedReject.Name = "ChooseedReject";
  860. this.ChooseedReject.Size = new System.Drawing.Size(100, 46);
  861. this.ChooseedReject.TabIndex = 45;
  862. this.ChooseedReject.UseVisualStyleBackColor = true;
  863. this.ChooseedReject.Click += new System.EventHandler(this.ChooseedReject_Click);
  864. //
  865. // WaitReject
  866. //
  867. this.WaitReject.Image = ((System.Drawing.Image)(resources.GetObject("WaitReject.Image")));
  868. this.WaitReject.Location = new System.Drawing.Point(584, 820);
  869. this.WaitReject.Margin = new System.Windows.Forms.Padding(6);
  870. this.WaitReject.Name = "WaitReject";
  871. this.WaitReject.Size = new System.Drawing.Size(100, 46);
  872. this.WaitReject.TabIndex = 44;
  873. this.WaitReject.UseVisualStyleBackColor = true;
  874. this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
  875. //
  876. // bc_remark
  877. //
  878. this.bc_remark.AllPower = null;
  879. this.bc_remark.BackColor = System.Drawing.Color.White;
  880. this.bc_remark.ID = null;
  881. this.bc_remark.Location = new System.Drawing.Point(740, 364);
  882. this.bc_remark.Margin = new System.Windows.Forms.Padding(6);
  883. this.bc_remark.Multiline = true;
  884. this.bc_remark.Name = "bc_remark";
  885. this.bc_remark.Power = null;
  886. this.bc_remark.Size = new System.Drawing.Size(524, 120);
  887. this.bc_remark.Str = null;
  888. this.bc_remark.Str1 = null;
  889. this.bc_remark.Str2 = null;
  890. this.bc_remark.TabIndex = 41;
  891. //
  892. // bc_groupcode
  893. //
  894. this.bc_groupcode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  895. this.bc_groupcode.FormattingEnabled = true;
  896. this.bc_groupcode.Location = new System.Drawing.Point(188, 364);
  897. this.bc_groupcode.Margin = new System.Windows.Forms.Padding(6);
  898. this.bc_groupcode.Name = "bc_groupcode";
  899. this.bc_groupcode.Size = new System.Drawing.Size(348, 37);
  900. this.bc_groupcode.TabIndex = 21;
  901. this.bc_groupcode.SelectedIndexChanged += new System.EventHandler(this.bc_groupcode_SelectedIndexChanged);
  902. //
  903. // ms_sncode
  904. //
  905. this.ms_sncode.AllPower = "ifall";
  906. this.ms_sncode.BackColor = System.Drawing.Color.White;
  907. this.ms_sncode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  908. this.ms_sncode.ID = null;
  909. this.ms_sncode.Location = new System.Drawing.Point(560, 996);
  910. this.ms_sncode.Margin = new System.Windows.Forms.Padding(6);
  911. this.ms_sncode.Name = "ms_sncode";
  912. this.ms_sncode.Power = null;
  913. this.ms_sncode.Size = new System.Drawing.Size(358, 40);
  914. this.ms_sncode.Str = null;
  915. this.ms_sncode.Str1 = null;
  916. this.ms_sncode.Str2 = null;
  917. this.ms_sncode.TabIndex = 68;
  918. this.ms_sncode.Tag = "IfRead";
  919. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_code_KeyDown);
  920. //
  921. // WriteSoftWare
  922. //
  923. this.WriteSoftWare.AutoSize = true;
  924. this.WriteSoftWare.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  925. this.WriteSoftWare.Location = new System.Drawing.Point(1157, 1002);
  926. this.WriteSoftWare.Margin = new System.Windows.Forms.Padding(4);
  927. this.WriteSoftWare.Name = "WriteSoftWare";
  928. this.WriteSoftWare.Size = new System.Drawing.Size(128, 35);
  929. this.WriteSoftWare.TabIndex = 195;
  930. this.WriteSoftWare.Text = "解绑SN";
  931. this.WriteSoftWare.UseVisualStyleBackColor = true;
  932. this.WriteSoftWare.Visible = false;
  933. this.WriteSoftWare.CheckedChanged += new System.EventHandler(this.WriteSoftWare_CheckedChanged);
  934. //
  935. // label10
  936. //
  937. this.label10.AutoSize = true;
  938. this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  939. this.label10.Location = new System.Drawing.Point(1285, 250);
  940. this.label10.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  941. this.label10.Name = "label10";
  942. this.label10.Size = new System.Drawing.Size(114, 41);
  943. this.label10.TabIndex = 198;
  944. this.label10.Text = "打印机";
  945. //
  946. // Printer
  947. //
  948. this.Printer.Location = new System.Drawing.Point(1413, 250);
  949. this.Printer.Margin = new System.Windows.Forms.Padding(8);
  950. this.Printer.Name = "Printer";
  951. this.Printer.Size = new System.Drawing.Size(268, 50);
  952. this.Printer.TabIndex = 197;
  953. //
  954. // AutoPrintBad
  955. //
  956. this.AutoPrintBad.AutoSize = true;
  957. this.AutoPrintBad.Checked = true;
  958. this.AutoPrintBad.CheckState = System.Windows.Forms.CheckState.Checked;
  959. this.AutoPrintBad.Location = new System.Drawing.Point(1459, 312);
  960. this.AutoPrintBad.Name = "AutoPrintBad";
  961. this.AutoPrintBad.Size = new System.Drawing.Size(186, 28);
  962. this.AutoPrintBad.TabIndex = 199;
  963. this.AutoPrintBad.Text = "自动打印不良";
  964. this.AutoPrintBad.UseVisualStyleBackColor = true;
  965. //
  966. // RePrint
  967. //
  968. this.RePrint.AllPower = null;
  969. this.RePrint.BackColor = System.Drawing.Color.Transparent;
  970. this.RePrint.DownImage = ((System.Drawing.Image)(resources.GetObject("RePrint.DownImage")));
  971. this.RePrint.Image = ((System.Drawing.Image)(resources.GetObject("RePrint.Image")));
  972. this.RePrint.IsShowBorder = true;
  973. this.RePrint.Location = new System.Drawing.Point(1142, 292);
  974. this.RePrint.Margin = new System.Windows.Forms.Padding(6);
  975. this.RePrint.MoveImage = ((System.Drawing.Image)(resources.GetObject("RePrint.MoveImage")));
  976. this.RePrint.Name = "RePrint";
  977. this.RePrint.NormalImage = ((System.Drawing.Image)(resources.GetObject("RePrint.NormalImage")));
  978. this.RePrint.Power = null;
  979. this.RePrint.Size = new System.Drawing.Size(122, 48);
  980. this.RePrint.TabIndex = 200;
  981. this.RePrint.Text = "重打不良";
  982. this.RePrint.UseVisualStyleBackColor = true;
  983. this.RePrint.Click += new System.EventHandler(this.RePrint_Click);
  984. //
  985. // IfTest
  986. //
  987. this.IfTest.AutoSize = true;
  988. this.IfTest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  989. this.IfTest.Location = new System.Drawing.Point(1556, 1003);
  990. this.IfTest.Margin = new System.Windows.Forms.Padding(4);
  991. this.IfTest.Name = "IfTest";
  992. this.IfTest.Size = new System.Drawing.Size(142, 35);
  993. this.IfTest.TabIndex = 201;
  994. this.IfTest.Text = "是否抽检";
  995. this.IfTest.UseVisualStyleBackColor = true;
  996. //
  997. // ReleaseSN
  998. //
  999. this.ReleaseSN.AllPower = null;
  1000. this.ReleaseSN.BackColor = System.Drawing.Color.Transparent;
  1001. this.ReleaseSN.DownImage = ((System.Drawing.Image)(resources.GetObject("ReleaseSN.DownImage")));
  1002. this.ReleaseSN.Image = null;
  1003. this.ReleaseSN.IsShowBorder = true;
  1004. this.ReleaseSN.Location = new System.Drawing.Point(1298, 990);
  1005. this.ReleaseSN.Margin = new System.Windows.Forms.Padding(4);
  1006. this.ReleaseSN.MoveImage = ((System.Drawing.Image)(resources.GetObject("ReleaseSN.MoveImage")));
  1007. this.ReleaseSN.Name = "ReleaseSN";
  1008. this.ReleaseSN.NormalImage = ((System.Drawing.Image)(resources.GetObject("ReleaseSN.NormalImage")));
  1009. this.ReleaseSN.Power = null;
  1010. this.ReleaseSN.Size = new System.Drawing.Size(130, 52);
  1011. this.ReleaseSN.TabIndex = 202;
  1012. this.ReleaseSN.Text = "解绑SN";
  1013. this.ReleaseSN.UseVisualStyleBackColor = false;
  1014. this.ReleaseSN.Click += new System.EventHandler(this.ReleaseSN_Click);
  1015. //
  1016. // Make_TestCollection
  1017. //
  1018. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  1019. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1020. this.BackColor = System.Drawing.SystemColors.Control;
  1021. this.ClientSize = new System.Drawing.Size(1724, 1070);
  1022. this.Controls.Add(this.ReleaseSN);
  1023. this.Controls.Add(this.IfTest);
  1024. this.Controls.Add(this.RePrint);
  1025. this.Controls.Add(this.AutoPrintBad);
  1026. this.Controls.Add(this.label10);
  1027. this.Controls.Add(this.Printer);
  1028. this.Controls.Add(this.WriteSoftWare);
  1029. this.Controls.Add(this.ob_sendqty);
  1030. this.Controls.Add(this.StepCount);
  1031. this.Controls.Add(this.label7);
  1032. this.Controls.Add(this.pr_sendchecktype);
  1033. this.Controls.Add(this.ma_salecode);
  1034. this.Controls.Add(this.Lock_label);
  1035. this.Controls.Add(this.Filter);
  1036. this.Controls.Add(this.ob_batchqty_label);
  1037. this.Controls.Add(this.ob_nowcheckqty);
  1038. this.Controls.Add(this.NoteForChange);
  1039. this.Controls.Add(this.ob_nowcheckqty_label);
  1040. this.Controls.Add(this.ma_softversion);
  1041. this.Controls.Add(this.ma_softversion_label);
  1042. this.Controls.Add(this.panel1);
  1043. this.Controls.Add(this.Save);
  1044. this.Controls.Add(this.bc_code);
  1045. this.Controls.Add(this.ma_code);
  1046. this.Controls.Add(this.LockMakeCode);
  1047. this.Controls.Add(this.label2);
  1048. this.Controls.Add(this.pr_spec);
  1049. this.Controls.Add(this.ma_qty);
  1050. this.Controls.Add(this.ma_prodcode);
  1051. this.Controls.Add(this.OperateResult);
  1052. this.Controls.Add(this.ChoosedRejectList);
  1053. this.Controls.Add(this.CleanInfo);
  1054. this.Controls.Add(this.label6);
  1055. this.Controls.Add(this.ChooseedReject);
  1056. this.Controls.Add(this.WaitReject);
  1057. this.Controls.Add(this.bc_remark);
  1058. this.Controls.Add(this.label5);
  1059. this.Controls.Add(this.label4);
  1060. this.Controls.Add(this.WaitRejectList);
  1061. this.Controls.Add(this.Reject);
  1062. this.Controls.Add(this.GoodProduct);
  1063. this.Controls.Add(this.label3);
  1064. this.Controls.Add(this.bc_groupcode);
  1065. this.Controls.Add(this.bc_remark_label);
  1066. this.Controls.Add(this.ms_sncode_label);
  1067. this.Controls.Add(this.bc_groupcode_label);
  1068. this.Controls.Add(this.ms_sncode);
  1069. this.Controls.Add(this.ma_qty_label);
  1070. this.Controls.Add(this.ms_makecode_label);
  1071. this.Controls.Add(this.pr_detail_label);
  1072. this.Controls.Add(this.ma_prodcode_label);
  1073. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1074. this.KeyPreview = true;
  1075. this.Margin = new System.Windows.Forms.Padding(6);
  1076. this.Name = "Make_TestCollection";
  1077. this.Tag = "Make!TestCollection";
  1078. this.Text = " ";
  1079. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_TestCollection_FormClosing);
  1080. this.Load += new System.EventHandler(this.TestCollection_Load);
  1081. this.SizeChanged += new System.EventHandler(this.测试采集_SizeChanged);
  1082. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Make_TestCollection_KeyDown);
  1083. this.panel1.ResumeLayout(true);
  1084. this.panel1.PerformLayout();
  1085. ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).EndInit();
  1086. this.ResumeLayout(true);
  1087. this.PerformLayout();
  1088. }
  1089. #endregion
  1090. private System.Windows.Forms.Label ma_prodcode_label;
  1091. private System.Windows.Forms.Label ms_makecode_label;
  1092. private System.Windows.Forms.Label mcd_inqty_label;
  1093. private System.Windows.Forms.Label ma_qty_label;
  1094. private System.Windows.Forms.Label mc_restqty_label;
  1095. private System.Windows.Forms.Label ms_sncode_label;
  1096. private CustomControl.TextBoxWithIcon.SnCollectionBox ms_sncode;
  1097. private System.Windows.Forms.Label bc_groupcode_label;
  1098. private System.Windows.Forms.Label bc_remark_label;
  1099. private CustomControl.ComBoxWithFocus.ComBoxWithFocus bc_groupcode;
  1100. private System.Windows.Forms.Label label2;
  1101. private System.Windows.Forms.Label label3;
  1102. private System.Windows.Forms.RadioButton GoodProduct;
  1103. private System.Windows.Forms.RadioButton Reject;
  1104. private System.Windows.Forms.ListView WaitRejectList;
  1105. private System.Windows.Forms.Label label4;
  1106. private System.Windows.Forms.Label label5;
  1107. private CustomControl.TextBoxWithIcon.EnterTextBox bc_remark;
  1108. private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
  1109. private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
  1110. private System.Windows.Forms.ColumnHeader columnHeader1;
  1111. private System.Windows.Forms.Label label6;
  1112. private CustomControl.ButtonUtil.NormalButton CleanInfo;
  1113. private System.Windows.Forms.ColumnHeader columnHeader5;
  1114. private System.Windows.Forms.ListView ChoosedRejectList;
  1115. private System.Windows.Forms.ColumnHeader columnHeader6;
  1116. private System.Windows.Forms.ColumnHeader columnHeader7;
  1117. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  1118. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  1119. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  1120. private CustomControl.ValueLabel.ValueLabel ma_qty;
  1121. private CustomControl.ValueLabel.ValueLabel pr_spec;
  1122. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  1123. private System.Windows.Forms.ColumnHeader columnHeader3;
  1124. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  1125. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  1126. private CustomControl.TextBoxWithIcon.EnterTextBox bc_code;
  1127. private System.Windows.Forms.ColumnHeader columnHeader4;
  1128. private CustomControl.ButtonUtil.NormalButton Save;
  1129. private System.Windows.Forms.Panel panel1;
  1130. private CustomControl.ValueLabel.ValueLabel ob_batchqty;
  1131. private System.Windows.Forms.Label ob_batchqty_label;
  1132. private CustomControl.ValueLabel.ValueLabel ob_nowcheckqty;
  1133. private System.Windows.Forms.Label ob_nowcheckqty_label;
  1134. private CustomControl.ButtonUtil.NormalButton SendCheck;
  1135. private System.Windows.Forms.Label ob_checkno;
  1136. private System.Windows.Forms.Label pr_detail_label;
  1137. private System.Windows.Forms.ColumnHeader columnHeader2;
  1138. private System.Windows.Forms.ColumnHeader columnHeader8;
  1139. private CustomControl.ValueLabel.ValueLabel ob_sendqty;
  1140. private System.Windows.Forms.Label label7;
  1141. private CustomControl.ValueLabel.ValueLabel ma_softversion;
  1142. private System.Windows.Forms.Label ma_softversion_label;
  1143. private System.Windows.Forms.ColumnHeader columnHeader9;
  1144. private System.Windows.Forms.ColumnHeader columnHeader10;
  1145. private System.Windows.Forms.BindingSource BadInfSource;
  1146. private System.Windows.Forms.CheckBox NoteForChange;
  1147. private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder Filter;
  1148. private System.Windows.Forms.Timer ControlLockTimer;
  1149. private System.Windows.Forms.Label Lock_label;
  1150. private System.Windows.Forms.Label ma_salecode;
  1151. private System.Windows.Forms.Label pr_sendchecktype;
  1152. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  1153. private ReSetCheckBox WriteSoftWare;
  1154. private CustomControl.ValueLabel.ValueLabel mcd_ngqty;
  1155. private System.Windows.Forms.Label label1;
  1156. private CustomControl.ValueLabel.ValueLabel mcd_totalng;
  1157. private System.Windows.Forms.Label label9;
  1158. private CustomControl.ValueLabel.ValueLabel mcd_okqty;
  1159. private System.Windows.Forms.Label label8;
  1160. private System.Windows.Forms.Label label10;
  1161. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  1162. private System.Windows.Forms.CheckBox AutoPrintBad;
  1163. private CustomControl.ButtonUtil.NormalButton RePrint;
  1164. private ReSetCheckBox IfTest;
  1165. private CustomControl.ButtonUtil.NormalButton ReleaseSN;
  1166. }
  1167. }