⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.designer.cs

📁 C#编写的模拟电梯运行程序
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 
            this.L12.ForeColor = System.Drawing.SystemColors.ControlText;
            this.L12.Location = new System.Drawing.Point(182, 362);
            this.L12.Name = "L12";
            this.L12.Size = new System.Drawing.Size(19, 20);
            this.L12.TabIndex = 28;
            this.L12.Text = "<";
            this.L12.UseVisualStyleBackColor = true;
            this.L12.Click += new System.EventHandler(this.L12_Click);
            // 
            // R11
            // 
            this.R11.Location = new System.Drawing.Point(121, 362);
            this.R11.Name = "R11";
            this.R11.Size = new System.Drawing.Size(19, 20);
            this.R11.TabIndex = 27;
            this.R11.Text = ">";
            this.R11.UseVisualStyleBackColor = true;
            this.R11.Click += new System.EventHandler(this.R11_Click);
            // 
            // R12
            // 
            this.R12.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.R12.Location = new System.Drawing.Point(182, 342);
            this.R12.Name = "R12";
            this.R12.Size = new System.Drawing.Size(19, 20);
            this.R12.TabIndex = 26;
            this.R12.Text = ">";
            this.R12.UseVisualStyleBackColor = true;
            this.R12.Click += new System.EventHandler(this.R12_Click);
            // 
            // L11
            // 
            this.L11.Location = new System.Drawing.Point(121, 343);
            this.L11.Name = "L11";
            this.L11.Size = new System.Drawing.Size(19, 20);
            this.L11.TabIndex = 25;
            this.L11.Text = "<";
            this.L11.UseVisualStyleBackColor = true;
            this.L11.Click += new System.EventHandler(this.L11_Click);
            // 
            // U3
            // 
            this.U3.Location = new System.Drawing.Point(154, 131);
            this.U3.Name = "U3";
            this.U3.Size = new System.Drawing.Size(19, 20);
            this.U3.TabIndex = 29;
            this.U3.Text = "上";
            this.U3.UseVisualStyleBackColor = true;
            this.U3.Click += new System.EventHandler(this.U3_Click);
            // 
            // U2
            // 
            this.U2.Location = new System.Drawing.Point(154, 231);
            this.U2.Name = "U2";
            this.U2.Size = new System.Drawing.Size(19, 20);
            this.U2.TabIndex = 30;
            this.U2.Text = "上";
            this.U2.UseVisualStyleBackColor = true;
            this.U2.Click += new System.EventHandler(this.U2_Click);
            // 
            // U1
            // 
            this.U1.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.U1.Location = new System.Drawing.Point(154, 340);
            this.U1.Name = "U1";
            this.U1.Size = new System.Drawing.Size(19, 20);
            this.U1.TabIndex = 31;
            this.U1.Text = "上";
            this.U1.UseVisualStyleBackColor = false;
            this.U1.Click += new System.EventHandler(this.U1_Click);
            // 
            // elevator2
            // 
            this.elevator2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.elevator2.Controls.Add(this.e24);
            this.elevator2.Controls.Add(this.e23);
            this.elevator2.Controls.Add(this.e22);
            this.elevator2.Controls.Add(this.e21);
            this.elevator2.Controls.Add(this.e2);
            this.elevator2.Controls.Add(this.label2);
            this.elevator2.Location = new System.Drawing.Point(232, 315);
            this.elevator2.Name = "elevator2";
            this.elevator2.Size = new System.Drawing.Size(67, 92);
            this.elevator2.TabIndex = 32;
            // 
            // e24
            // 
            this.e24.BackColor = System.Drawing.Color.White;
            this.e24.Enabled = false;
            this.e24.Location = new System.Drawing.Point(45, 2);
            this.e24.Name = "e24";
            this.e24.Size = new System.Drawing.Size(22, 23);
            this.e24.TabIndex = 32;
            this.e24.Text = "4";
            this.e24.UseVisualStyleBackColor = false;
            this.e24.Click += new System.EventHandler(this.e24_Click);
            // 
            // e23
            // 
            this.e23.BackColor = System.Drawing.Color.White;
            this.e23.Enabled = false;
            this.e23.Location = new System.Drawing.Point(45, 25);
            this.e23.Name = "e23";
            this.e23.Size = new System.Drawing.Size(22, 23);
            this.e23.TabIndex = 32;
            this.e23.Text = "3";
            this.e23.UseVisualStyleBackColor = false;
            this.e23.Click += new System.EventHandler(this.e23_Click);
            // 
            // e22
            // 
            this.e22.BackColor = System.Drawing.Color.White;
            this.e22.Enabled = false;
            this.e22.Location = new System.Drawing.Point(45, 47);
            this.e22.Name = "e22";
            this.e22.Size = new System.Drawing.Size(22, 23);
            this.e22.TabIndex = 26;
            this.e22.Text = "2";
            this.e22.UseVisualStyleBackColor = false;
            this.e22.Click += new System.EventHandler(this.e22_Click);
            // 
            // e21
            // 
            this.e21.BackColor = System.Drawing.Color.White;
            this.e21.Enabled = false;
            this.e21.Location = new System.Drawing.Point(45, 69);
            this.e21.Name = "e21";
            this.e21.Size = new System.Drawing.Size(22, 23);
            this.e21.TabIndex = 25;
            this.e21.Text = "1";
            this.e21.UseVisualStyleBackColor = false;
            this.e21.Click += new System.EventHandler(this.e21_Click);
            // 
            // e2
            // 
            this.e2.Enabled = false;
            this.e2.ForeColor = System.Drawing.SystemColors.WindowText;
            this.e2.Location = new System.Drawing.Point(5, 53);
            this.e2.Name = "e2";
            this.e2.Size = new System.Drawing.Size(18, 21);
            this.e2.TabIndex = 1;
            this.e2.Text = "0";
            this.e2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.Silver;
            this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.label2.Font = new System.Drawing.Font("宋体", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(4, 2);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(42, 13);
            this.label2.TabIndex = 0;
            this.label2.Text = "right";
            // 
            // F1
            // 
            this.F1.BackColor = System.Drawing.SystemColors.ActiveBorder;
            this.F1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.F1.Enabled = false;
            this.F1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.F1.Location = new System.Drawing.Point(150, 315);
            this.F1.Multiline = true;
            this.F1.Name = "F1";
            this.F1.Size = new System.Drawing.Size(30, 16);
            this.F1.TabIndex = 33;
            this.F1.Text = "一层";
            this.F1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.F1.TextChanged += new System.EventHandler(this.F1_TextChanged);
            // 
            // F2
            // 
            this.F2.BackColor = System.Drawing.SystemColors.ActiveBorder;
            this.F2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.F2.Enabled = false;
            this.F2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.F2.Location = new System.Drawing.Point(150, 205);
            this.F2.Multiline = true;
            this.F2.Name = "F2";
            this.F2.Size = new System.Drawing.Size(30, 16);
            this.F2.TabIndex = 34;
            this.F2.Text = "二层";
            this.F2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // F3
            // 
            this.F3.BackColor = System.Drawing.SystemColors.ActiveBorder;
            this.F3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.F3.Enabled = false;
            this.F3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.F3.Location = new System.Drawing.Point(150, 105);
            this.F3.Multiline = true;
            this.F3.Name = "F3";
            this.F3.Size = new System.Drawing.Size(30, 16);
            this.F3.TabIndex = 35;
            this.F3.Text = "三层";
            this.F3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // F4
            // 
            this.F4.BackColor = System.Drawing.SystemColors.ActiveBorder;
            this.F4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.F4.Enabled = false;
            this.F4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.F4.Location = new System.Drawing.Point(150, 3);
            this.F4.Multiline = true;
            this.F4.Name = "F4";
            this.F4.Size = new System.Drawing.Size(30, 16);
            this.F4.TabIndex = 36;
            this.F4.Text = "四层";
            this.F4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.F4.TextChanged += new System.EventHandler(this.F4_TextChanged);
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.move1);
            // 
            // timer2
            // 
            this.timer2.Enabled = true;
            this.timer2.Interval = 1000;
            this.timer2.Tick += new System.EventHandler(this.move2);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.ClientSize = new System.Drawing.Size(351, 465);
            this.Controls.Add(this.F4);
            this.Controls.Add(this.F3);
            this.Controls.Add(this.F2);
            this.Controls.Add(this.F1);
            this.Controls.Add(this.elevator2);
            this.Controls.Add(this.U1);
            this.Controls.Add(this.U2);
            this.Controls.Add(this.U3);
            this.Controls.Add(this.L12);
            this.Controls.Add(this.R11);
            this.Controls.Add(this.R12);
            this.Controls.Add(this.L11);
            this.Controls.Add(this.L22);
            this.Controls.Add(this.R21);
            this.Controls.Add(this.R22);
            this.Controls.Add(this.L21);
            this.Controls.Add(this.D2);
            this.Controls.Add(this.L32);
            this.Controls.Add(this.R31);
            this.Controls.Add(this.R32);
            this.Controls.Add(this.L31);
            this.Controls.Add(this.D3);
            this.Controls.Add(this.L42);
            this.Controls.Add(this.R41);
            this.Controls.Add(this.R42);
            this.Controls.Add(this.L41);
            this.Controls.Add(this.D4);
            this.Controls.Add(this.elevator1);
            this.Cursor = System.Windows.Forms.Cursors.Default;
            this.ForeColor = System.Drawing.SystemColors.ControlText;
            this.MaximizeBox = false;
            this.Name = "Form1";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.elevator1.ResumeLayout(false);
            this.elevator1.PerformLayout();
            this.elevator2.ResumeLayout(false);
            this.elevator2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Panel elevator1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox e1;
        private System.Windows.Forms.Button D4;
        private System.Windows.Forms.Button L41;
        private System.Windows.Forms.Button R42;
        private System.Windows.Forms.Button R41;
        private System.Windows.Forms.Button L42;
        private System.Windows.Forms.Button L32;
        private System.Windows.Forms.Button R31;
        private System.Windows.Forms.Button R32;
        private System.Windows.Forms.Button L31;
        private System.Windows.Forms.Button D3;
        private System.Windows.Forms.Button L22;
        private System.Windows.Forms.Button R21;
        private System.Windows.Forms.Button R22;
        private System.Windows.Forms.Button L21;
        private System.Windows.Forms.Button D2;
        private System.Windows.Forms.Button L12;
        private System.Windows.Forms.Button R11;
        private System.Windows.Forms.Button R12;
        private System.Windows.Forms.Button L11;
        private System.Windows.Forms.Button U3;
        private System.Windows.Forms.Button U2;
        private System.Windows.Forms.Button U1;
        private System.Windows.Forms.Button e14;
        private System.Windows.Forms.Button e13;
        private System.Windows.Forms.Button e12;
        private System.Windows.Forms.Button e11;
        private System.Windows.Forms.Panel elevator2;
        private System.Windows.Forms.Button e24;
        private System.Windows.Forms.Button e23;
        private System.Windows.Forms.Button e22;
        private System.Windows.Forms.Button e21;
        private System.Windows.Forms.TextBox e2;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox F1;
        private System.Windows.Forms.TextBox F2;
        private System.Windows.Forms.TextBox F3;
        private System.Windows.Forms.TextBox F4;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Timer timer2;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -