Make_TestCollection.Designer.cs 59 KB

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