结对编程作业

1编程题目
电梯调度
2组员
邹黎、栾佳才、张腾霄
3要求
 

 现有一新建办公大厦,共有21层,共有四部电梯,所有电梯基本参数如下表所示:

电梯编号

可服务楼层

最大乘客数量

 

最大载重量

 1

全部楼层

10

800 kg

2

单层

10

800 kg

3

双层

20

1600 kg

4

全部楼层

20

2000 kg

      其使用规定如下:

      1、楼层号为0~20,其中0号为地下一层;

      2、有楼层限制的电梯不在响应楼层停靠,如单双层;

      3、所有电梯采用统一按钮控制

      请根据上述要求设计并实现一个电梯控制程序,如果有图形显示就更好了。

4代码
 
namespace elevator
{
partial class main
{
/// <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.OUT = new System.Windows.Forms.GroupBox();
this.nowview4 = new System.Windows.Forms.TextBox();
this.nowview3 = new System.Windows.Forms.TextBox();
this.nowview2 = new System.Windows.Forms.TextBox();
this.suozai = new System.Windows.Forms.Label();
this.now = new System.Windows.Forms.ComboBox();
this.nowview1 = new System.Windows.Forms.TextBox();
this.downf = new System.Windows.Forms.Button();
this.upf = new System.Windows.Forms.Button();
this.SET = new System.Windows.Forms.GroupBox();
this.groupBox8 = new System.Windows.Forms.GroupBox();
this.label11 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.comboBox8 = new System.Windows.Forms.ComboBox();
this.comboBox4 = new System.Windows.Forms.ComboBox();
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.label10 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.comboBox7 = new System.Windows.Forms.ComboBox();
this.comboBox3 = new System.Windows.Forms.ComboBox();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.label9 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.comboBox6 = new System.Windows.Forms.ComboBox();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.label8 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.comboBox5 = new System.Windows.Forms.ComboBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.e1now = new System.Windows.Forms.Label();
this.IN = new System.Windows.Forms.GroupBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.button68 = new System.Windows.Forms.Button();
this.button67 = new System.Windows.Forms.Button();
this.button66 = new System.Windows.Forms.Button();
this.button65 = new System.Windows.Forms.Button();
this.button64 = new System.Windows.Forms.Button();
this.button63 = new System.Windows.Forms.Button();
this.button62 = new System.Windows.Forms.Button();
this.button61 = new System.Windows.Forms.Button();
this.button60 = new System.Windows.Forms.Button();
this.button59 = new System.Windows.Forms.Button();
this.button58 = new System.Windows.Forms.Button();
this.button57 = new System.Windows.Forms.Button();
this.button56 = new System.Windows.Forms.Button();
this.button55 = new System.Windows.Forms.Button();
this.button54 = new System.Windows.Forms.Button();
this.button53 = new System.Windows.Forms.Button();
this.button52 = new System.Windows.Forms.Button();
this.button51 = new System.Windows.Forms.Button();
this.button50 = new System.Windows.Forms.Button();
this.button49 = new System.Windows.Forms.Button();
this.button48 = new System.Windows.Forms.Button();
this.button47 = new System.Windows.Forms.Button();
this.e4view = new System.Windows.Forms.TextBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.button46 = new System.Windows.Forms.Button();
this.button45 = new System.Windows.Forms.Button();
this.button44 = new System.Windows.Forms.Button();
this.button43 = new System.Windows.Forms.Button();
this.button42 = new System.Windows.Forms.Button();
this.button41 = new System.Windows.Forms.Button();
this.button40 = new System.Windows.Forms.Button();
this.button39 = new System.Windows.Forms.Button();
this.button38 = new System.Windows.Forms.Button();
this.button37 = new System.Windows.Forms.Button();
this.button36 = new System.Windows.Forms.Button();
this.button35 = new System.Windows.Forms.Button();
this.e3view = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.tempp1 = new System.Windows.Forms.Label();
this.tempp = new System.Windows.Forms.Label();
this.button34 = new System.Windows.Forms.Button();
this.button31 = new System.Windows.Forms.Button();
this.button30 = new System.Windows.Forms.Button();
this.button29 = new System.Windows.Forms.Button();
this.button28 = new System.Windows.Forms.Button();
this.button27 = new System.Windows.Forms.Button();
this.button26 = new System.Windows.Forms.Button();
this.button25 = new System.Windows.Forms.Button();
this.button24 = new System.Windows.Forms.Button();
this.button23 = new System.Windows.Forms.Button();
this.button22 = new System.Windows.Forms.Button();
this.e2view = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.button33 = new System.Windows.Forms.Button();
this.button21 = new System.Windows.Forms.Button();
this.button20 = new System.Windows.Forms.Button();
this.button19 = new System.Windows.Forms.Button();
this.button18 = new System.Windows.Forms.Button();
this.button17 = new System.Windows.Forms.Button();
this.button16 = new System.Windows.Forms.Button();
this.button15 = new System.Windows.Forms.Button();
this.button14 = new System.Windows.Forms.Button();
this.button13 = new System.Windows.Forms.Button();
this.button12 = new System.Windows.Forms.Button();
this.button11 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.e1view = new System.Windows.Forms.TextBox();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.OUT.SuspendLayout();
this.SET.SuspendLayout();
this.groupBox8.SuspendLayout();
this.groupBox7.SuspendLayout();
this.groupBox6.SuspendLayout();
this.groupBox5.SuspendLayout();
this.IN.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// OUT
//
this.OUT.Controls.Add(this.nowview4);
this.OUT.Controls.Add(this.nowview3);
this.OUT.Controls.Add(this.nowview2);
this.OUT.Controls.Add(this.suozai);
this.OUT.Controls.Add(this.now);
this.OUT.Controls.Add(this.nowview1);
this.OUT.Controls.Add(this.downf);
this.OUT.Controls.Add(this.upf);
this.OUT.Location = new System.Drawing.Point(10, 11);
this.OUT.Name = "OUT";
this.OUT.Size = new System.Drawing.Size(331, 295);
this.OUT.TabIndex = 0;
this.OUT.TabStop = false;
this.OUT.Text = "电梯外";
this.OUT.Enter += new System.EventHandler(this.OUT_Enter);
//
// nowview4
//
this.nowview4.BackColor = System.Drawing.SystemColors.InfoText;
this.nowview4.Font = new System.Drawing.Font("微软雅黑", 25.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.nowview4.ForeColor = System.Drawing.Color.Red;
this.nowview4.Location = new System.Drawing.Point(92, 114);
this.nowview4.Name = "nowview4";
this.nowview4.ReadOnly = true;
this.nowview4.Size = new System.Drawing.Size(63, 63);
this.nowview4.TabIndex = 6;
//
// nowview3
//
this.nowview3.BackColor = System.Drawing.SystemColors.InfoText;
this.nowview3.Font = new System.Drawing.Font("微软雅黑", 25.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.nowview3.ForeColor = System.Drawing.Color.Red;
this.nowview3.Location = new System.Drawing.Point(25, 114);
this.nowview3.Name = "nowview3";
this.nowview3.ReadOnly = true;
this.nowview3.Size = new System.Drawing.Size(63, 63);
this.nowview3.TabIndex = 5;
//
// nowview2
//
this.nowview2.BackColor = System.Drawing.SystemColors.InfoText;
this.nowview2.Font = new System.Drawing.Font("微软雅黑", 25.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.nowview2.ForeColor = System.Drawing.Color.Red;
this.nowview2.Location = new System.Drawing.Point(94, 43);
this.nowview2.Name = "nowview2";
this.nowview2.ReadOnly = true;
this.nowview2.Size = new System.Drawing.Size(63, 63);
this.nowview2.TabIndex = 4;
//
// suozai
//
this.suozai.AutoSize = true;
this.suozai.Location = new System.Drawing.Point(43, 204);
this.suozai.Name = "suozai";
this.suozai.Size = new System.Drawing.Size(97, 15);
this.suozai.TabIndex = 3;
this.suozai.Text = "乘客所在楼层";
//
// now
//
this.now.FormattingEnabled = true;
this.now.Items.AddRange(new object[] {
"",
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20"});
this.now.Location = new System.Drawing.Point(46, 234);
this.now.Name = "now";
this.now.Size = new System.Drawing.Size(94, 23);
this.now.TabIndex = 0;
this.now.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// nowview1
//
this.nowview1.BackColor = System.Drawing.SystemColors.InfoText;
this.nowview1.Font = new System.Drawing.Font("微软雅黑", 25F);
this.nowview1.ForeColor = System.Drawing.Color.Red;
this.nowview1.Location = new System.Drawing.Point(25, 43);
this.nowview1.Name = "nowview1";
this.nowview1.ReadOnly = true;
this.nowview1.Size = new System.Drawing.Size(63, 62);
this.nowview1.TabIndex = 2;
this.nowview1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// downf
//
this.downf.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold);
this.downf.Location = new System.Drawing.Point(192, 161);
this.downf.Name = "downf";
this.downf.Size = new System.Drawing.Size(96, 69);
this.downf.TabIndex = 1;
this.downf.Text = "下";
this.downf.UseVisualStyleBackColor = true;
this.downf.Click += new System.EventHandler(this.downf_Click);
//
// upf
//
this.upf.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.upf.Location = new System.Drawing.Point(192, 64);
this.upf.Name = "upf";
this.upf.Size = new System.Drawing.Size(96, 69);
this.upf.TabIndex = 0;
this.upf.Text = "上";
this.upf.UseVisualStyleBackColor = true;
this.upf.Click += new System.EventHandler(this.upf_Click);
//
// SET
//
this.SET.Controls.Add(this.groupBox8);
this.SET.Controls.Add(this.groupBox7);
this.SET.Controls.Add(this.groupBox6);
this.SET.Controls.Add(this.groupBox5);
this.SET.Controls.Add(this.label4);
this.SET.Controls.Add(this.label3);
this.SET.Controls.Add(this.label2);
this.SET.Controls.Add(this.e1now);
this.SET.Location = new System.Drawing.Point(10, 331);
this.SET.Name = "SET";
this.SET.Size = new System.Drawing.Size(330, 367);
this.SET.TabIndex = 1;
this.SET.TabStop = false;
this.SET.Text = "模拟设置";
//
// groupBox8
//
this.groupBox8.Controls.Add(this.label11);
this.groupBox8.Controls.Add(this.label7);
this.groupBox8.Controls.Add(this.comboBox8);
this.groupBox8.Controls.Add(this.comboBox4);
this.groupBox8.Location = new System.Drawing.Point(168, 210);
this.groupBox8.Name = "groupBox8";
this.groupBox8.Size = new System.Drawing.Size(130, 150);
this.groupBox8.TabIndex = 20;
this.groupBox8.TabStop = false;
this.groupBox8.Text = "4";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(6, 92);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(120, 15);
this.label11.TabIndex = 17;
this.label11.Text = "电梯4所在楼层:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(11, 32);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(105, 15);
this.label7.TabIndex = 16;
this.label7.Text = "电梯4乘客人数";
//
// comboBox8
//
this.comboBox8.FormattingEnabled = true;
this.comboBox8.Items.AddRange(new object[] {
"",
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20"});
this.comboBox8.Location = new System.Drawing.Point(14, 50);
this.comboBox8.Name = "comboBox8";
this.comboBox8.Size = new System.Drawing.Size(94, 23);
this.comboBox8.TabIndex = 12;
//
// comboBox4
//
this.comboBox4.FormattingEnabled = true;
this.comboBox4.Items.AddRange(new object[] {
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20"});
this.comboBox4.Location = new System.Drawing.Point(15, 110);
this.comboBox4.Name = "comboBox4";
this.comboBox4.Size = new System.Drawing.Size(94, 23);
this.comboBox4.TabIndex = 3;
this.comboBox4.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged);
//
// groupBox7
//
this.groupBox7.Controls.Add(this.label10);
this.groupBox7.Controls.Add(this.label6);
this.groupBox7.Controls.Add(this.comboBox7);
this.groupBox7.Controls.Add(this.comboBox3);
this.groupBox7.Location = new System.Drawing.Point(29, 210);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(122, 150);
this.groupBox7.TabIndex = 19;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "3";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(2, 92);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(120, 15);
this.label10.TabIndex = 16;
this.label10.Text = "电梯3所在楼层:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 32);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(105, 15);
this.label6.TabIndex = 15;
this.label6.Text = "电梯3乘客人数";
//
// comboBox7
//
this.comboBox7.FormattingEnabled = true;
this.comboBox7.Items.AddRange(new object[] {
"",
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20"});
this.comboBox7.Location = new System.Drawing.Point(9, 50);
this.comboBox7.Name = "comboBox7";
this.comboBox7.Size = new System.Drawing.Size(94, 23);
this.comboBox7.TabIndex = 11;
//
// comboBox3
//
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Items.AddRange(new object[] {
"",
"0",
"2",
"4",
"6",
"8",
"10",
"12",
"14",
"16",
"18",
"20"});
this.comboBox3.Location = new System.Drawing.Point(9, 110);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(94, 23);
this.comboBox3.TabIndex = 4;
this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.comboBox4_SelectedIndexChanged);
//
// groupBox6
//
this.groupBox6.Controls.Add(this.label9);
this.groupBox6.Controls.Add(this.label5);
this.groupBox6.Controls.Add(this.comboBox6);
this.groupBox6.Controls.Add(this.comboBox2);
this.groupBox6.Location = new System.Drawing.Point(168, 24);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(131, 162);
this.groupBox6.TabIndex = 18;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "2";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(12, 92);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(120, 15);
this.label9.TabIndex = 15;
this.label9.Text = "电梯2所在楼层:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(15, 29);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(105, 15);
this.label5.TabIndex = 14;
this.label5.Text = "电梯2乘客人数";
//
// comboBox6
//
this.comboBox6.FormattingEnabled = true;
this.comboBox6.Items.AddRange(new object[] {
"",
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10"});
this.comboBox6.Location = new System.Drawing.Point(14, 47);
this.comboBox6.Name = "comboBox6";
this.comboBox6.Size = new System.Drawing.Size(94, 23);
this.comboBox6.TabIndex = 10;
//
// comboBox2
//
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
"",
"1",
"3",
"5",
"7",
"9",
"11",
"13",
"15",
"17",
"19"});
this.comboBox2.Location = new System.Drawing.Point(15, 110);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(94, 23);
this.comboBox2.TabIndex = 2;
this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
//
// groupBox5
//
this.groupBox5.Controls.Add(this.label8);
this.groupBox5.Controls.Add(this.label1);
this.groupBox5.Controls.Add(this.comboBox5);
this.groupBox5.Controls.Add(this.comboBox1);
this.groupBox5.Location = new System.Drawing.Point(26, 24);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(128, 162);
this.groupBox5.TabIndex = 17;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "1";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(6, 92);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(120, 15);
this.label8.TabIndex = 14;
this.label8.Text = "电梯1所在楼层:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(105, 15);
this.label1.TabIndex = 13;
this.label1.Text = "电梯1乘客人数";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// comboBox5
//
this.comboBox5.FormattingEnabled = true;
this.comboBox5.Items.AddRange(new object[] {
"",
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10"});
this.comboBox5.Location = new System.Drawing.Point(12, 47);
this.comboBox5.Name = "comboBox5";
this.comboBox5.Size = new System.Drawing.Size(94, 23);
this.comboBox5.TabIndex = 9;
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"",
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20"});
this.comboBox1.Location = new System.Drawing.Point(12, 110);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(94, 23);
this.comboBox1.TabIndex = 1;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged_1);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(179, 290);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(120, 15);
this.label4.TabIndex = 8;
this.label4.Text = "电梯4所在楼层:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(32, 290);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(120, 15);
this.label3.TabIndex = 7;
this.label3.Text = "电梯3所在楼层:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(180, 95);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(120, 15);
this.label2.TabIndex = 6;
this.label2.Text = "电梯2所在楼层:";
//
// e1now
//
this.e1now.AutoSize = true;
this.e1now.Location = new System.Drawing.Point(35, 95);
this.e1now.Name = "e1now";
this.e1now.Size = new System.Drawing.Size(120, 15);
this.e1now.TabIndex = 5;
this.e1now.Text = "电梯1所在楼层:";
//
// IN
//
this.IN.Controls.Add(this.groupBox4);
this.IN.Controls.Add(this.groupBox3);
this.IN.Controls.Add(this.groupBox2);
this.IN.Controls.Add(this.groupBox1);
this.IN.Location = new System.Drawing.Point(358, 11);
this.IN.Name = "IN";
this.IN.Size = new System.Drawing.Size(978, 687);
this.IN.TabIndex = 2;
this.IN.TabStop = false;
this.IN.Text = "电梯内";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.button68);
this.groupBox4.Controls.Add(this.button67);
this.groupBox4.Controls.Add(this.button66);
this.groupBox4.Controls.Add(this.button65);
this.groupBox4.Controls.Add(this.button64);
this.groupBox4.Controls.Add(this.button63);
this.groupBox4.Controls.Add(this.button62);
this.groupBox4.Controls.Add(this.button61);
this.groupBox4.Controls.Add(this.button60);
this.groupBox4.Controls.Add(this.button59);
this.groupBox4.Controls.Add(this.button58);
this.groupBox4.Controls.Add(this.button57);
this.groupBox4.Controls.Add(this.button56);
this.groupBox4.Controls.Add(this.button55);
this.groupBox4.Controls.Add(this.button54);
this.groupBox4.Controls.Add(this.button53);
this.groupBox4.Controls.Add(this.button52);
this.groupBox4.Controls.Add(this.button51);
this.groupBox4.Controls.Add(this.button50);
this.groupBox4.Controls.Add(this.button49);
this.groupBox4.Controls.Add(this.button48);
this.groupBox4.Controls.Add(this.button47);
this.groupBox4.Controls.Add(this.e4view);
this.groupBox4.Location = new System.Drawing.Point(725, 41);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(230, 640);
this.groupBox4.TabIndex = 3;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "电梯4";
//
// button68
//
this.button68.Location = new System.Drawing.Point(164, 588);
this.button68.Name = "button68";
this.button68.Size = new System.Drawing.Size(46, 22);
this.button68.TabIndex = 31;
this.button68.Text = "20";
this.button68.UseVisualStyleBackColor = true;
this.button68.Click += new System.EventHandler(this.button68_Click);
//
// button67
//
this.button67.Location = new System.Drawing.Point(101, 588);
this.button67.Name = "button67";
this.button67.Size = new System.Drawing.Size(46, 22);
this.button67.TabIndex = 30;
this.button67.Text = "19";
this.button67.UseVisualStyleBackColor = true;
this.button67.Click += new System.EventHandler(this.button67_Click);
//
// button66
//
this.button66.Location = new System.Drawing.Point(36, 588);
this.button66.Name = "button66";
this.button66.Size = new System.Drawing.Size(46, 22);
this.button66.TabIndex = 29;
this.button66.Text = "18";
this.button66.UseVisualStyleBackColor = true;
this.button66.Click += new System.EventHandler(this.button66_Click);
//
// button65
//
this.button65.Location = new System.Drawing.Point(164, 527);
this.button65.Name = "button65";
this.button65.Size = new System.Drawing.Size(46, 22);
this.button65.TabIndex = 28;
this.button65.Text = "17";
this.button65.UseVisualStyleBackColor = true;
this.button65.Click += new System.EventHandler(this.button65_Click);
//
// button64
//
this.button64.Location = new System.Drawing.Point(101, 527);
this.button64.Name = "button64";
this.button64.Size = new System.Drawing.Size(46, 22);
this.button64.TabIndex = 27;
this.button64.Text = "16";
this.button64.UseVisualStyleBackColor = true;
this.button64.Click += new System.EventHandler(this.button64_Click);
//
// button63
//
this.button63.Location = new System.Drawing.Point(36, 527);
this.button63.Name = "button63";
this.button63.Size = new System.Drawing.Size(46, 22);
this.button63.TabIndex = 26;
this.button63.Text = "15";
this.button63.UseVisualStyleBackColor = true;
this.button63.Click += new System.EventHandler(this.button63_Click);
//
// button62
//
this.button62.Location = new System.Drawing.Point(164, 463);
this.button62.Name = "button62";
this.button62.Size = new System.Drawing.Size(46, 22);
this.button62.TabIndex = 25;
this.button62.Text = "14";
this.button62.UseVisualStyleBackColor = true;
this.button62.Click += new System.EventHandler(this.button62_Click);
//
// button61
//
this.button61.Location = new System.Drawing.Point(101, 463);
this.button61.Name = "button61";
this.button61.Size = new System.Drawing.Size(46, 22);
this.button61.TabIndex = 24;
this.button61.Text = "13";
this.button61.UseVisualStyleBackColor = true;
this.button61.Click += new System.EventHandler(this.button61_Click);
//
// button60
//
this.button60.Location = new System.Drawing.Point(36, 463);
this.button60.Name = "button60";
this.button60.Size = new System.Drawing.Size(46, 22);
this.button60.TabIndex = 23;
this.button60.Text = "12";
this.button60.UseVisualStyleBackColor = true;
this.button60.Click += new System.EventHandler(this.button60_Click);
//
// button59
//
this.button59.Location = new System.Drawing.Point(164, 404);
this.button59.Name = "button59";
this.button59.Size = new System.Drawing.Size(46, 22);
this.button59.TabIndex = 22;
this.button59.Text = "11";
this.button59.UseVisualStyleBackColor = true;
this.button59.Click += new System.EventHandler(this.button59_Click);
//
// button58
//
this.button58.Location = new System.Drawing.Point(100, 404);
this.button58.Name = "button58";
this.button58.Size = new System.Drawing.Size(46, 22);
this.button58.TabIndex = 21;
this.button58.Text = "10";
this.button58.UseVisualStyleBackColor = true;
this.button58.Click += new System.EventHandler(this.button58_Click);
//
// button57
//
this.button57.Location = new System.Drawing.Point(36, 404);
this.button57.Name = "button57";
this.button57.Size = new System.Drawing.Size(46, 22);
this.button57.TabIndex = 20;
this.button57.Text = "9";
this.button57.UseVisualStyleBackColor = true;
this.button57.Click += new System.EventHandler(this.button57_Click);
//
// button56
//
this.button56.Location = new System.Drawing.Point(164, 349);
this.button56.Name = "button56";
this.button56.Size = new System.Drawing.Size(46, 22);
this.button56.TabIndex = 19;
this.button56.Text = "8";
this.button56.UseVisualStyleBackColor = true;
this.button56.Click += new System.EventHandler(this.button56_Click);
//
// button55
//
this.button55.Location = new System.Drawing.Point(101, 349);
this.button55.Name = "button55";
this.button55.Size = new System.Drawing.Size(46, 22);
this.button55.TabIndex = 18;
this.button55.Text = "7";
this.button55.UseVisualStyleBackColor = true;
this.button55.Click += new System.EventHandler(this.button55_Click);
//
// button54
//
this.button54.Location = new System.Drawing.Point(36, 349);
this.button54.Name = "button54";
this.button54.Size = new System.Drawing.Size(46, 22);
this.button54.TabIndex = 17;
this.button54.Text = "6";
this.button54.UseVisualStyleBackColor = true;
this.button54.Click += new System.EventHandler(this.button54_Click);
//
// button53
//
this.button53.Location = new System.Drawing.Point(164, 279);
this.button53.Name = "button53";
this.button53.Size = new System.Drawing.Size(46, 22);
this.button53.TabIndex = 16;
this.button53.Text = "5";
this.button53.UseVisualStyleBackColor = true;
this.button53.Click += new System.EventHandler(this.button53_Click);
//
// button52
//
this.button52.Location = new System.Drawing.Point(101, 279);
this.button52.Name = "button52";
this.button52.Size = new System.Drawing.Size(46, 22);
this.button52.TabIndex = 15;
this.button52.Text = "4";
this.button52.UseVisualStyleBackColor = true;
this.button52.Click += new System.EventHandler(this.button52_Click);
//
// button51
//
this.button51.Location = new System.Drawing.Point(36, 279);
this.button51.Name = "button51";
this.button51.Size = new System.Drawing.Size(46, 22);
this.button51.TabIndex = 14;
this.button51.Text = "3";
this.button51.UseVisualStyleBackColor = true;
this.button51.Click += new System.EventHandler(this.button51_Click);
//
// button50
//
this.button50.Location = new System.Drawing.Point(164, 207);
this.button50.Name = "button50";
this.button50.Size = new System.Drawing.Size(46, 22);
this.button50.TabIndex = 13;
this.button50.Text = "2";
this.button50.UseVisualStyleBackColor = true;
this.button50.Click += new System.EventHandler(this.button50_Click);
//
// button49
//
this.button49.Location = new System.Drawing.Point(101, 207);
this.button49.Name = "button49";
this.button49.Size = new System.Drawing.Size(46, 22);
this.button49.TabIndex = 12;
this.button49.Text = "1";
this.button49.UseVisualStyleBackColor = true;
this.button49.Click += new System.EventHandler(this.button49_Click);
//
// button48
//
this.button48.Location = new System.Drawing.Point(36, 207);
this.button48.Name = "button48";
this.button48.Size = new System.Drawing.Size(46, 22);
this.button48.TabIndex = 11;
this.button48.Text = "B1";
this.button48.UseVisualStyleBackColor = true;
this.button48.Click += new System.EventHandler(this.button48_Click);
//
// button47
//
this.button47.Location = new System.Drawing.Point(164, 113);
this.button47.Name = "button47";
this.button47.Size = new System.Drawing.Size(46, 49);
this.button47.TabIndex = 10;
this.button47.Text = "关门";
this.button47.UseVisualStyleBackColor = true;
this.button47.Click += new System.EventHandler(this.button47_Click);
//
// e4view
//
this.e4view.BackColor = System.Drawing.SystemColors.InfoText;
this.e4view.Font = new System.Drawing.Font("微软雅黑", 49.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.e4view.ForeColor = System.Drawing.Color.Red;
this.e4view.Location = new System.Drawing.Point(36, 73);
this.e4view.Name = "e4view";
this.e4view.ReadOnly = true;
this.e4view.Size = new System.Drawing.Size(110, 117);
this.e4view.TabIndex = 5;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.button46);
this.groupBox3.Controls.Add(this.button45);
this.groupBox3.Controls.Add(this.button44);
this.groupBox3.Controls.Add(this.button43);
this.groupBox3.Controls.Add(this.button42);
this.groupBox3.Controls.Add(this.button41);
this.groupBox3.Controls.Add(this.button40);
this.groupBox3.Controls.Add(this.button39);
this.groupBox3.Controls.Add(this.button38);
this.groupBox3.Controls.Add(this.button37);
this.groupBox3.Controls.Add(this.button36);
this.groupBox3.Controls.Add(this.button35);
this.groupBox3.Controls.Add(this.e3view);
this.groupBox3.Location = new System.Drawing.Point(487, 41);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(230, 640);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "电梯3";
//
// button46
//
this.button46.Location = new System.Drawing.Point(140, 463);
this.button46.Name = "button46";
this.button46.Size = new System.Drawing.Size(46, 22);
this.button46.TabIndex = 20;
this.button46.Text = "18";
this.button46.UseVisualStyleBackColor = true;
this.button46.Click += new System.EventHandler(this.button46_Click);
//
// button45
//
this.button45.Location = new System.Drawing.Point(140, 404);
this.button45.Name = "button45";
this.button45.Size = new System.Drawing.Size(46, 22);
this.button45.TabIndex = 19;
this.button45.Text = "14";
this.button45.UseVisualStyleBackColor = true;
this.button45.Click += new System.EventHandler(this.button45_Click);
//
// button44
//
this.button44.Location = new System.Drawing.Point(140, 345);
this.button44.Name = "button44";
this.button44.Size = new System.Drawing.Size(46, 22);
this.button44.TabIndex = 18;
this.button44.Text = "10";
this.button44.UseVisualStyleBackColor = true;
this.button44.Click += new System.EventHandler(this.button44_Click);
//
// button43
//
this.button43.Location = new System.Drawing.Point(36, 529);
this.button43.Name = "button43";
this.button43.Size = new System.Drawing.Size(46, 22);
this.button43.TabIndex = 17;
this.button43.Text = "20";
this.button43.UseVisualStyleBackColor = true;
this.button43.Click += new System.EventHandler(this.button43_Click);
//
// button42
//
this.button42.Location = new System.Drawing.Point(36, 463);
this.button42.Name = "button42";
this.button42.Size = new System.Drawing.Size(46, 22);
this.button42.TabIndex = 16;
this.button42.Text = "16";
this.button42.UseVisualStyleBackColor = true;
this.button42.Click += new System.EventHandler(this.button42_Click);
//
// button41
//
this.button41.Location = new System.Drawing.Point(36, 404);
this.button41.Name = "button41";
this.button41.Size = new System.Drawing.Size(46, 22);
this.button41.TabIndex = 15;
this.button41.Text = "12";
this.button41.UseVisualStyleBackColor = true;
this.button41.Click += new System.EventHandler(this.button41_Click);
//
// button40
//
this.button40.Location = new System.Drawing.Point(36, 345);
this.button40.Name = "button40";
this.button40.Size = new System.Drawing.Size(46, 22);
this.button40.TabIndex = 14;
this.button40.Text = "8";
this.button40.UseVisualStyleBackColor = true;
this.button40.Click += new System.EventHandler(this.button40_Click);
//
// button39
//
this.button39.Location = new System.Drawing.Point(140, 279);
this.button39.Name = "button39";
this.button39.Size = new System.Drawing.Size(46, 22);
this.button39.TabIndex = 13;
this.button39.Text = "6";
this.button39.UseVisualStyleBackColor = true;
this.button39.Click += new System.EventHandler(this.button39_Click);
//
// button38
//
this.button38.Location = new System.Drawing.Point(36, 279);
this.button38.Name = "button38";
this.button38.Size = new System.Drawing.Size(46, 22);
this.button38.TabIndex = 12;
this.button38.Text = "4";
this.button38.UseVisualStyleBackColor = true;
this.button38.Click += new System.EventHandler(this.button38_Click);
//
// button37
//
this.button37.Location = new System.Drawing.Point(140, 207);
this.button37.Name = "button37";
this.button37.Size = new System.Drawing.Size(46, 22);
this.button37.TabIndex = 11;
this.button37.Text = "2";
this.button37.UseVisualStyleBackColor = true;
this.button37.Click += new System.EventHandler(this.button37_Click);
//
// button36
//
this.button36.Location = new System.Drawing.Point(36, 207);
this.button36.Name = "button36";
this.button36.Size = new System.Drawing.Size(46, 22);
this.button36.TabIndex = 10;
this.button36.Text = "B1";
this.button36.UseVisualStyleBackColor = true;
this.button36.Click += new System.EventHandler(this.button36_Click);
//
// button35
//
this.button35.Location = new System.Drawing.Point(165, 113);
this.button35.Name = "button35";
this.button35.Size = new System.Drawing.Size(46, 49);
this.button35.TabIndex = 9;
this.button35.Text = "关门";
this.button35.UseVisualStyleBackColor = true;
this.button35.Click += new System.EventHandler(this.button35_Click);
//
// e3view
//
this.e3view.BackColor = System.Drawing.SystemColors.InfoText;
this.e3view.Font = new System.Drawing.Font("微软雅黑", 49.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.e3view.ForeColor = System.Drawing.Color.Red;
this.e3view.Location = new System.Drawing.Point(36, 73);
this.e3view.Name = "e3view";
this.e3view.ReadOnly = true;
this.e3view.Size = new System.Drawing.Size(113, 117);
this.e3view.TabIndex = 4;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.tempp1);
this.groupBox2.Controls.Add(this.tempp);
this.groupBox2.Controls.Add(this.button34);
this.groupBox2.Controls.Add(this.button31);
this.groupBox2.Controls.Add(this.button30);
this.groupBox2.Controls.Add(this.button29);
this.groupBox2.Controls.Add(this.button28);
this.groupBox2.Controls.Add(this.button27);
this.groupBox2.Controls.Add(this.button26);
this.groupBox2.Controls.Add(this.button25);
this.groupBox2.Controls.Add(this.button24);
this.groupBox2.Controls.Add(this.button23);
this.groupBox2.Controls.Add(this.button22);
this.groupBox2.Controls.Add(this.e2view);
this.groupBox2.Location = new System.Drawing.Point(249, 41);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(230, 640);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "电梯2";
//
// tempp1
//
this.tempp1.AutoSize = true;
this.tempp1.Location = new System.Drawing.Point(38, 528);
this.tempp1.Name = "tempp1";
this.tempp1.Size = new System.Drawing.Size(0, 15);
this.tempp1.TabIndex = 20;
//
// tempp
//
this.tempp.AutoSize = true;
this.tempp.Location = new System.Drawing.Point(24, 525);
this.tempp.Name = "tempp";
this.tempp.Size = new System.Drawing.Size(0, 15);
this.tempp.TabIndex = 19;
//
// button34
//
this.button34.Location = new System.Drawing.Point(142, 207);
this.button34.Name = "button34";
this.button34.Size = new System.Drawing.Size(46, 22);
this.button34.TabIndex = 18;
this.button34.Text = "3";
this.button34.UseVisualStyleBackColor = true;
this.button34.Click += new System.EventHandler(this.button34_Click);
//
// button31
//
this.button31.Location = new System.Drawing.Point(142, 463);
this.button31.Name = "button31";
this.button31.Size = new System.Drawing.Size(46, 22);
this.button31.TabIndex = 16;
this.button31.Text = "19";
this.button31.UseVisualStyleBackColor = true;
this.button31.Click += new System.EventHandler(this.button31_Click);
//
// button30
//
this.button30.Location = new System.Drawing.Point(37, 463);
this.button30.Name = "button30";
this.button30.Size = new System.Drawing.Size(46, 22);
this.button30.TabIndex = 15;
this.button30.Text = "17";
this.button30.UseVisualStyleBackColor = true;
this.button30.Click += new System.EventHandler(this.button30_Click);
//
// button29
//
this.button29.Location = new System.Drawing.Point(142, 404);
this.button29.Name = "button29";
this.button29.Size = new System.Drawing.Size(46, 22);
this.button29.TabIndex = 14;
this.button29.Text = "15";
this.button29.UseVisualStyleBackColor = true;
this.button29.Click += new System.EventHandler(this.button29_Click);
//
// button28
//
this.button28.Location = new System.Drawing.Point(37, 404);
this.button28.Name = "button28";
this.button28.Size = new System.Drawing.Size(46, 22);
this.button28.TabIndex = 13;
this.button28.Text = "13";
this.button28.UseVisualStyleBackColor = true;
this.button28.Click += new System.EventHandler(this.button28_Click);
//
// button27
//
this.button27.Location = new System.Drawing.Point(142, 349);
this.button27.Name = "button27";
this.button27.Size = new System.Drawing.Size(46, 22);
this.button27.TabIndex = 12;
this.button27.Text = "11";
this.button27.UseVisualStyleBackColor = true;
this.button27.Click += new System.EventHandler(this.button27_Click);
//
// button26
//
this.button26.Location = new System.Drawing.Point(37, 345);
this.button26.Name = "button26";
this.button26.Size = new System.Drawing.Size(46, 22);
this.button26.TabIndex = 11;
this.button26.Text = "9";
this.button26.UseVisualStyleBackColor = true;
this.button26.Click += new System.EventHandler(this.button26_Click);
//
// button25
//
this.button25.Location = new System.Drawing.Point(142, 279);
this.button25.Name = "button25";
this.button25.Size = new System.Drawing.Size(46, 22);
this.button25.TabIndex = 10;
this.button25.Text = "7";
this.button25.UseVisualStyleBackColor = true;
this.button25.Click += new System.EventHandler(this.button25_Click);
//
// button24
//
this.button24.Location = new System.Drawing.Point(37, 279);
this.button24.Name = "button24";
this.button24.Size = new System.Drawing.Size(46, 22);
this.button24.TabIndex = 9;
this.button24.Text = "5";
this.button24.UseVisualStyleBackColor = true;
this.button24.Click += new System.EventHandler(this.button24_Click);
//
// button23
//
this.button23.Location = new System.Drawing.Point(165, 113);
this.button23.Name = "button23";
this.button23.Size = new System.Drawing.Size(46, 49);
this.button23.TabIndex = 8;
this.button23.Text = "关门";
this.button23.UseVisualStyleBackColor = true;
this.button23.Click += new System.EventHandler(this.button23_Click);
//
// button22
//
this.button22.Location = new System.Drawing.Point(37, 207);
this.button22.Name = "button22";
this.button22.Size = new System.Drawing.Size(46, 22);
this.button22.TabIndex = 7;
this.button22.Text = "1";
this.button22.UseVisualStyleBackColor = true;
this.button22.Click += new System.EventHandler(this.button22_Click);
//
// e2view
//
this.e2view.BackColor = System.Drawing.SystemColors.InfoText;
this.e2view.Font = new System.Drawing.Font("微软雅黑", 49.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.e2view.ForeColor = System.Drawing.Color.Red;
this.e2view.Location = new System.Drawing.Point(37, 73);
this.e2view.Name = "e2view";
this.e2view.ReadOnly = true;
this.e2view.Size = new System.Drawing.Size(112, 117);
this.e2view.TabIndex = 3;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.button33);
this.groupBox1.Controls.Add(this.button21);
this.groupBox1.Controls.Add(this.button20);
this.groupBox1.Controls.Add(this.button19);
this.groupBox1.Controls.Add(this.button18);
this.groupBox1.Controls.Add(this.button17);
this.groupBox1.Controls.Add(this.button16);
this.groupBox1.Controls.Add(this.button15);
this.groupBox1.Controls.Add(this.button14);
this.groupBox1.Controls.Add(this.button13);
this.groupBox1.Controls.Add(this.button12);
this.groupBox1.Controls.Add(this.button11);
this.groupBox1.Controls.Add(this.button10);
this.groupBox1.Controls.Add(this.button9);
this.groupBox1.Controls.Add(this.button8);
this.groupBox1.Controls.Add(this.button7);
this.groupBox1.Controls.Add(this.button6);
this.groupBox1.Controls.Add(this.button5);
this.groupBox1.Controls.Add(this.button4);
this.groupBox1.Controls.Add(this.button3);
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.e1view);
this.groupBox1.Location = new System.Drawing.Point(6, 41);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(230, 640);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "电梯1";
//
// button33
//
this.button33.Location = new System.Drawing.Point(159, 113);
this.button33.Name = "button33";
this.button33.Size = new System.Drawing.Size(46, 49);
this.button33.TabIndex = 25;
this.button33.Text = "关门";
this.button33.UseVisualStyleBackColor = true;
this.button33.Click += new System.EventHandler(this.button33_Click);
//
// button21
//
this.button21.Location = new System.Drawing.Point(159, 588);
this.button21.Name = "button21";
this.button21.Size = new System.Drawing.Size(46, 22);
this.button21.TabIndex = 24;
this.button21.Text = "20";
this.button21.UseVisualStyleBackColor = true;
this.button21.Click += new System.EventHandler(this.button21_Click);
//
// button20
//
this.button20.Location = new System.Drawing.Point(92, 588);
this.button20.Name = "button20";
this.button20.Size = new System.Drawing.Size(46, 22);
this.button20.TabIndex = 23;
this.button20.Text = "19";
this.button20.UseVisualStyleBackColor = true;
this.button20.Click += new System.EventHandler(this.button20_Click);
//
// button19
//
this.button19.Location = new System.Drawing.Point(29, 588);
this.button19.Name = "button19";
this.button19.Size = new System.Drawing.Size(46, 22);
this.button19.TabIndex = 22;
this.button19.Text = "18";
this.button19.UseVisualStyleBackColor = true;
this.button19.Click += new System.EventHandler(this.button19_Click);
//
// button18
//
this.button18.Location = new System.Drawing.Point(159, 529);
this.button18.Name = "button18";
this.button18.Size = new System.Drawing.Size(46, 22);
this.button18.TabIndex = 21;
this.button18.Text = "17";
this.button18.UseVisualStyleBackColor = true;
this.button18.Click += new System.EventHandler(this.button18_Click);
//
// button17
//
this.button17.Location = new System.Drawing.Point(92, 529);
this.button17.Name = "button17";
this.button17.Size = new System.Drawing.Size(46, 22);
this.button17.TabIndex = 20;
this.button17.Text = "16";
this.button17.UseVisualStyleBackColor = true;
this.button17.Click += new System.EventHandler(this.button17_Click);
//
// button16
//
this.button16.Location = new System.Drawing.Point(159, 463);
this.button16.Name = "button16";
this.button16.Size = new System.Drawing.Size(46, 22);
this.button16.TabIndex = 19;
this.button16.Text = "14";
this.button16.UseVisualStyleBackColor = true;
this.button16.Click += new System.EventHandler(this.button16_Click);
//
// button15
//
this.button15.Location = new System.Drawing.Point(29, 527);
this.button15.Name = "button15";
this.button15.Size = new System.Drawing.Size(46, 22);
this.button15.TabIndex = 18;
this.button15.Text = "15";
this.button15.UseVisualStyleBackColor = true;
this.button15.Click += new System.EventHandler(this.button15_Click);
//
// button14
//
this.button14.Location = new System.Drawing.Point(159, 404);
this.button14.Name = "button14";
this.button14.Size = new System.Drawing.Size(46, 22);
this.button14.TabIndex = 17;
this.button14.Text = "11";
this.button14.UseVisualStyleBackColor = true;
this.button14.Click += new System.EventHandler(this.button14_Click);
//
// button13
//
this.button13.Location = new System.Drawing.Point(29, 463);
this.button13.Name = "button13";
this.button13.Size = new System.Drawing.Size(46, 22);
this.button13.TabIndex = 16;
this.button13.Text = "12";
this.button13.UseVisualStyleBackColor = true;
this.button13.Click += new System.EventHandler(this.button13_Click);
//
// button12
//
this.button12.Location = new System.Drawing.Point(92, 404);
this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(46, 22);
this.button12.TabIndex = 15;
this.button12.Text = "10";
this.button12.UseVisualStyleBackColor = true;
this.button12.Click += new System.EventHandler(this.button12_Click);
//
// button11
//
this.button11.Location = new System.Drawing.Point(29, 404);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(46, 22);
this.button11.TabIndex = 14;
this.button11.Text = "9";
this.button11.UseVisualStyleBackColor = true;
this.button11.Click += new System.EventHandler(this.button11_Click);
//
// button10
//
this.button10.Location = new System.Drawing.Point(92, 463);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(46, 22);
this.button10.TabIndex = 13;
this.button10.Text = "13";
this.button10.UseVisualStyleBackColor = true;
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// button9
//
this.button9.Location = new System.Drawing.Point(159, 345);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(46, 22);
this.button9.TabIndex = 12;
this.button9.Text = "8";
this.button9.UseVisualStyleBackColor = true;
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// button8
//
this.button8.Location = new System.Drawing.Point(92, 345);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(46, 22);
this.button8.TabIndex = 11;
this.button8.Text = "7";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// button7
//
this.button7.Location = new System.Drawing.Point(29, 345);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(46, 22);
this.button7.TabIndex = 10;
this.button7.Text = "6";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// button6
//
this.button6.Location = new System.Drawing.Point(159, 279);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(46, 22);
this.button6.TabIndex = 9;
this.button6.Text = "5";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(92, 279);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(46, 22);
this.button5.TabIndex = 8;
this.button5.Text = "4";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(29, 279);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(46, 22);
this.button4.TabIndex = 7;
this.button4.Text = "3";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(159, 207);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(46, 22);
this.button3.TabIndex = 6;
this.button3.Text = "2";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(92, 207);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(46, 22);
this.button2.TabIndex = 5;
this.button2.Text = "1";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(29, 207);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(46, 22);
this.button1.TabIndex = 4;
this.button1.Text = "B1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// e1view
//
this.e1view.BackColor = System.Drawing.SystemColors.InfoText;
this.e1view.Font = new System.Drawing.Font("微软雅黑", 49.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.e1view.ForeColor = System.Drawing.Color.Red;
this.e1view.Location = new System.Drawing.Point(29, 73);
this.e1view.Name = "e1view";
this.e1view.ReadOnly = true;
this.e1view.Size = new System.Drawing.Size(109, 117);
this.e1view.TabIndex = 3;
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 5000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1348, 721);
this.Controls.Add(this.IN);
this.Controls.Add(this.SET);
this.Controls.Add(this.OUT);
this.Name = "main";
this.Text = "电梯管理系统";
this.Load += new System.EventHandler(this.main_Load);
this.OUT.ResumeLayout(false);
this.OUT.PerformLayout();
this.SET.ResumeLayout(false);
this.SET.PerformLayout();
this.groupBox8.ResumeLayout(false);
this.groupBox8.PerformLayout();
this.groupBox7.ResumeLayout(false);
this.groupBox7.PerformLayout();
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.IN.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
 
}
 
#endregion
 
private System.Windows.Forms.GroupBox OUT;
private System.Windows.Forms.TextBox nowview1;
private System.Windows.Forms.Button downf;
private System.Windows.Forms.Button upf;
private System.Windows.Forms.GroupBox SET;
private System.Windows.Forms.GroupBox IN;
private System.Windows.Forms.ComboBox now;
private System.Windows.Forms.Label suozai;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label e1now;
private System.Windows.Forms.ComboBox comboBox3;
private System.Windows.Forms.ComboBox comboBox4;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Button button68;
private System.Windows.Forms.Button button67;
private System.Windows.Forms.Button button66;
private System.Windows.Forms.Button button65;
private System.Windows.Forms.Button button64;
private System.Windows.Forms.Button button63;
private System.Windows.Forms.Button button62;
private System.Windows.Forms.Button button61;
private System.Windows.Forms.Button button60;
private System.Windows.Forms.Button button59;
private System.Windows.Forms.Button button58;
private System.Windows.Forms.Button button57;
private System.Windows.Forms.Button button56;
private System.Windows.Forms.Button button55;
private System.Windows.Forms.Button button54;
private System.Windows.Forms.Button button53;
private System.Windows.Forms.Button button52;
private System.Windows.Forms.Button button51;
private System.Windows.Forms.Button button50;
private System.Windows.Forms.Button button49;
private System.Windows.Forms.Button button48;
private System.Windows.Forms.Button button47;
private System.Windows.Forms.TextBox e4view;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button button46;
private System.Windows.Forms.Button button45;
private System.Windows.Forms.Button button44;
private System.Windows.Forms.Button button43;
private System.Windows.Forms.Button button42;
private System.Windows.Forms.Button button41;
private System.Windows.Forms.Button button40;
private System.Windows.Forms.Button button39;
private System.Windows.Forms.Button button38;
private System.Windows.Forms.Button button37;
private System.Windows.Forms.Button button36;
private System.Windows.Forms.Button button35;
private System.Windows.Forms.TextBox e3view;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button button34;
private System.Windows.Forms.Button button31;
private System.Windows.Forms.Button button30;
private System.Windows.Forms.Button button29;
private System.Windows.Forms.Button button28;
private System.Windows.Forms.Button button27;
private System.Windows.Forms.Button button26;
private System.Windows.Forms.Button button25;
private System.Windows.Forms.Button button24;
private System.Windows.Forms.Button button23;
private System.Windows.Forms.Button button22;
private System.Windows.Forms.TextBox e2view;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button33;
private System.Windows.Forms.Button button21;
private System.Windows.Forms.Button button20;
private System.Windows.Forms.Button button19;
private System.Windows.Forms.Button button18;
private System.Windows.Forms.Button button17;
private System.Windows.Forms.Button button16;
private System.Windows.Forms.Button button15;
private System.Windows.Forms.Button button14;
private System.Windows.Forms.Button button13;
private System.Windows.Forms.Button button12;
private System.Windows.Forms.Button button11;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox e1view;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.TextBox nowview4;
private System.Windows.Forms.TextBox nowview3;
private System.Windows.Forms.TextBox nowview2;
private System.Windows.Forms.Label tempp1;
private System.Windows.Forms.Label tempp;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox comboBox5;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox comboBox8;
private System.Windows.Forms.ComboBox comboBox7;
private System.Windows.Forms.ComboBox comboBox6;
private System.Windows.Forms.GroupBox groupBox8;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.GroupBox groupBox7;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
}
}
posted @ 2016-04-09 17:36  亦木佳哥  阅读(207)  评论(0编辑  收藏  举报