Make_TestCollection.Designer.cs 59 KB

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