AutoMakeQTY.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. namespace FileWatcher
  2. {
  3. partial class AutoMakeQTY
  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.XmlWatcher = new System.IO.FileSystemWatcher();
  30. this.XmlFolder = new System.Windows.Forms.FolderBrowserDialog();
  31. this.StartWatch = new System.Windows.Forms.Button();
  32. this.StopWatch = new System.Windows.Forms.Button();
  33. this.OperateResult = new System.Windows.Forms.RichTextBox();
  34. this.Clean = new System.Windows.Forms.Button();
  35. this.MakeCode_lable = new System.Windows.Forms.Label();
  36. this.Timer = new System.Windows.Forms.Timer(this.components);
  37. this.ATEFile = new System.IO.FileSystemWatcher();
  38. this.Type = new System.Windows.Forms.ComboBox();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.AutoStart = new System.Windows.Forms.CheckBox();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.label3 = new System.Windows.Forms.Label();
  43. this.BaudRate = new System.Windows.Forms.TextBox();
  44. this.NowQTY = new System.Windows.Forms.TextBox();
  45. this.label4 = new System.Windows.Forms.Label();
  46. this.ComPort = new FileWatcher.SerialPortCombox();
  47. this.li_code = new FileWatcher.SearchTextBox();
  48. this.label5 = new System.Windows.Forms.Label();
  49. this.ma_code = new FileWatcher.SearchTextBox();
  50. this.label6 = new System.Windows.Forms.Label();
  51. this.pr_pcbacount = new System.Windows.Forms.NumericUpDown();
  52. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.ATEFile)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.pr_pcbacount)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // XmlWatcher
  58. //
  59. this.XmlWatcher.EnableRaisingEvents = true;
  60. this.XmlWatcher.Filter = "*.log";
  61. this.XmlWatcher.SynchronizingObject = this;
  62. //
  63. // StartWatch
  64. //
  65. this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.StartWatch.Location = new System.Drawing.Point(290, 557);
  67. this.StartWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  68. this.StartWatch.Name = "StartWatch";
  69. this.StartWatch.Size = new System.Drawing.Size(128, 56);
  70. this.StartWatch.TabIndex = 0;
  71. this.StartWatch.Text = "开始监控";
  72. this.StartWatch.UseVisualStyleBackColor = true;
  73. this.StartWatch.Click += new System.EventHandler(this.StartWatch_Click);
  74. //
  75. // StopWatch
  76. //
  77. this.StopWatch.Enabled = false;
  78. this.StopWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.StopWatch.Location = new System.Drawing.Point(498, 557);
  80. this.StopWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  81. this.StopWatch.Name = "StopWatch";
  82. this.StopWatch.Size = new System.Drawing.Size(128, 56);
  83. this.StopWatch.TabIndex = 1;
  84. this.StopWatch.Text = "停止监控";
  85. this.StopWatch.UseVisualStyleBackColor = true;
  86. this.StopWatch.Click += new System.EventHandler(this.StopWatch_Click);
  87. //
  88. // OperateResult
  89. //
  90. this.OperateResult.Location = new System.Drawing.Point(892, 22);
  91. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  92. this.OperateResult.Name = "OperateResult";
  93. this.OperateResult.Size = new System.Drawing.Size(517, 535);
  94. this.OperateResult.TabIndex = 7;
  95. this.OperateResult.Text = "";
  96. //
  97. // Clean
  98. //
  99. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.Clean.Location = new System.Drawing.Point(1096, 580);
  101. this.Clean.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  102. this.Clean.Name = "Clean";
  103. this.Clean.Size = new System.Drawing.Size(112, 48);
  104. this.Clean.TabIndex = 8;
  105. this.Clean.Text = "清除";
  106. this.Clean.UseVisualStyleBackColor = true;
  107. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  108. //
  109. // MakeCode_lable
  110. //
  111. this.MakeCode_lable.AutoSize = true;
  112. this.MakeCode_lable.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.MakeCode_lable.Location = new System.Drawing.Point(34, 197);
  114. this.MakeCode_lable.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  115. this.MakeCode_lable.Name = "MakeCode_lable";
  116. this.MakeCode_lable.Size = new System.Drawing.Size(104, 38);
  117. this.MakeCode_lable.TabIndex = 12;
  118. this.MakeCode_lable.Text = "工单号";
  119. //
  120. // Timer
  121. //
  122. this.Timer.Interval = 2000;
  123. this.Timer.Tick += new System.EventHandler(this.Timer_Tick);
  124. //
  125. // ATEFile
  126. //
  127. this.ATEFile.EnableRaisingEvents = true;
  128. this.ATEFile.Filter = "*.txt";
  129. this.ATEFile.SynchronizingObject = this;
  130. //
  131. // Type
  132. //
  133. this.Type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  134. this.Type.FormattingEnabled = true;
  135. this.Type.Items.AddRange(new object[] {
  136. "投入",
  137. "产出"});
  138. this.Type.Location = new System.Drawing.Point(204, 344);
  139. this.Type.Name = "Type";
  140. this.Type.Size = new System.Drawing.Size(436, 32);
  141. this.Type.TabIndex = 18;
  142. //
  143. // label1
  144. //
  145. this.label1.AutoSize = true;
  146. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.label1.Location = new System.Drawing.Point(34, 338);
  148. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  149. this.label1.Name = "label1";
  150. this.label1.Size = new System.Drawing.Size(75, 38);
  151. this.label1.TabIndex = 19;
  152. this.label1.Text = "类型";
  153. //
  154. // AutoStart
  155. //
  156. this.AutoStart.AutoSize = true;
  157. this.AutoStart.Checked = true;
  158. this.AutoStart.CheckState = System.Windows.Forms.CheckState.Checked;
  159. this.AutoStart.Location = new System.Drawing.Point(678, 204);
  160. this.AutoStart.Name = "AutoStart";
  161. this.AutoStart.Size = new System.Drawing.Size(186, 28);
  162. this.AutoStart.TabIndex = 20;
  163. this.AutoStart.Text = "开机自动启动";
  164. this.AutoStart.UseVisualStyleBackColor = true;
  165. //
  166. // label2
  167. //
  168. this.label2.AutoSize = true;
  169. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.label2.Location = new System.Drawing.Point(34, 120);
  171. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  172. this.label2.Name = "label2";
  173. this.label2.Size = new System.Drawing.Size(75, 38);
  174. this.label2.TabIndex = 22;
  175. this.label2.Text = "串口";
  176. //
  177. // label3
  178. //
  179. this.label3.AutoSize = true;
  180. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.label3.Location = new System.Drawing.Point(426, 120);
  182. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  183. this.label3.Name = "label3";
  184. this.label3.Size = new System.Drawing.Size(104, 38);
  185. this.label3.TabIndex = 23;
  186. this.label3.Text = "波特率";
  187. //
  188. // BaudRate
  189. //
  190. this.BaudRate.Location = new System.Drawing.Point(564, 120);
  191. this.BaudRate.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  192. this.BaudRate.Name = "BaudRate";
  193. this.BaudRate.Size = new System.Drawing.Size(146, 35);
  194. this.BaudRate.TabIndex = 24;
  195. //
  196. // NowQTY
  197. //
  198. this.NowQTY.Location = new System.Drawing.Point(204, 497);
  199. this.NowQTY.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  200. this.NowQTY.Name = "NowQTY";
  201. this.NowQTY.Size = new System.Drawing.Size(146, 35);
  202. this.NowQTY.TabIndex = 26;
  203. //
  204. // label4
  205. //
  206. this.label4.AutoSize = true;
  207. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.label4.Location = new System.Drawing.Point(34, 494);
  209. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  210. this.label4.Name = "label4";
  211. this.label4.Size = new System.Drawing.Size(133, 38);
  212. this.label4.TabIndex = 25;
  213. this.label4.Text = "当前计数";
  214. //
  215. // ComPort
  216. //
  217. this.ComPort.Location = new System.Drawing.Point(204, 120);
  218. this.ComPort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  219. this.ComPort.Name = "ComPort";
  220. this.ComPort.Size = new System.Drawing.Size(176, 40);
  221. this.ComPort.TabIndex = 21;
  222. //
  223. // li_code
  224. //
  225. this.li_code.AllPower = null;
  226. this.li_code.Caller = null;
  227. this.li_code.Condition = null;
  228. this.li_code.DBTitle = null;
  229. this.li_code.FormName = null;
  230. this.li_code.Location = new System.Drawing.Point(204, 268);
  231. this.li_code.Name = "li_code";
  232. this.li_code.Power = null;
  233. this.li_code.ReturnData = null;
  234. this.li_code.SelectField = null;
  235. this.li_code.SetValueField = null;
  236. this.li_code.Size = new System.Drawing.Size(436, 41);
  237. this.li_code.TabIndex = 28;
  238. this.li_code.TableName = null;
  239. this.li_code.TextBoxEnable = false;
  240. //
  241. // label5
  242. //
  243. this.label5.AutoSize = true;
  244. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  245. this.label5.Location = new System.Drawing.Point(34, 268);
  246. this.label5.Name = "label5";
  247. this.label5.Size = new System.Drawing.Size(82, 41);
  248. this.label5.TabIndex = 27;
  249. this.label5.Text = "线别";
  250. //
  251. // ma_code
  252. //
  253. this.ma_code.AllPower = null;
  254. this.ma_code.Caller = null;
  255. this.ma_code.Condition = null;
  256. this.ma_code.DBTitle = null;
  257. this.ma_code.FormName = null;
  258. this.ma_code.Location = new System.Drawing.Point(204, 191);
  259. this.ma_code.Name = "ma_code";
  260. this.ma_code.Power = null;
  261. this.ma_code.ReturnData = null;
  262. this.ma_code.SelectField = null;
  263. this.ma_code.SetValueField = null;
  264. this.ma_code.Size = new System.Drawing.Size(436, 41);
  265. this.ma_code.TabIndex = 29;
  266. this.ma_code.TableName = null;
  267. this.ma_code.TextBoxEnable = false;
  268. //
  269. // label6
  270. //
  271. this.label6.AutoSize = true;
  272. this.label6.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.label6.Location = new System.Drawing.Point(34, 414);
  274. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  275. this.label6.Name = "label6";
  276. this.label6.Size = new System.Drawing.Size(104, 38);
  277. this.label6.TabIndex = 30;
  278. this.label6.Text = "拼版数";
  279. //
  280. // pr_pcbacount
  281. //
  282. this.pr_pcbacount.Location = new System.Drawing.Point(204, 417);
  283. this.pr_pcbacount.Name = "pr_pcbacount";
  284. this.pr_pcbacount.Size = new System.Drawing.Size(120, 35);
  285. this.pr_pcbacount.TabIndex = 32;
  286. this.pr_pcbacount.Value = new decimal(new int[] {
  287. 1,
  288. 0,
  289. 0,
  290. 0});
  291. //
  292. // AutoMakeQTY
  293. //
  294. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  295. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  296. this.ClientSize = new System.Drawing.Size(1443, 640);
  297. this.Controls.Add(this.pr_pcbacount);
  298. this.Controls.Add(this.label6);
  299. this.Controls.Add(this.ma_code);
  300. this.Controls.Add(this.li_code);
  301. this.Controls.Add(this.label5);
  302. this.Controls.Add(this.NowQTY);
  303. this.Controls.Add(this.label4);
  304. this.Controls.Add(this.BaudRate);
  305. this.Controls.Add(this.label3);
  306. this.Controls.Add(this.label2);
  307. this.Controls.Add(this.ComPort);
  308. this.Controls.Add(this.AutoStart);
  309. this.Controls.Add(this.label1);
  310. this.Controls.Add(this.Type);
  311. this.Controls.Add(this.MakeCode_lable);
  312. this.Controls.Add(this.Clean);
  313. this.Controls.Add(this.OperateResult);
  314. this.Controls.Add(this.StopWatch);
  315. this.Controls.Add(this.StartWatch);
  316. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  317. this.MaximizeBox = false;
  318. this.Name = "AutoMakeQTY";
  319. this.Text = "UAS设备数据解析 2023-06-29 10:05";
  320. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
  321. this.Load += new System.EventHandler(this.Form1_Load);
  322. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit();
  323. ((System.ComponentModel.ISupportInitialize)(this.ATEFile)).EndInit();
  324. ((System.ComponentModel.ISupportInitialize)(this.pr_pcbacount)).EndInit();
  325. this.ResumeLayout(false);
  326. this.PerformLayout();
  327. }
  328. #endregion
  329. private System.IO.FileSystemWatcher XmlWatcher;
  330. private System.Windows.Forms.FolderBrowserDialog XmlFolder;
  331. private System.Windows.Forms.Button StopWatch;
  332. private System.Windows.Forms.Button StartWatch;
  333. private System.Windows.Forms.RichTextBox OperateResult;
  334. private System.Windows.Forms.Button Clean;
  335. private System.Windows.Forms.Label MakeCode_lable;
  336. private System.Windows.Forms.Timer Timer;
  337. private System.IO.FileSystemWatcher ATEFile;
  338. private System.Windows.Forms.ComboBox Type;
  339. private System.Windows.Forms.Label label1;
  340. private System.Windows.Forms.CheckBox AutoStart;
  341. private SerialPortCombox ComPort;
  342. private System.Windows.Forms.Label label2;
  343. private System.Windows.Forms.Label label3;
  344. private System.Windows.Forms.TextBox BaudRate;
  345. private System.Windows.Forms.TextBox NowQTY;
  346. private System.Windows.Forms.Label label4;
  347. private SearchTextBox li_code;
  348. private System.Windows.Forms.Label label5;
  349. private SearchTextBox ma_code;
  350. private System.Windows.Forms.Label label6;
  351. private System.Windows.Forms.NumericUpDown pr_pcbacount;
  352. }
  353. }