namespace UAS_MES_NEW.Make
{
partial class Make_CollectHLH
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.fileSystemWatcher1 = new System.IO.FileSystemWatcher();
this.button1 = new System.Windows.Forms.Button();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
this.SuspendLayout();
//
// fileSystemWatcher1
//
this.fileSystemWatcher1.EnableRaisingEvents = true;
this.fileSystemWatcher1.Filter = "*.csv*";
this.fileSystemWatcher1.NotifyFilter = ((System.IO.NotifyFilters)(((((System.IO.NotifyFilters.FileName | System.IO.NotifyFilters.DirectoryName)
| System.IO.NotifyFilters.LastWrite)
| System.IO.NotifyFilters.LastAccess)
| System.IO.NotifyFilters.CreationTime)));
this.fileSystemWatcher1.Path = "D:\\MES";
this.fileSystemWatcher1.SynchronizingObject = this;
this.fileSystemWatcher1.Created += new System.IO.FileSystemEventHandler(this.OnCreated);
//
// button1
//
this.button1.Location = new System.Drawing.Point(364, 64);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(141, 49);
this.button1.TabIndex = 190;
this.button1.Text = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Visible = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// timer1
//
this.timer1.Interval = 300000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// OperateResult
//
this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.OperateResult.Location = new System.Drawing.Point(61, 156);
this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.OperateResult.Name = "OperateResult";
this.OperateResult.Size = new System.Drawing.Size(978, 500);
this.OperateResult.TabIndex = 189;
this.OperateResult.Text = "";
//
// Make_CollectHLH
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1112, 680);
this.Controls.Add(this.button1);
this.Controls.Add(this.OperateResult);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "Make_CollectHLH";
this.Tag = "Make!CollectHLH";
this.Text = "网标采集";
this.Activated += new System.EventHandler(this.Make_CollectNetCode_Activated);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Make_CollectNetCode_FormClosed);
this.Load += new System.EventHandler(this.Make_CollectNetCode_Load);
this.SizeChanged += new System.EventHandler(this.Make_CollectNetCode_SizeChanged);
((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private CustomControl.RichText.RichTextAutoBottom OperateResult;
private System.IO.FileSystemWatcher fileSystemWatcher1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Timer timer1;
}
}