Make_TestCollection.Designer.cs 65 KB

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