Make_TestCollectionBad.Designer.cs 57 KB

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