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

📄 form1.designer.cs

📁 C#编写的模拟电梯运行程序
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace elevator
{
    partial class Form1
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.elevator1 = new System.Windows.Forms.Panel();
            this.e14 = new System.Windows.Forms.Button();
            this.e13 = new System.Windows.Forms.Button();
            this.e12 = new System.Windows.Forms.Button();
            this.e11 = new System.Windows.Forms.Button();
            this.e1 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.D4 = new System.Windows.Forms.Button();
            this.L41 = new System.Windows.Forms.Button();
            this.R42 = new System.Windows.Forms.Button();
            this.R41 = new System.Windows.Forms.Button();
            this.L42 = new System.Windows.Forms.Button();
            this.L32 = new System.Windows.Forms.Button();
            this.R31 = new System.Windows.Forms.Button();
            this.R32 = new System.Windows.Forms.Button();
            this.L31 = new System.Windows.Forms.Button();
            this.D3 = new System.Windows.Forms.Button();
            this.L22 = new System.Windows.Forms.Button();
            this.R21 = new System.Windows.Forms.Button();
            this.R22 = new System.Windows.Forms.Button();
            this.L21 = new System.Windows.Forms.Button();
            this.D2 = new System.Windows.Forms.Button();
            this.L12 = new System.Windows.Forms.Button();
            this.R11 = new System.Windows.Forms.Button();
            this.R12 = new System.Windows.Forms.Button();
            this.L11 = new System.Windows.Forms.Button();
            this.U3 = new System.Windows.Forms.Button();
            this.U2 = new System.Windows.Forms.Button();
            this.U1 = new System.Windows.Forms.Button();
            this.elevator2 = new System.Windows.Forms.Panel();
            this.e24 = new System.Windows.Forms.Button();
            this.e23 = new System.Windows.Forms.Button();
            this.e22 = new System.Windows.Forms.Button();
            this.e21 = new System.Windows.Forms.Button();
            this.e2 = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.F1 = new System.Windows.Forms.TextBox();
            this.F2 = new System.Windows.Forms.TextBox();
            this.F3 = new System.Windows.Forms.TextBox();
            this.F4 = new System.Windows.Forms.TextBox();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.timer2 = new System.Windows.Forms.Timer(this.components);
            this.elevator1.SuspendLayout();
            this.elevator2.SuspendLayout();
            this.SuspendLayout();
            // 
            // elevator1
            // 
            this.elevator1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.elevator1.Controls.Add(this.e14);
            this.elevator1.Controls.Add(this.e13);
            this.elevator1.Controls.Add(this.e12);
            this.elevator1.Controls.Add(this.e11);
            this.elevator1.Controls.Add(this.e1);
            this.elevator1.Controls.Add(this.label1);
            this.elevator1.Location = new System.Drawing.Point(29, 315);
            this.elevator1.Name = "elevator1";
            this.elevator1.Size = new System.Drawing.Size(63, 92);
            this.elevator1.TabIndex = 0;
            // 
            // e14
            // 
            this.e14.BackColor = System.Drawing.Color.White;
            this.e14.Enabled = false;
            this.e14.Location = new System.Drawing.Point(0, 2);
            this.e14.Name = "e14";
            this.e14.Size = new System.Drawing.Size(22, 23);
            this.e14.TabIndex = 32;
            this.e14.Text = "4";
            this.e14.UseVisualStyleBackColor = false;
            this.e14.Click += new System.EventHandler(this.e14_Click);
            // 
            // e13
            // 
            this.e13.BackColor = System.Drawing.Color.White;
            this.e13.Enabled = false;
            this.e13.Location = new System.Drawing.Point(0, 25);
            this.e13.Name = "e13";
            this.e13.Size = new System.Drawing.Size(22, 23);
            this.e13.TabIndex = 32;
            this.e13.Text = "3";
            this.e13.UseVisualStyleBackColor = false;
            this.e13.Click += new System.EventHandler(this.e13_Click);
            // 
            // e12
            // 
            this.e12.BackColor = System.Drawing.Color.White;
            this.e12.Enabled = false;
            this.e12.Location = new System.Drawing.Point(0, 47);
            this.e12.Name = "e12";
            this.e12.Size = new System.Drawing.Size(22, 23);
            this.e12.TabIndex = 26;
            this.e12.Text = "2";
            this.e12.UseVisualStyleBackColor = false;
            this.e12.Click += new System.EventHandler(this.e12_Click);
            // 
            // e11
            // 
            this.e11.BackColor = System.Drawing.Color.White;
            this.e11.Enabled = false;
            this.e11.Location = new System.Drawing.Point(0, 69);
            this.e11.Name = "e11";
            this.e11.Size = new System.Drawing.Size(22, 23);
            this.e11.TabIndex = 25;
            this.e11.Text = "1";
            this.e11.UseVisualStyleBackColor = false;
            this.e11.Click += new System.EventHandler(this.e11_Click);
            // 
            // e1
            // 
            this.e1.Enabled = false;
            this.e1.Location = new System.Drawing.Point(36, 53);
            this.e1.Name = "e1";
            this.e1.Size = new System.Drawing.Size(18, 21);
            this.e1.TabIndex = 1;
            this.e1.Text = "0";
            this.e1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Silver;
            this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.label1.Font = new System.Drawing.Font("宋体", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(28, 3);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(35, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "left";
            // 
            // D4
            // 
            this.D4.Location = new System.Drawing.Point(154, 30);
            this.D4.Name = "D4";
            this.D4.Size = new System.Drawing.Size(19, 20);
            this.D4.TabIndex = 6;
            this.D4.Text = "下";
            this.D4.UseVisualStyleBackColor = true;
            this.D4.Click += new System.EventHandler(this.D4_Click);
            // 
            // L41
            // 
            this.L41.Enabled = false;
            this.L41.Location = new System.Drawing.Point(121, 30);
            this.L41.Name = "L41";
            this.L41.Size = new System.Drawing.Size(19, 20);
            this.L41.TabIndex = 7;
            this.L41.Text = "<";
            this.L41.UseVisualStyleBackColor = true;
            this.L41.Click += new System.EventHandler(this.L41_Click);
            // 
            // R42
            // 
            this.R42.Enabled = false;
            this.R42.Location = new System.Drawing.Point(182, 30);
            this.R42.Name = "R42";
            this.R42.Size = new System.Drawing.Size(19, 20);
            this.R42.TabIndex = 8;
            this.R42.Text = ">";
            this.R42.UseVisualStyleBackColor = true;
            this.R42.Click += new System.EventHandler(this.R42_Click);
            // 
            // R41
            // 
            this.R41.Enabled = false;
            this.R41.Location = new System.Drawing.Point(121, 49);
            this.R41.Name = "R41";
            this.R41.Size = new System.Drawing.Size(19, 20);
            this.R41.TabIndex = 9;
            this.R41.Text = ">";
            this.R41.UseVisualStyleBackColor = true;
            this.R41.Click += new System.EventHandler(this.R41_Click);
            // 
            // L42
            // 
            this.L42.Enabled = false;
            this.L42.Location = new System.Drawing.Point(182, 49);
            this.L42.Name = "L42";
            this.L42.Size = new System.Drawing.Size(19, 20);
            this.L42.TabIndex = 10;
            this.L42.Text = "<";
            this.L42.UseVisualStyleBackColor = true;
            this.L42.Click += new System.EventHandler(this.L42_Click);
            // 
            // L32
            // 
            this.L32.Enabled = false;
            this.L32.Location = new System.Drawing.Point(182, 150);
            this.L32.Name = "L32";
            this.L32.Size = new System.Drawing.Size(19, 20);
            this.L32.TabIndex = 16;
            this.L32.Text = "<";
            this.L32.UseVisualStyleBackColor = true;
            this.L32.Click += new System.EventHandler(this.L32_Click);
            // 
            // R31
            // 
            this.R31.Enabled = false;
            this.R31.Location = new System.Drawing.Point(121, 150);
            this.R31.Name = "R31";
            this.R31.Size = new System.Drawing.Size(19, 20);
            this.R31.TabIndex = 15;
            this.R31.Text = ">";
            this.R31.UseVisualStyleBackColor = true;
            this.R31.Click += new System.EventHandler(this.R31_Click);
            // 
            // R32
            // 
            this.R32.Enabled = false;
            this.R32.Location = new System.Drawing.Point(182, 131);
            this.R32.Name = "R32";
            this.R32.Size = new System.Drawing.Size(19, 20);
            this.R32.TabIndex = 14;
            this.R32.Text = ">";
            this.R32.UseVisualStyleBackColor = true;
            this.R32.Click += new System.EventHandler(this.R32_Click);
            // 
            // L31
            // 
            this.L31.Enabled = false;
            this.L31.Location = new System.Drawing.Point(121, 131);
            this.L31.Name = "L31";
            this.L31.Size = new System.Drawing.Size(19, 20);
            this.L31.TabIndex = 13;
            this.L31.Text = "<";
            this.L31.UseVisualStyleBackColor = true;
            this.L31.Click += new System.EventHandler(this.L31_Click);
            // 
            // D3
            // 
            this.D3.Location = new System.Drawing.Point(154, 150);
            this.D3.Name = "D3";
            this.D3.Size = new System.Drawing.Size(19, 20);
            this.D3.TabIndex = 12;
            this.D3.Text = "下";
            this.D3.UseVisualStyleBackColor = true;
            this.D3.Click += new System.EventHandler(this.D3_Click);
            // 
            // L22
            // 
            this.L22.Enabled = false;
            this.L22.Location = new System.Drawing.Point(182, 252);
            this.L22.Name = "L22";
            this.L22.Size = new System.Drawing.Size(19, 20);
            this.L22.TabIndex = 22;
            this.L22.Text = "<";
            this.L22.UseVisualStyleBackColor = true;
            this.L22.Click += new System.EventHandler(this.L22_Click);
            // 
            // R21
            // 
            this.R21.Enabled = false;
            this.R21.Location = new System.Drawing.Point(121, 252);
            this.R21.Name = "R21";
            this.R21.Size = new System.Drawing.Size(19, 20);
            this.R21.TabIndex = 21;
            this.R21.Text = ">";
            this.R21.UseVisualStyleBackColor = true;
            this.R21.Click += new System.EventHandler(this.R21_Click);
            // 
            // R22
            // 
            this.R22.Enabled = false;
            this.R22.Location = new System.Drawing.Point(182, 231);
            this.R22.Name = "R22";
            this.R22.Size = new System.Drawing.Size(19, 20);
            this.R22.TabIndex = 20;
            this.R22.Text = ">";
            this.R22.UseVisualStyleBackColor = true;
            this.R22.Click += new System.EventHandler(this.R22_Click);
            // 
            // L21
            // 
            this.L21.Enabled = false;
            this.L21.Location = new System.Drawing.Point(121, 231);
            this.L21.Name = "L21";
            this.L21.Size = new System.Drawing.Size(19, 20);
            this.L21.TabIndex = 19;
            this.L21.Text = "<";
            this.L21.UseVisualStyleBackColor = true;
            this.L21.Click += new System.EventHandler(this.L21_Click);
            // 
            // D2
            // 
            this.D2.Location = new System.Drawing.Point(154, 252);
            this.D2.Name = "D2";
            this.D2.Size = new System.Drawing.Size(19, 20);
            this.D2.TabIndex = 18;
            this.D2.Text = "下";
            this.D2.UseVisualStyleBackColor = true;
            this.D2.Click += new System.EventHandler(this.D2_Click);
            // 
            // L12

⌨️ 快捷键说明

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