Make_TestCollection.Designer.cs 56 KB

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