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.
424 lines
25 KiB
424 lines
25 KiB
5 months ago
|
namespace PunchAndWeld
|
||
|
{
|
||
|
partial class FrmProScreen
|
||
|
{
|
||
|
/// <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.components = new System.ComponentModel.Container();
|
||
|
this.button1 = new System.Windows.Forms.Button();
|
||
|
this.button2 = new System.Windows.Forms.Button();
|
||
|
this.button3 = new System.Windows.Forms.Button();
|
||
|
this.button4 = new System.Windows.Forms.Button();
|
||
|
this.button5 = new System.Windows.Forms.Button();
|
||
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
||
|
this.label1 = new System.Windows.Forms.Label();
|
||
|
this.label2 = new System.Windows.Forms.Label();
|
||
|
this.label3 = new System.Windows.Forms.Label();
|
||
|
this.label4 = new System.Windows.Forms.Label();
|
||
|
this.label6 = new System.Windows.Forms.Label();
|
||
|
this.label7 = new System.Windows.Forms.Label();
|
||
|
this.label8 = new System.Windows.Forms.Label();
|
||
|
this.label9 = new System.Windows.Forms.Label();
|
||
|
this.label10 = new System.Windows.Forms.Label();
|
||
|
this.button6 = new System.Windows.Forms.Button();
|
||
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
||
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
||
|
this.label5 = new System.Windows.Forms.Label();
|
||
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
||
|
this.button7 = new System.Windows.Forms.Button();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// button1
|
||
|
//
|
||
|
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
||
|
this.button1.Font = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.button1.Location = new System.Drawing.Point(1450, 678);
|
||
|
this.button1.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.button1.Name = "button1";
|
||
|
this.button1.Size = new System.Drawing.Size(193, 75);
|
||
|
this.button1.TabIndex = 0;
|
||
|
this.button1.Text = "上一计划";
|
||
|
this.button1.UseVisualStyleBackColor = false;
|
||
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
|
//
|
||
|
// button2
|
||
|
//
|
||
|
this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
||
|
this.button2.Font = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.button2.Location = new System.Drawing.Point(1680, 678);
|
||
|
this.button2.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.button2.Name = "button2";
|
||
|
this.button2.Size = new System.Drawing.Size(193, 75);
|
||
|
this.button2.TabIndex = 1;
|
||
|
this.button2.Text = "下一计划";
|
||
|
this.button2.UseVisualStyleBackColor = false;
|
||
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
|
//
|
||
|
// button3
|
||
|
//
|
||
|
this.button3.Font = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.button3.Location = new System.Drawing.Point(1450, 876);
|
||
|
this.button3.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.button3.Name = "button3";
|
||
|
this.button3.Size = new System.Drawing.Size(193, 75);
|
||
|
this.button3.TabIndex = 2;
|
||
|
this.button3.Text = "补打标签";
|
||
|
this.button3.UseVisualStyleBackColor = true;
|
||
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
||
|
//
|
||
|
// button4
|
||
|
//
|
||
|
this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
||
|
this.button4.Font = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.button4.Location = new System.Drawing.Point(1450, 777);
|
||
|
this.button4.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.button4.Name = "button4";
|
||
|
this.button4.Size = new System.Drawing.Size(193, 75);
|
||
|
this.button4.TabIndex = 3;
|
||
|
this.button4.Text = "产品不良";
|
||
|
this.button4.UseVisualStyleBackColor = false;
|
||
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
||
|
//
|
||
|
// button5
|
||
|
//
|
||
|
this.button5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
||
|
this.button5.Font = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.button5.Location = new System.Drawing.Point(1680, 777);
|
||
|
this.button5.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.button5.Name = "button5";
|
||
|
this.button5.Size = new System.Drawing.Size(193, 75);
|
||
|
this.button5.TabIndex = 4;
|
||
|
this.button5.Text = "不良转合格";
|
||
|
this.button5.UseVisualStyleBackColor = false;
|
||
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
||
|
//
|
||
|
// textBox1
|
||
|
//
|
||
|
this.textBox1.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.textBox1.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.textBox1.Location = new System.Drawing.Point(62, 947);
|
||
|
this.textBox1.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.textBox1.Multiline = true;
|
||
|
this.textBox1.Name = "textBox1";
|
||
|
this.textBox1.Size = new System.Drawing.Size(453, 69);
|
||
|
this.textBox1.TabIndex = 5;
|
||
|
this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
|
||
|
//
|
||
|
// label1
|
||
|
//
|
||
|
this.label1.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.label1.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label1.ForeColor = System.Drawing.Color.White;
|
||
|
this.label1.Location = new System.Drawing.Point(105, 153);
|
||
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(380, 70);
|
||
|
this.label1.TabIndex = 6;
|
||
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// label2
|
||
|
//
|
||
|
this.label2.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.label2.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label2.ForeColor = System.Drawing.Color.White;
|
||
|
this.label2.Location = new System.Drawing.Point(105, 353);
|
||
|
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
|
this.label2.Name = "label2";
|
||
|
this.label2.Size = new System.Drawing.Size(380, 68);
|
||
|
this.label2.TabIndex = 7;
|
||
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// label3
|
||
|
//
|
||
|
this.label3.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.label3.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label3.ForeColor = System.Drawing.Color.White;
|
||
|
this.label3.Location = new System.Drawing.Point(105, 553);
|
||
|
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
|
this.label3.Name = "label3";
|
||
|
this.label3.Size = new System.Drawing.Size(380, 67);
|
||
|
this.label3.TabIndex = 8;
|
||
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// label4
|
||
|
//
|
||
|
this.label4.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.label4.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label4.ForeColor = System.Drawing.Color.White;
|
||
|
this.label4.Location = new System.Drawing.Point(62, 741);
|
||
|
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
|
this.label4.Name = "label4";
|
||
|
this.label4.Size = new System.Drawing.Size(453, 79);
|
||
|
this.label4.TabIndex = 9;
|
||
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// label6
|
||
|
//
|
||
|
this.label6.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.label6.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.label6.Font = new System.Drawing.Font("微软雅黑", 180F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label6.ForeColor = System.Drawing.Color.Blue;
|
||
|
this.label6.Location = new System.Drawing.Point(570, 311);
|
||
|
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
|
this.label6.Name = "label6";
|
||
|
this.label6.Size = new System.Drawing.Size(832, 355);
|
||
|
this.label6.TabIndex = 11;
|
||
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// label7
|
||
|
//
|
||
|
this.label7.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.label7.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.label7.Font = new System.Drawing.Font("微软雅黑", 160F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
||
|
this.label7.Location = new System.Drawing.Point(575, 751);
|
||
|
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
|
this.label7.Name = "label7";
|
||
|
this.label7.Size = new System.Drawing.Size(827, 302);
|
||
|
this.label7.TabIndex = 12;
|
||
|
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// label8
|
||
|
//
|
||
|
this.label8.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.label8.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.label8.Font = new System.Drawing.Font("微软雅黑", 28F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label8.ForeColor = System.Drawing.Color.White;
|
||
|
this.label8.Location = new System.Drawing.Point(1420, 172);
|
||
|
this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
|
this.label8.Name = "label8";
|
||
|
this.label8.Size = new System.Drawing.Size(489, 92);
|
||
|
this.label8.TabIndex = 13;
|
||
|
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// label9
|
||
|
//
|
||
|
this.label9.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.label9.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.label9.Font = new System.Drawing.Font("微软雅黑", 28F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label9.ForeColor = System.Drawing.Color.White;
|
||
|
this.label9.Location = new System.Drawing.Point(1420, 73);
|
||
|
this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
|
this.label9.Name = "label9";
|
||
|
this.label9.Size = new System.Drawing.Size(489, 101);
|
||
|
this.label9.TabIndex = 14;
|
||
|
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
this.label9.Click += new System.EventHandler(this.label9_Click);
|
||
|
//
|
||
|
// label10
|
||
|
//
|
||
|
this.label10.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.label10.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.label10.Font = new System.Drawing.Font("微软雅黑", 150F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||
|
this.label10.Location = new System.Drawing.Point(1415, 353);
|
||
|
this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
|
this.label10.Name = "label10";
|
||
|
this.label10.Size = new System.Drawing.Size(494, 323);
|
||
|
this.label10.TabIndex = 15;
|
||
|
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// button6
|
||
|
//
|
||
|
this.button6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
||
|
this.button6.Font = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.button6.Location = new System.Drawing.Point(1680, 876);
|
||
|
this.button6.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.button6.Name = "button6";
|
||
|
this.button6.Size = new System.Drawing.Size(193, 75);
|
||
|
this.button6.TabIndex = 16;
|
||
|
this.button6.Text = "计划查询";
|
||
|
this.button6.UseVisualStyleBackColor = false;
|
||
|
this.button6.Click += new System.EventHandler(this.button6_Click);
|
||
|
//
|
||
|
// timer1
|
||
|
//
|
||
|
this.timer1.Interval = 5000;
|
||
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
||
|
//
|
||
|
// textBox2
|
||
|
//
|
||
|
this.textBox2.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.textBox2.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.textBox2.Location = new System.Drawing.Point(766, 540);
|
||
|
this.textBox2.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.textBox2.Multiline = true;
|
||
|
this.textBox2.Name = "textBox2";
|
||
|
this.textBox2.Size = new System.Drawing.Size(453, 69);
|
||
|
this.textBox2.TabIndex = 17;
|
||
|
this.textBox2.Visible = false;
|
||
|
this.textBox2.DoubleClick += new System.EventHandler(this.textBox2_DoubleClick);
|
||
|
this.textBox2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox2_KeyDown);
|
||
|
//
|
||
|
// textBox3
|
||
|
//
|
||
|
this.textBox3.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.textBox3.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.textBox3.Location = new System.Drawing.Point(782, 554);
|
||
|
this.textBox3.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.textBox3.Multiline = true;
|
||
|
this.textBox3.Name = "textBox3";
|
||
|
this.textBox3.Size = new System.Drawing.Size(453, 69);
|
||
|
this.textBox3.TabIndex = 18;
|
||
|
this.textBox3.Visible = false;
|
||
|
this.textBox3.DoubleClick += new System.EventHandler(this.textBox3_DoubleClick);
|
||
|
this.textBox3.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox3_KeyDown);
|
||
|
//
|
||
|
// label5
|
||
|
//
|
||
|
this.label5.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.label5.Font = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label5.ForeColor = System.Drawing.Color.White;
|
||
|
this.label5.Location = new System.Drawing.Point(1420, 17);
|
||
|
this.label5.Margin = new System.Windows.Forms.Padding(0);
|
||
|
this.label5.Name = "label5";
|
||
|
this.label5.Size = new System.Drawing.Size(489, 40);
|
||
|
this.label5.TabIndex = 19;
|
||
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// textBox4
|
||
|
//
|
||
|
this.textBox4.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.textBox4.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.textBox4.Location = new System.Drawing.Point(801, 569);
|
||
|
this.textBox4.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.textBox4.Multiline = true;
|
||
|
this.textBox4.Name = "textBox4";
|
||
|
this.textBox4.Size = new System.Drawing.Size(453, 69);
|
||
|
this.textBox4.TabIndex = 20;
|
||
|
this.textBox4.Visible = false;
|
||
|
this.textBox4.DoubleClick += new System.EventHandler(this.textBox4_DoubleClick);
|
||
|
this.textBox4.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox4_KeyDown);
|
||
|
//
|
||
|
// button7
|
||
|
//
|
||
|
this.button7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||
|
this.button7.Font = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.button7.Location = new System.Drawing.Point(1450, 975);
|
||
|
this.button7.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.button7.Name = "button7";
|
||
|
this.button7.Size = new System.Drawing.Size(193, 75);
|
||
|
this.button7.TabIndex = 21;
|
||
|
this.button7.Text = "计划完成";
|
||
|
this.button7.UseVisualStyleBackColor = false;
|
||
|
this.button7.Click += new System.EventHandler(this.button7_Click);
|
||
|
//
|
||
|
// FrmProScreen
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.BackgroundImage = global::PunchAndWeld.Properties.Resources._20200428213144;
|
||
|
this.ClientSize = new System.Drawing.Size(1920, 1080);
|
||
|
this.Controls.Add(this.button7);
|
||
|
this.Controls.Add(this.textBox4);
|
||
|
this.Controls.Add(this.label5);
|
||
|
this.Controls.Add(this.textBox3);
|
||
|
this.Controls.Add(this.textBox2);
|
||
|
this.Controls.Add(this.button6);
|
||
|
this.Controls.Add(this.label10);
|
||
|
this.Controls.Add(this.label9);
|
||
|
this.Controls.Add(this.label8);
|
||
|
this.Controls.Add(this.label7);
|
||
|
this.Controls.Add(this.label6);
|
||
|
this.Controls.Add(this.label4);
|
||
|
this.Controls.Add(this.label3);
|
||
|
this.Controls.Add(this.label2);
|
||
|
this.Controls.Add(this.label1);
|
||
|
this.Controls.Add(this.textBox1);
|
||
|
this.Controls.Add(this.button5);
|
||
|
this.Controls.Add(this.button4);
|
||
|
this.Controls.Add(this.button3);
|
||
|
this.Controls.Add(this.button2);
|
||
|
this.Controls.Add(this.button1);
|
||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
|
this.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.Name = "FrmProScreen";
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
|
this.Text = "FrmProScreen";
|
||
|
this.Load += new System.EventHandler(this.FrmProScreen_Load);
|
||
|
this.ResumeLayout(false);
|
||
|
this.PerformLayout();
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.Button button1;
|
||
|
private System.Windows.Forms.Button button2;
|
||
|
private System.Windows.Forms.Button button3;
|
||
|
private System.Windows.Forms.Button button4;
|
||
|
private System.Windows.Forms.Button button5;
|
||
|
private System.Windows.Forms.TextBox textBox1;
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
private System.Windows.Forms.Label label2;
|
||
|
private System.Windows.Forms.Label label3;
|
||
|
private System.Windows.Forms.Label label4;
|
||
|
private System.Windows.Forms.Label label6;
|
||
|
private System.Windows.Forms.Label label7;
|
||
|
private System.Windows.Forms.Label label8;
|
||
|
private System.Windows.Forms.Label label9;
|
||
|
private System.Windows.Forms.Label label10;
|
||
|
private System.Windows.Forms.Button button6;
|
||
|
private System.Windows.Forms.Timer timer1;
|
||
|
private System.Windows.Forms.TextBox textBox2;
|
||
|
private System.Windows.Forms.TextBox textBox3;
|
||
|
private System.Windows.Forms.Label label5;
|
||
|
private System.Windows.Forms.TextBox textBox4;
|
||
|
private System.Windows.Forms.Button button7;
|
||
|
}
|
||
|
}
|