Make_TestCollection_DCW.Designer.cs 52 KB

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