123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- namespace UAS_MES_NEW.Make
- {
- partial class Make_CollectNetCode
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|