AutoAnalysisXml.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. namespace FileWatcher
  2. {
  3. partial class AutoAnalysisXml
  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.label1 = new System.Windows.Forms.Label();
  34. this.FolderPath = new System.Windows.Forms.TextBox();
  35. this.ChooseFolder = new System.Windows.Forms.Button();
  36. this.OperateResult = new System.Windows.Forms.RichTextBox();
  37. this.Clean = new System.Windows.Forms.Button();
  38. this.MakeCode_lable = new System.Windows.Forms.Label();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.Master = new System.Windows.Forms.ComboBox();
  41. this.AutoStart = new System.Windows.Forms.CheckBox();
  42. this.ma_code = new System.Windows.Forms.TextBox();
  43. this.BatchAnalysus = new System.Windows.Forms.Button();
  44. this.Timer = new System.Windows.Forms.Timer(this.components);
  45. this.Device = new System.Windows.Forms.ComboBox();
  46. this.label3 = new System.Windows.Forms.Label();
  47. this.MAC = new System.Windows.Forms.RadioButton();
  48. this.SN = new System.Windows.Forms.RadioButton();
  49. this.GetFiles = new System.Windows.Forms.Timer(this.components);
  50. this.sc_code = new System.Windows.Forms.TextBox();
  51. this.sc_code_label = new System.Windows.Forms.Label();
  52. this.em_code = new System.Windows.Forms.TextBox();
  53. this.label5 = new System.Windows.Forms.Label();
  54. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // XmlWatcher
  58. //
  59. this.XmlWatcher.EnableRaisingEvents = true;
  60. this.XmlWatcher.Filter = "*.xml";
  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. // label1
  89. //
  90. this.label1.AutoSize = true;
  91. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.label1.Location = new System.Drawing.Point(48, 290);
  93. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  94. this.label1.Name = "label1";
  95. this.label1.Size = new System.Drawing.Size(162, 38);
  96. this.label1.TabIndex = 2;
  97. this.label1.Text = "监控文件夹";
  98. //
  99. // FolderPath
  100. //
  101. this.FolderPath.Enabled = false;
  102. this.FolderPath.Location = new System.Drawing.Point(218, 290);
  103. this.FolderPath.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  104. this.FolderPath.Name = "FolderPath";
  105. this.FolderPath.Size = new System.Drawing.Size(436, 35);
  106. this.FolderPath.TabIndex = 3;
  107. //
  108. // ChooseFolder
  109. //
  110. this.ChooseFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.ChooseFolder.Location = new System.Drawing.Point(686, 284);
  112. this.ChooseFolder.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  113. this.ChooseFolder.Name = "ChooseFolder";
  114. this.ChooseFolder.Size = new System.Drawing.Size(156, 48);
  115. this.ChooseFolder.TabIndex = 6;
  116. this.ChooseFolder.Text = "选择文件夹";
  117. this.ChooseFolder.UseVisualStyleBackColor = true;
  118. this.ChooseFolder.Click += new System.EventHandler(this.ChooseFolder_Click);
  119. //
  120. // OperateResult
  121. //
  122. this.OperateResult.Location = new System.Drawing.Point(892, 22);
  123. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  124. this.OperateResult.Name = "OperateResult";
  125. this.OperateResult.Size = new System.Drawing.Size(517, 535);
  126. this.OperateResult.TabIndex = 7;
  127. this.OperateResult.Text = "";
  128. //
  129. // Clean
  130. //
  131. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.Clean.Location = new System.Drawing.Point(1096, 580);
  133. this.Clean.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  134. this.Clean.Name = "Clean";
  135. this.Clean.Size = new System.Drawing.Size(112, 48);
  136. this.Clean.TabIndex = 8;
  137. this.Clean.Text = "清除";
  138. this.Clean.UseVisualStyleBackColor = true;
  139. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  140. //
  141. // MakeCode_lable
  142. //
  143. this.MakeCode_lable.AutoSize = true;
  144. this.MakeCode_lable.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.MakeCode_lable.Location = new System.Drawing.Point(48, 201);
  146. this.MakeCode_lable.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  147. this.MakeCode_lable.Name = "MakeCode_lable";
  148. this.MakeCode_lable.Size = new System.Drawing.Size(104, 38);
  149. this.MakeCode_lable.TabIndex = 12;
  150. this.MakeCode_lable.Text = "工单号";
  151. //
  152. // label4
  153. //
  154. this.label4.AutoSize = true;
  155. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.label4.Location = new System.Drawing.Point(54, 46);
  157. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  158. this.label4.Name = "label4";
  159. this.label4.Size = new System.Drawing.Size(133, 38);
  160. this.label4.TabIndex = 14;
  161. this.label4.Text = "账套选择";
  162. this.label4.Visible = false;
  163. //
  164. // Master
  165. //
  166. this.Master.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  167. this.Master.FormattingEnabled = true;
  168. this.Master.Location = new System.Drawing.Point(224, 46);
  169. this.Master.Margin = new System.Windows.Forms.Padding(6);
  170. this.Master.Name = "Master";
  171. this.Master.Size = new System.Drawing.Size(436, 32);
  172. this.Master.TabIndex = 15;
  173. this.Master.Visible = false;
  174. //
  175. // AutoStart
  176. //
  177. this.AutoStart.AutoSize = true;
  178. this.AutoStart.Location = new System.Drawing.Point(686, 51);
  179. this.AutoStart.Margin = new System.Windows.Forms.Padding(6);
  180. this.AutoStart.Name = "AutoStart";
  181. this.AutoStart.Size = new System.Drawing.Size(186, 28);
  182. this.AutoStart.TabIndex = 16;
  183. this.AutoStart.Text = "开机自动启动";
  184. this.AutoStart.UseVisualStyleBackColor = true;
  185. this.AutoStart.Visible = false;
  186. this.AutoStart.CheckedChanged += new System.EventHandler(this.AutoStart_CheckedChanged);
  187. //
  188. // ma_code
  189. //
  190. this.ma_code.Location = new System.Drawing.Point(218, 201);
  191. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  192. this.ma_code.Name = "ma_code";
  193. this.ma_code.Size = new System.Drawing.Size(436, 35);
  194. this.ma_code.TabIndex = 17;
  195. //
  196. // BatchAnalysus
  197. //
  198. this.BatchAnalysus.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.BatchAnalysus.Location = new System.Drawing.Point(686, 198);
  200. this.BatchAnalysus.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  201. this.BatchAnalysus.Name = "BatchAnalysus";
  202. this.BatchAnalysus.Size = new System.Drawing.Size(156, 48);
  203. this.BatchAnalysus.TabIndex = 18;
  204. this.BatchAnalysus.Text = "批量解析";
  205. this.BatchAnalysus.UseVisualStyleBackColor = true;
  206. this.BatchAnalysus.Click += new System.EventHandler(this.BatchAnalysus_Click);
  207. //
  208. // Timer
  209. //
  210. this.Timer.Interval = 10000;
  211. this.Timer.Tick += new System.EventHandler(this.Timer_Tick);
  212. //
  213. // Device
  214. //
  215. this.Device.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  216. this.Device.FormattingEnabled = true;
  217. this.Device.Items.AddRange(new object[] {
  218. "AOI设备",
  219. "测试设备"});
  220. this.Device.Location = new System.Drawing.Point(218, 112);
  221. this.Device.Margin = new System.Windows.Forms.Padding(6);
  222. this.Device.Name = "Device";
  223. this.Device.Size = new System.Drawing.Size(436, 32);
  224. this.Device.TabIndex = 20;
  225. //
  226. // label3
  227. //
  228. this.label3.AutoSize = true;
  229. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  230. this.label3.Location = new System.Drawing.Point(48, 112);
  231. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  232. this.label3.Name = "label3";
  233. this.label3.Size = new System.Drawing.Size(133, 38);
  234. this.label3.TabIndex = 19;
  235. this.label3.Text = "设备选择";
  236. //
  237. // MAC
  238. //
  239. this.MAC.AutoSize = true;
  240. this.MAC.Checked = true;
  241. this.MAC.Location = new System.Drawing.Point(216, 465);
  242. this.MAC.Name = "MAC";
  243. this.MAC.Size = new System.Drawing.Size(77, 28);
  244. this.MAC.TabIndex = 21;
  245. this.MAC.TabStop = true;
  246. this.MAC.Text = "MAC";
  247. this.MAC.UseVisualStyleBackColor = true;
  248. //
  249. // SN
  250. //
  251. this.SN.AutoSize = true;
  252. this.SN.Location = new System.Drawing.Point(332, 465);
  253. this.SN.Name = "SN";
  254. this.SN.Size = new System.Drawing.Size(65, 28);
  255. this.SN.TabIndex = 22;
  256. this.SN.Text = "SN";
  257. this.SN.UseVisualStyleBackColor = true;
  258. //
  259. // GetFiles
  260. //
  261. this.GetFiles.Interval = 60000;
  262. this.GetFiles.Tick += new System.EventHandler(this.GetFiles_Tick);
  263. //
  264. // sc_code
  265. //
  266. this.sc_code.Location = new System.Drawing.Point(218, 370);
  267. this.sc_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  268. this.sc_code.Name = "sc_code";
  269. this.sc_code.Size = new System.Drawing.Size(158, 35);
  270. this.sc_code.TabIndex = 24;
  271. //
  272. // sc_code_label
  273. //
  274. this.sc_code_label.AutoSize = true;
  275. this.sc_code_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.sc_code_label.Location = new System.Drawing.Point(48, 370);
  277. this.sc_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  278. this.sc_code_label.Name = "sc_code_label";
  279. this.sc_code_label.Size = new System.Drawing.Size(133, 38);
  280. this.sc_code_label.TabIndex = 23;
  281. this.sc_code_label.Text = "岗位资源";
  282. //
  283. // em_code
  284. //
  285. this.em_code.Location = new System.Drawing.Point(594, 370);
  286. this.em_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  287. this.em_code.Name = "em_code";
  288. this.em_code.Size = new System.Drawing.Size(158, 35);
  289. this.em_code.TabIndex = 26;
  290. //
  291. // label5
  292. //
  293. this.label5.AutoSize = true;
  294. this.label5.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.label5.Location = new System.Drawing.Point(424, 370);
  296. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  297. this.label5.Name = "label5";
  298. this.label5.Size = new System.Drawing.Size(104, 38);
  299. this.label5.TabIndex = 25;
  300. this.label5.Text = "用户名";
  301. //
  302. // AutoAnalysisXml
  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.em_code);
  308. this.Controls.Add(this.label5);
  309. this.Controls.Add(this.sc_code);
  310. this.Controls.Add(this.sc_code_label);
  311. this.Controls.Add(this.SN);
  312. this.Controls.Add(this.MAC);
  313. this.Controls.Add(this.Device);
  314. this.Controls.Add(this.label3);
  315. this.Controls.Add(this.BatchAnalysus);
  316. this.Controls.Add(this.ma_code);
  317. this.Controls.Add(this.AutoStart);
  318. this.Controls.Add(this.Master);
  319. this.Controls.Add(this.label4);
  320. this.Controls.Add(this.MakeCode_lable);
  321. this.Controls.Add(this.Clean);
  322. this.Controls.Add(this.OperateResult);
  323. this.Controls.Add(this.ChooseFolder);
  324. this.Controls.Add(this.FolderPath);
  325. this.Controls.Add(this.label1);
  326. this.Controls.Add(this.StopWatch);
  327. this.Controls.Add(this.StartWatch);
  328. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  329. this.MaximizeBox = false;
  330. this.Name = "AutoAnalysisXml";
  331. this.Text = "UAS自动过站解析器 2024-12-17";
  332. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
  333. this.Load += new System.EventHandler(this.Form1_Load);
  334. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).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.Label label1;
  344. private System.Windows.Forms.TextBox FolderPath;
  345. private System.Windows.Forms.Button ChooseFolder;
  346. private System.Windows.Forms.RichTextBox OperateResult;
  347. private System.Windows.Forms.Button Clean;
  348. private System.Windows.Forms.Label MakeCode_lable;
  349. private System.Windows.Forms.ComboBox Master;
  350. private System.Windows.Forms.Label label4;
  351. private System.Windows.Forms.CheckBox AutoStart;
  352. private System.Windows.Forms.TextBox ma_code;
  353. private System.Windows.Forms.Button BatchAnalysus;
  354. private System.Windows.Forms.Timer Timer;
  355. private System.Windows.Forms.ComboBox Device;
  356. private System.Windows.Forms.Label label3;
  357. private System.Windows.Forms.RadioButton SN;
  358. private System.Windows.Forms.RadioButton MAC;
  359. private System.Windows.Forms.Timer GetFiles;
  360. private System.Windows.Forms.TextBox em_code;
  361. private System.Windows.Forms.Label label5;
  362. private System.Windows.Forms.TextBox sc_code;
  363. private System.Windows.Forms.Label sc_code_label;
  364. }
  365. }