AutoAnalysisXml.Designer.cs 18 KB

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