AutoAnalysisXmlByStep.Designer.cs 14 KB

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