UploadMakePlan.Designer.cs 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // XmlWatcher
  45. //
  46. this.XmlWatcher.EnableRaisingEvents = true;
  47. this.XmlWatcher.Filter = "*.xml";
  48. this.XmlWatcher.IncludeSubdirectories = true;
  49. this.XmlWatcher.SynchronizingObject = this;
  50. //
  51. // OperateResult
  52. //
  53. this.OperateResult.Location = new System.Drawing.Point(979, 12);
  54. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  55. this.OperateResult.Name = "OperateResult";
  56. this.OperateResult.Size = new System.Drawing.Size(506, 564);
  57. this.OperateResult.TabIndex = 7;
  58. this.OperateResult.Text = "";
  59. //
  60. // DateTime
  61. //
  62. this.DateTime.Location = new System.Drawing.Point(211, 107);
  63. this.DateTime.Name = "DateTime";
  64. this.DateTime.Size = new System.Drawing.Size(200, 35);
  65. this.DateTime.TabIndex = 8;
  66. //
  67. // FilePath
  68. //
  69. this.FilePath.Enabled = false;
  70. this.FilePath.Location = new System.Drawing.Point(211, 200);
  71. this.FilePath.Name = "FilePath";
  72. this.FilePath.Size = new System.Drawing.Size(395, 35);
  73. this.FilePath.TabIndex = 204;
  74. //
  75. // label8
  76. //
  77. this.label8.AutoSize = true;
  78. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.label8.Location = new System.Drawing.Point(48, 194);
  80. this.label8.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  81. this.label8.Name = "label8";
  82. this.label8.Size = new System.Drawing.Size(146, 41);
  83. this.label8.TabIndex = 203;
  84. this.label8.Text = "文件路径";
  85. //
  86. // label2
  87. //
  88. this.label2.AutoSize = true;
  89. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.label2.Location = new System.Drawing.Point(48, 102);
  91. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  92. this.label2.Name = "label2";
  93. this.label2.Size = new System.Drawing.Size(146, 41);
  94. this.label2.TabIndex = 205;
  95. this.label2.Text = "计划日期";
  96. //
  97. // ImportExcel1
  98. //
  99. this.ImportExcel1.FileName = "ImportExcel";
  100. //
  101. // Upload
  102. //
  103. this.Upload.Location = new System.Drawing.Point(211, 313);
  104. this.Upload.Name = "Upload";
  105. this.Upload.Size = new System.Drawing.Size(185, 43);
  106. this.Upload.TabIndex = 206;
  107. this.Upload.Text = "上传";
  108. this.Upload.UseVisualStyleBackColor = true;
  109. this.Upload.Click += new System.EventHandler(this.Upload_Click);
  110. //
  111. // ChooseFile
  112. //
  113. this.ChooseFile.Location = new System.Drawing.Point(642, 197);
  114. this.ChooseFile.Name = "ChooseFile";
  115. this.ChooseFile.Size = new System.Drawing.Size(185, 43);
  116. this.ChooseFile.TabIndex = 207;
  117. this.ChooseFile.Text = "选择文件";
  118. this.ChooseFile.UseVisualStyleBackColor = true;
  119. this.ChooseFile.Click += new System.EventHandler(this.ChooseFile_Click);
  120. //
  121. // UploadMakePlan
  122. //
  123. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  124. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  125. this.ClientSize = new System.Drawing.Size(1498, 640);
  126. this.Controls.Add(this.ChooseFile);
  127. this.Controls.Add(this.Upload);
  128. this.Controls.Add(this.label2);
  129. this.Controls.Add(this.FilePath);
  130. this.Controls.Add(this.label8);
  131. this.Controls.Add(this.DateTime);
  132. this.Controls.Add(this.OperateResult);
  133. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  134. this.MaximizeBox = false;
  135. this.Name = "UploadMakePlan";
  136. this.Text = "生产计划上传";
  137. this.Load += new System.EventHandler(this.Form1_Load);
  138. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit();
  139. this.ResumeLayout(false);
  140. this.PerformLayout();
  141. }
  142. #endregion
  143. private System.IO.FileSystemWatcher XmlWatcher;
  144. private System.Windows.Forms.FolderBrowserDialog XmlFolder;
  145. private System.Windows.Forms.RichTextBox OperateResult;
  146. private System.Windows.Forms.Timer Timer;
  147. private System.Windows.Forms.NotifyIcon notifyIcon1;
  148. private System.Windows.Forms.DateTimePicker DateTime;
  149. private System.Windows.Forms.Label label2;
  150. private System.Windows.Forms.TextBox FilePath;
  151. private System.Windows.Forms.Label label8;
  152. private System.Windows.Forms.OpenFileDialog ImportExcel1;
  153. private System.Windows.Forms.Button Upload;
  154. private System.Windows.Forms.Button ChooseFile;
  155. }
  156. }