一厂MES,含注塑,喷涂,冲孔
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.
 
 
 
 
 

116 lines
5.1 KiB

namespace PaintingPC
{
partial class FrmChangeColor
{
/// <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.panel2 = new System.Windows.Forms.Panel();
this.btnBack = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
this.labTitle = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// panel2
//
this.panel2.Location = new System.Drawing.Point(12, 165);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1256, 688);
this.panel2.TabIndex = 49;
//
// btnBack
//
this.btnBack.BackColor = System.Drawing.Color.SpringGreen;
this.btnBack.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnBack.Location = new System.Drawing.Point(675, 904);
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(262, 73);
this.btnBack.TabIndex = 51;
this.btnBack.Text = "返回";
this.btnBack.UseVisualStyleBackColor = false;
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
//
// btnSave
//
this.btnSave.BackColor = System.Drawing.Color.DarkGray;
this.btnSave.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.Location = new System.Drawing.Point(329, 904);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(262, 73);
this.btnSave.TabIndex = 50;
this.btnSave.Text = "确定";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// labTitle
//
this.labTitle.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
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(200, 41);
this.labTitle.Name = "labTitle";
this.labTitle.Size = new System.Drawing.Size(861, 84);
this.labTitle.TabIndex = 52;
this.labTitle.Text = "选择颜色";
this.labTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label1
//
this.label1.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.label1.Location = new System.Drawing.Point(765, 88);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(296, 29);
this.label1.TabIndex = 53;
//
// FrmChangeColor
//
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.label1);
this.Controls.Add(this.labTitle);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.btnBack);
this.Controls.Add(this.panel2);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FrmChangeColor";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FrmChangeColor";
this.Load += new System.EventHandler(this.FrmChangeColor_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button btnBack;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Label labTitle;
private System.Windows.Forms.Label label1;
}
}