AutoSMTRXY.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511
  1. namespace FileWatcher
  2. {
  3. partial class AutoSMTRXY
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.OperateResult = new System.Windows.Forms.RichTextBox();
  30. this.Clean = new System.Windows.Forms.Button();
  31. this.MakeCode_lable = new System.Windows.Forms.Label();
  32. this.Type = new System.Windows.Forms.ComboBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.AutoStart = new System.Windows.Forms.CheckBox();
  35. this.NowQTY = new System.Windows.Forms.TextBox();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.label5 = new System.Windows.Forms.Label();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.RemindTimer = new System.Windows.Forms.Timer(this.components);
  40. this.ms_sncode = new FileWatcher.EnterTextBox();
  41. this.ma_code = new FileWatcher.SearchTextBox();
  42. this.li_code = new FileWatcher.SearchTextBox();
  43. this.RemindVoice = new System.Windows.Forms.CheckBox();
  44. this.SN = new System.Windows.Forms.RadioButton();
  45. this.Counter = new System.Windows.Forms.RadioButton();
  46. this.StopWatch = new System.Windows.Forms.Button();
  47. this.StartWatch = new System.Windows.Forms.Button();
  48. this.BaudRate = new System.Windows.Forms.TextBox();
  49. this.label3 = new System.Windows.Forms.Label();
  50. this.label6 = new System.Windows.Forms.Label();
  51. this.ComPort = new FileWatcher.SerialPortCombox();
  52. this.Timer = new System.Windows.Forms.Timer(this.components);
  53. this.pr_pcbacount = new System.Windows.Forms.NumericUpDown();
  54. this.label7 = new System.Windows.Forms.Label();
  55. this.Read = new System.Windows.Forms.TextBox();
  56. this.label8 = new System.Windows.Forms.Label();
  57. this.Write = new System.Windows.Forms.TextBox();
  58. this.label9 = new System.Windows.Forms.Label();
  59. this.ToZero = new System.Windows.Forms.TextBox();
  60. this.label10 = new System.Windows.Forms.Label();
  61. this.CleanData = new System.Windows.Forms.Button();
  62. ((System.ComponentModel.ISupportInitialize)(this.pr_pcbacount)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // OperateResult
  66. //
  67. this.OperateResult.Location = new System.Drawing.Point(920, 22);
  68. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  69. this.OperateResult.Name = "OperateResult";
  70. this.OperateResult.Size = new System.Drawing.Size(489, 535);
  71. this.OperateResult.TabIndex = 7;
  72. this.OperateResult.Text = "";
  73. //
  74. // Clean
  75. //
  76. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.Clean.Location = new System.Drawing.Point(1096, 580);
  78. this.Clean.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  79. this.Clean.Name = "Clean";
  80. this.Clean.Size = new System.Drawing.Size(112, 48);
  81. this.Clean.TabIndex = 8;
  82. this.Clean.Text = "清除";
  83. this.Clean.UseVisualStyleBackColor = true;
  84. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  85. //
  86. // MakeCode_lable
  87. //
  88. this.MakeCode_lable.AutoSize = true;
  89. this.MakeCode_lable.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.MakeCode_lable.Location = new System.Drawing.Point(51, 120);
  91. this.MakeCode_lable.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  92. this.MakeCode_lable.Name = "MakeCode_lable";
  93. this.MakeCode_lable.Size = new System.Drawing.Size(104, 38);
  94. this.MakeCode_lable.TabIndex = 12;
  95. this.MakeCode_lable.Text = "工单号";
  96. //
  97. // Type
  98. //
  99. this.Type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  100. this.Type.FormattingEnabled = true;
  101. this.Type.Items.AddRange(new object[] {
  102. "投入",
  103. "产出"});
  104. this.Type.Location = new System.Drawing.Point(221, 267);
  105. this.Type.Name = "Type";
  106. this.Type.Size = new System.Drawing.Size(436, 32);
  107. this.Type.TabIndex = 18;
  108. //
  109. // label1
  110. //
  111. this.label1.AutoSize = true;
  112. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.label1.Location = new System.Drawing.Point(51, 261);
  114. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  115. this.label1.Name = "label1";
  116. this.label1.Size = new System.Drawing.Size(75, 38);
  117. this.label1.TabIndex = 19;
  118. this.label1.Text = "类型";
  119. //
  120. // AutoStart
  121. //
  122. this.AutoStart.AutoSize = true;
  123. this.AutoStart.Checked = true;
  124. this.AutoStart.CheckState = System.Windows.Forms.CheckState.Checked;
  125. this.AutoStart.Location = new System.Drawing.Point(695, 127);
  126. this.AutoStart.Name = "AutoStart";
  127. this.AutoStart.Size = new System.Drawing.Size(186, 28);
  128. this.AutoStart.TabIndex = 20;
  129. this.AutoStart.Text = "开机自动启动";
  130. this.AutoStart.UseVisualStyleBackColor = true;
  131. //
  132. // NowQTY
  133. //
  134. this.NowQTY.Location = new System.Drawing.Point(221, 346);
  135. this.NowQTY.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  136. this.NowQTY.Name = "NowQTY";
  137. this.NowQTY.Size = new System.Drawing.Size(146, 35);
  138. this.NowQTY.TabIndex = 26;
  139. //
  140. // label4
  141. //
  142. this.label4.AutoSize = true;
  143. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.label4.Location = new System.Drawing.Point(51, 343);
  145. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  146. this.label4.Name = "label4";
  147. this.label4.Size = new System.Drawing.Size(133, 38);
  148. this.label4.TabIndex = 25;
  149. this.label4.Text = "当前计数";
  150. //
  151. // label5
  152. //
  153. this.label5.AutoSize = true;
  154. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  155. this.label5.Location = new System.Drawing.Point(51, 191);
  156. this.label5.Name = "label5";
  157. this.label5.Size = new System.Drawing.Size(82, 41);
  158. this.label5.TabIndex = 27;
  159. this.label5.Text = "线别";
  160. //
  161. // label2
  162. //
  163. this.label2.AutoSize = true;
  164. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.label2.Location = new System.Drawing.Point(51, 424);
  166. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  167. this.label2.Name = "label2";
  168. this.label2.Size = new System.Drawing.Size(104, 38);
  169. this.label2.TabIndex = 34;
  170. this.label2.Text = "录入框";
  171. //
  172. // RemindTimer
  173. //
  174. this.RemindTimer.Interval = 5000;
  175. this.RemindTimer.Tick += new System.EventHandler(this.RemindTimer_Tick);
  176. //
  177. // ms_sncode
  178. //
  179. this.ms_sncode.AllPower = null;
  180. this.ms_sncode.BackColor = System.Drawing.Color.White;
  181. this.ms_sncode.ID = null;
  182. this.ms_sncode.Location = new System.Drawing.Point(221, 430);
  183. this.ms_sncode.Name = "ms_sncode";
  184. this.ms_sncode.Power = null;
  185. this.ms_sncode.Size = new System.Drawing.Size(333, 35);
  186. this.ms_sncode.Str = null;
  187. this.ms_sncode.Str1 = null;
  188. this.ms_sncode.Str2 = null;
  189. this.ms_sncode.TabIndex = 33;
  190. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_sncode_KeyDown);
  191. //
  192. // ma_code
  193. //
  194. this.ma_code.AllPower = null;
  195. this.ma_code.Caller = null;
  196. this.ma_code.Condition = null;
  197. this.ma_code.DBTitle = null;
  198. this.ma_code.FormName = null;
  199. this.ma_code.Location = new System.Drawing.Point(221, 114);
  200. this.ma_code.Name = "ma_code";
  201. this.ma_code.Power = null;
  202. this.ma_code.ReturnData = null;
  203. this.ma_code.SelectField = null;
  204. this.ma_code.SetValueField = null;
  205. this.ma_code.Size = new System.Drawing.Size(436, 41);
  206. this.ma_code.TabIndex = 29;
  207. this.ma_code.TableName = null;
  208. this.ma_code.TextBoxEnable = false;
  209. //
  210. // li_code
  211. //
  212. this.li_code.AllPower = null;
  213. this.li_code.Caller = null;
  214. this.li_code.Condition = null;
  215. this.li_code.DBTitle = null;
  216. this.li_code.FormName = null;
  217. this.li_code.Location = new System.Drawing.Point(221, 191);
  218. this.li_code.Name = "li_code";
  219. this.li_code.Power = null;
  220. this.li_code.ReturnData = null;
  221. this.li_code.SelectField = null;
  222. this.li_code.SetValueField = null;
  223. this.li_code.Size = new System.Drawing.Size(436, 41);
  224. this.li_code.TabIndex = 28;
  225. this.li_code.TableName = null;
  226. this.li_code.TextBoxEnable = false;
  227. //
  228. // RemindVoice
  229. //
  230. this.RemindVoice.AutoSize = true;
  231. this.RemindVoice.Checked = true;
  232. this.RemindVoice.CheckState = System.Windows.Forms.CheckState.Checked;
  233. this.RemindVoice.Location = new System.Drawing.Point(695, 191);
  234. this.RemindVoice.Name = "RemindVoice";
  235. this.RemindVoice.Size = new System.Drawing.Size(162, 28);
  236. this.RemindVoice.TabIndex = 35;
  237. this.RemindVoice.Text = "开启提示音";
  238. this.RemindVoice.UseVisualStyleBackColor = true;
  239. //
  240. // SN
  241. //
  242. this.SN.AutoSize = true;
  243. this.SN.Location = new System.Drawing.Point(221, 486);
  244. this.SN.Name = "SN";
  245. this.SN.Size = new System.Drawing.Size(113, 28);
  246. this.SN.TabIndex = 37;
  247. this.SN.Text = "扫描SN";
  248. this.SN.UseVisualStyleBackColor = true;
  249. //
  250. // Counter
  251. //
  252. this.Counter.AutoSize = true;
  253. this.Counter.Checked = true;
  254. this.Counter.Location = new System.Drawing.Point(357, 486);
  255. this.Counter.Name = "Counter";
  256. this.Counter.Size = new System.Drawing.Size(113, 28);
  257. this.Counter.TabIndex = 36;
  258. this.Counter.TabStop = true;
  259. this.Counter.Text = "计数器";
  260. this.Counter.UseVisualStyleBackColor = true;
  261. //
  262. // StopWatch
  263. //
  264. this.StopWatch.Enabled = false;
  265. this.StopWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.StopWatch.Location = new System.Drawing.Point(402, 552);
  267. this.StopWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  268. this.StopWatch.Name = "StopWatch";
  269. this.StopWatch.Size = new System.Drawing.Size(128, 56);
  270. this.StopWatch.TabIndex = 39;
  271. this.StopWatch.Text = "停止监控";
  272. this.StopWatch.UseVisualStyleBackColor = true;
  273. this.StopWatch.Click += new System.EventHandler(this.StopWatch_Click);
  274. //
  275. // StartWatch
  276. //
  277. this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.StartWatch.Location = new System.Drawing.Point(206, 552);
  279. this.StartWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  280. this.StartWatch.Name = "StartWatch";
  281. this.StartWatch.Size = new System.Drawing.Size(128, 56);
  282. this.StartWatch.TabIndex = 38;
  283. this.StartWatch.Text = "开始监控";
  284. this.StartWatch.UseVisualStyleBackColor = true;
  285. this.StartWatch.Click += new System.EventHandler(this.StartWatch_Click);
  286. //
  287. // BaudRate
  288. //
  289. this.BaudRate.Location = new System.Drawing.Point(550, 35);
  290. this.BaudRate.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  291. this.BaudRate.Name = "BaudRate";
  292. this.BaudRate.Size = new System.Drawing.Size(146, 35);
  293. this.BaudRate.TabIndex = 43;
  294. this.BaudRate.Text = "9600";
  295. //
  296. // label3
  297. //
  298. this.label3.AutoSize = true;
  299. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  300. this.label3.Location = new System.Drawing.Point(426, 35);
  301. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  302. this.label3.Name = "label3";
  303. this.label3.Size = new System.Drawing.Size(104, 38);
  304. this.label3.TabIndex = 42;
  305. this.label3.Text = "波特率";
  306. //
  307. // label6
  308. //
  309. this.label6.AutoSize = true;
  310. this.label6.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. this.label6.Location = new System.Drawing.Point(48, 35);
  312. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  313. this.label6.Name = "label6";
  314. this.label6.Size = new System.Drawing.Size(75, 38);
  315. this.label6.TabIndex = 41;
  316. this.label6.Text = "串口";
  317. //
  318. // ComPort
  319. //
  320. this.ComPort.Location = new System.Drawing.Point(218, 35);
  321. this.ComPort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  322. this.ComPort.Name = "ComPort";
  323. this.ComPort.Size = new System.Drawing.Size(176, 40);
  324. this.ComPort.TabIndex = 40;
  325. //
  326. // Timer
  327. //
  328. this.Timer.Interval = 2000;
  329. this.Timer.Tick += new System.EventHandler(this.Timer_Tick);
  330. //
  331. // pr_pcbacount
  332. //
  333. this.pr_pcbacount.Location = new System.Drawing.Point(537, 346);
  334. this.pr_pcbacount.Name = "pr_pcbacount";
  335. this.pr_pcbacount.Size = new System.Drawing.Size(120, 35);
  336. this.pr_pcbacount.TabIndex = 45;
  337. this.pr_pcbacount.Value = new decimal(new int[] {
  338. 1,
  339. 0,
  340. 0,
  341. 0});
  342. //
  343. // label7
  344. //
  345. this.label7.AutoSize = true;
  346. this.label7.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.label7.Location = new System.Drawing.Point(409, 343);
  348. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  349. this.label7.Name = "label7";
  350. this.label7.Size = new System.Drawing.Size(104, 38);
  351. this.label7.TabIndex = 44;
  352. this.label7.Text = "拼版数";
  353. //
  354. // Read
  355. //
  356. this.Read.Location = new System.Drawing.Point(749, 267);
  357. this.Read.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  358. this.Read.Name = "Read";
  359. this.Read.Size = new System.Drawing.Size(146, 35);
  360. this.Read.TabIndex = 47;
  361. //
  362. // label8
  363. //
  364. this.label8.AutoSize = true;
  365. this.label8.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.label8.Location = new System.Drawing.Point(666, 261);
  367. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  368. this.label8.Name = "label8";
  369. this.label8.Size = new System.Drawing.Size(75, 38);
  370. this.label8.TabIndex = 46;
  371. this.label8.Text = "读取";
  372. //
  373. // Write
  374. //
  375. this.Write.Location = new System.Drawing.Point(749, 319);
  376. this.Write.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  377. this.Write.Name = "Write";
  378. this.Write.Size = new System.Drawing.Size(146, 35);
  379. this.Write.TabIndex = 49;
  380. //
  381. // label9
  382. //
  383. this.label9.AutoSize = true;
  384. this.label9.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. this.label9.Location = new System.Drawing.Point(666, 316);
  386. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  387. this.label9.Name = "label9";
  388. this.label9.Size = new System.Drawing.Size(75, 38);
  389. this.label9.TabIndex = 48;
  390. this.label9.Text = "回写";
  391. //
  392. // ToZero
  393. //
  394. this.ToZero.Location = new System.Drawing.Point(749, 375);
  395. this.ToZero.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  396. this.ToZero.Name = "ToZero";
  397. this.ToZero.Size = new System.Drawing.Size(146, 35);
  398. this.ToZero.TabIndex = 51;
  399. //
  400. // label10
  401. //
  402. this.label10.AutoSize = true;
  403. this.label10.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  404. this.label10.Location = new System.Drawing.Point(666, 372);
  405. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  406. this.label10.Name = "label10";
  407. this.label10.Size = new System.Drawing.Size(75, 38);
  408. this.label10.TabIndex = 50;
  409. this.label10.Text = "清零";
  410. //
  411. // CleanData
  412. //
  413. this.CleanData.Enabled = false;
  414. this.CleanData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  415. this.CleanData.Location = new System.Drawing.Point(595, 552);
  416. this.CleanData.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  417. this.CleanData.Name = "CleanData";
  418. this.CleanData.Size = new System.Drawing.Size(128, 56);
  419. this.CleanData.TabIndex = 52;
  420. this.CleanData.Text = "计数清零";
  421. this.CleanData.UseVisualStyleBackColor = true;
  422. this.CleanData.Click += new System.EventHandler(this.CleanData_Click);
  423. //
  424. // AutoSMTRXY
  425. //
  426. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  427. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  428. this.ClientSize = new System.Drawing.Size(1443, 640);
  429. this.Controls.Add(this.CleanData);
  430. this.Controls.Add(this.ToZero);
  431. this.Controls.Add(this.label10);
  432. this.Controls.Add(this.Write);
  433. this.Controls.Add(this.label9);
  434. this.Controls.Add(this.Read);
  435. this.Controls.Add(this.label8);
  436. this.Controls.Add(this.pr_pcbacount);
  437. this.Controls.Add(this.label7);
  438. this.Controls.Add(this.BaudRate);
  439. this.Controls.Add(this.label3);
  440. this.Controls.Add(this.label6);
  441. this.Controls.Add(this.ComPort);
  442. this.Controls.Add(this.StopWatch);
  443. this.Controls.Add(this.StartWatch);
  444. this.Controls.Add(this.SN);
  445. this.Controls.Add(this.Counter);
  446. this.Controls.Add(this.RemindVoice);
  447. this.Controls.Add(this.label2);
  448. this.Controls.Add(this.ms_sncode);
  449. this.Controls.Add(this.ma_code);
  450. this.Controls.Add(this.li_code);
  451. this.Controls.Add(this.label5);
  452. this.Controls.Add(this.NowQTY);
  453. this.Controls.Add(this.label4);
  454. this.Controls.Add(this.AutoStart);
  455. this.Controls.Add(this.label1);
  456. this.Controls.Add(this.Type);
  457. this.Controls.Add(this.MakeCode_lable);
  458. this.Controls.Add(this.Clean);
  459. this.Controls.Add(this.OperateResult);
  460. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  461. this.MaximizeBox = false;
  462. this.Name = "AutoSMTRXY";
  463. this.Text = "过站数据统计2026-03-18";
  464. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
  465. this.Load += new System.EventHandler(this.Form1_Load);
  466. ((System.ComponentModel.ISupportInitialize)(this.pr_pcbacount)).EndInit();
  467. this.ResumeLayout(false);
  468. this.PerformLayout();
  469. }
  470. #endregion
  471. private System.Windows.Forms.RichTextBox OperateResult;
  472. private System.Windows.Forms.Button Clean;
  473. private System.Windows.Forms.Label MakeCode_lable;
  474. private System.Windows.Forms.ComboBox Type;
  475. private System.Windows.Forms.Label label1;
  476. private System.Windows.Forms.CheckBox AutoStart;
  477. private System.Windows.Forms.TextBox NowQTY;
  478. private System.Windows.Forms.Label label4;
  479. private SearchTextBox li_code;
  480. private System.Windows.Forms.Label label5;
  481. private SearchTextBox ma_code;
  482. private EnterTextBox ms_sncode;
  483. private System.Windows.Forms.Label label2;
  484. private System.Windows.Forms.Timer RemindTimer;
  485. private System.Windows.Forms.CheckBox RemindVoice;
  486. private System.Windows.Forms.RadioButton SN;
  487. private System.Windows.Forms.RadioButton Counter;
  488. private System.Windows.Forms.Button StopWatch;
  489. private System.Windows.Forms.Button StartWatch;
  490. private System.Windows.Forms.TextBox BaudRate;
  491. private System.Windows.Forms.Label label3;
  492. private System.Windows.Forms.Label label6;
  493. private SerialPortCombox ComPort;
  494. private System.Windows.Forms.Timer Timer;
  495. private System.Windows.Forms.NumericUpDown pr_pcbacount;
  496. private System.Windows.Forms.Label label7;
  497. private System.Windows.Forms.TextBox Read;
  498. private System.Windows.Forms.Label label8;
  499. private System.Windows.Forms.TextBox Write;
  500. private System.Windows.Forms.Label label9;
  501. private System.Windows.Forms.TextBox ToZero;
  502. private System.Windows.Forms.Label label10;
  503. private System.Windows.Forms.Button CleanData;
  504. }
  505. }