|
|
namespace Estsh.Client.StepLibrary
|
|
|
{
|
|
|
partial class OffLineCheck
|
|
|
{
|
|
|
/// <summary>
|
|
|
/// 必需的设计器变量。
|
|
|
/// </summary>
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
/// <summary>
|
|
|
/// 清理所有正在使用的资源。
|
|
|
/// </summary>
|
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
|
protected override void Dispose(bool disposing)
|
|
|
{
|
|
|
if (disposing && (components != null))
|
|
|
{
|
|
|
components.Dispose();
|
|
|
}
|
|
|
base.Dispose(disposing);
|
|
|
}
|
|
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
|
|
/// <summary>
|
|
|
/// 设计器支持所需的方法 - 不要
|
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
this.lblKpsnList = new System.Windows.Forms.Label();
|
|
|
this.btn3 = new System.Windows.Forms.Button();
|
|
|
this.btn2 = new System.Windows.Forms.Button();
|
|
|
this.btn1 = new System.Windows.Forms.Button();
|
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
|
this.lblFunTestResult = new System.Windows.Forms.Label();
|
|
|
this.lblKeyDataResult = new System.Windows.Forms.Label();
|
|
|
this.lblKeyPartResult = new System.Windows.Forms.Label();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
|
this.lblTitle = new System.Windows.Forms.Label();
|
|
|
this.panel1.SuspendLayout();
|
|
|
this.panel2.SuspendLayout();
|
|
|
this.panel3.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// panel1
|
|
|
//
|
|
|
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.panel1.Controls.Add(this.panel2);
|
|
|
this.panel1.Controls.Add(this.panel3);
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.panel1.Name = "panel1";
|
|
|
this.panel1.Size = new System.Drawing.Size(1003, 499);
|
|
|
this.panel1.TabIndex = 0;
|
|
|
//
|
|
|
// panel2
|
|
|
//
|
|
|
this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.panel2.Controls.Add(this.lblKpsnList);
|
|
|
this.panel2.Controls.Add(this.btn3);
|
|
|
this.panel2.Controls.Add(this.btn2);
|
|
|
this.panel2.Controls.Add(this.btn1);
|
|
|
this.panel2.Controls.Add(this.btnOK);
|
|
|
this.panel2.Controls.Add(this.lblFunTestResult);
|
|
|
this.panel2.Controls.Add(this.lblKeyDataResult);
|
|
|
this.panel2.Controls.Add(this.lblKeyPartResult);
|
|
|
this.panel2.Controls.Add(this.label3);
|
|
|
this.panel2.Controls.Add(this.label2);
|
|
|
this.panel2.Controls.Add(this.label1);
|
|
|
this.panel2.Location = new System.Drawing.Point(3, 76);
|
|
|
this.panel2.Name = "panel2";
|
|
|
this.panel2.Size = new System.Drawing.Size(1000, 423);
|
|
|
this.panel2.TabIndex = 2;
|
|
|
//
|
|
|
// lblKpsnList
|
|
|
//
|
|
|
this.lblKpsnList.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lblKpsnList.ForeColor = System.Drawing.Color.Red;
|
|
|
this.lblKpsnList.Location = new System.Drawing.Point(17, 140);
|
|
|
this.lblKpsnList.Name = "lblKpsnList";
|
|
|
this.lblKpsnList.Size = new System.Drawing.Size(698, 115);
|
|
|
this.lblKpsnList.TabIndex = 26;
|
|
|
this.lblKpsnList.Text = "未绑定信息提示区";
|
|
|
//
|
|
|
// btn3
|
|
|
//
|
|
|
this.btn3.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btn3.ForeColor = System.Drawing.Color.Red;
|
|
|
this.btn3.Location = new System.Drawing.Point(746, 142);
|
|
|
this.btn3.Name = "btn3";
|
|
|
this.btn3.Size = new System.Drawing.Size(242, 63);
|
|
|
this.btn3.TabIndex = 25;
|
|
|
this.btn3.Text = "错漏装";
|
|
|
this.btn3.UseVisualStyleBackColor = true;
|
|
|
this.btn3.Click += new System.EventHandler(this.btn3_Click);
|
|
|
//
|
|
|
// btn2
|
|
|
//
|
|
|
this.btn2.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btn2.ForeColor = System.Drawing.Color.Red;
|
|
|
this.btn2.Location = new System.Drawing.Point(746, 77);
|
|
|
this.btn2.Name = "btn2";
|
|
|
this.btn2.Size = new System.Drawing.Size(242, 63);
|
|
|
this.btn2.TabIndex = 24;
|
|
|
this.btn2.Text = "操作功能不良";
|
|
|
this.btn2.UseVisualStyleBackColor = true;
|
|
|
this.btn2.Click += new System.EventHandler(this.btn2_Click);
|
|
|
//
|
|
|
// btn1
|
|
|
//
|
|
|
this.btn1.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btn1.ForeColor = System.Drawing.Color.Red;
|
|
|
this.btn1.Location = new System.Drawing.Point(746, 12);
|
|
|
this.btn1.Name = "btn1";
|
|
|
this.btn1.Size = new System.Drawing.Size(242, 63);
|
|
|
this.btn1.TabIndex = 23;
|
|
|
this.btn1.Text = "外观不良";
|
|
|
this.btn1.UseVisualStyleBackColor = true;
|
|
|
this.btn1.Click += new System.EventHandler(this.btn1_Click);
|
|
|
//
|
|
|
// btnOK
|
|
|
//
|
|
|
this.btnOK.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnOK.ForeColor = System.Drawing.Color.Green;
|
|
|
this.btnOK.Location = new System.Drawing.Point(416, 23);
|
|
|
this.btnOK.Name = "btnOK";
|
|
|
this.btnOK.Size = new System.Drawing.Size(247, 103);
|
|
|
this.btnOK.TabIndex = 22;
|
|
|
this.btnOK.Text = "确认OK";
|
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
|
//
|
|
|
// lblFunTestResult
|
|
|
//
|
|
|
this.lblFunTestResult.AutoSize = true;
|
|
|
this.lblFunTestResult.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lblFunTestResult.Location = new System.Drawing.Point(194, 60);
|
|
|
this.lblFunTestResult.Name = "lblFunTestResult";
|
|
|
this.lblFunTestResult.Size = new System.Drawing.Size(92, 27);
|
|
|
this.lblFunTestResult.TabIndex = 21;
|
|
|
this.lblFunTestResult.Text = "检查结果";
|
|
|
//
|
|
|
// lblKeyDataResult
|
|
|
//
|
|
|
this.lblKeyDataResult.AutoSize = true;
|
|
|
this.lblKeyDataResult.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lblKeyDataResult.Location = new System.Drawing.Point(194, 23);
|
|
|
this.lblKeyDataResult.Name = "lblKeyDataResult";
|
|
|
this.lblKeyDataResult.Size = new System.Drawing.Size(92, 27);
|
|
|
this.lblKeyDataResult.TabIndex = 20;
|
|
|
this.lblKeyDataResult.Text = "检查结果";
|
|
|
//
|
|
|
// lblKeyPartResult
|
|
|
//
|
|
|
this.lblKeyPartResult.AutoSize = true;
|
|
|
this.lblKeyPartResult.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lblKeyPartResult.Location = new System.Drawing.Point(194, 99);
|
|
|
this.lblKeyPartResult.Name = "lblKeyPartResult";
|
|
|
this.lblKeyPartResult.Size = new System.Drawing.Size(92, 27);
|
|
|
this.lblKeyPartResult.TabIndex = 19;
|
|
|
this.lblKeyPartResult.Text = "检查结果";
|
|
|
//
|
|
|
// label3
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label3.Location = new System.Drawing.Point(35, 60);
|
|
|
this.label3.Name = "label3";
|
|
|
this.label3.Size = new System.Drawing.Size(158, 27);
|
|
|
this.label3.TabIndex = 18;
|
|
|
this.label3.Text = "电功能数据信息:";
|
|
|
//
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label2.Location = new System.Drawing.Point(44, 23);
|
|
|
this.label2.Name = "label2";
|
|
|
this.label2.Size = new System.Drawing.Size(138, 27);
|
|
|
this.label2.TabIndex = 17;
|
|
|
this.label2.Text = "扭矩采集信息:";
|
|
|
//
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label1.Location = new System.Drawing.Point(35, 99);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(158, 27);
|
|
|
this.label1.TabIndex = 16;
|
|
|
this.label1.Text = "关键零部件绑定:";
|
|
|
//
|
|
|
// panel3
|
|
|
//
|
|
|
this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.panel3.Controls.Add(this.lblTitle);
|
|
|
this.panel3.Location = new System.Drawing.Point(3, 0);
|
|
|
this.panel3.Name = "panel3";
|
|
|
this.panel3.Size = new System.Drawing.Size(1000, 75);
|
|
|
this.panel3.TabIndex = 3;
|
|
|
//
|
|
|
// lblTitle
|
|
|
//
|
|
|
this.lblTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.lblTitle.BackColor = System.Drawing.Color.DodgerBlue;
|
|
|
this.lblTitle.Font = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lblTitle.Location = new System.Drawing.Point(3, 7);
|
|
|
this.lblTitle.Name = "lblTitle";
|
|
|
this.lblTitle.Size = new System.Drawing.Size(994, 58);
|
|
|
this.lblTitle.TabIndex = 0;
|
|
|
this.lblTitle.Text = "产品下线检查";
|
|
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
//
|
|
|
// OffLineCheck
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.Controls.Add(this.panel1);
|
|
|
this.Name = "OffLineCheck";
|
|
|
this.Size = new System.Drawing.Size(1006, 499);
|
|
|
this.Load += new System.EventHandler(this.OffLineCheck_Load);
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
this.panel2.ResumeLayout(false);
|
|
|
this.panel2.PerformLayout();
|
|
|
this.panel3.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
private System.Windows.Forms.Panel panel2;
|
|
|
private System.Windows.Forms.Panel panel3;
|
|
|
private System.Windows.Forms.Label lblTitle;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.Label lblFunTestResult;
|
|
|
private System.Windows.Forms.Label lblKeyDataResult;
|
|
|
private System.Windows.Forms.Label lblKeyPartResult;
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.Button btn3;
|
|
|
private System.Windows.Forms.Button btn2;
|
|
|
private System.Windows.Forms.Button btn1;
|
|
|
private System.Windows.Forms.Button btnOK;
|
|
|
private System.Windows.Forms.Label lblKpsnList;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
}
|