AutoAnalysisXml.Designer.cs 16 KB

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