Make_TestCollection.Designer.cs 53 KB

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