UploadMakePlan.Designer.cs 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. namespace FileWatcher
  2. {
  3. partial class UploadMakePlan
  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.OperateResult = new System.Windows.Forms.RichTextBox();
  32. this.Timer = new System.Windows.Forms.Timer(this.components);
  33. this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
  34. this.DateTime = new System.Windows.Forms.DateTimePicker();
  35. this.FilePath = new System.Windows.Forms.TextBox();
  36. this.label8 = new System.Windows.Forms.Label();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.ImportExcel1 = new System.Windows.Forms.OpenFileDialog();
  39. this.Upload = new System.Windows.Forms.Button();
  40. this.ChooseFile = new System.Windows.Forms.Button();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.DateTime1 = new System.Windows.Forms.DateTimePicker();
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.DateTime2 = new System.Windows.Forms.DateTimePicker();
  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.IncludeSubdirectories = true;
  53. this.XmlWatcher.SynchronizingObject = this;
  54. //
  55. // OperateResult
  56. //
  57. this.OperateResult.Location = new System.Drawing.Point(979, 12);
  58. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  59. this.OperateResult.Name = "OperateResult";
  60. this.OperateResult.Size = new System.Drawing.Size(506, 564);
  61. this.OperateResult.TabIndex = 7;
  62. this.OperateResult.Text = "";
  63. //
  64. // DateTime
  65. //
  66. this.DateTime.Location = new System.Drawing.Point(222, 64);
  67. this.DateTime.Name = "DateTime";
  68. this.DateTime.Size = new System.Drawing.Size(200, 35);
  69. this.DateTime.TabIndex = 8;
  70. //
  71. // FilePath
  72. //
  73. this.FilePath.Enabled = false;
  74. this.FilePath.Location = new System.Drawing.Point(222, 261);
  75. this.FilePath.Name = "FilePath";
  76. this.FilePath.Size = new System.Drawing.Size(395, 35);
  77. this.FilePath.TabIndex = 204;
  78. //
  79. // label8
  80. //
  81. this.label8.AutoSize = true;
  82. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.label8.Location = new System.Drawing.Point(48, 255);
  84. this.label8.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  85. this.label8.Name = "label8";
  86. this.label8.Size = new System.Drawing.Size(146, 41);
  87. this.label8.TabIndex = 203;
  88. this.label8.Text = "文件路径";
  89. //
  90. // label2
  91. //
  92. this.label2.AutoSize = true;
  93. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.label2.Location = new System.Drawing.Point(48, 58);
  95. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  96. this.label2.Name = "label2";
  97. this.label2.Size = new System.Drawing.Size(146, 41);
  98. this.label2.TabIndex = 205;
  99. this.label2.Text = "计划日期";
  100. //
  101. // ImportExcel1
  102. //
  103. this.ImportExcel1.FileName = "ImportExcel";
  104. //
  105. // Upload
  106. //
  107. this.Upload.Location = new System.Drawing.Point(211, 374);
  108. this.Upload.Name = "Upload";
  109. this.Upload.Size = new System.Drawing.Size(185, 43);
  110. this.Upload.TabIndex = 206;
  111. this.Upload.Text = "上传";
  112. this.Upload.UseVisualStyleBackColor = true;
  113. this.Upload.Click += new System.EventHandler(this.Upload_Click);
  114. //
  115. // ChooseFile
  116. //
  117. this.ChooseFile.Location = new System.Drawing.Point(642, 258);
  118. this.ChooseFile.Name = "ChooseFile";
  119. this.ChooseFile.Size = new System.Drawing.Size(185, 43);
  120. this.ChooseFile.TabIndex = 207;
  121. this.ChooseFile.Text = "选择文件";
  122. this.ChooseFile.UseVisualStyleBackColor = true;
  123. this.ChooseFile.Click += new System.EventHandler(this.ChooseFile_Click);
  124. //
  125. // label1
  126. //
  127. this.label1.AutoSize = true;
  128. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.label1.Location = new System.Drawing.Point(48, 128);
  130. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  131. this.label1.Name = "label1";
  132. this.label1.Size = new System.Drawing.Size(165, 41);
  133. this.label1.TabIndex = 209;
  134. this.label1.Text = "计划日期1";
  135. //
  136. // DateTime1
  137. //
  138. this.DateTime1.Location = new System.Drawing.Point(222, 133);
  139. this.DateTime1.Name = "DateTime1";
  140. this.DateTime1.Size = new System.Drawing.Size(200, 35);
  141. this.DateTime1.TabIndex = 208;
  142. //
  143. // label3
  144. //
  145. this.label3.AutoSize = true;
  146. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.label3.Location = new System.Drawing.Point(48, 190);
  148. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  149. this.label3.Name = "label3";
  150. this.label3.Size = new System.Drawing.Size(165, 41);
  151. this.label3.TabIndex = 211;
  152. this.label3.Text = "计划日期2";
  153. //
  154. // DateTime2
  155. //
  156. this.DateTime2.Location = new System.Drawing.Point(222, 195);
  157. this.DateTime2.Name = "DateTime2";
  158. this.DateTime2.Size = new System.Drawing.Size(200, 35);
  159. this.DateTime2.TabIndex = 210;
  160. //
  161. // UploadMakePlan
  162. //
  163. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  164. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  165. this.ClientSize = new System.Drawing.Size(1498, 640);
  166. this.Controls.Add(this.label3);
  167. this.Controls.Add(this.DateTime2);
  168. this.Controls.Add(this.label1);
  169. this.Controls.Add(this.DateTime1);
  170. this.Controls.Add(this.ChooseFile);
  171. this.Controls.Add(this.Upload);
  172. this.Controls.Add(this.label2);
  173. this.Controls.Add(this.FilePath);
  174. this.Controls.Add(this.label8);
  175. this.Controls.Add(this.DateTime);
  176. this.Controls.Add(this.OperateResult);
  177. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  178. this.MaximizeBox = false;
  179. this.Name = "UploadMakePlan";
  180. this.Text = "生产计划上传";
  181. this.Load += new System.EventHandler(this.Form1_Load);
  182. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit();
  183. this.ResumeLayout(false);
  184. this.PerformLayout();
  185. }
  186. #endregion
  187. private System.IO.FileSystemWatcher XmlWatcher;
  188. private System.Windows.Forms.FolderBrowserDialog XmlFolder;
  189. private System.Windows.Forms.RichTextBox OperateResult;
  190. private System.Windows.Forms.Timer Timer;
  191. private System.Windows.Forms.NotifyIcon notifyIcon1;
  192. private System.Windows.Forms.DateTimePicker DateTime;
  193. private System.Windows.Forms.Label label2;
  194. private System.Windows.Forms.TextBox FilePath;
  195. private System.Windows.Forms.Label label8;
  196. private System.Windows.Forms.OpenFileDialog ImportExcel1;
  197. private System.Windows.Forms.Button Upload;
  198. private System.Windows.Forms.Button ChooseFile;
  199. private System.Windows.Forms.Label label1;
  200. private System.Windows.Forms.DateTimePicker DateTime1;
  201. private System.Windows.Forms.Label label3;
  202. private System.Windows.Forms.DateTimePicker DateTime2;
  203. }
  204. }