Make_TestCollectionOh.Designer.cs 65 KB

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