namespace iWareCC.Forms
|
{
|
partial class SystemCheckForm
|
{
|
/// <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.panel1 = new System.Windows.Forms.Panel();
|
this.lbl_Msg = new System.Windows.Forms.Label();
|
this.label3 = new System.Windows.Forms.Label();
|
this.btn_Skip = new System.Windows.Forms.Button();
|
this.BtnDection = new System.Windows.Forms.Button();
|
this.pgbDec = new System.Windows.Forms.ProgressBar();
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
this.text_RGV = new System.Windows.Forms.TextBox();
|
this.txt_Truss = new System.Windows.Forms.TextBox();
|
this.txt_Conveyor = new System.Windows.Forms.TextBox();
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
this.txt_Srm1 = new System.Windows.Forms.TextBox();
|
this.txt_Srm2 = new System.Windows.Forms.TextBox();
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
this.txtMESDec = new System.Windows.Forms.TextBox();
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.txt_WCS = new System.Windows.Forms.TextBox();
|
this.label2 = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
this.Bgw1 = new System.ComponentModel.BackgroundWorker();
|
this.panel1.SuspendLayout();
|
this.groupBox4.SuspendLayout();
|
this.groupBox3.SuspendLayout();
|
this.groupBox2.SuspendLayout();
|
this.groupBox1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// panel1
|
//
|
this.panel1.BackColor = System.Drawing.Color.White;
|
this.panel1.Controls.Add(this.lbl_Msg);
|
this.panel1.Controls.Add(this.label3);
|
this.panel1.Controls.Add(this.btn_Skip);
|
this.panel1.Controls.Add(this.BtnDection);
|
this.panel1.Controls.Add(this.pgbDec);
|
this.panel1.Controls.Add(this.groupBox4);
|
this.panel1.Controls.Add(this.groupBox3);
|
this.panel1.Controls.Add(this.groupBox2);
|
this.panel1.Controls.Add(this.groupBox1);
|
this.panel1.Controls.Add(this.label2);
|
this.panel1.Controls.Add(this.label1);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(1133, 672);
|
this.panel1.TabIndex = 0;
|
//
|
// lbl_Msg
|
//
|
this.lbl_Msg.AutoSize = true;
|
this.lbl_Msg.BackColor = System.Drawing.Color.White;
|
this.lbl_Msg.ForeColor = System.Drawing.Color.Blue;
|
this.lbl_Msg.Location = new System.Drawing.Point(487, 541);
|
this.lbl_Msg.Name = "lbl_Msg";
|
this.lbl_Msg.Size = new System.Drawing.Size(55, 15);
|
this.lbl_Msg.TabIndex = 11;
|
this.lbl_Msg.Text = "label4";
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label3.Location = new System.Drawing.Point(37, 102);
|
this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(771, 31);
|
this.label3.TabIndex = 10;
|
this.label3.Text = "(2) 假如在检测列表中有红色显示项目,请依下方提示信息做异常排除。";
|
//
|
// btn_Skip
|
//
|
this.btn_Skip.BackColor = System.Drawing.Color.DarkOrange;
|
this.btn_Skip.ForeColor = System.Drawing.Color.White;
|
this.btn_Skip.Location = new System.Drawing.Point(620, 597);
|
this.btn_Skip.Name = "btn_Skip";
|
this.btn_Skip.Size = new System.Drawing.Size(202, 66);
|
this.btn_Skip.TabIndex = 9;
|
this.btn_Skip.Text = "跳过";
|
this.btn_Skip.UseVisualStyleBackColor = false;
|
this.btn_Skip.Click += new System.EventHandler(this.btn_Skip_Click);
|
//
|
// BtnDection
|
//
|
this.BtnDection.BackColor = System.Drawing.Color.DimGray;
|
this.BtnDection.ForeColor = System.Drawing.Color.White;
|
this.BtnDection.Location = new System.Drawing.Point(305, 597);
|
this.BtnDection.Name = "BtnDection";
|
this.BtnDection.Size = new System.Drawing.Size(202, 66);
|
this.BtnDection.TabIndex = 8;
|
this.BtnDection.Text = "重新检测";
|
this.BtnDection.UseVisualStyleBackColor = false;
|
this.BtnDection.Click += new System.EventHandler(this.BtnDection_Click);
|
//
|
// pgbDec
|
//
|
this.pgbDec.Location = new System.Drawing.Point(73, 565);
|
this.pgbDec.Name = "pgbDec";
|
this.pgbDec.Size = new System.Drawing.Size(988, 23);
|
this.pgbDec.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
|
this.pgbDec.TabIndex = 7;
|
//
|
// groupBox4
|
//
|
this.groupBox4.BackColor = System.Drawing.Color.White;
|
this.groupBox4.Controls.Add(this.text_RGV);
|
this.groupBox4.Controls.Add(this.txt_Truss);
|
this.groupBox4.Controls.Add(this.txt_Conveyor);
|
this.groupBox4.Location = new System.Drawing.Point(592, 314);
|
this.groupBox4.Name = "groupBox4";
|
this.groupBox4.Size = new System.Drawing.Size(469, 210);
|
this.groupBox4.TabIndex = 6;
|
this.groupBox4.TabStop = false;
|
this.groupBox4.Text = "桁架、RGV、输送线检测";
|
//
|
// text_RGV
|
//
|
this.text_RGV.BackColor = System.Drawing.Color.WhiteSmoke;
|
this.text_RGV.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.text_RGV.Location = new System.Drawing.Point(44, 104);
|
this.text_RGV.Name = "text_RGV";
|
this.text_RGV.ReadOnly = true;
|
this.text_RGV.Size = new System.Drawing.Size(380, 34);
|
this.text_RGV.TabIndex = 1;
|
this.text_RGV.TabStop = false;
|
this.text_RGV.Text = "RGV连接检测";
|
//
|
// txt_Truss
|
//
|
this.txt_Truss.BackColor = System.Drawing.Color.WhiteSmoke;
|
this.txt_Truss.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txt_Truss.Location = new System.Drawing.Point(45, 50);
|
this.txt_Truss.Name = "txt_Truss";
|
this.txt_Truss.ReadOnly = true;
|
this.txt_Truss.Size = new System.Drawing.Size(380, 34);
|
this.txt_Truss.TabIndex = 0;
|
this.txt_Truss.TabStop = false;
|
this.txt_Truss.Text = "桁架连接检测";
|
//
|
// txt_Conveyor
|
//
|
this.txt_Conveyor.BackColor = System.Drawing.Color.WhiteSmoke;
|
this.txt_Conveyor.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txt_Conveyor.Location = new System.Drawing.Point(44, 154);
|
this.txt_Conveyor.Name = "txt_Conveyor";
|
this.txt_Conveyor.ReadOnly = true;
|
this.txt_Conveyor.Size = new System.Drawing.Size(380, 34);
|
this.txt_Conveyor.TabIndex = 0;
|
this.txt_Conveyor.TabStop = false;
|
this.txt_Conveyor.Text = "输送线连接检测";
|
//
|
// groupBox3
|
//
|
this.groupBox3.BackColor = System.Drawing.Color.White;
|
this.groupBox3.Controls.Add(this.txt_Srm1);
|
this.groupBox3.Controls.Add(this.txt_Srm2);
|
this.groupBox3.Location = new System.Drawing.Point(73, 314);
|
this.groupBox3.Name = "groupBox3";
|
this.groupBox3.Size = new System.Drawing.Size(469, 210);
|
this.groupBox3.TabIndex = 5;
|
this.groupBox3.TabStop = false;
|
this.groupBox3.Text = "堆垛机检测";
|
//
|
// txt_Srm1
|
//
|
this.txt_Srm1.BackColor = System.Drawing.Color.WhiteSmoke;
|
this.txt_Srm1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txt_Srm1.Location = new System.Drawing.Point(45, 60);
|
this.txt_Srm1.Name = "txt_Srm1";
|
this.txt_Srm1.ReadOnly = true;
|
this.txt_Srm1.Size = new System.Drawing.Size(380, 34);
|
this.txt_Srm1.TabIndex = 0;
|
this.txt_Srm1.TabStop = false;
|
this.txt_Srm1.Text = "1号堆垛机连接检测";
|
//
|
// txt_Srm2
|
//
|
this.txt_Srm2.BackColor = System.Drawing.Color.WhiteSmoke;
|
this.txt_Srm2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txt_Srm2.Location = new System.Drawing.Point(45, 131);
|
this.txt_Srm2.Name = "txt_Srm2";
|
this.txt_Srm2.ReadOnly = true;
|
this.txt_Srm2.Size = new System.Drawing.Size(380, 34);
|
this.txt_Srm2.TabIndex = 0;
|
this.txt_Srm2.TabStop = false;
|
this.txt_Srm2.Text = "2号堆垛机连接检测";
|
//
|
// groupBox2
|
//
|
this.groupBox2.BackColor = System.Drawing.Color.White;
|
this.groupBox2.Controls.Add(this.txtMESDec);
|
this.groupBox2.Location = new System.Drawing.Point(592, 156);
|
this.groupBox2.Name = "groupBox2";
|
this.groupBox2.Size = new System.Drawing.Size(469, 94);
|
this.groupBox2.TabIndex = 4;
|
this.groupBox2.TabStop = false;
|
this.groupBox2.Text = "MES 服务检测";
|
//
|
// txtMESDec
|
//
|
this.txtMESDec.BackColor = System.Drawing.Color.WhiteSmoke;
|
this.txtMESDec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtMESDec.Location = new System.Drawing.Point(45, 38);
|
this.txtMESDec.Name = "txtMESDec";
|
this.txtMESDec.ReadOnly = true;
|
this.txtMESDec.Size = new System.Drawing.Size(380, 34);
|
this.txtMESDec.TabIndex = 0;
|
this.txtMESDec.TabStop = false;
|
this.txtMESDec.Text = "MES服务检测";
|
//
|
// groupBox1
|
//
|
this.groupBox1.BackColor = System.Drawing.Color.White;
|
this.groupBox1.Controls.Add(this.txt_WCS);
|
this.groupBox1.ForeColor = System.Drawing.Color.Black;
|
this.groupBox1.Location = new System.Drawing.Point(73, 156);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Size = new System.Drawing.Size(469, 94);
|
this.groupBox1.TabIndex = 3;
|
this.groupBox1.TabStop = false;
|
this.groupBox1.Text = "WCS通讯检测";
|
//
|
// txt_WCS
|
//
|
this.txt_WCS.BackColor = System.Drawing.Color.WhiteSmoke;
|
this.txt_WCS.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txt_WCS.Location = new System.Drawing.Point(45, 38);
|
this.txt_WCS.Name = "txt_WCS";
|
this.txt_WCS.ReadOnly = true;
|
this.txt_WCS.Size = new System.Drawing.Size(380, 34);
|
this.txt_WCS.TabIndex = 0;
|
this.txt_WCS.TabStop = false;
|
this.txt_WCS.Text = "WCS服务通讯检测";
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label2.Location = new System.Drawing.Point(37, 59);
|
this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(483, 31);
|
this.label2.TabIndex = 2;
|
this.label2.Text = "(1) 系统会依次检测下面各个设备模块及功能";
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label1.Location = new System.Drawing.Point(6, 19);
|
this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(134, 31);
|
this.label1.TabIndex = 1;
|
this.label1.Text = "设备自检:";
|
//
|
// Bgw1
|
//
|
this.Bgw1.WorkerReportsProgress = true;
|
this.Bgw1.WorkerSupportsCancellation = true;
|
this.Bgw1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.Bgw1_DoWork);
|
this.Bgw1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.Bgw1_ProgressChanged);
|
this.Bgw1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.Bgw1_RunWorkerCompleted);
|
//
|
// SystemCheckForm
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(1133, 672);
|
this.Controls.Add(this.panel1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
this.Name = "SystemCheckForm";
|
this.Text = "SystemCheckForm";
|
this.Load += new System.EventHandler(this.SystemCheckForm_Load);
|
this.panel1.ResumeLayout(false);
|
this.panel1.PerformLayout();
|
this.groupBox4.ResumeLayout(false);
|
this.groupBox4.PerformLayout();
|
this.groupBox3.ResumeLayout(false);
|
this.groupBox3.PerformLayout();
|
this.groupBox2.ResumeLayout(false);
|
this.groupBox2.PerformLayout();
|
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.TextBox txt_WCS;
|
private System.Windows.Forms.Button BtnDection;
|
private System.Windows.Forms.ProgressBar pgbDec;
|
private System.Windows.Forms.GroupBox groupBox4;
|
private System.Windows.Forms.TextBox txt_Truss;
|
private System.Windows.Forms.TextBox txt_Conveyor;
|
private System.Windows.Forms.GroupBox groupBox3;
|
private System.Windows.Forms.TextBox txt_Srm1;
|
private System.Windows.Forms.TextBox txt_Srm2;
|
private System.Windows.Forms.GroupBox groupBox2;
|
private System.Windows.Forms.TextBox txtMESDec;
|
private System.ComponentModel.BackgroundWorker Bgw1;
|
private System.Windows.Forms.Button btn_Skip;
|
private System.Windows.Forms.TextBox text_RGV;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Label lbl_Msg;
|
|
}
|
}
|