namespace UAS_MES_NEW.Make
{
partial class Make_CollectNetCode
{
///
/// 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.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
this.fileSystemWatcher1 = new System.IO.FileSystemWatcher();
((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
this.SuspendLayout();
//
// 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 = "";
//
// fileSystemWatcher1
//
this.fileSystemWatcher1.EnableRaisingEvents = true;
this.fileSystemWatcher1.Path = "\\\\192.168.10.1\\othersystem\\Type2Output";
this.fileSystemWatcher1.SynchronizingObject = this;
this.fileSystemWatcher1.Created += new System.IO.FileSystemEventHandler(this.OnCreated);
//
// Make_CollectNetCode
//
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.OperateResult);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "Make_CollectNetCode";
this.Tag = "Make!CollectNetCode";
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;
}
}