namespace UAS_MES_NEW.Make { partial class Make_SplitBoard { /// /// 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.pr_pcbacount = new System.Windows.Forms.NumericUpDown(); this.label6 = new System.Windows.Forms.Label(); this.NowQTY = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.BaudRate = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.AutoStart = new System.Windows.Forms.CheckBox(); this.ATEFile = new System.IO.FileSystemWatcher(); this.Timer = new System.Windows.Forms.Timer(this.components); this.MakeCode_lable = new System.Windows.Forms.Label(); this.Clean = new System.Windows.Forms.Button(); this.OperateResult = new System.Windows.Forms.RichTextBox(); this.StopWatch = new System.Windows.Forms.Button(); this.StartWatch = new System.Windows.Forms.Button(); this.XmlFolder = new System.Windows.Forms.FolderBrowserDialog(); this.XmlWatcher = new System.IO.FileSystemWatcher(); this.ComPort = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.SerialPortCombox(); this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox(); ((System.ComponentModel.ISupportInitialize)(this.pr_pcbacount)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ATEFile)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit(); this.SuspendLayout(); // // pr_pcbacount // this.pr_pcbacount.Location = new System.Drawing.Point(480, 528); this.pr_pcbacount.Name = "pr_pcbacount"; this.pr_pcbacount.Size = new System.Drawing.Size(120, 35); this.pr_pcbacount.TabIndex = 48; this.pr_pcbacount.Value = new decimal(new int[] { 1, 0, 0, 0}); // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(310, 525); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(104, 38); this.label6.TabIndex = 47; this.label6.Text = "拼版数"; // // NowQTY // this.NowQTY.Location = new System.Drawing.Point(480, 608); this.NowQTY.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.NowQTY.Name = "NowQTY"; this.NowQTY.Size = new System.Drawing.Size(146, 35); this.NowQTY.TabIndex = 45; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(310, 605); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(133, 38); this.label4.TabIndex = 44; this.label4.Text = "当前计数"; // // BaudRate // this.BaudRate.Location = new System.Drawing.Point(840, 376); this.BaudRate.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.BaudRate.Name = "BaudRate"; this.BaudRate.Size = new System.Drawing.Size(146, 35); this.BaudRate.TabIndex = 43; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(702, 376); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(104, 38); this.label3.TabIndex = 42; this.label3.Text = "波特率"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(310, 376); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(75, 38); this.label2.TabIndex = 41; this.label2.Text = "串口"; // // AutoStart // this.AutoStart.AutoSize = true; this.AutoStart.Checked = true; this.AutoStart.CheckState = System.Windows.Forms.CheckState.Checked; this.AutoStart.Location = new System.Drawing.Point(954, 460); this.AutoStart.Name = "AutoStart"; this.AutoStart.Size = new System.Drawing.Size(186, 28); this.AutoStart.TabIndex = 40; this.AutoStart.Text = "开机自动启动"; this.AutoStart.UseVisualStyleBackColor = true; // // ATEFile // this.ATEFile.EnableRaisingEvents = true; this.ATEFile.Filter = "*.txt"; this.ATEFile.SynchronizingObject = this; // // Timer // this.Timer.Interval = 2000; this.Timer.Tick += new System.EventHandler(this.Timer_Tick); // // MakeCode_lable // this.MakeCode_lable.AutoSize = true; this.MakeCode_lable.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.MakeCode_lable.Location = new System.Drawing.Point(310, 453); this.MakeCode_lable.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.MakeCode_lable.Name = "MakeCode_lable"; this.MakeCode_lable.Size = new System.Drawing.Size(104, 38); this.MakeCode_lable.TabIndex = 37; this.MakeCode_lable.Text = "工单号"; // // Clean // this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Clean.Location = new System.Drawing.Point(1372, 836); this.Clean.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.Clean.Name = "Clean"; this.Clean.Size = new System.Drawing.Size(112, 48); this.Clean.TabIndex = 36; this.Clean.Text = "清除"; this.Clean.UseVisualStyleBackColor = true; // // OperateResult // this.OperateResult.Location = new System.Drawing.Point(1168, 278); this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.OperateResult.Name = "OperateResult"; this.OperateResult.Size = new System.Drawing.Size(517, 535); this.OperateResult.TabIndex = 35; this.OperateResult.Text = ""; // // StopWatch // this.StopWatch.Enabled = false; this.StopWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.StopWatch.Location = new System.Drawing.Point(774, 813); this.StopWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.StopWatch.Name = "StopWatch"; this.StopWatch.Size = new System.Drawing.Size(128, 56); this.StopWatch.TabIndex = 34; this.StopWatch.Text = "停止监控"; this.StopWatch.UseVisualStyleBackColor = true; this.StopWatch.Click += new System.EventHandler(this.StopWatch_Click); // // StartWatch // this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.StartWatch.Location = new System.Drawing.Point(566, 813); this.StartWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.StartWatch.Name = "StartWatch"; this.StartWatch.Size = new System.Drawing.Size(128, 56); this.StartWatch.TabIndex = 33; this.StartWatch.Text = "开始监控"; this.StartWatch.UseVisualStyleBackColor = true; this.StartWatch.Click += new System.EventHandler(this.StartWatch_Click); // // XmlWatcher // this.XmlWatcher.EnableRaisingEvents = true; this.XmlWatcher.Filter = "*.log"; this.XmlWatcher.SynchronizingObject = this; // // ComPort // this.ComPort.Location = new System.Drawing.Point(480, 376); this.ComPort.Margin = new System.Windows.Forms.Padding(4); this.ComPort.Name = "ComPort"; this.ComPort.Size = new System.Drawing.Size(192, 40); this.ComPort.TabIndex = 69; // // ma_code // this.ma_code.AllPower = null; this.ma_code.Caller = null; this.ma_code.Condition = null; this.ma_code.DBTitle = null; this.ma_code.FormName = null; this.ma_code.Location = new System.Drawing.Point(480, 451); this.ma_code.Margin = new System.Windows.Forms.Padding(4); this.ma_code.Name = "ma_code"; this.ma_code.Power = null; this.ma_code.ReturnData = null; this.ma_code.SelectField = null; this.ma_code.SetValueField = null; this.ma_code.Size = new System.Drawing.Size(409, 40); this.ma_code.TabIndex = 213; this.ma_code.TableName = null; this.ma_code.TextBoxEnable = true; // // Make_SplitBoard // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1994, 1163); this.Controls.Add(this.ma_code); this.Controls.Add(this.ComPort); this.Controls.Add(this.pr_pcbacount); this.Controls.Add(this.label6); this.Controls.Add(this.NowQTY); this.Controls.Add(this.label4); this.Controls.Add(this.BaudRate); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.AutoStart); this.Controls.Add(this.MakeCode_lable); this.Controls.Add(this.Clean); this.Controls.Add(this.OperateResult); this.Controls.Add(this.StopWatch); this.Controls.Add(this.StartWatch); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.Name = "Make_SplitBoard"; this.Tag = "Make!SplitBoard"; this.Text = "分板作业"; this.Load += new System.EventHandler(this.分板作业_Load); ((System.ComponentModel.ISupportInitialize)(this.pr_pcbacount)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ATEFile)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.NumericUpDown pr_pcbacount; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox NowQTY; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox BaudRate; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox AutoStart; private System.IO.FileSystemWatcher ATEFile; private System.Windows.Forms.Label MakeCode_lable; private System.Windows.Forms.Button Clean; private System.Windows.Forms.RichTextBox OperateResult; private System.Windows.Forms.Button StopWatch; private System.Windows.Forms.Button StartWatch; private System.Windows.Forms.Timer Timer; private System.Windows.Forms.FolderBrowserDialog XmlFolder; private System.IO.FileSystemWatcher XmlWatcher; private CustomControl.ComBoxWithFocus.SerialPortCombox ComPort; private CustomControl.TextBoxWithIcon.SearchTextBox ma_code; } }