Make_TestCollection.Designer.cs 51 KB

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