Make_CollectHLH.Designer.cs 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_CollectHLH
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.fileSystemWatcher1 = new System.IO.FileSystemWatcher();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.timer1 = new System.Windows.Forms.Timer(this.components);
  32. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  33. ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // fileSystemWatcher1
  37. //
  38. this.fileSystemWatcher1.EnableRaisingEvents = true;
  39. this.fileSystemWatcher1.Filter = "*.csv*";
  40. this.fileSystemWatcher1.NotifyFilter = ((System.IO.NotifyFilters)(((((System.IO.NotifyFilters.FileName | System.IO.NotifyFilters.DirectoryName)
  41. | System.IO.NotifyFilters.LastWrite)
  42. | System.IO.NotifyFilters.LastAccess)
  43. | System.IO.NotifyFilters.CreationTime)));
  44. this.fileSystemWatcher1.Path = "D:\\MES";
  45. this.fileSystemWatcher1.SynchronizingObject = this;
  46. this.fileSystemWatcher1.Created += new System.IO.FileSystemEventHandler(this.OnCreated);
  47. //
  48. // button1
  49. //
  50. this.button1.Location = new System.Drawing.Point(364, 64);
  51. this.button1.Name = "button1";
  52. this.button1.Size = new System.Drawing.Size(141, 49);
  53. this.button1.TabIndex = 190;
  54. this.button1.Text = "button1";
  55. this.button1.UseVisualStyleBackColor = true;
  56. this.button1.Visible = false;
  57. this.button1.Click += new System.EventHandler(this.button1_Click);
  58. //
  59. // timer1
  60. //
  61. this.timer1.Interval = 300000;
  62. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  63. //
  64. // OperateResult
  65. //
  66. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.OperateResult.Location = new System.Drawing.Point(61, 156);
  68. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  69. this.OperateResult.Name = "OperateResult";
  70. this.OperateResult.Size = new System.Drawing.Size(978, 500);
  71. this.OperateResult.TabIndex = 189;
  72. this.OperateResult.Text = "";
  73. //
  74. // Make_CollectHLH
  75. //
  76. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  77. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  78. this.ClientSize = new System.Drawing.Size(1112, 680);
  79. this.Controls.Add(this.button1);
  80. this.Controls.Add(this.OperateResult);
  81. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  82. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  83. this.Name = "Make_CollectHLH";
  84. this.Tag = "Make!CollectHLH";
  85. this.Text = "网标采集";
  86. this.Activated += new System.EventHandler(this.Make_CollectNetCode_Activated);
  87. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Make_CollectNetCode_FormClosed);
  88. this.Load += new System.EventHandler(this.Make_CollectNetCode_Load);
  89. this.SizeChanged += new System.EventHandler(this.Make_CollectNetCode_SizeChanged);
  90. ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
  91. this.ResumeLayout(true);
  92. }
  93. #endregion
  94. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  95. private System.IO.FileSystemWatcher fileSystemWatcher1;
  96. private System.Windows.Forms.Button button1;
  97. private System.Windows.Forms.Timer timer1;
  98. }
  99. }