Make_TestCollection.Designer.cs 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047
  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 = "*.xml";
  492. this.XmlWatcher.SynchronizingObject = this;
  493. this.XmlWatcher.Created += new System.IO.FileSystemEventHandler(this.XmlWatcher_Created);
  494. //
  495. // label7
  496. //
  497. this.label7.AutoSize = true;
  498. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  499. this.label7.ForeColor = System.Drawing.Color.Black;
  500. this.label7.Location = new System.Drawing.Point(753, 117);
  501. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  502. this.label7.Name = "label7";
  503. this.label7.Size = new System.Drawing.Size(92, 27);
  504. this.label7.TabIndex = 217;
  505. this.label7.Text = "已送检数";
  506. //
  507. // ob_checkno
  508. //
  509. this.ob_checkno.AutoSize = true;
  510. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  511. this.ob_checkno.ForeColor = System.Drawing.Color.Black;
  512. this.ob_checkno.Location = new System.Drawing.Point(1112, 116);
  513. this.ob_checkno.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  514. this.ob_checkno.Name = "ob_checkno";
  515. this.ob_checkno.Size = new System.Drawing.Size(0, 27);
  516. this.ob_checkno.TabIndex = 216;
  517. this.ob_checkno.Tag = "ob_checkno";
  518. this.ob_checkno.Visible = false;
  519. //
  520. // ob_batchqty_label
  521. //
  522. this.ob_batchqty_label.AutoSize = true;
  523. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  524. this.ob_batchqty_label.ForeColor = System.Drawing.Color.Black;
  525. this.ob_batchqty_label.Location = new System.Drawing.Point(753, 67);
  526. this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  527. this.ob_batchqty_label.Name = "ob_batchqty_label";
  528. this.ob_batchqty_label.Size = new System.Drawing.Size(92, 27);
  529. this.ob_batchqty_label.TabIndex = 214;
  530. this.ob_batchqty_label.Text = "抽检批数";
  531. //
  532. // ob_nowcheckqty_label
  533. //
  534. this.ob_nowcheckqty_label.AutoSize = true;
  535. this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  536. this.ob_nowcheckqty_label.ForeColor = System.Drawing.Color.Black;
  537. this.ob_nowcheckqty_label.Location = new System.Drawing.Point(941, 67);
  538. this.ob_nowcheckqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  539. this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
  540. this.ob_nowcheckqty_label.Size = new System.Drawing.Size(92, 27);
  541. this.ob_nowcheckqty_label.TabIndex = 212;
  542. this.ob_nowcheckqty_label.Text = "当前批数";
  543. //
  544. // mc_restqty_label
  545. //
  546. this.mc_restqty_label.AutoSize = true;
  547. this.mc_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  548. this.mc_restqty_label.Location = new System.Drawing.Point(753, 18);
  549. this.mc_restqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  550. this.mc_restqty_label.Name = "mc_restqty_label";
  551. this.mc_restqty_label.Size = new System.Drawing.Size(92, 27);
  552. this.mc_restqty_label.TabIndex = 209;
  553. this.mc_restqty_label.Text = "待采集数";
  554. //
  555. // mcd_inqty_label
  556. //
  557. this.mcd_inqty_label.AutoSize = true;
  558. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  559. this.mcd_inqty_label.Location = new System.Drawing.Point(941, 18);
  560. this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  561. this.mcd_inqty_label.Name = "mcd_inqty_label";
  562. this.mcd_inqty_label.Size = new System.Drawing.Size(92, 27);
  563. this.mcd_inqty_label.TabIndex = 208;
  564. this.mcd_inqty_label.Text = "已采集数";
  565. //
  566. // ob_sendqty
  567. //
  568. this.ob_sendqty.AutoSize = true;
  569. this.ob_sendqty.CutLength = null;
  570. this.ob_sendqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  571. this.ob_sendqty.ForeColor = System.Drawing.Color.Black;
  572. this.ob_sendqty.Location = new System.Drawing.Point(877, 117);
  573. this.ob_sendqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  574. this.ob_sendqty.MaximumSize = new System.Drawing.Size(200, 0);
  575. this.ob_sendqty.Name = "ob_sendqty";
  576. this.ob_sendqty.Size = new System.Drawing.Size(0, 27);
  577. this.ob_sendqty.TabIndex = 218;
  578. this.ob_sendqty.Tag = "ob_batchqty";
  579. //
  580. // ob_batchqty
  581. //
  582. this.ob_batchqty.AutoSize = true;
  583. this.ob_batchqty.CutLength = null;
  584. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  585. this.ob_batchqty.ForeColor = System.Drawing.Color.Black;
  586. this.ob_batchqty.Location = new System.Drawing.Point(877, 67);
  587. this.ob_batchqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  588. this.ob_batchqty.MaximumSize = new System.Drawing.Size(200, 0);
  589. this.ob_batchqty.Name = "ob_batchqty";
  590. this.ob_batchqty.Size = new System.Drawing.Size(0, 27);
  591. this.ob_batchqty.TabIndex = 215;
  592. this.ob_batchqty.Tag = "ob_batchqty";
  593. //
  594. // ob_nowcheckqty
  595. //
  596. this.ob_nowcheckqty.AutoSize = true;
  597. this.ob_nowcheckqty.CutLength = null;
  598. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  599. this.ob_nowcheckqty.ForeColor = System.Drawing.Color.Black;
  600. this.ob_nowcheckqty.Location = new System.Drawing.Point(1062, 67);
  601. this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  602. this.ob_nowcheckqty.MaximumSize = new System.Drawing.Size(200, 0);
  603. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  604. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 27);
  605. this.ob_nowcheckqty.TabIndex = 213;
  606. this.ob_nowcheckqty.Tag = "ob_nowcheckqty";
  607. //
  608. // mcd_remainqty
  609. //
  610. this.mcd_remainqty.AutoSize = true;
  611. this.mcd_remainqty.CutLength = null;
  612. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  613. this.mcd_remainqty.Location = new System.Drawing.Point(877, 18);
  614. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  615. this.mcd_remainqty.MaximumSize = new System.Drawing.Size(200, 0);
  616. this.mcd_remainqty.Name = "mcd_remainqty";
  617. this.mcd_remainqty.Size = new System.Drawing.Size(0, 27);
  618. this.mcd_remainqty.TabIndex = 211;
  619. this.mcd_remainqty.Tag = "mcd_remainqty";
  620. //
  621. // mcd_inqty
  622. //
  623. this.mcd_inqty.AutoSize = true;
  624. this.mcd_inqty.CutLength = null;
  625. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  626. this.mcd_inqty.Location = new System.Drawing.Point(1062, 18);
  627. this.mcd_inqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  628. this.mcd_inqty.MaximumSize = new System.Drawing.Size(200, 0);
  629. this.mcd_inqty.Name = "mcd_inqty";
  630. this.mcd_inqty.Size = new System.Drawing.Size(0, 27);
  631. this.mcd_inqty.TabIndex = 210;
  632. this.mcd_inqty.Tag = "mcd_inqty";
  633. //
  634. // SendCheck
  635. //
  636. this.SendCheck.AllPower = null;
  637. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  638. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  639. this.SendCheck.Enabled = false;
  640. this.SendCheck.Image = null;
  641. this.SendCheck.IsShowBorder = true;
  642. this.SendCheck.Location = new System.Drawing.Point(491, 176);
  643. this.SendCheck.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  644. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  645. this.SendCheck.Name = "SendCheck";
  646. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  647. this.SendCheck.Power = null;
  648. this.SendCheck.Size = new System.Drawing.Size(87, 32);
  649. this.SendCheck.TabIndex = 72;
  650. this.SendCheck.Text = "送检";
  651. this.SendCheck.UseVisualStyleBackColor = false;
  652. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  653. //
  654. // StepCount
  655. //
  656. this.StepCount.LineCode = null;
  657. this.StepCount.Location = new System.Drawing.Point(388, 182);
  658. this.StepCount.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
  659. this.StepCount.Name = "StepCount";
  660. this.StepCount.Size = new System.Drawing.Size(85, 28);
  661. this.StepCount.Source = null;
  662. this.StepCount.StepCode = null;
  663. this.StepCount.TabIndex = 194;
  664. //
  665. // Filter
  666. //
  667. this.Filter.BackColor = System.Drawing.Color.Transparent;
  668. this.Filter.Font = new System.Drawing.Font("宋体", 10.8F);
  669. this.Filter.Location = new System.Drawing.Point(124, 322);
  670. this.Filter.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  671. this.Filter.Name = "Filter";
  672. this.Filter.PlaceHolder = "不良名称搜索";
  673. this.Filter.Size = new System.Drawing.Size(235, 28);
  674. this.Filter.TabIndex = 76;
  675. this.Filter.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder.OnTextChange(this.Filter_UserControlTextChanged);
  676. //
  677. // ma_softversion
  678. //
  679. this.ma_softversion.AutoSize = true;
  680. this.ma_softversion.CutLength = null;
  681. this.ma_softversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  682. this.ma_softversion.Location = new System.Drawing.Point(125, 140);
  683. this.ma_softversion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  684. this.ma_softversion.MaximumSize = new System.Drawing.Size(200, 0);
  685. this.ma_softversion.Name = "ma_softversion";
  686. this.ma_softversion.Size = new System.Drawing.Size(0, 27);
  687. this.ma_softversion.TabIndex = 73;
  688. //
  689. // Save
  690. //
  691. this.Save.AllPower = null;
  692. this.Save.BackColor = System.Drawing.Color.Transparent;
  693. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  694. this.Save.Image = null;
  695. this.Save.IsShowBorder = true;
  696. this.Save.Location = new System.Drawing.Point(636, 622);
  697. this.Save.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  698. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  699. this.Save.Name = "Save";
  700. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  701. this.Save.Power = null;
  702. this.Save.Size = new System.Drawing.Size(87, 32);
  703. this.Save.TabIndex = 70;
  704. this.Save.Text = "保存";
  705. this.Save.UseVisualStyleBackColor = false;
  706. this.Save.Click += new System.EventHandler(this.Save_Click);
  707. //
  708. // bc_code
  709. //
  710. this.bc_code.AllPower = null;
  711. this.bc_code.BackColor = System.Drawing.Color.White;
  712. this.bc_code.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  713. this.bc_code.ID = null;
  714. this.bc_code.Location = new System.Drawing.Point(125, 277);
  715. this.bc_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  716. this.bc_code.Name = "bc_code";
  717. this.bc_code.Power = null;
  718. this.bc_code.Size = new System.Drawing.Size(233, 28);
  719. this.bc_code.Str = null;
  720. this.bc_code.Str1 = null;
  721. this.bc_code.Str2 = null;
  722. this.bc_code.TabIndex = 70;
  723. this.bc_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bc_code_KeyDown);
  724. //
  725. // ma_code
  726. //
  727. this.ma_code.AllPower = null;
  728. this.ma_code.Caller = null;
  729. this.ma_code.Condition = null;
  730. this.ma_code.DBTitle = null;
  731. this.ma_code.FormName = null;
  732. this.ma_code.Location = new System.Drawing.Point(124, 17);
  733. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  734. this.ma_code.Name = "ma_code";
  735. this.ma_code.Power = null;
  736. this.ma_code.ReturnData = null;
  737. this.ma_code.SelectField = null;
  738. this.ma_code.SetValueField = null;
  739. this.ma_code.Size = new System.Drawing.Size(153, 27);
  740. this.ma_code.TabIndex = 67;
  741. this.ma_code.TableName = null;
  742. this.ma_code.Tag = "ma_code";
  743. this.ma_code.TextBoxEnable = true;
  744. this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  745. //
  746. // LockMakeCode
  747. //
  748. this.LockMakeCode.AutoSize = true;
  749. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  750. this.LockMakeCode.LeaveEvent = false;
  751. this.LockMakeCode.Location = new System.Drawing.Point(299, 18);
  752. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  753. this.LockMakeCode.Name = "LockMakeCode";
  754. this.LockMakeCode.Size = new System.Drawing.Size(61, 24);
  755. this.LockMakeCode.TabIndex = 66;
  756. this.LockMakeCode.Text = "锁定";
  757. this.LockMakeCode.UseVisualStyleBackColor = true;
  758. //
  759. // pr_spec
  760. //
  761. this.pr_spec.AutoSize = true;
  762. this.pr_spec.CutLength = "qweqwe";
  763. this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  764. this.pr_spec.Location = new System.Drawing.Point(507, 80);
  765. this.pr_spec.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  766. this.pr_spec.MaximumSize = new System.Drawing.Size(200, 0);
  767. this.pr_spec.Name = "pr_spec";
  768. this.pr_spec.Size = new System.Drawing.Size(0, 27);
  769. this.pr_spec.TabIndex = 56;
  770. this.pr_spec.Visible = false;
  771. //
  772. // ma_qty
  773. //
  774. this.ma_qty.AutoSize = true;
  775. this.ma_qty.CutLength = null;
  776. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  777. this.ma_qty.Location = new System.Drawing.Point(505, 18);
  778. this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  779. this.ma_qty.MaximumSize = new System.Drawing.Size(200, 0);
  780. this.ma_qty.Name = "ma_qty";
  781. this.ma_qty.Size = new System.Drawing.Size(0, 27);
  782. this.ma_qty.TabIndex = 55;
  783. //
  784. // ma_prodcode
  785. //
  786. this.ma_prodcode.AutoSize = true;
  787. this.ma_prodcode.CutLength = null;
  788. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  789. this.ma_prodcode.Location = new System.Drawing.Point(125, 80);
  790. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  791. this.ma_prodcode.MaximumSize = new System.Drawing.Size(200, 0);
  792. this.ma_prodcode.Name = "ma_prodcode";
  793. this.ma_prodcode.Size = new System.Drawing.Size(0, 27);
  794. this.ma_prodcode.TabIndex = 53;
  795. this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
  796. //
  797. // OperateResult
  798. //
  799. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  800. this.OperateResult.Location = new System.Drawing.Point(859, 227);
  801. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  802. this.OperateResult.Name = "OperateResult";
  803. this.OperateResult.Size = new System.Drawing.Size(274, 382);
  804. this.OperateResult.TabIndex = 52;
  805. this.OperateResult.Text = "";
  806. //
  807. // CleanInfo
  808. //
  809. this.CleanInfo.AllPower = null;
  810. this.CleanInfo.BackColor = System.Drawing.Color.Transparent;
  811. this.CleanInfo.DownImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.DownImage")));
  812. this.CleanInfo.Image = ((System.Drawing.Image)(resources.GetObject("CleanInfo.Image")));
  813. this.CleanInfo.IsShowBorder = true;
  814. this.CleanInfo.Location = new System.Drawing.Point(957, 622);
  815. this.CleanInfo.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  816. this.CleanInfo.MoveImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.MoveImage")));
  817. this.CleanInfo.Name = "CleanInfo";
  818. this.CleanInfo.NormalImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.NormalImage")));
  819. this.CleanInfo.Power = null;
  820. this.CleanInfo.Size = new System.Drawing.Size(82, 30);
  821. this.CleanInfo.TabIndex = 47;
  822. this.CleanInfo.Text = "清除内容";
  823. this.CleanInfo.UseVisualStyleBackColor = true;
  824. this.CleanInfo.Click += new System.EventHandler(this.CleanInfo_Click);
  825. //
  826. // ChooseedReject
  827. //
  828. this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
  829. this.ChooseedReject.Location = new System.Drawing.Point(389, 433);
  830. this.ChooseedReject.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  831. this.ChooseedReject.Name = "ChooseedReject";
  832. this.ChooseedReject.Size = new System.Drawing.Size(67, 28);
  833. this.ChooseedReject.TabIndex = 45;
  834. this.ChooseedReject.UseVisualStyleBackColor = true;
  835. this.ChooseedReject.Click += new System.EventHandler(this.ChooseedReject_Click);
  836. //
  837. // WaitReject
  838. //
  839. this.WaitReject.Image = ((System.Drawing.Image)(resources.GetObject("WaitReject.Image")));
  840. this.WaitReject.Location = new System.Drawing.Point(389, 512);
  841. this.WaitReject.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  842. this.WaitReject.Name = "WaitReject";
  843. this.WaitReject.Size = new System.Drawing.Size(67, 28);
  844. this.WaitReject.TabIndex = 44;
  845. this.WaitReject.UseVisualStyleBackColor = true;
  846. this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
  847. //
  848. // bc_remark
  849. //
  850. this.bc_remark.AllPower = null;
  851. this.bc_remark.BackColor = System.Drawing.Color.White;
  852. this.bc_remark.ID = null;
  853. this.bc_remark.Location = new System.Drawing.Point(1090, 640);
  854. this.bc_remark.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  855. this.bc_remark.Multiline = true;
  856. this.bc_remark.Name = "bc_remark";
  857. this.bc_remark.Power = null;
  858. this.bc_remark.Size = new System.Drawing.Size(43, 14);
  859. this.bc_remark.Str = null;
  860. this.bc_remark.Str1 = null;
  861. this.bc_remark.Str2 = null;
  862. this.bc_remark.TabIndex = 41;
  863. this.bc_remark.Visible = false;
  864. //
  865. // bc_groupcode
  866. //
  867. this.bc_groupcode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  868. this.bc_groupcode.FormattingEnabled = true;
  869. this.bc_groupcode.Location = new System.Drawing.Point(125, 228);
  870. this.bc_groupcode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  871. this.bc_groupcode.Name = "bc_groupcode";
  872. this.bc_groupcode.Size = new System.Drawing.Size(233, 26);
  873. this.bc_groupcode.TabIndex = 21;
  874. this.bc_groupcode.SelectedIndexChanged += new System.EventHandler(this.bc_groupcode_SelectedIndexChanged);
  875. //
  876. // ms_sncode
  877. //
  878. this.ms_sncode.AllPower = "ifall";
  879. this.ms_sncode.BackColor = System.Drawing.Color.White;
  880. this.ms_sncode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  881. this.ms_sncode.ID = null;
  882. this.ms_sncode.Location = new System.Drawing.Point(373, 622);
  883. this.ms_sncode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  884. this.ms_sncode.Name = "ms_sncode";
  885. this.ms_sncode.Power = null;
  886. this.ms_sncode.Size = new System.Drawing.Size(240, 28);
  887. this.ms_sncode.Str = null;
  888. this.ms_sncode.Str1 = null;
  889. this.ms_sncode.Str2 = null;
  890. this.ms_sncode.TabIndex = 68;
  891. this.ms_sncode.Tag = "IfRead";
  892. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_code_KeyDown);
  893. //
  894. // Make_TestCollection
  895. //
  896. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  897. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  898. this.BackColor = System.Drawing.SystemColors.Control;
  899. this.ClientSize = new System.Drawing.Size(1149, 668);
  900. this.Controls.Add(this.ob_sendqty);
  901. this.Controls.Add(this.label7);
  902. this.Controls.Add(this.ob_checkno);
  903. this.Controls.Add(this.ob_batchqty);
  904. this.Controls.Add(this.ob_batchqty_label);
  905. this.Controls.Add(this.ob_nowcheckqty);
  906. this.Controls.Add(this.ob_nowcheckqty_label);
  907. this.Controls.Add(this.mcd_remainqty);
  908. this.Controls.Add(this.mc_restqty_label);
  909. this.Controls.Add(this.mcd_inqty);
  910. this.Controls.Add(this.mcd_inqty_label);
  911. this.Controls.Add(this.StopWatch);
  912. this.Controls.Add(this.StartWatch);
  913. this.Controls.Add(this.ChooseFolder);
  914. this.Controls.Add(this.SendCheck);
  915. this.Controls.Add(this.FolderPath);
  916. this.Controls.Add(this.label1);
  917. this.Controls.Add(this.StepCount);
  918. this.Controls.Add(this.pr_sendchecktype);
  919. this.Controls.Add(this.ma_salecode);
  920. this.Controls.Add(this.Lock_label);
  921. this.Controls.Add(this.Filter);
  922. this.Controls.Add(this.NoteForChange);
  923. this.Controls.Add(this.ma_softversion);
  924. this.Controls.Add(this.ma_softversion_label);
  925. this.Controls.Add(this.Save);
  926. this.Controls.Add(this.AutoBadCode);
  927. this.Controls.Add(this.bc_code);
  928. this.Controls.Add(this.ma_code);
  929. this.Controls.Add(this.LockMakeCode);
  930. this.Controls.Add(this.label2);
  931. this.Controls.Add(this.pr_spec);
  932. this.Controls.Add(this.ma_qty);
  933. this.Controls.Add(this.ma_prodcode);
  934. this.Controls.Add(this.OperateResult);
  935. this.Controls.Add(this.ChoosedRejectList);
  936. this.Controls.Add(this.CleanInfo);
  937. this.Controls.Add(this.label6);
  938. this.Controls.Add(this.ChooseedReject);
  939. this.Controls.Add(this.WaitReject);
  940. this.Controls.Add(this.bc_remark);
  941. this.Controls.Add(this.label5);
  942. this.Controls.Add(this.label4);
  943. this.Controls.Add(this.WaitRejectList);
  944. this.Controls.Add(this.Reject);
  945. this.Controls.Add(this.GoodProduct);
  946. this.Controls.Add(this.label3);
  947. this.Controls.Add(this.bc_groupcode);
  948. this.Controls.Add(this.bc_remark_label);
  949. this.Controls.Add(this.ms_sncode_label);
  950. this.Controls.Add(this.bc_groupcode_label);
  951. this.Controls.Add(this.ms_sncode);
  952. this.Controls.Add(this.ma_qty_label);
  953. this.Controls.Add(this.ms_makecode_label);
  954. this.Controls.Add(this.pr_detail_label);
  955. this.Controls.Add(this.ma_prodcode_label);
  956. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  957. this.KeyPreview = true;
  958. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  959. this.Name = "Make_TestCollection";
  960. this.Tag = "Make!TestCollection";
  961. this.Text = " ";
  962. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_TestCollection_FormClosing);
  963. this.Load += new System.EventHandler(this.TestCollection_Load);
  964. this.SizeChanged += new System.EventHandler(this.测试采集_SizeChanged);
  965. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Make_TestCollection_KeyDown);
  966. ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).EndInit();
  967. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit();
  968. this.ResumeLayout(false);
  969. this.PerformLayout();
  970. }
  971. #endregion
  972. private System.Windows.Forms.Label ma_prodcode_label;
  973. private System.Windows.Forms.Label ms_makecode_label;
  974. private System.Windows.Forms.Label ma_qty_label;
  975. private System.Windows.Forms.Label ms_sncode_label;
  976. private CustomControl.TextBoxWithIcon.SnCollectionBox ms_sncode;
  977. private System.Windows.Forms.Label bc_groupcode_label;
  978. private System.Windows.Forms.Label bc_remark_label;
  979. private CustomControl.ComBoxWithFocus.ComBoxWithFocus bc_groupcode;
  980. private System.Windows.Forms.Label label2;
  981. private System.Windows.Forms.Label label3;
  982. private System.Windows.Forms.RadioButton GoodProduct;
  983. private System.Windows.Forms.RadioButton Reject;
  984. private System.Windows.Forms.ListView WaitRejectList;
  985. private System.Windows.Forms.Label label4;
  986. private System.Windows.Forms.Label label5;
  987. private CustomControl.TextBoxWithIcon.EnterTextBox bc_remark;
  988. private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
  989. private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
  990. private System.Windows.Forms.ColumnHeader columnHeader1;
  991. private System.Windows.Forms.Label label6;
  992. private CustomControl.ButtonUtil.NormalButton CleanInfo;
  993. private System.Windows.Forms.ColumnHeader columnHeader5;
  994. private System.Windows.Forms.ListView ChoosedRejectList;
  995. private System.Windows.Forms.ColumnHeader columnHeader6;
  996. private System.Windows.Forms.ColumnHeader columnHeader7;
  997. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  998. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  999. private CustomControl.ValueLabel.ValueLabel ma_qty;
  1000. private CustomControl.ValueLabel.ValueLabel pr_spec;
  1001. private System.Windows.Forms.ColumnHeader columnHeader3;
  1002. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  1003. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  1004. private CustomControl.TextBoxWithIcon.EnterTextBox bc_code;
  1005. private System.Windows.Forms.CheckBox AutoBadCode;
  1006. private System.Windows.Forms.ColumnHeader columnHeader4;
  1007. private CustomControl.ButtonUtil.NormalButton Save;
  1008. private CustomControl.ButtonUtil.NormalButton SendCheck;
  1009. private System.Windows.Forms.Label pr_detail_label;
  1010. private System.Windows.Forms.ColumnHeader columnHeader2;
  1011. private System.Windows.Forms.ColumnHeader columnHeader8;
  1012. private CustomControl.ValueLabel.ValueLabel ma_softversion;
  1013. private System.Windows.Forms.Label ma_softversion_label;
  1014. private System.Windows.Forms.ColumnHeader columnHeader9;
  1015. private System.Windows.Forms.ColumnHeader columnHeader10;
  1016. private System.Windows.Forms.BindingSource BadInfSource;
  1017. private System.Windows.Forms.CheckBox NoteForChange;
  1018. private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder Filter;
  1019. private System.Windows.Forms.Timer ControlLockTimer;
  1020. private System.Windows.Forms.Label Lock_label;
  1021. private System.Windows.Forms.Label ma_salecode;
  1022. private System.Windows.Forms.Label pr_sendchecktype;
  1023. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  1024. private System.Windows.Forms.Button StopWatch;
  1025. private System.Windows.Forms.Button StartWatch;
  1026. private System.Windows.Forms.Button ChooseFolder;
  1027. private System.Windows.Forms.TextBox FolderPath;
  1028. private System.Windows.Forms.Label label1;
  1029. private System.IO.FileSystemWatcher XmlWatcher;
  1030. private CustomControl.ValueLabel.ValueLabel ob_sendqty;
  1031. private System.Windows.Forms.Label label7;
  1032. private System.Windows.Forms.Label ob_checkno;
  1033. private CustomControl.ValueLabel.ValueLabel ob_batchqty;
  1034. private System.Windows.Forms.Label ob_batchqty_label;
  1035. private CustomControl.ValueLabel.ValueLabel ob_nowcheckqty;
  1036. private System.Windows.Forms.Label ob_nowcheckqty_label;
  1037. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  1038. private System.Windows.Forms.Label mc_restqty_label;
  1039. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  1040. private System.Windows.Forms.Label mcd_inqty_label;
  1041. }
  1042. }