亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? elevator.cs

?? 設(shè)計一個電梯模擬系統(tǒng)。主要用于實現(xiàn)
?? CS
?? 第 1 頁 / 共 4 頁
字號:
			this.outButton14.Location = new System.Drawing.Point(208, 472);
			this.outButton14.Name = "outButton14";
			this.outButton14.Size = new System.Drawing.Size(24, 24);
			this.outButton14.TabIndex = 28;
			this.outButton14.Text = "<";
			this.outButton14.Click += new System.EventHandler(this.pressButton2_Click);
			// 
			// inButton13
			// 
			this.inButton13.BackColor = System.Drawing.SystemColors.Control;
			this.inButton13.Enabled = false;
			this.inButton13.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.inButton13.Location = new System.Drawing.Point(208, 448);
			this.inButton13.Name = "inButton13";
			this.inButton13.Size = new System.Drawing.Size(24, 24);
			this.inButton13.TabIndex = 27;
			this.inButton13.Text = ">";
			this.inButton13.Click += new System.EventHandler(this.pressButton2_Click);
			// 
			// inButton11
			// 
			this.inButton11.BackColor = System.Drawing.SystemColors.Control;
			this.inButton11.Enabled = false;
			this.inButton11.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.inButton11.Location = new System.Drawing.Point(120, 448);
			this.inButton11.Name = "inButton11";
			this.inButton11.Size = new System.Drawing.Size(24, 24);
			this.inButton11.TabIndex = 26;
			this.inButton11.Text = "<";
			this.inButton11.Click += new System.EventHandler(this.pressButton1_Click);
			// 
			// upButton1
			// 
			this.upButton1.BackColor = System.Drawing.SystemColors.Control;
			this.upButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.upButton1.Location = new System.Drawing.Point(157, 448);
			this.upButton1.Name = "upButton1";
			this.upButton1.Size = new System.Drawing.Size(37, 23);
			this.upButton1.TabIndex = 24;
			this.upButton1.Text = "UP";
			this.upButton1.Click += new System.EventHandler(this.pressButton3_Click);
			// 
			// floor1
			// 
			this.floor1.BackColor = System.Drawing.Color.LightGreen;
			this.floor1.Enabled = false;
			this.floor1.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.floor1.Location = new System.Drawing.Point(144, 400);
			this.floor1.Name = "floor1";
			this.floor1.Size = new System.Drawing.Size(64, 23);
			this.floor1.TabIndex = 23;
			this.floor1.Text = "Floor1";
			// 
			// outButton34
			// 
			this.outButton34.BackColor = System.Drawing.SystemColors.Control;
			this.outButton34.Enabled = false;
			this.outButton34.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.outButton34.Location = new System.Drawing.Point(208, 208);
			this.outButton34.Name = "outButton34";
			this.outButton34.Size = new System.Drawing.Size(24, 24);
			this.outButton34.TabIndex = 42;
			this.outButton34.Text = "<";
			this.outButton34.Click += new System.EventHandler(this.pressButton2_Click);
			// 
			// inButton33
			// 
			this.inButton33.BackColor = System.Drawing.SystemColors.Control;
			this.inButton33.Enabled = false;
			this.inButton33.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.inButton33.Location = new System.Drawing.Point(208, 184);
			this.inButton33.Name = "inButton33";
			this.inButton33.Size = new System.Drawing.Size(24, 24);
			this.inButton33.TabIndex = 41;
			this.inButton33.Text = ">";
			this.inButton33.Click += new System.EventHandler(this.pressButton2_Click);
			// 
			// inButton31
			// 
			this.inButton31.BackColor = System.Drawing.SystemColors.Control;
			this.inButton31.Enabled = false;
			this.inButton31.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.inButton31.Location = new System.Drawing.Point(120, 184);
			this.inButton31.Name = "inButton31";
			this.inButton31.Size = new System.Drawing.Size(24, 24);
			this.inButton31.TabIndex = 40;
			this.inButton31.Text = "<";
			this.inButton31.Click += new System.EventHandler(this.pressButton1_Click);
			// 
			// downButton3
			// 
			this.downButton3.BackColor = System.Drawing.SystemColors.Control;
			this.downButton3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.downButton3.Location = new System.Drawing.Point(157, 207);
			this.downButton3.Name = "downButton3";
			this.downButton3.Size = new System.Drawing.Size(37, 23);
			this.downButton3.TabIndex = 39;
			this.downButton3.Text = "DOWN";
			this.downButton3.Click += new System.EventHandler(this.pressButton3_Click);
			// 
			// upButton3
			// 
			this.upButton3.BackColor = System.Drawing.SystemColors.Control;
			this.upButton3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.upButton3.Location = new System.Drawing.Point(157, 184);
			this.upButton3.Name = "upButton3";
			this.upButton3.Size = new System.Drawing.Size(37, 23);
			this.upButton3.TabIndex = 38;
			this.upButton3.Text = "UP";
			this.upButton3.Click += new System.EventHandler(this.pressButton3_Click);
			// 
			// floor3
			// 
			this.floor3.BackColor = System.Drawing.Color.LightGreen;
			this.floor3.Enabled = false;
			this.floor3.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.floor3.Location = new System.Drawing.Point(144, 144);
			this.floor3.Name = "floor3";
			this.floor3.Size = new System.Drawing.Size(64, 23);
			this.floor3.TabIndex = 37;
			this.floor3.Text = "Floor3";
			// 
			// outButton42
			// 
			this.outButton42.BackColor = System.Drawing.SystemColors.Control;
			this.outButton42.Enabled = false;
			this.outButton42.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.outButton42.Location = new System.Drawing.Point(120, 80);
			this.outButton42.Name = "outButton42";
			this.outButton42.Size = new System.Drawing.Size(24, 24);
			this.outButton42.TabIndex = 50;
			this.outButton42.Text = ">";
			this.outButton42.Click += new System.EventHandler(this.pressButton1_Click);
			// 
			// outButton44
			// 
			this.outButton44.BackColor = System.Drawing.SystemColors.Control;
			this.outButton44.Enabled = false;
			this.outButton44.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.outButton44.Location = new System.Drawing.Point(208, 80);
			this.outButton44.Name = "outButton44";
			this.outButton44.Size = new System.Drawing.Size(24, 24);
			this.outButton44.TabIndex = 49;
			this.outButton44.Text = "<";
			this.outButton44.Click += new System.EventHandler(this.pressButton2_Click);
			// 
			// inButton43
			// 
			this.inButton43.BackColor = System.Drawing.SystemColors.Control;
			this.inButton43.Enabled = false;
			this.inButton43.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.inButton43.Location = new System.Drawing.Point(208, 56);
			this.inButton43.Name = "inButton43";
			this.inButton43.Size = new System.Drawing.Size(24, 24);
			this.inButton43.TabIndex = 48;
			this.inButton43.Text = ">";
			this.inButton43.Click += new System.EventHandler(this.pressButton2_Click);
			// 
			// inButton41
			// 
			this.inButton41.BackColor = System.Drawing.SystemColors.Control;
			this.inButton41.Enabled = false;
			this.inButton41.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.inButton41.Location = new System.Drawing.Point(120, 56);
			this.inButton41.Name = "inButton41";
			this.inButton41.Size = new System.Drawing.Size(24, 24);
			this.inButton41.TabIndex = 47;
			this.inButton41.Text = "<";
			this.inButton41.Click += new System.EventHandler(this.pressButton1_Click);
			// 
			// downButton4
			// 
			this.downButton4.BackColor = System.Drawing.SystemColors.Control;
			this.downButton4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.downButton4.Location = new System.Drawing.Point(157, 80);
			this.downButton4.Name = "downButton4";
			this.downButton4.Size = new System.Drawing.Size(37, 23);
			this.downButton4.TabIndex = 46;
			this.downButton4.Text = "DOWN";
			this.downButton4.Click += new System.EventHandler(this.pressButton3_Click);
			// 
			// floor4
			// 
			this.floor4.BackColor = System.Drawing.Color.LightGreen;
			this.floor4.Enabled = false;
			this.floor4.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.floor4.Location = new System.Drawing.Point(144, 16);
			this.floor4.Name = "floor4";
			this.floor4.Size = new System.Drawing.Size(64, 23);
			this.floor4.TabIndex = 44;
			this.floor4.Text = "Floor4";
			// 
			// outButton22
			// 
			this.outButton22.BackColor = System.Drawing.SystemColors.Control;
			this.outButton22.Enabled = false;
			this.outButton22.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.outButton22.Location = new System.Drawing.Point(120, 344);
			this.outButton22.Name = "outButton22";
			this.outButton22.Size = new System.Drawing.Size(24, 24);
			this.outButton22.TabIndex = 57;
			this.outButton22.Text = ">";
			this.outButton22.Click += new System.EventHandler(this.pressButton1_Click);
			// 
			// outButton24
			// 
			this.outButton24.BackColor = System.Drawing.SystemColors.Control;
			this.outButton24.Enabled = false;
			this.outButton24.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.outButton24.Location = new System.Drawing.Point(208, 344);
			this.outButton24.Name = "outButton24";
			this.outButton24.Size = new System.Drawing.Size(24, 24);
			this.outButton24.TabIndex = 56;
			this.outButton24.Text = "<";
			this.outButton24.Click += new System.EventHandler(this.pressButton2_Click);
			// 
			// inButton23
			// 
			this.inButton23.BackColor = System.Drawing.SystemColors.Control;
			this.inButton23.Enabled = false;
			this.inButton23.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.inButton23.Location = new System.Drawing.Point(208, 320);
			this.inButton23.Name = "inButton23";
			this.inButton23.Size = new System.Drawing.Size(24, 24);
			this.inButton23.TabIndex = 55;
			this.inButton23.Text = ">";
			this.inButton23.Click += new System.EventHandler(this.pressButton2_Click);
			// 
			// inButton21
			// 
			this.inButton21.BackColor = System.Drawing.SystemColors.Control;
			this.inButton21.Enabled = false;
			this.inButton21.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.inButton21.Location = new System.Drawing.Point(120, 320);
			this.inButton21.Name = "inButton21";
			this.inButton21.Size = new System.Drawing.Size(24, 24);
			this.inButton21.TabIndex = 54;
			this.inButton21.Text = "<";
			this.inButton21.Click += new System.EventHandler(this.pressButton1_Click);
			// 
			// upButton2
			// 
			this.upButton2.BackColor = System.Drawing.SystemColors.Control;
			this.upButton2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.upButton2.Location = new System.Drawing.Point(157, 320);
			this.upButton2.Name = "upButton2";
			this.upButton2.Size = new System.Drawing.Size(37, 23);
			this.upButton2.TabIndex = 52;
			this.upButton2.Text = "UP";
			this.upButton2.Click += new System.EventHandler(this.pressButton3_Click);
			// 
			// floor2
			// 
			this.floor2.BackColor = System.Drawing.Color.LightGreen;
			this.floor2.Enabled = false;
			this.floor2.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.floor2.Location = new System.Drawing.Point(144, 272);
			this.floor2.Name = "floor2";
			this.floor2.Size = new System.Drawing.Size(64, 23);
			this.floor2.TabIndex = 51;
			this.floor2.Text = "Floor2";
			// 
			// downButton2
			// 
			this.downButton2.BackColor = System.Drawing.SystemColors.Control;
			this.downButton2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.downButton2.Location = new System.Drawing.Point(157, 343);
			this.downButton2.Name = "downButton2";
			this.downButton2.Size = new System.Drawing.Size(37, 23);
			this.downButton2.TabIndex = 58;
			this.downButton2.Text = "DOWN";
			this.downButton2.Click += new System.EventHandler(this.pressButton3_Click);
			// 
			// outButton32
			// 
			this.outButton32.BackColor = System.Drawing.SystemColors.Control;
			this.outButton32.Enabled = false;
			this.outButton32.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.outButton32.Location = new System.Drawing.Point(120, 208);
			this.outButton32.Name = "outButton32";
			this.outButton32.Size = new System.Drawing.Size(24, 24);
			this.outButton32.TabIndex = 59;
			this.outButton32.Text = ">";
			this.outButton32.Click += new System.EventHandler(this.pressButton1_Click);
			// 
			// timerControl
			// 
			this.timerControl.Enabled = true;
			this.timerControl.Interval = 30;
			this.timerControl.Tick += new System.EventHandler(this.timerControl_Tick);
			// 
			// Elevator
			// 
			this.AutoScale = false;
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.BackColor = System.Drawing.Color.Pink;
			this.ClientSize = new System.Drawing.Size(352, 509);
			this.Controls.Add(this.outButton32);
			this.Controls.Add(this.downButton2);
			this.Controls.Add(this.outButton22);
			this.Controls.Add(this.outButton24);
			this.Controls.Add(this.inButton23);
			this.Controls.Add(this.inButton21);
			this.Controls.Add(this.upButton2);
			this.Controls.Add(this.floor2);
			this.Controls.Add(this.outButton42);
			this.Controls.Add(this.outButton44);
			this.Controls.Add(this.inButton43);
			this.Controls.Add(this.inButton41);
			this.Controls.Add(this.downButton4);
			this.Controls.Add(this.floor4);
			this.Controls.Add(this.outButton34);
			this.Controls.Add(this.inButton33);
			this.Controls.Add(this.inButton31);
			this.Controls.Add(this.downButton3);
			this.Controls.Add(this.upButton3);
			this.Controls.Add(this.floor3);
			this.Controls.Add(this.outButton12);
			this.Controls.Add(this.outButton14);
			this.Controls.Add(this.inButton13);
			this.Controls.Add(this.inButton11);

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲日本va午夜在线电影| 午夜精品久久久久| 亚洲国产日韩在线一区模特 | 日韩一级黄色片| 成人免费在线观看入口| 麻豆成人免费电影| 精品视频在线免费看| 中文字幕中文乱码欧美一区二区| 无吗不卡中文字幕| 91麻豆6部合集magnet| 久久久久国产一区二区三区四区| 亚洲第一主播视频| 91亚洲永久精品| 国产视频一区在线播放| 久久国产免费看| 91精品在线免费观看| 亚洲主播在线观看| 在线免费观看一区| 亚洲男同性视频| 成人激情av网| 国产精品日韩成人| 国产高清精品在线| 国产日韩一级二级三级| 国产剧情在线观看一区二区| 精品国产免费久久| 免费人成在线不卡| 精品黑人一区二区三区久久 | 欧美一区二区不卡视频| 亚洲国产一区视频| 欧美色综合网站| 性感美女极品91精品| 欧美日产在线观看| 三级久久三级久久久| 欧美日韩国产片| 日本亚洲电影天堂| 欧美成人高清电影在线| 精品在线观看免费| 久久久精品日韩欧美| 国产精品456露脸| 国产偷国产偷精品高清尤物| 欧美在线观看一区二区| 亚洲图片欧美视频| 欧美一区二区三区在线观看 | 精品国产区一区| 国产一区二区三区在线观看免费| 久久久久一区二区三区四区| 丁香亚洲综合激情啪啪综合| 国产精品萝li| 欧美色图天堂网| 麻豆精品久久久| 国产亚洲精品精华液| 97精品电影院| 天天免费综合色| 久久午夜国产精品| 色综合久久66| 亚洲成av人影院| 久久午夜色播影院免费高清| 99精品欧美一区二区三区小说 | 欧美一区二区三区不卡| 精品一区二区三区日韩| 一区精品在线播放| 欧美精三区欧美精三区| 国产一区二区三区电影在线观看| 国产精品免费免费| 6080午夜不卡| 成人免费黄色在线| 天天做天天摸天天爽国产一区| 久久精品水蜜桃av综合天堂| 91理论电影在线观看| 久久99国产精品免费| 亚洲丝袜美腿综合| 欧美大肚乱孕交hd孕妇| 色一情一伦一子一伦一区| 久久 天天综合| 亚洲精品一二三区| 久久久久久一二三区| 欧洲另类一二三四区| 国产成人在线色| 日韩av一区二| 亚洲精品成a人| 久久精品亚洲精品国产欧美kt∨ | 强制捆绑调教一区二区| 久久久国产午夜精品| 欧美网站一区二区| 成人精品国产福利| 加勒比av一区二区| 日本系列欧美系列| 一区二区三区日韩欧美| 久久精品人人做人人综合| 欧美人xxxx| 91久久国产最好的精华液| 国产精品一区二区三区99| 天堂在线亚洲视频| 亚洲国产中文字幕在线视频综合| 国产精品福利一区| 国产欧美一区二区在线| 2021国产精品久久精品| 亚洲丝袜另类动漫二区| 中文字幕+乱码+中文字幕一区| 91精品婷婷国产综合久久性色| 91高清在线观看| 91美女蜜桃在线| 91视频免费看| 色先锋资源久久综合| 色综合久久综合网97色综合| 成人av免费网站| 国产成人av自拍| 国产一区视频在线看| 久久99热狠狠色一区二区| 理论片日本一区| 久久狠狠亚洲综合| 久久99精品国产.久久久久| 久久国产视频网| 美女久久久精品| 韩国一区二区在线观看| 久久99深爱久久99精品| 国产福利一区二区三区视频 | 日韩欧美在线一区二区三区| 欧美日韩久久久久久| 欧美日韩二区三区| 日韩欧美亚洲另类制服综合在线| 日韩视频免费观看高清在线视频| 日韩一卡二卡三卡四卡| 日韩精品在线一区二区| 欧美精品一区二区三区四区| 久久精品男人天堂av| 国产精品久久久久久亚洲伦 | 精品视频在线看| 91精品国产欧美一区二区| 日韩精品一区二区在线观看| 久久精品视频一区二区| 国产精品免费看片| 亚洲午夜一区二区三区| 琪琪一区二区三区| 国产乱码精品一区二区三区av| 成人美女在线视频| 欧美视频中文字幕| 91麻豆精品国产综合久久久久久| 久久综合九色综合欧美98| 国产精品乱子久久久久| 一区二区三区在线免费观看| 爽爽淫人综合网网站 | 免费在线看一区| 国产高清在线精品| 日本精品裸体写真集在线观看| 91精品国产欧美一区二区成人| 国产日韩欧美a| 亚洲一区视频在线观看视频| 蜜桃视频在线观看一区| av成人免费在线| 欧美男男青年gay1069videost| 国产亚洲精品超碰| 一区二区三区四区乱视频| 久久精品久久久精品美女| 97超碰欧美中文字幕| 欧美mv日韩mv国产网站| 亚洲视频在线一区观看| 韩国v欧美v亚洲v日本v| 日本精品免费观看高清观看| 久久久另类综合| 国产精品一级在线| 欧美色爱综合网| 日本一区二区不卡视频| 美腿丝袜一区二区三区| 日本高清成人免费播放| 国产欧美日韩另类一区| 日韩高清在线电影| 色又黄又爽网站www久久| 久久久久久久久久久久电影 | jiyouzz国产精品久久| 欧美一级片免费看| 亚洲一区二区三区爽爽爽爽爽| 国内成人自拍视频| 欧美一级久久久| 亚洲在线视频免费观看| 成人国产精品免费观看视频| 久久综合九色综合欧美就去吻| 亚洲.国产.中文慕字在线| 不卡的av电影在线观看| 日本一区二区免费在线观看视频 | 99视频在线精品| www国产亚洲精品久久麻豆| 日欧美一区二区| 欧美高清精品3d| 亚洲午夜久久久久久久久久久 | 成人国产精品免费| 精品少妇一区二区三区日产乱码 | 香蕉乱码成人久久天堂爱免费| 99精品欧美一区二区蜜桃免费| 国产亚洲va综合人人澡精品| 激情小说亚洲一区| 亚洲精品在线观看视频| 麻豆视频一区二区| 日韩一区二区三区在线观看| 丝袜美腿成人在线| 日韩午夜在线观看视频| 免费成人你懂的| 欧美一区二区三区精品| 精品一区中文字幕| 2020国产成人综合网|