Form1.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. namespace UAS_XmlAnalysor
  2. {
  3. partial class Form1
  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.XmlWatcher = new System.IO.FileSystemWatcher();
  29. this.XmlFolder = new System.Windows.Forms.FolderBrowserDialog();
  30. this.StartWatch = new System.Windows.Forms.Button();
  31. this.StopWatch = new System.Windows.Forms.Button();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.FolderPath = new System.Windows.Forms.TextBox();
  34. this.ChooseFolder = new System.Windows.Forms.Button();
  35. this.OperateResult = new System.Windows.Forms.RichTextBox();
  36. this.Clean = new System.Windows.Forms.Button();
  37. this.ChooseBackUpFolder = new System.Windows.Forms.Button();
  38. this.BackUpFolderPath = new System.Windows.Forms.TextBox();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.Master = new System.Windows.Forms.ComboBox();
  42. this.AutoStart = new System.Windows.Forms.CheckBox();
  43. this.ma_code = new System.Windows.Forms.TextBox();
  44. this.MakeCode_lable = new System.Windows.Forms.Label();
  45. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // XmlWatcher
  49. //
  50. this.XmlWatcher.EnableRaisingEvents = true;
  51. this.XmlWatcher.Filter = "*.xml";
  52. this.XmlWatcher.SynchronizingObject = this;
  53. //
  54. // StartWatch
  55. //
  56. this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.StartWatch.Location = new System.Drawing.Point(145, 256);
  58. this.StartWatch.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  59. this.StartWatch.Name = "StartWatch";
  60. this.StartWatch.Size = new System.Drawing.Size(64, 28);
  61. this.StartWatch.TabIndex = 0;
  62. this.StartWatch.Text = "开始监控";
  63. this.StartWatch.UseVisualStyleBackColor = true;
  64. this.StartWatch.Click += new System.EventHandler(this.StartWatch_Click);
  65. //
  66. // StopWatch
  67. //
  68. this.StopWatch.Enabled = false;
  69. this.StopWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.StopWatch.Location = new System.Drawing.Point(249, 256);
  71. this.StopWatch.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  72. this.StopWatch.Name = "StopWatch";
  73. this.StopWatch.Size = new System.Drawing.Size(64, 28);
  74. this.StopWatch.TabIndex = 1;
  75. this.StopWatch.Text = "停止监控";
  76. this.StopWatch.UseVisualStyleBackColor = true;
  77. this.StopWatch.Click += new System.EventHandler(this.StopWatch_Click);
  78. //
  79. // label1
  80. //
  81. this.label1.AutoSize = true;
  82. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.label1.Location = new System.Drawing.Point(27, 139);
  84. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  85. this.label1.Name = "label1";
  86. this.label1.Size = new System.Drawing.Size(84, 20);
  87. this.label1.TabIndex = 2;
  88. this.label1.Text = "监控文件夹";
  89. //
  90. // FolderPath
  91. //
  92. this.FolderPath.Enabled = false;
  93. this.FolderPath.Location = new System.Drawing.Point(112, 139);
  94. this.FolderPath.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  95. this.FolderPath.Name = "FolderPath";
  96. this.FolderPath.Size = new System.Drawing.Size(220, 21);
  97. this.FolderPath.TabIndex = 3;
  98. //
  99. // ChooseFolder
  100. //
  101. this.ChooseFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.ChooseFolder.Location = new System.Drawing.Point(346, 139);
  103. this.ChooseFolder.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  104. this.ChooseFolder.Name = "ChooseFolder";
  105. this.ChooseFolder.Size = new System.Drawing.Size(78, 24);
  106. this.ChooseFolder.TabIndex = 6;
  107. this.ChooseFolder.Text = "选择文件夹";
  108. this.ChooseFolder.UseVisualStyleBackColor = true;
  109. this.ChooseFolder.Click += new System.EventHandler(this.ChooseFolder_Click);
  110. //
  111. // OperateResult
  112. //
  113. this.OperateResult.Location = new System.Drawing.Point(446, 11);
  114. this.OperateResult.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  115. this.OperateResult.Name = "OperateResult";
  116. this.OperateResult.Size = new System.Drawing.Size(211, 270);
  117. this.OperateResult.TabIndex = 7;
  118. this.OperateResult.Text = "";
  119. //
  120. // Clean
  121. //
  122. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.Clean.Location = new System.Drawing.Point(524, 287);
  124. this.Clean.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  125. this.Clean.Name = "Clean";
  126. this.Clean.Size = new System.Drawing.Size(56, 24);
  127. this.Clean.TabIndex = 8;
  128. this.Clean.Text = "清除";
  129. this.Clean.UseVisualStyleBackColor = true;
  130. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  131. //
  132. // ChooseBackUpFolder
  133. //
  134. this.ChooseBackUpFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.ChooseBackUpFolder.Location = new System.Drawing.Point(346, 201);
  136. this.ChooseBackUpFolder.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  137. this.ChooseBackUpFolder.Name = "ChooseBackUpFolder";
  138. this.ChooseBackUpFolder.Size = new System.Drawing.Size(78, 24);
  139. this.ChooseBackUpFolder.TabIndex = 11;
  140. this.ChooseBackUpFolder.Text = "选择文件夹";
  141. this.ChooseBackUpFolder.UseVisualStyleBackColor = true;
  142. this.ChooseBackUpFolder.Click += new System.EventHandler(this.ChooseBackUpFolder_Click);
  143. //
  144. // BackUpFolderPath
  145. //
  146. this.BackUpFolderPath.Enabled = false;
  147. this.BackUpFolderPath.Location = new System.Drawing.Point(112, 201);
  148. this.BackUpFolderPath.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  149. this.BackUpFolderPath.Name = "BackUpFolderPath";
  150. this.BackUpFolderPath.Size = new System.Drawing.Size(220, 21);
  151. this.BackUpFolderPath.TabIndex = 10;
  152. //
  153. // label2
  154. //
  155. this.label2.AutoSize = true;
  156. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.label2.Location = new System.Drawing.Point(27, 201);
  158. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  159. this.label2.Name = "label2";
  160. this.label2.Size = new System.Drawing.Size(84, 20);
  161. this.label2.TabIndex = 9;
  162. this.label2.Text = "备份文件夹";
  163. //
  164. // label4
  165. //
  166. this.label4.AutoSize = true;
  167. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.label4.Location = new System.Drawing.Point(27, 23);
  169. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  170. this.label4.Name = "label4";
  171. this.label4.Size = new System.Drawing.Size(69, 20);
  172. this.label4.TabIndex = 14;
  173. this.label4.Text = "账套选择";
  174. //
  175. // Master
  176. //
  177. this.Master.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  178. this.Master.FormattingEnabled = true;
  179. this.Master.Location = new System.Drawing.Point(112, 23);
  180. this.Master.Name = "Master";
  181. this.Master.Size = new System.Drawing.Size(220, 20);
  182. this.Master.TabIndex = 15;
  183. //
  184. // AutoStart
  185. //
  186. this.AutoStart.AutoSize = true;
  187. this.AutoStart.Location = new System.Drawing.Point(343, 26);
  188. this.AutoStart.Name = "AutoStart";
  189. this.AutoStart.Size = new System.Drawing.Size(96, 16);
  190. this.AutoStart.TabIndex = 16;
  191. this.AutoStart.Text = "开机自动启动";
  192. this.AutoStart.UseVisualStyleBackColor = true;
  193. this.AutoStart.CheckedChanged += new System.EventHandler(this.AutoStart_CheckedChanged);
  194. //
  195. // ma_code
  196. //
  197. this.ma_code.Location = new System.Drawing.Point(112, 87);
  198. this.ma_code.Margin = new System.Windows.Forms.Padding(2);
  199. this.ma_code.Name = "ma_code";
  200. this.ma_code.Size = new System.Drawing.Size(220, 21);
  201. this.ma_code.TabIndex = 20;
  202. //
  203. // MakeCode_lable
  204. //
  205. this.MakeCode_lable.AutoSize = true;
  206. this.MakeCode_lable.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.MakeCode_lable.Location = new System.Drawing.Point(27, 87);
  208. this.MakeCode_lable.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  209. this.MakeCode_lable.Name = "MakeCode_lable";
  210. this.MakeCode_lable.Size = new System.Drawing.Size(54, 20);
  211. this.MakeCode_lable.TabIndex = 19;
  212. this.MakeCode_lable.Text = "工单号";
  213. //
  214. // Form1
  215. //
  216. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  217. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  218. this.ClientSize = new System.Drawing.Size(665, 316);
  219. this.Controls.Add(this.ma_code);
  220. this.Controls.Add(this.MakeCode_lable);
  221. this.Controls.Add(this.AutoStart);
  222. this.Controls.Add(this.Master);
  223. this.Controls.Add(this.label4);
  224. this.Controls.Add(this.ChooseBackUpFolder);
  225. this.Controls.Add(this.BackUpFolderPath);
  226. this.Controls.Add(this.label2);
  227. this.Controls.Add(this.Clean);
  228. this.Controls.Add(this.OperateResult);
  229. this.Controls.Add(this.ChooseFolder);
  230. this.Controls.Add(this.FolderPath);
  231. this.Controls.Add(this.label1);
  232. this.Controls.Add(this.StopWatch);
  233. this.Controls.Add(this.StartWatch);
  234. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  235. this.MaximizeBox = false;
  236. this.Name = "Form1";
  237. this.Text = "UAS_XML解析器";
  238. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
  239. this.Load += new System.EventHandler(this.Form1_Load);
  240. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit();
  241. this.ResumeLayout(false);
  242. this.PerformLayout();
  243. }
  244. #endregion
  245. private System.IO.FileSystemWatcher XmlWatcher;
  246. private System.Windows.Forms.FolderBrowserDialog XmlFolder;
  247. private System.Windows.Forms.Button StopWatch;
  248. private System.Windows.Forms.Button StartWatch;
  249. private System.Windows.Forms.Label label1;
  250. private System.Windows.Forms.TextBox FolderPath;
  251. private System.Windows.Forms.Button ChooseFolder;
  252. private System.Windows.Forms.RichTextBox OperateResult;
  253. private System.Windows.Forms.Button Clean;
  254. private System.Windows.Forms.Button ChooseBackUpFolder;
  255. private System.Windows.Forms.TextBox BackUpFolderPath;
  256. private System.Windows.Forms.Label label2;
  257. private System.Windows.Forms.ComboBox Master;
  258. private System.Windows.Forms.Label label4;
  259. private System.Windows.Forms.CheckBox AutoStart;
  260. private System.Windows.Forms.TextBox ma_code;
  261. private System.Windows.Forms.Label MakeCode_lable;
  262. }
  263. }