AutoAnalysisXmlByStep.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. namespace FileWatcher
  2. {
  3. partial class AutoAnalysisXmlByStep
  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.label4 = new System.Windows.Forms.Label();
  39. this.Master = new System.Windows.Forms.ComboBox();
  40. this.AutoStart = new System.Windows.Forms.CheckBox();
  41. this.Timer = new System.Windows.Forms.Timer(this.components);
  42. this.BackUpFolderPath = new System.Windows.Forms.TextBox();
  43. this.bei = new System.Windows.Forms.Label();
  44. this.button1 = new System.Windows.Forms.Button();
  45. this.Device = new System.Windows.Forms.ComboBox();
  46. this.label5 = new System.Windows.Forms.Label();
  47. this.li_code = new System.Windows.Forms.TextBox();
  48. this.label3 = new System.Windows.Forms.Label();
  49. this.label2 = new System.Windows.Forms.Label();
  50. this.MachineType = new System.Windows.Forms.TextBox();
  51. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // XmlWatcher
  55. //
  56. this.XmlWatcher.EnableRaisingEvents = true;
  57. this.XmlWatcher.Filter = "*.xml";
  58. this.XmlWatcher.SynchronizingObject = this;
  59. //
  60. // StartWatch
  61. //
  62. this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.StartWatch.Location = new System.Drawing.Point(290, 557);
  64. this.StartWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  65. this.StartWatch.Name = "StartWatch";
  66. this.StartWatch.Size = new System.Drawing.Size(128, 56);
  67. this.StartWatch.TabIndex = 0;
  68. this.StartWatch.Text = "开始监控";
  69. this.StartWatch.UseVisualStyleBackColor = true;
  70. this.StartWatch.Click += new System.EventHandler(this.StartWatch_Click);
  71. //
  72. // StopWatch
  73. //
  74. this.StopWatch.Enabled = false;
  75. this.StopWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.StopWatch.Location = new System.Drawing.Point(498, 557);
  77. this.StopWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  78. this.StopWatch.Name = "StopWatch";
  79. this.StopWatch.Size = new System.Drawing.Size(128, 56);
  80. this.StopWatch.TabIndex = 1;
  81. this.StopWatch.Text = "停止监控";
  82. this.StopWatch.UseVisualStyleBackColor = true;
  83. this.StopWatch.Click += new System.EventHandler(this.StopWatch_Click);
  84. //
  85. // label1
  86. //
  87. this.label1.AutoSize = true;
  88. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.label1.Location = new System.Drawing.Point(48, 350);
  90. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  91. this.label1.Name = "label1";
  92. this.label1.Size = new System.Drawing.Size(162, 38);
  93. this.label1.TabIndex = 2;
  94. this.label1.Text = "监控文件夹";
  95. //
  96. // FolderPath
  97. //
  98. this.FolderPath.Enabled = false;
  99. this.FolderPath.Location = new System.Drawing.Point(218, 350);
  100. this.FolderPath.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  101. this.FolderPath.Name = "FolderPath";
  102. this.FolderPath.Size = new System.Drawing.Size(436, 35);
  103. this.FolderPath.TabIndex = 3;
  104. //
  105. // ChooseFolder
  106. //
  107. this.ChooseFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.ChooseFolder.Location = new System.Drawing.Point(686, 344);
  109. this.ChooseFolder.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  110. this.ChooseFolder.Name = "ChooseFolder";
  111. this.ChooseFolder.Size = new System.Drawing.Size(156, 48);
  112. this.ChooseFolder.TabIndex = 6;
  113. this.ChooseFolder.Text = "选择文件夹";
  114. this.ChooseFolder.UseVisualStyleBackColor = true;
  115. this.ChooseFolder.Click += new System.EventHandler(this.ChooseFolder_Click);
  116. //
  117. // OperateResult
  118. //
  119. this.OperateResult.Location = new System.Drawing.Point(892, 22);
  120. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  121. this.OperateResult.Name = "OperateResult";
  122. this.OperateResult.Size = new System.Drawing.Size(517, 535);
  123. this.OperateResult.TabIndex = 7;
  124. this.OperateResult.Text = "";
  125. //
  126. // Clean
  127. //
  128. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.Clean.Location = new System.Drawing.Point(1096, 580);
  130. this.Clean.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  131. this.Clean.Name = "Clean";
  132. this.Clean.Size = new System.Drawing.Size(112, 48);
  133. this.Clean.TabIndex = 8;
  134. this.Clean.Text = "清除";
  135. this.Clean.UseVisualStyleBackColor = true;
  136. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  137. //
  138. // label4
  139. //
  140. this.label4.AutoSize = true;
  141. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.label4.Location = new System.Drawing.Point(54, 46);
  143. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  144. this.label4.Name = "label4";
  145. this.label4.Size = new System.Drawing.Size(133, 38);
  146. this.label4.TabIndex = 14;
  147. this.label4.Text = "账套选择";
  148. this.label4.Visible = false;
  149. //
  150. // Master
  151. //
  152. this.Master.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  153. this.Master.FormattingEnabled = true;
  154. this.Master.Location = new System.Drawing.Point(224, 46);
  155. this.Master.Margin = new System.Windows.Forms.Padding(6);
  156. this.Master.Name = "Master";
  157. this.Master.Size = new System.Drawing.Size(436, 32);
  158. this.Master.TabIndex = 15;
  159. this.Master.Visible = false;
  160. //
  161. // AutoStart
  162. //
  163. this.AutoStart.AutoSize = true;
  164. this.AutoStart.Location = new System.Drawing.Point(686, 51);
  165. this.AutoStart.Margin = new System.Windows.Forms.Padding(6);
  166. this.AutoStart.Name = "AutoStart";
  167. this.AutoStart.Size = new System.Drawing.Size(186, 28);
  168. this.AutoStart.TabIndex = 16;
  169. this.AutoStart.Text = "开机自动启动";
  170. this.AutoStart.UseVisualStyleBackColor = true;
  171. this.AutoStart.Visible = false;
  172. this.AutoStart.CheckedChanged += new System.EventHandler(this.AutoStart_CheckedChanged);
  173. //
  174. // Timer
  175. //
  176. this.Timer.Interval = 10000;
  177. this.Timer.Tick += new System.EventHandler(this.Timer_Tick);
  178. //
  179. // BackUpFolderPath
  180. //
  181. this.BackUpFolderPath.Enabled = false;
  182. this.BackUpFolderPath.Location = new System.Drawing.Point(218, 432);
  183. this.BackUpFolderPath.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  184. this.BackUpFolderPath.Name = "BackUpFolderPath";
  185. this.BackUpFolderPath.Size = new System.Drawing.Size(436, 35);
  186. this.BackUpFolderPath.TabIndex = 20;
  187. //
  188. // bei
  189. //
  190. this.bei.AutoSize = true;
  191. this.bei.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.bei.Location = new System.Drawing.Point(48, 432);
  193. this.bei.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  194. this.bei.Name = "bei";
  195. this.bei.Size = new System.Drawing.Size(162, 38);
  196. this.bei.TabIndex = 19;
  197. this.bei.Text = "备份文件夹";
  198. //
  199. // button1
  200. //
  201. this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.button1.Location = new System.Drawing.Point(686, 432);
  203. this.button1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  204. this.button1.Name = "button1";
  205. this.button1.Size = new System.Drawing.Size(156, 48);
  206. this.button1.TabIndex = 21;
  207. this.button1.Text = "选择文件夹";
  208. this.button1.UseVisualStyleBackColor = true;
  209. this.button1.Click += new System.EventHandler(this.ChooseBackUpFolder_Click);
  210. //
  211. // Device
  212. //
  213. this.Device.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  214. this.Device.FormattingEnabled = true;
  215. this.Device.Items.AddRange(new object[] {
  216. "SPI",
  217. "镭雕机",
  218. "炉前AOI",
  219. "炉后AOI"});
  220. this.Device.Location = new System.Drawing.Point(218, 189);
  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 = 25;
  225. //
  226. // label5
  227. //
  228. this.label5.AutoSize = true;
  229. this.label5.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  230. this.label5.Location = new System.Drawing.Point(48, 189);
  231. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  232. this.label5.Name = "label5";
  233. this.label5.Size = new System.Drawing.Size(133, 38);
  234. this.label5.TabIndex = 24;
  235. this.label5.Text = "设备选择";
  236. //
  237. // li_code
  238. //
  239. this.li_code.Location = new System.Drawing.Point(218, 114);
  240. this.li_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  241. this.li_code.Name = "li_code";
  242. this.li_code.Size = new System.Drawing.Size(436, 35);
  243. this.li_code.TabIndex = 27;
  244. //
  245. // label3
  246. //
  247. this.label3.AutoSize = true;
  248. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.label3.Location = new System.Drawing.Point(48, 114);
  250. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  251. this.label3.Name = "label3";
  252. this.label3.Size = new System.Drawing.Size(75, 38);
  253. this.label3.TabIndex = 26;
  254. this.label3.Text = "线别";
  255. //
  256. // label2
  257. //
  258. this.label2.AutoSize = true;
  259. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.label2.Location = new System.Drawing.Point(48, 262);
  261. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  262. this.label2.Name = "label2";
  263. this.label2.Size = new System.Drawing.Size(75, 38);
  264. this.label2.TabIndex = 17;
  265. this.label2.Text = "机型";
  266. //
  267. // MachineType
  268. //
  269. this.MachineType.Location = new System.Drawing.Point(218, 262);
  270. this.MachineType.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  271. this.MachineType.Name = "MachineType";
  272. this.MachineType.Size = new System.Drawing.Size(436, 35);
  273. this.MachineType.TabIndex = 18;
  274. //
  275. // AutoAnalysisXmlByStep
  276. //
  277. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  278. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  279. this.ClientSize = new System.Drawing.Size(1443, 640);
  280. this.Controls.Add(this.li_code);
  281. this.Controls.Add(this.label3);
  282. this.Controls.Add(this.Device);
  283. this.Controls.Add(this.label5);
  284. this.Controls.Add(this.button1);
  285. this.Controls.Add(this.BackUpFolderPath);
  286. this.Controls.Add(this.bei);
  287. this.Controls.Add(this.MachineType);
  288. this.Controls.Add(this.label2);
  289. this.Controls.Add(this.AutoStart);
  290. this.Controls.Add(this.Master);
  291. this.Controls.Add(this.label4);
  292. this.Controls.Add(this.Clean);
  293. this.Controls.Add(this.OperateResult);
  294. this.Controls.Add(this.ChooseFolder);
  295. this.Controls.Add(this.FolderPath);
  296. this.Controls.Add(this.label1);
  297. this.Controls.Add(this.StopWatch);
  298. this.Controls.Add(this.StartWatch);
  299. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  300. this.MaximizeBox = false;
  301. this.Name = "AutoAnalysisXmlByStep";
  302. this.Text = "UAS自动过站解析器 2024-04-18 09:19";
  303. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
  304. this.Load += new System.EventHandler(this.Form1_Load);
  305. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit();
  306. this.ResumeLayout(false);
  307. this.PerformLayout();
  308. }
  309. #endregion
  310. private System.IO.FileSystemWatcher XmlWatcher;
  311. private System.Windows.Forms.FolderBrowserDialog XmlFolder;
  312. private System.Windows.Forms.Button StopWatch;
  313. private System.Windows.Forms.Button StartWatch;
  314. private System.Windows.Forms.Label label1;
  315. private System.Windows.Forms.TextBox FolderPath;
  316. private System.Windows.Forms.Button ChooseFolder;
  317. private System.Windows.Forms.RichTextBox OperateResult;
  318. private System.Windows.Forms.Button Clean;
  319. private System.Windows.Forms.ComboBox Master;
  320. private System.Windows.Forms.Label label4;
  321. private System.Windows.Forms.CheckBox AutoStart;
  322. private System.Windows.Forms.Timer Timer;
  323. private System.Windows.Forms.TextBox BackUpFolderPath;
  324. private System.Windows.Forms.Label bei;
  325. private System.Windows.Forms.Button button1;
  326. private System.Windows.Forms.ComboBox Device;
  327. private System.Windows.Forms.Label label5;
  328. private System.Windows.Forms.TextBox li_code;
  329. private System.Windows.Forms.Label label3;
  330. private System.Windows.Forms.TextBox MachineType;
  331. private System.Windows.Forms.Label label2;
  332. }
  333. }