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.
173 lines
8.6 KiB
173 lines
8.6 KiB
2 months ago
|
namespace PaintingPC
|
||
|
{
|
||
|
partial class FrmTemp1
|
||
|
{
|
||
|
/// <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(FrmTemp1));
|
||
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||
|
this.panel1 = new System.Windows.Forms.Panel();
|
||
|
this.labTime = new System.Windows.Forms.Label();
|
||
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||
|
this.labTitle = new System.Windows.Forms.Label();
|
||
|
this.panel2 = new System.Windows.Forms.Panel();
|
||
|
this.button1 = new System.Windows.Forms.Button();
|
||
|
this.button2 = new System.Windows.Forms.Button();
|
||
|
this.tableLayoutPanel1.SuspendLayout();
|
||
|
this.panel1.SuspendLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// tableLayoutPanel1
|
||
|
//
|
||
|
this.tableLayoutPanel1.ColumnCount = 1;
|
||
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
|
||
|
this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1);
|
||
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
||
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||
|
this.tableLayoutPanel1.RowCount = 2;
|
||
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.98431F));
|
||
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 89.01569F));
|
||
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1280, 1024);
|
||
|
this.tableLayoutPanel1.TabIndex = 0;
|
||
|
//
|
||
|
// panel1
|
||
|
//
|
||
|
this.panel1.Controls.Add(this.button2);
|
||
|
this.panel1.Controls.Add(this.button1);
|
||
|
this.panel1.Controls.Add(this.labTime);
|
||
|
this.panel1.Controls.Add(this.pictureBox1);
|
||
|
this.panel1.Controls.Add(this.labTitle);
|
||
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.panel1.Location = new System.Drawing.Point(3, 3);
|
||
|
this.panel1.Name = "panel1";
|
||
|
this.panel1.Size = new System.Drawing.Size(1274, 106);
|
||
|
this.panel1.TabIndex = 0;
|
||
|
//
|
||
|
// 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(1496, 0);
|
||
|
this.labTime.Name = "labTime";
|
||
|
this.labTime.Size = new System.Drawing.Size(415, 112);
|
||
|
this.labTime.TabIndex = 9;
|
||
|
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(-5, -7);
|
||
|
this.pictureBox1.Name = "pictureBox1";
|
||
|
this.pictureBox1.Size = new System.Drawing.Size(224, 119);
|
||
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
|
this.pictureBox1.TabIndex = 8;
|
||
|
this.pictureBox1.TabStop = false;
|
||
|
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
|
||
|
//
|
||
|
// 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(0, 0);
|
||
|
this.labTitle.Name = "labTitle";
|
||
|
this.labTitle.Size = new System.Drawing.Size(1058, 106);
|
||
|
this.labTitle.TabIndex = 7;
|
||
|
this.labTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
this.labTitle.Click += new System.EventHandler(this.labTitle_Click);
|
||
|
//
|
||
|
// panel2
|
||
|
//
|
||
|
this.panel2.AutoScroll = true;
|
||
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.panel2.Location = new System.Drawing.Point(3, 115);
|
||
|
this.panel2.Name = "panel2";
|
||
|
this.panel2.Size = new System.Drawing.Size(1274, 906);
|
||
|
this.panel2.TabIndex = 1;
|
||
|
//
|
||
|
// button1
|
||
|
//
|
||
|
this.button1.BackColor = System.Drawing.Color.Yellow;
|
||
|
this.button1.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.button1.Location = new System.Drawing.Point(1061, -3);
|
||
|
this.button1.Margin = new System.Windows.Forms.Padding(0);
|
||
|
this.button1.Name = "button1";
|
||
|
this.button1.Size = new System.Drawing.Size(107, 109);
|
||
|
this.button1.TabIndex = 10;
|
||
|
this.button1.Text = "车型";
|
||
|
this.button1.UseVisualStyleBackColor = false;
|
||
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
|
//
|
||
|
// button2
|
||
|
//
|
||
|
this.button2.BackColor = System.Drawing.Color.Lime;
|
||
|
this.button2.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.button2.Location = new System.Drawing.Point(1170, -2);
|
||
|
this.button2.Margin = new System.Windows.Forms.Padding(0);
|
||
|
this.button2.Name = "button2";
|
||
|
this.button2.Size = new System.Drawing.Size(107, 109);
|
||
|
this.button2.TabIndex = 11;
|
||
|
this.button2.Text = "颜色";
|
||
|
this.button2.UseVisualStyleBackColor = false;
|
||
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
|
//
|
||
|
// FrmTemp1
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.AutoScroll = true;
|
||
|
this.ClientSize = new System.Drawing.Size(1280, 1024);
|
||
|
this.Controls.Add(this.tableLayoutPanel1);
|
||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
|
this.Name = "FrmTemp1";
|
||
|
this.Text = "FrmTemp1";
|
||
|
this.Load += new System.EventHandler(this.FrmTemp1_Load);
|
||
|
this.tableLayoutPanel1.ResumeLayout(false);
|
||
|
this.panel1.ResumeLayout(false);
|
||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
||
|
private System.Windows.Forms.Panel panel1;
|
||
|
private System.Windows.Forms.Label labTime;
|
||
|
private System.Windows.Forms.PictureBox pictureBox1;
|
||
|
private System.Windows.Forms.Label labTitle;
|
||
|
private System.Windows.Forms.Panel panel2;
|
||
|
private System.Windows.Forms.Button button1;
|
||
|
private System.Windows.Forms.Button button2;
|
||
|
}
|
||
|
}
|