You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
671 lines
37 KiB
671 lines
37 KiB
2 months ago
|
namespace PaintingPC
|
||
|
{
|
||
|
partial class FrmFirstCheck
|
||
|
{
|
||
|
/// <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()
|
||
|
{
|
||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmFirstCheck));
|
||
|
this.labTime = new System.Windows.Forms.Label();
|
||
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||
|
this.labTitle = new System.Windows.Forms.Label();
|
||
|
this.rdo1 = new System.Windows.Forms.RadioButton();
|
||
|
this.rdo2 = new System.Windows.Forms.RadioButton();
|
||
|
this.rdo3 = new System.Windows.Forms.RadioButton();
|
||
|
this.labWorkClass = new System.Windows.Forms.Label();
|
||
|
this.labStation = new System.Windows.Forms.Label();
|
||
|
this.labelVersion = new System.Windows.Forms.Label();
|
||
|
this.labChangeColor = new System.Windows.Forms.Label();
|
||
|
this.label7 = new System.Windows.Forms.Label();
|
||
|
this.btnSubmit = new System.Windows.Forms.Button();
|
||
|
this.label9 = new System.Windows.Forms.Label();
|
||
|
this.labXingHao1 = new System.Windows.Forms.Label();
|
||
|
this.labXingHao2 = new System.Windows.Forms.Label();
|
||
|
this.labBarCode2 = new System.Windows.Forms.Label();
|
||
|
this.labBarCode1 = new System.Windows.Forms.Label();
|
||
|
this.label14 = new System.Windows.Forms.Label();
|
||
|
this.label15 = new System.Windows.Forms.Label();
|
||
|
this.btnPass1 = new System.Windows.Forms.Button();
|
||
|
this.btnRepair1 = new System.Windows.Forms.Button();
|
||
|
this.btnAbt1 = new System.Windows.Forms.Button();
|
||
|
this.btnAbt2 = new System.Windows.Forms.Button();
|
||
|
this.btnRepair2 = new System.Windows.Forms.Button();
|
||
|
this.btnPass2 = new System.Windows.Forms.Button();
|
||
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
|
this.btnSideBack = new System.Windows.Forms.Button();
|
||
|
this.btnSide10 = new System.Windows.Forms.Button();
|
||
|
this.btnSide9 = new System.Windows.Forms.Button();
|
||
|
this.btnSide8 = new System.Windows.Forms.Button();
|
||
|
this.btnSide7 = new System.Windows.Forms.Button();
|
||
|
this.btnSide6 = new System.Windows.Forms.Button();
|
||
|
this.btnSide5 = new System.Windows.Forms.Button();
|
||
|
this.btnSide4 = new System.Windows.Forms.Button();
|
||
|
this.btnSide3 = new System.Windows.Forms.Button();
|
||
|
this.btnSide2 = new System.Windows.Forms.Button();
|
||
|
this.btnSide1 = new System.Windows.Forms.Button();
|
||
|
this.btnSide = new System.Windows.Forms.Button();
|
||
|
this.txtSideNo = new System.Windows.Forms.TextBox();
|
||
|
this.label8 = new System.Windows.Forms.Label();
|
||
|
this.labColor2 = new System.Windows.Forms.Label();
|
||
|
this.labColor1 = new System.Windows.Forms.Label();
|
||
|
this.labDefect1 = new System.Windows.Forms.Label();
|
||
|
this.labDefect2 = new System.Windows.Forms.Label();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||
|
this.groupBox1.SuspendLayout();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// labTime
|
||
|
//
|
||
|
this.labTime.BackColor = System.Drawing.Color.LightGray;
|
||
|
this.labTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
|
this.labTime.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.labTime.Location = new System.Drawing.Point(1008, 9);
|
||
|
this.labTime.Name = "labTime";
|
||
|
this.labTime.Size = new System.Drawing.Size(250, 84);
|
||
|
this.labTime.TabIndex = 6;
|
||
|
this.labTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
this.labTime.Click += new System.EventHandler(this.labTime_Click);
|
||
|
//
|
||
|
// pictureBox1
|
||
|
//
|
||
|
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
||
|
this.pictureBox1.Location = new System.Drawing.Point(1, 9);
|
||
|
this.pictureBox1.Name = "pictureBox1";
|
||
|
this.pictureBox1.Size = new System.Drawing.Size(150, 84);
|
||
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
|
this.pictureBox1.TabIndex = 5;
|
||
|
this.pictureBox1.TabStop = false;
|
||
|
//
|
||
|
// labTitle
|
||
|
//
|
||
|
this.labTitle.BackColor = System.Drawing.Color.LightGray;
|
||
|
this.labTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
|
this.labTitle.Font = new System.Drawing.Font("宋体", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.labTitle.Location = new System.Drawing.Point(150, 9);
|
||
|
this.labTitle.Name = "labTitle";
|
||
|
this.labTitle.Size = new System.Drawing.Size(861, 84);
|
||
|
this.labTitle.TabIndex = 4;
|
||
|
this.labTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// rdo1
|
||
|
//
|
||
|
this.rdo1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
|
||
|
this.rdo1.Checked = true;
|
||
|
this.rdo1.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.rdo1.Location = new System.Drawing.Point(1, 96);
|
||
|
this.rdo1.Name = "rdo1";
|
||
|
this.rdo1.Size = new System.Drawing.Size(159, 70);
|
||
|
this.rdo1.TabIndex = 9;
|
||
|
this.rdo1.TabStop = true;
|
||
|
this.rdo1.Text = "正式量产";
|
||
|
this.rdo1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
this.rdo1.UseVisualStyleBackColor = false;
|
||
|
//
|
||
|
// rdo2
|
||
|
//
|
||
|
this.rdo2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||
|
this.rdo2.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.rdo2.Location = new System.Drawing.Point(167, 96);
|
||
|
this.rdo2.Name = "rdo2";
|
||
|
this.rdo2.Size = new System.Drawing.Size(159, 70);
|
||
|
this.rdo2.TabIndex = 10;
|
||
|
this.rdo2.Text = "量产调试";
|
||
|
this.rdo2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
this.rdo2.UseVisualStyleBackColor = false;
|
||
|
//
|
||
|
// rdo3
|
||
|
//
|
||
|
this.rdo3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||
|
this.rdo3.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.rdo3.Location = new System.Drawing.Point(333, 96);
|
||
|
this.rdo3.Name = "rdo3";
|
||
|
this.rdo3.Size = new System.Drawing.Size(159, 70);
|
||
|
this.rdo3.TabIndex = 11;
|
||
|
this.rdo3.Text = "项目调试";
|
||
|
this.rdo3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
this.rdo3.UseVisualStyleBackColor = false;
|
||
|
//
|
||
|
// labWorkClass
|
||
|
//
|
||
|
this.labWorkClass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||
|
this.labWorkClass.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.labWorkClass.Location = new System.Drawing.Point(500, 96);
|
||
|
this.labWorkClass.Name = "labWorkClass";
|
||
|
this.labWorkClass.Size = new System.Drawing.Size(185, 70);
|
||
|
this.labWorkClass.TabIndex = 12;
|
||
|
this.labWorkClass.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
this.labWorkClass.Click += new System.EventHandler(this.labWorkClass_Click);
|
||
|
//
|
||
|
// labStation
|
||
|
//
|
||
|
this.labStation.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||
|
this.labStation.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.labStation.Location = new System.Drawing.Point(691, 96);
|
||
|
this.labStation.Name = "labStation";
|
||
|
this.labStation.Size = new System.Drawing.Size(185, 70);
|
||
|
this.labStation.TabIndex = 13;
|
||
|
this.labStation.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// labelVersion
|
||
|
//
|
||
|
this.labelVersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||
|
this.labelVersion.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.labelVersion.Location = new System.Drawing.Point(882, 96);
|
||
|
this.labelVersion.Name = "labelVersion";
|
||
|
this.labelVersion.Size = new System.Drawing.Size(185, 70);
|
||
|
this.labelVersion.TabIndex = 14;
|
||
|
this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// labChangeColor
|
||
|
//
|
||
|
this.labChangeColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||
|
this.labChangeColor.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.labChangeColor.Location = new System.Drawing.Point(1073, 97);
|
||
|
this.labChangeColor.Name = "labChangeColor";
|
||
|
this.labChangeColor.Size = new System.Drawing.Size(185, 70);
|
||
|
this.labChangeColor.TabIndex = 15;
|
||
|
this.labChangeColor.Text = "修改颜色";
|
||
|
this.labChangeColor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
this.labChangeColor.Click += new System.EventHandler(this.labChangeColor_Click);
|
||
|
this.labChangeColor.MouseLeave += new System.EventHandler(this.labChangeColor_MouseLeave);
|
||
|
this.labChangeColor.MouseMove += new System.Windows.Forms.MouseEventHandler(this.labChangeColor_MouseMove);
|
||
|
//
|
||
|
// label7
|
||
|
//
|
||
|
this.label7.BackColor = System.Drawing.Color.Lime;
|
||
|
this.label7.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label7.Location = new System.Drawing.Point(1, 227);
|
||
|
this.label7.Name = "label7";
|
||
|
this.label7.Size = new System.Drawing.Size(514, 83);
|
||
|
this.label7.TabIndex = 16;
|
||
|
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// btnSubmit
|
||
|
//
|
||
|
this.btnSubmit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
||
|
this.btnSubmit.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnSubmit.Location = new System.Drawing.Point(1056, 938);
|
||
|
this.btnSubmit.Name = "btnSubmit";
|
||
|
this.btnSubmit.Size = new System.Drawing.Size(202, 79);
|
||
|
this.btnSubmit.TabIndex = 31;
|
||
|
this.btnSubmit.Text = "提交";
|
||
|
this.btnSubmit.UseVisualStyleBackColor = false;
|
||
|
this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
|
||
|
//
|
||
|
// label9
|
||
|
//
|
||
|
this.label9.BackColor = System.Drawing.Color.Lime;
|
||
|
this.label9.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label9.Location = new System.Drawing.Point(528, 227);
|
||
|
this.label9.Name = "label9";
|
||
|
this.label9.Size = new System.Drawing.Size(514, 83);
|
||
|
this.label9.TabIndex = 32;
|
||
|
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// labXingHao1
|
||
|
//
|
||
|
this.labXingHao1.BackColor = System.Drawing.Color.White;
|
||
|
this.labXingHao1.Font = new System.Drawing.Font("黑体", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.labXingHao1.Location = new System.Drawing.Point(1, 317);
|
||
|
this.labXingHao1.Name = "labXingHao1";
|
||
|
this.labXingHao1.Size = new System.Drawing.Size(514, 170);
|
||
|
this.labXingHao1.TabIndex = 33;
|
||
|
this.labXingHao1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// labXingHao2
|
||
|
//
|
||
|
this.labXingHao2.BackColor = System.Drawing.Color.White;
|
||
|
this.labXingHao2.Font = new System.Drawing.Font("黑体", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.labXingHao2.Location = new System.Drawing.Point(528, 317);
|
||
|
this.labXingHao2.Name = "labXingHao2";
|
||
|
this.labXingHao2.Size = new System.Drawing.Size(514, 170);
|
||
|
this.labXingHao2.TabIndex = 34;
|
||
|
this.labXingHao2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// labBarCode2
|
||
|
//
|
||
|
this.labBarCode2.BackColor = System.Drawing.Color.White;
|
||
|
this.labBarCode2.Font = new System.Drawing.Font("黑体", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.labBarCode2.Location = new System.Drawing.Point(528, 740);
|
||
|
this.labBarCode2.Name = "labBarCode2";
|
||
|
this.labBarCode2.Size = new System.Drawing.Size(514, 187);
|
||
|
this.labBarCode2.TabIndex = 38;
|
||
|
this.labBarCode2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// labBarCode1
|
||
|
//
|
||
|
this.labBarCode1.BackColor = System.Drawing.Color.White;
|
||
|
this.labBarCode1.Font = new System.Drawing.Font("黑体", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.labBarCode1.Location = new System.Drawing.Point(1, 740);
|
||
|
this.labBarCode1.Name = "labBarCode1";
|
||
|
this.labBarCode1.Size = new System.Drawing.Size(514, 187);
|
||
|
this.labBarCode1.TabIndex = 37;
|
||
|
this.labBarCode1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// label14
|
||
|
//
|
||
|
this.label14.BackColor = System.Drawing.Color.Lime;
|
||
|
this.label14.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label14.Location = new System.Drawing.Point(528, 650);
|
||
|
this.label14.Name = "label14";
|
||
|
this.label14.Size = new System.Drawing.Size(514, 83);
|
||
|
this.label14.TabIndex = 36;
|
||
|
this.label14.Text = "条码";
|
||
|
this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// label15
|
||
|
//
|
||
|
this.label15.BackColor = System.Drawing.Color.Lime;
|
||
|
this.label15.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label15.Location = new System.Drawing.Point(1, 650);
|
||
|
this.label15.Name = "label15";
|
||
|
this.label15.Size = new System.Drawing.Size(514, 83);
|
||
|
this.label15.TabIndex = 35;
|
||
|
this.label15.Text = "条码";
|
||
|
this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// btnPass1
|
||
|
//
|
||
|
this.btnPass1.BackColor = System.Drawing.Color.LightGray;
|
||
|
this.btnPass1.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnPass1.Location = new System.Drawing.Point(6, 938);
|
||
|
this.btnPass1.Name = "btnPass1";
|
||
|
this.btnPass1.Size = new System.Drawing.Size(150, 79);
|
||
|
this.btnPass1.TabIndex = 39;
|
||
|
this.btnPass1.Text = "一次合格";
|
||
|
this.btnPass1.UseVisualStyleBackColor = false;
|
||
|
this.btnPass1.Click += new System.EventHandler(this.btnPass1_Click);
|
||
|
//
|
||
|
// btnRepair1
|
||
|
//
|
||
|
this.btnRepair1.BackColor = System.Drawing.Color.LightGray;
|
||
|
this.btnRepair1.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnRepair1.Location = new System.Drawing.Point(180, 938);
|
||
|
this.btnRepair1.Name = "btnRepair1";
|
||
|
this.btnRepair1.Size = new System.Drawing.Size(150, 79);
|
||
|
this.btnRepair1.TabIndex = 40;
|
||
|
this.btnRepair1.Text = "抛光";
|
||
|
this.btnRepair1.UseVisualStyleBackColor = false;
|
||
|
this.btnRepair1.Click += new System.EventHandler(this.btnRepair1_Click);
|
||
|
//
|
||
|
// btnAbt1
|
||
|
//
|
||
|
this.btnAbt1.BackColor = System.Drawing.Color.LightGray;
|
||
|
this.btnAbt1.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnAbt1.Location = new System.Drawing.Point(354, 938);
|
||
|
this.btnAbt1.Name = "btnAbt1";
|
||
|
this.btnAbt1.Size = new System.Drawing.Size(150, 79);
|
||
|
this.btnAbt1.TabIndex = 41;
|
||
|
this.btnAbt1.Text = "一次报废";
|
||
|
this.btnAbt1.UseVisualStyleBackColor = false;
|
||
|
this.btnAbt1.Click += new System.EventHandler(this.btnAbt1_Click);
|
||
|
//
|
||
|
// btnAbt2
|
||
|
//
|
||
|
this.btnAbt2.BackColor = System.Drawing.Color.LightGray;
|
||
|
this.btnAbt2.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnAbt2.Location = new System.Drawing.Point(884, 938);
|
||
|
this.btnAbt2.Name = "btnAbt2";
|
||
|
this.btnAbt2.Size = new System.Drawing.Size(150, 79);
|
||
|
this.btnAbt2.TabIndex = 44;
|
||
|
this.btnAbt2.Text = "一次报废";
|
||
|
this.btnAbt2.UseVisualStyleBackColor = false;
|
||
|
this.btnAbt2.Click += new System.EventHandler(this.btnAbt2_Click);
|
||
|
//
|
||
|
// btnRepair2
|
||
|
//
|
||
|
this.btnRepair2.BackColor = System.Drawing.Color.LightGray;
|
||
|
this.btnRepair2.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnRepair2.Location = new System.Drawing.Point(710, 938);
|
||
|
this.btnRepair2.Name = "btnRepair2";
|
||
|
this.btnRepair2.Size = new System.Drawing.Size(150, 79);
|
||
|
this.btnRepair2.TabIndex = 43;
|
||
|
this.btnRepair2.Text = "抛光";
|
||
|
this.btnRepair2.UseVisualStyleBackColor = false;
|
||
|
this.btnRepair2.Click += new System.EventHandler(this.btnRepair2_Click);
|
||
|
//
|
||
|
// btnPass2
|
||
|
//
|
||
|
this.btnPass2.BackColor = System.Drawing.Color.LightGray;
|
||
|
this.btnPass2.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnPass2.Location = new System.Drawing.Point(536, 938);
|
||
|
this.btnPass2.Name = "btnPass2";
|
||
|
this.btnPass2.Size = new System.Drawing.Size(150, 79);
|
||
|
this.btnPass2.TabIndex = 42;
|
||
|
this.btnPass2.Text = "一次合格";
|
||
|
this.btnPass2.UseVisualStyleBackColor = false;
|
||
|
this.btnPass2.Click += new System.EventHandler(this.btnPass2_Click);
|
||
|
//
|
||
|
// groupBox1
|
||
|
//
|
||
|
this.groupBox1.Controls.Add(this.btnSideBack);
|
||
|
this.groupBox1.Controls.Add(this.btnSide10);
|
||
|
this.groupBox1.Controls.Add(this.btnSide9);
|
||
|
this.groupBox1.Controls.Add(this.btnSide8);
|
||
|
this.groupBox1.Controls.Add(this.btnSide7);
|
||
|
this.groupBox1.Controls.Add(this.btnSide6);
|
||
|
this.groupBox1.Controls.Add(this.btnSide5);
|
||
|
this.groupBox1.Controls.Add(this.btnSide4);
|
||
|
this.groupBox1.Controls.Add(this.btnSide3);
|
||
|
this.groupBox1.Controls.Add(this.btnSide2);
|
||
|
this.groupBox1.Controls.Add(this.btnSide1);
|
||
|
this.groupBox1.Controls.Add(this.btnSide);
|
||
|
this.groupBox1.Controls.Add(this.txtSideNo);
|
||
|
this.groupBox1.Controls.Add(this.label8);
|
||
|
this.groupBox1.Location = new System.Drawing.Point(1048, 218);
|
||
|
this.groupBox1.Name = "groupBox1";
|
||
|
this.groupBox1.Size = new System.Drawing.Size(220, 712);
|
||
|
this.groupBox1.TabIndex = 45;
|
||
|
this.groupBox1.TabStop = false;
|
||
|
//
|
||
|
// btnSideBack
|
||
|
//
|
||
|
this.btnSideBack.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnSideBack.Location = new System.Drawing.Point(77, 573);
|
||
|
this.btnSideBack.Name = "btnSideBack";
|
||
|
this.btnSideBack.Size = new System.Drawing.Size(134, 126);
|
||
|
this.btnSideBack.TabIndex = 44;
|
||
|
this.btnSideBack.Text = "退格";
|
||
|
this.btnSideBack.UseVisualStyleBackColor = true;
|
||
|
this.btnSideBack.Click += new System.EventHandler(this.btnSideBack_Click);
|
||
|
//
|
||
|
// btnSide10
|
||
|
//
|
||
|
this.btnSide10.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnSide10.Location = new System.Drawing.Point(9, 573);
|
||
|
this.btnSide10.Name = "btnSide10";
|
||
|
this.btnSide10.Size = new System.Drawing.Size(66, 126);
|
||
|
this.btnSide10.TabIndex = 43;
|
||
|
this.btnSide10.Text = "0";
|
||
|
this.btnSide10.UseVisualStyleBackColor = true;
|
||
|
this.btnSide10.Click += new System.EventHandler(this.btnSide10_Click);
|
||
|
//
|
||
|
// btnSide9
|
||
|
//
|
||
|
this.btnSide9.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnSide9.Location = new System.Drawing.Point(145, 435);
|
||
|
this.btnSide9.Name = "btnSide9";
|
||
|
this.btnSide9.Size = new System.Drawing.Size(66, 126);
|
||
|
this.btnSide9.TabIndex = 42;
|
||
|
this.btnSide9.Text = "9";
|
||
|
this.btnSide9.UseVisualStyleBackColor = true;
|
||
|
this.btnSide9.Click += new System.EventHandler(this.btnSide9_Click);
|
||
|
//
|
||
|
// btnSide8
|
||
|
//
|
||
|
this.btnSide8.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnSide8.Location = new System.Drawing.Point(77, 435);
|
||
|
this.btnSide8.Name = "btnSide8";
|
||
|
this.btnSide8.Size = new System.Drawing.Size(66, 126);
|
||
|
this.btnSide8.TabIndex = 41;
|
||
|
this.btnSide8.Text = "8";
|
||
|
this.btnSide8.UseVisualStyleBackColor = true;
|
||
|
this.btnSide8.Click += new System.EventHandler(this.btnSide8_Click);
|
||
|
//
|
||
|
// btnSide7
|
||
|
//
|
||
|
this.btnSide7.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnSide7.Location = new System.Drawing.Point(9, 435);
|
||
|
this.btnSide7.Name = "btnSide7";
|
||
|
this.btnSide7.Size = new System.Drawing.Size(66, 126);
|
||
|
this.btnSide7.TabIndex = 40;
|
||
|
this.btnSide7.Text = "7";
|
||
|
this.btnSide7.UseVisualStyleBackColor = true;
|
||
|
this.btnSide7.Click += new System.EventHandler(this.btnSide7_Click);
|
||
|
//
|
||
|
// btnSide6
|
||
|
//
|
||
|
this.btnSide6.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnSide6.Location = new System.Drawing.Point(145, 297);
|
||
|
this.btnSide6.Name = "btnSide6";
|
||
|
this.btnSide6.Size = new System.Drawing.Size(66, 126);
|
||
|
this.btnSide6.TabIndex = 39;
|
||
|
this.btnSide6.Text = "6";
|
||
|
this.btnSide6.UseVisualStyleBackColor = true;
|
||
|
this.btnSide6.Click += new System.EventHandler(this.btnSide6_Click);
|
||
|
//
|
||
|
// btnSide5
|
||
|
//
|
||
|
this.btnSide5.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnSide5.Location = new System.Drawing.Point(77, 297);
|
||
|
this.btnSide5.Name = "btnSide5";
|
||
|
this.btnSide5.Size = new System.Drawing.Size(66, 126);
|
||
|
this.btnSide5.TabIndex = 38;
|
||
|
this.btnSide5.Text = "5";
|
||
|
this.btnSide5.UseVisualStyleBackColor = true;
|
||
|
this.btnSide5.Click += new System.EventHandler(this.btnSide5_Click);
|
||
|
//
|
||
|
// btnSide4
|
||
|
//
|
||
|
this.btnSide4.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnSide4.Location = new System.Drawing.Point(9, 297);
|
||
|
this.btnSide4.Name = "btnSide4";
|
||
|
this.btnSide4.Size = new System.Drawing.Size(66, 126);
|
||
|
this.btnSide4.TabIndex = 37;
|
||
|
this.btnSide4.Text = "4";
|
||
|
this.btnSide4.UseVisualStyleBackColor = true;
|
||
|
this.btnSide4.Click += new System.EventHandler(this.btnSide4_Click);
|
||
|
//
|
||
|
// btnSide3
|
||
|
//
|
||
|
this.btnSide3.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnSide3.Location = new System.Drawing.Point(145, 159);
|
||
|
this.btnSide3.Name = "btnSide3";
|
||
|
this.btnSide3.Size = new System.Drawing.Size(66, 126);
|
||
|
this.btnSide3.TabIndex = 36;
|
||
|
this.btnSide3.Text = "3";
|
||
|
this.btnSide3.UseVisualStyleBackColor = true;
|
||
|
this.btnSide3.Click += new System.EventHandler(this.btnSide3_Click);
|
||
|
//
|
||
|
// btnSide2
|
||
|
//
|
||
|
this.btnSide2.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnSide2.Location = new System.Drawing.Point(77, 159);
|
||
|
this.btnSide2.Name = "btnSide2";
|
||
|
this.btnSide2.Size = new System.Drawing.Size(66, 126);
|
||
|
this.btnSide2.TabIndex = 35;
|
||
|
this.btnSide2.Text = "2";
|
||
|
this.btnSide2.UseVisualStyleBackColor = true;
|
||
|
this.btnSide2.Click += new System.EventHandler(this.btnSide2_Click);
|
||
|
//
|
||
|
// btnSide1
|
||
|
//
|
||
|
this.btnSide1.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnSide1.Location = new System.Drawing.Point(9, 159);
|
||
|
this.btnSide1.Name = "btnSide1";
|
||
|
this.btnSide1.Size = new System.Drawing.Size(66, 126);
|
||
|
this.btnSide1.TabIndex = 34;
|
||
|
this.btnSide1.Text = "1";
|
||
|
this.btnSide1.UseVisualStyleBackColor = true;
|
||
|
this.btnSide1.Click += new System.EventHandler(this.btnSide1_Click);
|
||
|
//
|
||
|
// btnSide
|
||
|
//
|
||
|
this.btnSide.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnSide.Location = new System.Drawing.Point(131, 99);
|
||
|
this.btnSide.Name = "btnSide";
|
||
|
this.btnSide.Size = new System.Drawing.Size(80, 47);
|
||
|
this.btnSide.TabIndex = 33;
|
||
|
this.btnSide.Text = "获取";
|
||
|
this.btnSide.UseVisualStyleBackColor = true;
|
||
|
this.btnSide.Click += new System.EventHandler(this.btnSide_Click);
|
||
|
//
|
||
|
// txtSideNo
|
||
|
//
|
||
|
this.txtSideNo.Font = new System.Drawing.Font("黑体", 26F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.txtSideNo.Location = new System.Drawing.Point(9, 99);
|
||
|
this.txtSideNo.Name = "txtSideNo";
|
||
|
this.txtSideNo.Size = new System.Drawing.Size(120, 47);
|
||
|
this.txtSideNo.TabIndex = 32;
|
||
|
this.txtSideNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
|
//
|
||
|
// label8
|
||
|
//
|
||
|
this.label8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
||
|
this.label8.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label8.Location = new System.Drawing.Point(9, 17);
|
||
|
this.label8.Name = "label8";
|
||
|
this.label8.Size = new System.Drawing.Size(202, 70);
|
||
|
this.label8.TabIndex = 31;
|
||
|
this.label8.Text = "滑撬号";
|
||
|
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// labColor2
|
||
|
//
|
||
|
this.labColor2.BackColor = System.Drawing.Color.White;
|
||
|
this.labColor2.Font = new System.Drawing.Font("黑体", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.labColor2.Location = new System.Drawing.Point(528, 487);
|
||
|
this.labColor2.Name = "labColor2";
|
||
|
this.labColor2.Size = new System.Drawing.Size(514, 159);
|
||
|
this.labColor2.TabIndex = 47;
|
||
|
this.labColor2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// labColor1
|
||
|
//
|
||
|
this.labColor1.BackColor = System.Drawing.Color.White;
|
||
|
this.labColor1.Font = new System.Drawing.Font("黑体", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.labColor1.Location = new System.Drawing.Point(1, 487);
|
||
|
this.labColor1.Name = "labColor1";
|
||
|
this.labColor1.Size = new System.Drawing.Size(514, 159);
|
||
|
this.labColor1.TabIndex = 46;
|
||
|
this.labColor1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// labDefect1
|
||
|
//
|
||
|
this.labDefect1.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.labDefect1.ForeColor = System.Drawing.Color.Red;
|
||
|
this.labDefect1.Location = new System.Drawing.Point(1, 170);
|
||
|
this.labDefect1.Name = "labDefect1";
|
||
|
this.labDefect1.Size = new System.Drawing.Size(514, 55);
|
||
|
this.labDefect1.TabIndex = 48;
|
||
|
this.labDefect1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
|
//
|
||
|
// labDefect2
|
||
|
//
|
||
|
this.labDefect2.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.labDefect2.ForeColor = System.Drawing.Color.Red;
|
||
|
this.labDefect2.Location = new System.Drawing.Point(528, 170);
|
||
|
this.labDefect2.Name = "labDefect2";
|
||
|
this.labDefect2.Size = new System.Drawing.Size(514, 55);
|
||
|
this.labDefect2.TabIndex = 49;
|
||
|
this.labDefect2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
|
//
|
||
|
// FrmFirstCheck
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(1280, 1024);
|
||
|
this.Controls.Add(this.labDefect2);
|
||
|
this.Controls.Add(this.labDefect1);
|
||
|
this.Controls.Add(this.labColor2);
|
||
|
this.Controls.Add(this.labColor1);
|
||
|
this.Controls.Add(this.groupBox1);
|
||
|
this.Controls.Add(this.btnAbt2);
|
||
|
this.Controls.Add(this.btnRepair2);
|
||
|
this.Controls.Add(this.btnPass2);
|
||
|
this.Controls.Add(this.btnAbt1);
|
||
|
this.Controls.Add(this.btnRepair1);
|
||
|
this.Controls.Add(this.btnPass1);
|
||
|
this.Controls.Add(this.labBarCode2);
|
||
|
this.Controls.Add(this.labBarCode1);
|
||
|
this.Controls.Add(this.label14);
|
||
|
this.Controls.Add(this.label15);
|
||
|
this.Controls.Add(this.labXingHao2);
|
||
|
this.Controls.Add(this.labXingHao1);
|
||
|
this.Controls.Add(this.label9);
|
||
|
this.Controls.Add(this.btnSubmit);
|
||
|
this.Controls.Add(this.label7);
|
||
|
this.Controls.Add(this.labChangeColor);
|
||
|
this.Controls.Add(this.labelVersion);
|
||
|
this.Controls.Add(this.labStation);
|
||
|
this.Controls.Add(this.labWorkClass);
|
||
|
this.Controls.Add(this.rdo3);
|
||
|
this.Controls.Add(this.rdo2);
|
||
|
this.Controls.Add(this.rdo1);
|
||
|
this.Controls.Add(this.labTime);
|
||
|
this.Controls.Add(this.pictureBox1);
|
||
|
this.Controls.Add(this.labTitle);
|
||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
|
this.Name = "FrmFirstCheck";
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
|
this.Text = "喷涂一次检验";
|
||
|
this.Load += new System.EventHandler(this.FrmFirstCheck_Load);
|
||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||
|
this.groupBox1.ResumeLayout(false);
|
||
|
this.groupBox1.PerformLayout();
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.Label labTime;
|
||
|
private System.Windows.Forms.PictureBox pictureBox1;
|
||
|
private System.Windows.Forms.Label labTitle;
|
||
|
private System.Windows.Forms.RadioButton rdo1;
|
||
|
private System.Windows.Forms.RadioButton rdo2;
|
||
|
private System.Windows.Forms.RadioButton rdo3;
|
||
|
private System.Windows.Forms.Label labWorkClass;
|
||
|
private System.Windows.Forms.Label labStation;
|
||
|
private System.Windows.Forms.Label labelVersion;
|
||
|
private System.Windows.Forms.Label labChangeColor;
|
||
|
private System.Windows.Forms.Label label7;
|
||
|
private System.Windows.Forms.Button btnSubmit;
|
||
|
private System.Windows.Forms.Label label9;
|
||
|
private System.Windows.Forms.Label labXingHao1;
|
||
|
private System.Windows.Forms.Label labXingHao2;
|
||
|
private System.Windows.Forms.Label labBarCode2;
|
||
|
private System.Windows.Forms.Label labBarCode1;
|
||
|
private System.Windows.Forms.Label label14;
|
||
|
private System.Windows.Forms.Label label15;
|
||
|
private System.Windows.Forms.Button btnPass1;
|
||
|
private System.Windows.Forms.Button btnRepair1;
|
||
|
private System.Windows.Forms.Button btnAbt1;
|
||
|
private System.Windows.Forms.Button btnAbt2;
|
||
|
private System.Windows.Forms.Button btnRepair2;
|
||
|
private System.Windows.Forms.Button btnPass2;
|
||
|
private System.Windows.Forms.GroupBox groupBox1;
|
||
|
private System.Windows.Forms.Button btnSideBack;
|
||
|
private System.Windows.Forms.Button btnSide10;
|
||
|
private System.Windows.Forms.Button btnSide9;
|
||
|
private System.Windows.Forms.Button btnSide8;
|
||
|
private System.Windows.Forms.Button btnSide7;
|
||
|
private System.Windows.Forms.Button btnSide6;
|
||
|
private System.Windows.Forms.Button btnSide5;
|
||
|
private System.Windows.Forms.Button btnSide4;
|
||
|
private System.Windows.Forms.Button btnSide3;
|
||
|
private System.Windows.Forms.Button btnSide2;
|
||
|
private System.Windows.Forms.Button btnSide1;
|
||
|
private System.Windows.Forms.Button btnSide;
|
||
|
private System.Windows.Forms.TextBox txtSideNo;
|
||
|
private System.Windows.Forms.Label label8;
|
||
|
private System.Windows.Forms.Label labColor2;
|
||
|
private System.Windows.Forms.Label labColor1;
|
||
|
private System.Windows.Forms.Label labDefect1;
|
||
|
private System.Windows.Forms.Label labDefect2;
|
||
|
}
|
||
|
}
|