注塑喷涂
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.

242 lines
13 KiB

namespace PunchAndWeld
{
partial class FrmDoorSill_214_3_Condition
{
/// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.checkBox5 = new System.Windows.Forms.CheckBox();
this.checkBox4 = new System.Windows.Forms.CheckBox();
this.checkBox3 = new System.Windows.Forms.CheckBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cboxL = new System.Windows.Forms.CheckBox();
this.cboxH = new System.Windows.Forms.CheckBox();
this.panel1 = new System.Windows.Forms.Panel();
this.btnCancel = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.tableLayoutPanel1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
3 months ago
this.tableLayoutPanel1.BackColor = System.Drawing.Color.Black;
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 2);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
3 months ago
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 3;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
3 months ago
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 48F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(700, 428);
this.tableLayoutPanel1.TabIndex = 0;
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(34)))), ((int)(((byte)(52)))));
this.groupBox2.Controls.Add(this.checkBox5);
this.groupBox2.Controls.Add(this.checkBox4);
this.groupBox2.Controls.Add(this.checkBox3);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.ForeColor = System.Drawing.Color.Yellow;
3 months ago
this.groupBox2.Location = new System.Drawing.Point(2, 192);
this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox2.Name = "groupBox2";
3 months ago
this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox2.Size = new System.Drawing.Size(696, 186);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "生产模式设置";
//
// checkBox5
//
this.checkBox5.AutoSize = true;
this.checkBox5.Font = new System.Drawing.Font("宋体", 25.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBox5.ForeColor = System.Drawing.Color.White;
3 months ago
this.checkBox5.Location = new System.Drawing.Point(184, 130);
this.checkBox5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.checkBox5.Name = "checkBox5";
3 months ago
this.checkBox5.Size = new System.Drawing.Size(106, 39);
this.checkBox5.TabIndex = 3;
this.checkBox5.Text = "左右";
this.checkBox5.UseVisualStyleBackColor = true;
this.checkBox5.CheckedChanged += new System.EventHandler(this.CBoxLeftOrRight_CheckedChanged);
//
// checkBox4
//
this.checkBox4.AutoSize = true;
this.checkBox4.Font = new System.Drawing.Font("宋体", 25.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBox4.ForeColor = System.Drawing.Color.White;
3 months ago
this.checkBox4.Location = new System.Drawing.Point(184, 78);
this.checkBox4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.checkBox4.Name = "checkBox4";
3 months ago
this.checkBox4.Size = new System.Drawing.Size(70, 39);
this.checkBox4.TabIndex = 2;
this.checkBox4.Text = "右";
this.checkBox4.UseVisualStyleBackColor = true;
this.checkBox4.CheckedChanged += new System.EventHandler(this.CBoxLeftOrRight_CheckedChanged);
//
// checkBox3
//
this.checkBox3.AutoSize = true;
this.checkBox3.Font = new System.Drawing.Font("宋体", 25.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBox3.ForeColor = System.Drawing.Color.White;
3 months ago
this.checkBox3.Location = new System.Drawing.Point(184, 19);
this.checkBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.checkBox3.Name = "checkBox3";
3 months ago
this.checkBox3.Size = new System.Drawing.Size(70, 39);
this.checkBox3.TabIndex = 1;
this.checkBox3.Text = "左";
this.checkBox3.UseVisualStyleBackColor = true;
this.checkBox3.CheckedChanged += new System.EventHandler(this.CBoxLeftOrRight_CheckedChanged);
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(34)))), ((int)(((byte)(52)))));
this.groupBox1.Controls.Add(this.cboxL);
this.groupBox1.Controls.Add(this.cboxH);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.ForeColor = System.Drawing.Color.Yellow;
3 months ago
this.groupBox1.Location = new System.Drawing.Point(2, 2);
this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox1.Name = "groupBox1";
3 months ago
this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox1.Size = new System.Drawing.Size(696, 186);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "配置设置";
//
// cboxL
//
this.cboxL.AutoSize = true;
this.cboxL.Font = new System.Drawing.Font("宋体", 25.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cboxL.ForeColor = System.Drawing.Color.White;
3 months ago
this.cboxL.Location = new System.Drawing.Point(184, 109);
this.cboxL.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cboxL.Name = "cboxL";
3 months ago
this.cboxL.Size = new System.Drawing.Size(106, 39);
this.cboxL.TabIndex = 1;
this.cboxL.Text = "低配";
this.cboxL.UseVisualStyleBackColor = true;
this.cboxL.CheckedChanged += new System.EventHandler(this.CBoxCfg_CheckedChanged);
//
// cboxH
//
this.cboxH.AutoSize = true;
this.cboxH.Font = new System.Drawing.Font("宋体", 25.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cboxH.ForeColor = System.Drawing.Color.White;
3 months ago
this.cboxH.Location = new System.Drawing.Point(184, 36);
this.cboxH.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cboxH.Name = "cboxH";
3 months ago
this.cboxH.Size = new System.Drawing.Size(106, 39);
this.cboxH.TabIndex = 0;
this.cboxH.Text = "高配";
this.cboxH.UseVisualStyleBackColor = true;
this.cboxH.CheckedChanged += new System.EventHandler(this.CBoxCfg_CheckedChanged);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(34)))), ((int)(((byte)(52)))));
this.panel1.Controls.Add(this.btnCancel);
this.panel1.Controls.Add(this.btnOK);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
3 months ago
this.panel1.Location = new System.Drawing.Point(2, 382);
this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.panel1.Name = "panel1";
3 months ago
this.panel1.Size = new System.Drawing.Size(696, 44);
this.panel1.TabIndex = 2;
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.btnCancel.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
3 months ago
this.btnCancel.Location = new System.Drawing.Point(403, 0);
this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnCancel.Name = "btnCancel";
3 months ago
this.btnCancel.Size = new System.Drawing.Size(116, 44);
this.btnCancel.TabIndex = 1;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.btnOK.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
3 months ago
this.btnOK.Location = new System.Drawing.Point(110, 2);
this.btnOK.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnOK.Name = "btnOK";
3 months ago
this.btnOK.Size = new System.Drawing.Size(116, 44);
this.btnOK.TabIndex = 0;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// FrmDoorSill_214_3_Condition
//
3 months ago
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
3 months ago
this.ClientSize = new System.Drawing.Size(700, 428);
this.Controls.Add(this.tableLayoutPanel1);
3 months ago
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "FrmDoorSill_214_3_Condition";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "214生产参数配置";
this.tableLayoutPanel1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.CheckBox cboxL;
private System.Windows.Forms.CheckBox cboxH;
private System.Windows.Forms.CheckBox checkBox5;
private System.Windows.Forms.CheckBox checkBox4;
private System.Windows.Forms.CheckBox checkBox3;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOK;
}
}