Make_SnwriteCollection.Designer.cs 54 KB

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