Make_TestCollection.Designer.cs 53 KB

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