AutoSMTRXY.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617
  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.RemindVoice = new System.Windows.Forms.CheckBox();
  41. this.SN = new System.Windows.Forms.RadioButton();
  42. this.Counter = new System.Windows.Forms.RadioButton();
  43. this.StopWatch = new System.Windows.Forms.Button();
  44. this.StartWatch = new System.Windows.Forms.Button();
  45. this.BaudRate = new System.Windows.Forms.TextBox();
  46. this.BaudRate_label = new System.Windows.Forms.Label();
  47. this.ComPort_label = new System.Windows.Forms.Label();
  48. this.Timer = new System.Windows.Forms.Timer(this.components);
  49. this.pr_pcbacount = new System.Windows.Forms.NumericUpDown();
  50. this.label7 = new System.Windows.Forms.Label();
  51. this.Read = new System.Windows.Forms.TextBox();
  52. this.Read_label = new System.Windows.Forms.Label();
  53. this.Write = new System.Windows.Forms.TextBox();
  54. this.Write_label = new System.Windows.Forms.Label();
  55. this.ToZero = new System.Windows.Forms.TextBox();
  56. this.ToZero_label = new System.Windows.Forms.Label();
  57. this.CleanData = new System.Windows.Forms.Button();
  58. this.Setting = new System.Windows.Forms.Button();
  59. this.CountType_label = new System.Windows.Forms.Label();
  60. this.CountType = new System.Windows.Forms.ComboBox();
  61. this.UseScan = new System.Windows.Forms.TextBox();
  62. this.UseScan_label = new System.Windows.Forms.Label();
  63. this.Password = new System.Windows.Forms.TextBox();
  64. this.label3 = new System.Windows.Forms.Label();
  65. this.ComPort = new FileWatcher.SerialPortCombox();
  66. this.ms_sncode = new FileWatcher.EnterTextBox();
  67. this.ma_code = new FileWatcher.SearchTextBox();
  68. this.li_code = new FileWatcher.SearchTextBox();
  69. ((System.ComponentModel.ISupportInitialize)(this.pr_pcbacount)).BeginInit();
  70. this.SuspendLayout();
  71. //
  72. // OperateResult
  73. //
  74. this.OperateResult.Location = new System.Drawing.Point(1208, 23);
  75. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  76. this.OperateResult.Name = "OperateResult";
  77. this.OperateResult.Size = new System.Drawing.Size(489, 535);
  78. this.OperateResult.TabIndex = 7;
  79. this.OperateResult.Text = "";
  80. //
  81. // Clean
  82. //
  83. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.Clean.Location = new System.Drawing.Point(1380, 580);
  85. this.Clean.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  86. this.Clean.Name = "Clean";
  87. this.Clean.Size = new System.Drawing.Size(112, 48);
  88. this.Clean.TabIndex = 8;
  89. this.Clean.Text = "清除";
  90. this.Clean.UseVisualStyleBackColor = true;
  91. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  92. //
  93. // MakeCode_lable
  94. //
  95. this.MakeCode_lable.AutoSize = true;
  96. this.MakeCode_lable.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.MakeCode_lable.Location = new System.Drawing.Point(51, 120);
  98. this.MakeCode_lable.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  99. this.MakeCode_lable.Name = "MakeCode_lable";
  100. this.MakeCode_lable.Size = new System.Drawing.Size(104, 38);
  101. this.MakeCode_lable.TabIndex = 12;
  102. this.MakeCode_lable.Text = "工单号";
  103. //
  104. // Type
  105. //
  106. this.Type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  107. this.Type.FormattingEnabled = true;
  108. this.Type.Items.AddRange(new object[] {
  109. "投入",
  110. "产出"});
  111. this.Type.Location = new System.Drawing.Point(221, 267);
  112. this.Type.Name = "Type";
  113. this.Type.Size = new System.Drawing.Size(436, 32);
  114. this.Type.TabIndex = 18;
  115. //
  116. // label1
  117. //
  118. this.label1.AutoSize = true;
  119. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.label1.Location = new System.Drawing.Point(51, 261);
  121. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  122. this.label1.Name = "label1";
  123. this.label1.Size = new System.Drawing.Size(75, 38);
  124. this.label1.TabIndex = 19;
  125. this.label1.Text = "类型";
  126. //
  127. // AutoStart
  128. //
  129. this.AutoStart.AutoSize = true;
  130. this.AutoStart.Checked = true;
  131. this.AutoStart.CheckState = System.Windows.Forms.CheckState.Checked;
  132. this.AutoStart.Location = new System.Drawing.Point(695, 127);
  133. this.AutoStart.Name = "AutoStart";
  134. this.AutoStart.Size = new System.Drawing.Size(186, 28);
  135. this.AutoStart.TabIndex = 20;
  136. this.AutoStart.Text = "开机自动启动";
  137. this.AutoStart.UseVisualStyleBackColor = true;
  138. //
  139. // NowQTY
  140. //
  141. this.NowQTY.Location = new System.Drawing.Point(221, 346);
  142. this.NowQTY.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  143. this.NowQTY.Name = "NowQTY";
  144. this.NowQTY.Size = new System.Drawing.Size(146, 35);
  145. this.NowQTY.TabIndex = 26;
  146. //
  147. // label4
  148. //
  149. this.label4.AutoSize = true;
  150. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.label4.Location = new System.Drawing.Point(51, 343);
  152. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  153. this.label4.Name = "label4";
  154. this.label4.Size = new System.Drawing.Size(133, 38);
  155. this.label4.TabIndex = 25;
  156. this.label4.Text = "当前计数";
  157. //
  158. // label5
  159. //
  160. this.label5.AutoSize = true;
  161. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  162. this.label5.Location = new System.Drawing.Point(51, 191);
  163. this.label5.Name = "label5";
  164. this.label5.Size = new System.Drawing.Size(82, 41);
  165. this.label5.TabIndex = 27;
  166. this.label5.Text = "线别";
  167. //
  168. // label2
  169. //
  170. this.label2.AutoSize = true;
  171. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.label2.Location = new System.Drawing.Point(51, 424);
  173. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  174. this.label2.Name = "label2";
  175. this.label2.Size = new System.Drawing.Size(104, 38);
  176. this.label2.TabIndex = 34;
  177. this.label2.Text = "录入框";
  178. //
  179. // RemindTimer
  180. //
  181. this.RemindTimer.Interval = 5000;
  182. this.RemindTimer.Tick += new System.EventHandler(this.RemindTimer_Tick);
  183. //
  184. // RemindVoice
  185. //
  186. this.RemindVoice.AutoSize = true;
  187. this.RemindVoice.Checked = true;
  188. this.RemindVoice.CheckState = System.Windows.Forms.CheckState.Checked;
  189. this.RemindVoice.Location = new System.Drawing.Point(695, 191);
  190. this.RemindVoice.Name = "RemindVoice";
  191. this.RemindVoice.Size = new System.Drawing.Size(162, 28);
  192. this.RemindVoice.TabIndex = 35;
  193. this.RemindVoice.Text = "开启提示音";
  194. this.RemindVoice.UseVisualStyleBackColor = true;
  195. //
  196. // SN
  197. //
  198. this.SN.AutoSize = true;
  199. this.SN.Location = new System.Drawing.Point(221, 486);
  200. this.SN.Name = "SN";
  201. this.SN.Size = new System.Drawing.Size(113, 28);
  202. this.SN.TabIndex = 37;
  203. this.SN.Text = "扫描SN";
  204. this.SN.UseVisualStyleBackColor = true;
  205. this.SN.CheckedChanged += new System.EventHandler(this.SN_CheckedChanged);
  206. //
  207. // Counter
  208. //
  209. this.Counter.AutoSize = true;
  210. this.Counter.Checked = true;
  211. this.Counter.Location = new System.Drawing.Point(357, 486);
  212. this.Counter.Name = "Counter";
  213. this.Counter.Size = new System.Drawing.Size(113, 28);
  214. this.Counter.TabIndex = 36;
  215. this.Counter.TabStop = true;
  216. this.Counter.Text = "计数器";
  217. this.Counter.UseVisualStyleBackColor = true;
  218. this.Counter.CheckedChanged += new System.EventHandler(this.Counter_CheckedChanged);
  219. //
  220. // StopWatch
  221. //
  222. this.StopWatch.Enabled = false;
  223. this.StopWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.StopWatch.Location = new System.Drawing.Point(402, 552);
  225. this.StopWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  226. this.StopWatch.Name = "StopWatch";
  227. this.StopWatch.Size = new System.Drawing.Size(128, 56);
  228. this.StopWatch.TabIndex = 39;
  229. this.StopWatch.Text = "停止监控";
  230. this.StopWatch.UseVisualStyleBackColor = true;
  231. this.StopWatch.Click += new System.EventHandler(this.StopWatch_Click);
  232. //
  233. // StartWatch
  234. //
  235. this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.StartWatch.Location = new System.Drawing.Point(206, 552);
  237. this.StartWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  238. this.StartWatch.Name = "StartWatch";
  239. this.StartWatch.Size = new System.Drawing.Size(128, 56);
  240. this.StartWatch.TabIndex = 38;
  241. this.StartWatch.Text = "开始监控";
  242. this.StartWatch.UseVisualStyleBackColor = true;
  243. this.StartWatch.Click += new System.EventHandler(this.StartWatch_Click);
  244. //
  245. // BaudRate
  246. //
  247. this.BaudRate.Enabled = false;
  248. this.BaudRate.Location = new System.Drawing.Point(1020, 229);
  249. this.BaudRate.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  250. this.BaudRate.Name = "BaudRate";
  251. this.BaudRate.Size = new System.Drawing.Size(146, 35);
  252. this.BaudRate.TabIndex = 43;
  253. this.BaudRate.Text = "9600";
  254. //
  255. // BaudRate_label
  256. //
  257. this.BaudRate_label.AutoSize = true;
  258. this.BaudRate_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.BaudRate_label.Location = new System.Drawing.Point(896, 229);
  260. this.BaudRate_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  261. this.BaudRate_label.Name = "BaudRate_label";
  262. this.BaudRate_label.Size = new System.Drawing.Size(104, 38);
  263. this.BaudRate_label.TabIndex = 42;
  264. this.BaudRate_label.Text = "波特率";
  265. //
  266. // ComPort_label
  267. //
  268. this.ComPort_label.AutoSize = true;
  269. this.ComPort_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.ComPort_label.Location = new System.Drawing.Point(925, 177);
  271. this.ComPort_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  272. this.ComPort_label.Name = "ComPort_label";
  273. this.ComPort_label.Size = new System.Drawing.Size(75, 38);
  274. this.ComPort_label.TabIndex = 41;
  275. this.ComPort_label.Text = "串口";
  276. //
  277. // Timer
  278. //
  279. this.Timer.Interval = 2000;
  280. this.Timer.Tick += new System.EventHandler(this.Timer_Tick);
  281. //
  282. // pr_pcbacount
  283. //
  284. this.pr_pcbacount.Location = new System.Drawing.Point(537, 346);
  285. this.pr_pcbacount.Name = "pr_pcbacount";
  286. this.pr_pcbacount.Size = new System.Drawing.Size(120, 35);
  287. this.pr_pcbacount.TabIndex = 45;
  288. this.pr_pcbacount.Value = new decimal(new int[] {
  289. 1,
  290. 0,
  291. 0,
  292. 0});
  293. //
  294. // label7
  295. //
  296. this.label7.AutoSize = true;
  297. this.label7.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. this.label7.Location = new System.Drawing.Point(409, 343);
  299. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  300. this.label7.Name = "label7";
  301. this.label7.Size = new System.Drawing.Size(104, 38);
  302. this.label7.TabIndex = 44;
  303. this.label7.Text = "拼版数";
  304. //
  305. // Read
  306. //
  307. this.Read.Enabled = false;
  308. this.Read.Location = new System.Drawing.Point(1018, 286);
  309. this.Read.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  310. this.Read.Name = "Read";
  311. this.Read.Size = new System.Drawing.Size(146, 35);
  312. this.Read.TabIndex = 47;
  313. //
  314. // Read_label
  315. //
  316. this.Read_label.AutoSize = true;
  317. this.Read_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.Read_label.Location = new System.Drawing.Point(935, 280);
  319. this.Read_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  320. this.Read_label.Name = "Read_label";
  321. this.Read_label.Size = new System.Drawing.Size(75, 38);
  322. this.Read_label.TabIndex = 46;
  323. this.Read_label.Text = "读取";
  324. //
  325. // Write
  326. //
  327. this.Write.Enabled = false;
  328. this.Write.Location = new System.Drawing.Point(1018, 338);
  329. this.Write.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  330. this.Write.Name = "Write";
  331. this.Write.Size = new System.Drawing.Size(146, 35);
  332. this.Write.TabIndex = 49;
  333. //
  334. // Write_label
  335. //
  336. this.Write_label.AutoSize = true;
  337. this.Write_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.Write_label.Location = new System.Drawing.Point(935, 335);
  339. this.Write_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  340. this.Write_label.Name = "Write_label";
  341. this.Write_label.Size = new System.Drawing.Size(75, 38);
  342. this.Write_label.TabIndex = 48;
  343. this.Write_label.Text = "回写";
  344. //
  345. // ToZero
  346. //
  347. this.ToZero.Enabled = false;
  348. this.ToZero.Location = new System.Drawing.Point(1018, 394);
  349. this.ToZero.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  350. this.ToZero.Name = "ToZero";
  351. this.ToZero.Size = new System.Drawing.Size(146, 35);
  352. this.ToZero.TabIndex = 51;
  353. //
  354. // ToZero_label
  355. //
  356. this.ToZero_label.AutoSize = true;
  357. this.ToZero_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.ToZero_label.Location = new System.Drawing.Point(935, 391);
  359. this.ToZero_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  360. this.ToZero_label.Name = "ToZero_label";
  361. this.ToZero_label.Size = new System.Drawing.Size(75, 38);
  362. this.ToZero_label.TabIndex = 50;
  363. this.ToZero_label.Text = "清零";
  364. //
  365. // CleanData
  366. //
  367. this.CleanData.Enabled = false;
  368. this.CleanData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  369. this.CleanData.Location = new System.Drawing.Point(595, 552);
  370. this.CleanData.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  371. this.CleanData.Name = "CleanData";
  372. this.CleanData.Size = new System.Drawing.Size(128, 56);
  373. this.CleanData.TabIndex = 52;
  374. this.CleanData.Text = "计数清零";
  375. this.CleanData.UseVisualStyleBackColor = true;
  376. this.CleanData.Click += new System.EventHandler(this.CleanData_Click);
  377. //
  378. // Setting
  379. //
  380. this.Setting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  381. this.Setting.Location = new System.Drawing.Point(973, 23);
  382. this.Setting.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  383. this.Setting.Name = "Setting";
  384. this.Setting.Size = new System.Drawing.Size(128, 56);
  385. this.Setting.TabIndex = 53;
  386. this.Setting.Text = "设置参数";
  387. this.Setting.UseVisualStyleBackColor = true;
  388. this.Setting.Click += new System.EventHandler(this.Setting_Click);
  389. //
  390. // CountType_label
  391. //
  392. this.CountType_label.AutoSize = true;
  393. this.CountType_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  394. this.CountType_label.Location = new System.Drawing.Point(880, 491);
  395. this.CountType_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  396. this.CountType_label.Name = "CountType_label";
  397. this.CountType_label.Size = new System.Drawing.Size(133, 38);
  398. this.CountType_label.TabIndex = 55;
  399. this.CountType_label.Text = "计数方式";
  400. //
  401. // CountType
  402. //
  403. this.CountType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  404. this.CountType.Enabled = false;
  405. this.CountType.FormattingEnabled = true;
  406. this.CountType.Items.AddRange(new object[] {
  407. "PLC",
  408. "计数器"});
  409. this.CountType.Location = new System.Drawing.Point(1020, 497);
  410. this.CountType.Name = "CountType";
  411. this.CountType.Size = new System.Drawing.Size(137, 32);
  412. this.CountType.TabIndex = 54;
  413. //
  414. // UseScan
  415. //
  416. this.UseScan.Enabled = false;
  417. this.UseScan.Location = new System.Drawing.Point(1018, 445);
  418. this.UseScan.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  419. this.UseScan.Name = "UseScan";
  420. this.UseScan.Size = new System.Drawing.Size(146, 35);
  421. this.UseScan.TabIndex = 57;
  422. //
  423. // UseScan_label
  424. //
  425. this.UseScan_label.AutoSize = true;
  426. this.UseScan_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  427. this.UseScan_label.Location = new System.Drawing.Point(877, 442);
  428. this.UseScan_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  429. this.UseScan_label.Name = "UseScan_label";
  430. this.UseScan_label.Size = new System.Drawing.Size(133, 38);
  431. this.UseScan_label.TabIndex = 56;
  432. this.UseScan_label.Text = "启用扫描";
  433. //
  434. // Password
  435. //
  436. this.Password.Location = new System.Drawing.Point(1018, 127);
  437. this.Password.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  438. this.Password.Name = "Password";
  439. this.Password.PasswordChar = '*';
  440. this.Password.Size = new System.Drawing.Size(146, 35);
  441. this.Password.TabIndex = 59;
  442. //
  443. // label3
  444. //
  445. this.label3.AutoSize = true;
  446. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.label3.Location = new System.Drawing.Point(923, 124);
  448. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  449. this.label3.Name = "label3";
  450. this.label3.Size = new System.Drawing.Size(75, 38);
  451. this.label3.TabIndex = 58;
  452. this.label3.Text = "密码";
  453. //
  454. // ComPort
  455. //
  456. this.ComPort.Enabled = false;
  457. this.ComPort.Location = new System.Drawing.Point(1018, 181);
  458. this.ComPort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  459. this.ComPort.Name = "ComPort";
  460. this.ComPort.Size = new System.Drawing.Size(148, 40);
  461. this.ComPort.TabIndex = 40;
  462. //
  463. // ms_sncode
  464. //
  465. this.ms_sncode.AllPower = null;
  466. this.ms_sncode.BackColor = System.Drawing.Color.White;
  467. this.ms_sncode.ID = null;
  468. this.ms_sncode.Location = new System.Drawing.Point(221, 430);
  469. this.ms_sncode.Name = "ms_sncode";
  470. this.ms_sncode.Power = null;
  471. this.ms_sncode.Size = new System.Drawing.Size(333, 35);
  472. this.ms_sncode.Str = null;
  473. this.ms_sncode.Str1 = null;
  474. this.ms_sncode.Str2 = null;
  475. this.ms_sncode.TabIndex = 33;
  476. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_sncode_KeyDown);
  477. //
  478. // ma_code
  479. //
  480. this.ma_code.AllPower = null;
  481. this.ma_code.Caller = null;
  482. this.ma_code.Condition = null;
  483. this.ma_code.DBTitle = null;
  484. this.ma_code.FormName = null;
  485. this.ma_code.Location = new System.Drawing.Point(221, 114);
  486. this.ma_code.Name = "ma_code";
  487. this.ma_code.Power = null;
  488. this.ma_code.ReturnData = null;
  489. this.ma_code.SelectField = null;
  490. this.ma_code.SetValueField = null;
  491. this.ma_code.Size = new System.Drawing.Size(436, 41);
  492. this.ma_code.TabIndex = 29;
  493. this.ma_code.TableName = null;
  494. this.ma_code.TextBoxEnable = false;
  495. //
  496. // li_code
  497. //
  498. this.li_code.AllPower = null;
  499. this.li_code.Caller = null;
  500. this.li_code.Condition = null;
  501. this.li_code.DBTitle = null;
  502. this.li_code.FormName = null;
  503. this.li_code.Location = new System.Drawing.Point(221, 191);
  504. this.li_code.Name = "li_code";
  505. this.li_code.Power = null;
  506. this.li_code.ReturnData = null;
  507. this.li_code.SelectField = null;
  508. this.li_code.SetValueField = null;
  509. this.li_code.Size = new System.Drawing.Size(436, 41);
  510. this.li_code.TabIndex = 28;
  511. this.li_code.TableName = null;
  512. this.li_code.TextBoxEnable = false;
  513. //
  514. // AutoSMTRXY
  515. //
  516. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  517. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  518. this.ClientSize = new System.Drawing.Size(1710, 640);
  519. this.Controls.Add(this.Password);
  520. this.Controls.Add(this.label3);
  521. this.Controls.Add(this.UseScan);
  522. this.Controls.Add(this.UseScan_label);
  523. this.Controls.Add(this.CountType_label);
  524. this.Controls.Add(this.CountType);
  525. this.Controls.Add(this.Setting);
  526. this.Controls.Add(this.CleanData);
  527. this.Controls.Add(this.ToZero);
  528. this.Controls.Add(this.ToZero_label);
  529. this.Controls.Add(this.Write);
  530. this.Controls.Add(this.Write_label);
  531. this.Controls.Add(this.Read);
  532. this.Controls.Add(this.Read_label);
  533. this.Controls.Add(this.pr_pcbacount);
  534. this.Controls.Add(this.label7);
  535. this.Controls.Add(this.BaudRate);
  536. this.Controls.Add(this.BaudRate_label);
  537. this.Controls.Add(this.ComPort_label);
  538. this.Controls.Add(this.ComPort);
  539. this.Controls.Add(this.StopWatch);
  540. this.Controls.Add(this.StartWatch);
  541. this.Controls.Add(this.SN);
  542. this.Controls.Add(this.Counter);
  543. this.Controls.Add(this.RemindVoice);
  544. this.Controls.Add(this.label2);
  545. this.Controls.Add(this.ms_sncode);
  546. this.Controls.Add(this.ma_code);
  547. this.Controls.Add(this.li_code);
  548. this.Controls.Add(this.label5);
  549. this.Controls.Add(this.NowQTY);
  550. this.Controls.Add(this.label4);
  551. this.Controls.Add(this.AutoStart);
  552. this.Controls.Add(this.label1);
  553. this.Controls.Add(this.Type);
  554. this.Controls.Add(this.MakeCode_lable);
  555. this.Controls.Add(this.Clean);
  556. this.Controls.Add(this.OperateResult);
  557. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  558. this.MaximizeBox = false;
  559. this.Name = "AutoSMTRXY";
  560. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  561. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  562. this.Text = "过站数据统计2026-08-19";
  563. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
  564. this.Load += new System.EventHandler(this.Form1_Load);
  565. ((System.ComponentModel.ISupportInitialize)(this.pr_pcbacount)).EndInit();
  566. this.ResumeLayout(false);
  567. this.PerformLayout();
  568. }
  569. #endregion
  570. private System.Windows.Forms.RichTextBox OperateResult;
  571. private System.Windows.Forms.Button Clean;
  572. private System.Windows.Forms.Label MakeCode_lable;
  573. private System.Windows.Forms.ComboBox Type;
  574. private System.Windows.Forms.Label label1;
  575. private System.Windows.Forms.CheckBox AutoStart;
  576. private System.Windows.Forms.TextBox NowQTY;
  577. private System.Windows.Forms.Label label4;
  578. private SearchTextBox li_code;
  579. private System.Windows.Forms.Label label5;
  580. private SearchTextBox ma_code;
  581. private EnterTextBox ms_sncode;
  582. private System.Windows.Forms.Label label2;
  583. private System.Windows.Forms.Timer RemindTimer;
  584. private System.Windows.Forms.CheckBox RemindVoice;
  585. private System.Windows.Forms.RadioButton SN;
  586. private System.Windows.Forms.RadioButton Counter;
  587. private System.Windows.Forms.Button StopWatch;
  588. private System.Windows.Forms.Button StartWatch;
  589. private System.Windows.Forms.TextBox BaudRate;
  590. private System.Windows.Forms.Label BaudRate_label;
  591. private System.Windows.Forms.Label ComPort_label;
  592. private SerialPortCombox ComPort;
  593. private System.Windows.Forms.Timer Timer;
  594. private System.Windows.Forms.NumericUpDown pr_pcbacount;
  595. private System.Windows.Forms.Label label7;
  596. private System.Windows.Forms.TextBox Read;
  597. private System.Windows.Forms.Label Read_label;
  598. private System.Windows.Forms.TextBox Write;
  599. private System.Windows.Forms.Label Write_label;
  600. private System.Windows.Forms.TextBox ToZero;
  601. private System.Windows.Forms.Label ToZero_label;
  602. private System.Windows.Forms.Button CleanData;
  603. private System.Windows.Forms.Button Setting;
  604. private System.Windows.Forms.Label CountType_label;
  605. private System.Windows.Forms.ComboBox CountType;
  606. private System.Windows.Forms.TextBox UseScan;
  607. private System.Windows.Forms.Label UseScan_label;
  608. private System.Windows.Forms.TextBox Password;
  609. private System.Windows.Forms.Label label3;
  610. }
  611. }