AutoMakeQTY.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  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.ChooseFolder = new System.Windows.Forms.Button();
  51. this.FolderPath = new System.Windows.Forms.TextBox();
  52. this.label6 = new System.Windows.Forms.Label();
  53. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.ATEFile)).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, 220);
  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. "印刷机"});
  139. this.Type.Location = new System.Drawing.Point(204, 366);
  140. this.Type.Name = "Type";
  141. this.Type.Size = new System.Drawing.Size(436, 32);
  142. this.Type.TabIndex = 18;
  143. //
  144. // label1
  145. //
  146. this.label1.AutoSize = true;
  147. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.label1.Location = new System.Drawing.Point(34, 360);
  149. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  150. this.label1.Name = "label1";
  151. this.label1.Size = new System.Drawing.Size(75, 38);
  152. this.label1.TabIndex = 19;
  153. this.label1.Text = "类型";
  154. //
  155. // AutoStart
  156. //
  157. this.AutoStart.AutoSize = true;
  158. this.AutoStart.Checked = true;
  159. this.AutoStart.CheckState = System.Windows.Forms.CheckState.Checked;
  160. this.AutoStart.Location = new System.Drawing.Point(678, 227);
  161. this.AutoStart.Name = "AutoStart";
  162. this.AutoStart.Size = new System.Drawing.Size(186, 28);
  163. this.AutoStart.TabIndex = 20;
  164. this.AutoStart.Text = "开机自动启动";
  165. this.AutoStart.UseVisualStyleBackColor = true;
  166. //
  167. // label2
  168. //
  169. this.label2.AutoSize = true;
  170. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.label2.Location = new System.Drawing.Point(34, 120);
  172. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  173. this.label2.Name = "label2";
  174. this.label2.Size = new System.Drawing.Size(75, 38);
  175. this.label2.TabIndex = 22;
  176. this.label2.Text = "串口";
  177. //
  178. // label3
  179. //
  180. this.label3.AutoSize = true;
  181. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.label3.Location = new System.Drawing.Point(426, 120);
  183. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  184. this.label3.Name = "label3";
  185. this.label3.Size = new System.Drawing.Size(104, 38);
  186. this.label3.TabIndex = 23;
  187. this.label3.Text = "波特率";
  188. //
  189. // BaudRate
  190. //
  191. this.BaudRate.Location = new System.Drawing.Point(564, 120);
  192. this.BaudRate.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  193. this.BaudRate.Name = "BaudRate";
  194. this.BaudRate.Size = new System.Drawing.Size(146, 35);
  195. this.BaudRate.TabIndex = 24;
  196. //
  197. // NowQTY
  198. //
  199. this.NowQTY.Location = new System.Drawing.Point(204, 487);
  200. this.NowQTY.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  201. this.NowQTY.Name = "NowQTY";
  202. this.NowQTY.Size = new System.Drawing.Size(146, 35);
  203. this.NowQTY.TabIndex = 26;
  204. //
  205. // label4
  206. //
  207. this.label4.AutoSize = true;
  208. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.label4.Location = new System.Drawing.Point(34, 484);
  210. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  211. this.label4.Name = "label4";
  212. this.label4.Size = new System.Drawing.Size(133, 38);
  213. this.label4.TabIndex = 25;
  214. this.label4.Text = "当前计数";
  215. //
  216. // ComPort
  217. //
  218. this.ComPort.Location = new System.Drawing.Point(204, 120);
  219. this.ComPort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  220. this.ComPort.Name = "ComPort";
  221. this.ComPort.Size = new System.Drawing.Size(176, 40);
  222. this.ComPort.TabIndex = 21;
  223. //
  224. // li_code
  225. //
  226. this.li_code.AllPower = null;
  227. this.li_code.Caller = null;
  228. this.li_code.Condition = null;
  229. this.li_code.DBTitle = null;
  230. this.li_code.FormName = null;
  231. this.li_code.Location = new System.Drawing.Point(204, 291);
  232. this.li_code.Name = "li_code";
  233. this.li_code.Power = null;
  234. this.li_code.ReturnData = null;
  235. this.li_code.SelectField = null;
  236. this.li_code.SetValueField = null;
  237. this.li_code.Size = new System.Drawing.Size(436, 41);
  238. this.li_code.TabIndex = 28;
  239. this.li_code.TableName = null;
  240. this.li_code.TextBoxEnable = false;
  241. //
  242. // label5
  243. //
  244. this.label5.AutoSize = true;
  245. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  246. this.label5.Location = new System.Drawing.Point(34, 291);
  247. this.label5.Name = "label5";
  248. this.label5.Size = new System.Drawing.Size(82, 41);
  249. this.label5.TabIndex = 27;
  250. this.label5.Text = "线别";
  251. //
  252. // ma_code
  253. //
  254. this.ma_code.AllPower = null;
  255. this.ma_code.Caller = null;
  256. this.ma_code.Condition = null;
  257. this.ma_code.DBTitle = null;
  258. this.ma_code.FormName = null;
  259. this.ma_code.Location = new System.Drawing.Point(204, 214);
  260. this.ma_code.Name = "ma_code";
  261. this.ma_code.Power = null;
  262. this.ma_code.ReturnData = null;
  263. this.ma_code.SelectField = null;
  264. this.ma_code.SetValueField = null;
  265. this.ma_code.Size = new System.Drawing.Size(436, 41);
  266. this.ma_code.TabIndex = 29;
  267. this.ma_code.TableName = null;
  268. this.ma_code.TextBoxEnable = false;
  269. //
  270. // ChooseFolder
  271. //
  272. this.ChooseFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.ChooseFolder.Location = new System.Drawing.Point(672, 420);
  274. this.ChooseFolder.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  275. this.ChooseFolder.Name = "ChooseFolder";
  276. this.ChooseFolder.Size = new System.Drawing.Size(156, 48);
  277. this.ChooseFolder.TabIndex = 32;
  278. this.ChooseFolder.Text = "选择文件夹";
  279. this.ChooseFolder.UseVisualStyleBackColor = true;
  280. this.ChooseFolder.Click += new System.EventHandler(this.ChooseFolder_Click);
  281. //
  282. // FolderPath
  283. //
  284. this.FolderPath.Enabled = false;
  285. this.FolderPath.Location = new System.Drawing.Point(204, 426);
  286. this.FolderPath.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  287. this.FolderPath.Name = "FolderPath";
  288. this.FolderPath.Size = new System.Drawing.Size(436, 35);
  289. this.FolderPath.TabIndex = 31;
  290. //
  291. // label6
  292. //
  293. this.label6.AutoSize = true;
  294. this.label6.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.label6.Location = new System.Drawing.Point(34, 426);
  296. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  297. this.label6.Name = "label6";
  298. this.label6.Size = new System.Drawing.Size(162, 38);
  299. this.label6.TabIndex = 30;
  300. this.label6.Text = "监控文件夹";
  301. //
  302. // AutoMakeQTY
  303. //
  304. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  305. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  306. this.ClientSize = new System.Drawing.Size(1443, 640);
  307. this.Controls.Add(this.ChooseFolder);
  308. this.Controls.Add(this.FolderPath);
  309. this.Controls.Add(this.label6);
  310. this.Controls.Add(this.ma_code);
  311. this.Controls.Add(this.li_code);
  312. this.Controls.Add(this.label5);
  313. this.Controls.Add(this.NowQTY);
  314. this.Controls.Add(this.label4);
  315. this.Controls.Add(this.BaudRate);
  316. this.Controls.Add(this.label3);
  317. this.Controls.Add(this.label2);
  318. this.Controls.Add(this.ComPort);
  319. this.Controls.Add(this.AutoStart);
  320. this.Controls.Add(this.label1);
  321. this.Controls.Add(this.Type);
  322. this.Controls.Add(this.MakeCode_lable);
  323. this.Controls.Add(this.Clean);
  324. this.Controls.Add(this.OperateResult);
  325. this.Controls.Add(this.StopWatch);
  326. this.Controls.Add(this.StartWatch);
  327. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  328. this.MaximizeBox = false;
  329. this.Name = "AutoMakeQTY";
  330. this.Text = "UAS设备数据解析 2023-06-29 10:05";
  331. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
  332. this.Load += new System.EventHandler(this.Form1_Load);
  333. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit();
  334. ((System.ComponentModel.ISupportInitialize)(this.ATEFile)).EndInit();
  335. this.ResumeLayout(false);
  336. this.PerformLayout();
  337. }
  338. #endregion
  339. private System.IO.FileSystemWatcher XmlWatcher;
  340. private System.Windows.Forms.FolderBrowserDialog XmlFolder;
  341. private System.Windows.Forms.Button StopWatch;
  342. private System.Windows.Forms.Button StartWatch;
  343. private System.Windows.Forms.RichTextBox OperateResult;
  344. private System.Windows.Forms.Button Clean;
  345. private System.Windows.Forms.Label MakeCode_lable;
  346. private System.Windows.Forms.Timer Timer;
  347. private System.IO.FileSystemWatcher ATEFile;
  348. private System.Windows.Forms.ComboBox Type;
  349. private System.Windows.Forms.Label label1;
  350. private System.Windows.Forms.CheckBox AutoStart;
  351. private SerialPortCombox ComPort;
  352. private System.Windows.Forms.Label label2;
  353. private System.Windows.Forms.Label label3;
  354. private System.Windows.Forms.TextBox BaudRate;
  355. private System.Windows.Forms.TextBox NowQTY;
  356. private System.Windows.Forms.Label label4;
  357. private SearchTextBox li_code;
  358. private System.Windows.Forms.Label label5;
  359. private SearchTextBox ma_code;
  360. private System.Windows.Forms.Button ChooseFolder;
  361. private System.Windows.Forms.TextBox FolderPath;
  362. private System.Windows.Forms.Label label6;
  363. }
  364. }