Make_TestCollection.Designer.cs 54 KB

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