Make_TestCollection.Designer.cs 62 KB

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