namespace PaintingPC { partial class FrmChangeColorResize { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.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.Location = new System.Drawing.Point(12, 77); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1000, 638); 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(741, 721); this.btnBack.Name = "btnBack"; this.btnBack.Size = new System.Drawing.Size(227, 38); 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(436, 721); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(186, 38); this.btnSave.TabIndex = 50; this.btnSave.Text = "确定"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // labTitle // this.labTitle.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.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(211, 2); this.labTitle.Name = "labTitle"; this.labTitle.Size = new System.Drawing.Size(319, 72); 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(525, 45); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(296, 29); this.label1.TabIndex = 53; this.label1.Text = "(面漆号,颜色代码,颜色)"; // // FrmChangeColorResize // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1024, 768); this.Controls.Add(this.labTitle); this.Controls.Add(this.label1); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnBack); this.Controls.Add(this.panel2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FrmChangeColorResize"; 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; } }