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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? about.cs

?? 此為本人和同學所開發的酒店管理系統.C#.net.也是軟件工程課程的作業.
?? CS
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace RoomManage
{
	/// <summary>
	/// about 的摘要說明。
	/// </summary>
	public class about : System.Windows.Forms.Form
	{
		private System.Windows.Forms.PictureBox pictureBox1;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.GroupBox groupBox2;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.LinkLabel linkLabel1;
		private System.Windows.Forms.LinkLabel linkLabel2;
		/// <summary>
		/// 必需的設計器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		public about()
		{
			//
			// Windows 窗體設計器支持所必需的
			//
			InitializeComponent();

			//
			// TODO: 在 InitializeComponent 調用后添加任何構造函數代碼
			//
		}

		/// <summary>
		/// 清理所有正在使用的資源。
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{
				if(components != null)
				{
					components.Dispose();
				}
			}
			base.Dispose( disposing );
		}

		#region Windows 窗體設計器生成的代碼
		/// <summary>
		/// 設計器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內容。
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(about));
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.label3 = new System.Windows.Forms.Label();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.label7 = new System.Windows.Forms.Label();
			this.linkLabel1 = new System.Windows.Forms.LinkLabel();
			this.linkLabel2 = new System.Windows.Forms.LinkLabel();
			this.SuspendLayout();
			// 
			// pictureBox1
			// 
			this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
			this.pictureBox1.Location = new System.Drawing.Point(8, 8);
			this.pictureBox1.Name = "pictureBox1";
			this.pictureBox1.Size = new System.Drawing.Size(136, 216);
			this.pictureBox1.TabIndex = 0;
			this.pictureBox1.TabStop = false;
			this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
			// 
			// label1
			// 
			this.label1.Font = new System.Drawing.Font("楷體_GB2312", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label1.ForeColor = System.Drawing.Color.Red;
			this.label1.Location = new System.Drawing.Point(144, 8);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(136, 32);
			this.label1.TabIndex = 1;
			this.label1.Text = "客房管理系統";
			this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			this.label1.Click += new System.EventHandler(this.about_Click);
			// 
			// label2
			// 
			this.label2.Font = new System.Drawing.Font("楷體_GB2312", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label2.ForeColor = System.Drawing.Color.Red;
			this.label2.Location = new System.Drawing.Point(280, 17);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(80, 23);
			this.label2.TabIndex = 2;
			this.label2.Text = "Vision1.0";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.label2.Click += new System.EventHandler(this.about_Click);
			// 
			// label4
			// 
			this.label4.BackColor = System.Drawing.Color.Transparent;
			this.label4.Font = new System.Drawing.Font("楷體_GB2312", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label4.ForeColor = System.Drawing.Color.Black;
			this.label4.Location = new System.Drawing.Point(152, 93);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(208, 23);
			this.label4.TabIndex = 0;
			this.label4.Text = "技術支持:軟件學院項目開發組";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.label4.Click += new System.EventHandler(this.about_Click);
			// 
			// groupBox1
			// 
			this.groupBox1.Location = new System.Drawing.Point(144, 40);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(232, 3);
			this.groupBox1.TabIndex = 3;
			this.groupBox1.TabStop = false;
			// 
			// label3
			// 
			this.label3.BackColor = System.Drawing.Color.Transparent;
			this.label3.Font = new System.Drawing.Font("楷體_GB2312", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label3.ForeColor = System.Drawing.Color.Black;
			this.label3.Location = new System.Drawing.Point(152, 56);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(208, 23);
			this.label3.TabIndex = 0;
			this.label3.Text = "版本信息:1.0";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.label3.Click += new System.EventHandler(this.about_Click);
			// 
			// groupBox2
			// 
			this.groupBox2.Location = new System.Drawing.Point(144, 192);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(232, 3);
			this.groupBox2.TabIndex = 3;
			this.groupBox2.TabStop = false;
			// 
			// label7
			// 
			this.label7.BackColor = System.Drawing.Color.Transparent;
			this.label7.Font = new System.Drawing.Font("楷體_GB2312", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label7.ForeColor = System.Drawing.Color.DodgerBlue;
			this.label7.Location = new System.Drawing.Point(152, 200);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(208, 23);
			this.label7.TabIndex = 0;
			this.label7.Text = "版權所有:2001-2005";
			this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.label7.Click += new System.EventHandler(this.about_Click);
			// 
			// linkLabel1
			// 
			this.linkLabel1.Font = new System.Drawing.Font("楷體_GB2312", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.linkLabel1.LinkArea = new System.Windows.Forms.LinkArea(5, 13);
			this.linkLabel1.Location = new System.Drawing.Point(152, 167);
			this.linkLabel1.Name = "linkLabel1";
			this.linkLabel1.Size = new System.Drawing.Size(176, 23);
			this.linkLabel1.TabIndex = 4;
			this.linkLabel1.TabStop = true;
			this.linkLabel1.Text = "電子信箱:zh_06@163.com";
			// 
			// linkLabel2
			// 
			this.linkLabel2.Font = new System.Drawing.Font("楷體_GB2312", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.linkLabel2.LinkArea = new System.Windows.Forms.LinkArea(5, 16);
			this.linkLabel2.Location = new System.Drawing.Point(152, 130);
			this.linkLabel2.Name = "linkLabel2";
			this.linkLabel2.Size = new System.Drawing.Size(192, 23);
			this.linkLabel2.TabIndex = 5;
			this.linkLabel2.TabStop = true;
			this.linkLabel2.Text = "網  址:www.software.com";
			// 
			// about
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.BackColor = System.Drawing.Color.White;
			this.ClientSize = new System.Drawing.Size(384, 232);
			this.ControlBox = false;
			this.Controls.Add(this.linkLabel2);
			this.Controls.Add(this.linkLabel1);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.pictureBox1);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.label7);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
			this.Name = "about";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "about";
			this.TopMost = true;
			this.Click += new System.EventHandler(this.about_Click);
			this.ResumeLayout(false);

		}
		#endregion

		private void about_Click(object sender, System.EventArgs e)
		{
			this.Close ();
		}

		private void pictureBox1_Click(object sender, System.EventArgs e)
		{
			this.Close ();
		}
	}
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
色综合视频在线观看| 韩国欧美国产1区| 91黄色免费版| 亚洲国产日产av| 欧美日韩精品是欧美日韩精品| 亚洲一区二区在线视频| 欧美日韩国产123区| 日韩**一区毛片| 欧美精品一区在线观看| 国产91丝袜在线观看| 亚洲视频在线观看三级| 欧美日韩国产一区| 黑人精品欧美一区二区蜜桃 | 国产偷国产偷精品高清尤物| 国产经典欧美精品| 中文字幕日韩精品一区| 欧美亚洲一区二区在线观看| 七七婷婷婷婷精品国产| 国产日产欧美一区二区视频| 色香蕉久久蜜桃| 成人精品免费视频| 亚洲愉拍自拍另类高清精品| 7777精品伊人久久久大香线蕉的| 久久99精品久久只有精品| 欧美国产精品v| 欧美午夜精品电影| 国产一区二区三区精品欧美日韩一区二区三区 | 欧美精品自拍偷拍动漫精品| 日本欧美在线观看| 国产精品不卡在线| 欧美一区二区视频在线观看2022| 国产一区二区精品久久91| 夜夜夜精品看看| 久久精品亚洲乱码伦伦中文| 欧美在线制服丝袜| 国产盗摄一区二区三区| 亚洲一区二区三区精品在线| 国产日韩欧美精品电影三级在线 | 国产成人激情av| 偷偷要91色婷婷| 亚洲色图20p| 久久久久久久久久久久久女国产乱| 色av综合在线| 成人免费观看视频| 老司机免费视频一区二区| 亚洲美女视频一区| 国产欧美日韩在线看| 日韩欧美电影在线| 欧美精选一区二区| 91精彩视频在线观看| 粉嫩aⅴ一区二区三区四区 | 精品影视av免费| 午夜国产不卡在线观看视频| 亚洲日本护士毛茸茸| 国产喷白浆一区二区三区| 欧美电视剧免费全集观看| 欧洲精品在线观看| 99久久精品久久久久久清纯| 国产资源精品在线观看| 日韩av中文在线观看| 一区二区三区免费观看| 中文字幕一区二区三区不卡在线| 国产午夜亚洲精品羞羞网站| 欧美成人vr18sexvr| 91精品久久久久久久久99蜜臂| 欧美性感一类影片在线播放| 91女神在线视频| 不卡影院免费观看| 成人综合婷婷国产精品久久蜜臀| 国产精品亚洲一区二区三区在线| 美女尤物国产一区| 免费观看日韩av| 免费成人性网站| 麻豆极品一区二区三区| 琪琪一区二区三区| 蜜桃视频免费观看一区| 青娱乐精品在线视频| 日本 国产 欧美色综合| 日韩高清一级片| 免费xxxx性欧美18vr| 免费在线看成人av| 国产一区在线不卡| 成人做爰69片免费看网站| av一区二区久久| 在线观看国产91| 欧美日韩国产一二三| 91麻豆精品国产无毒不卡在线观看 | 久久精品亚洲一区二区三区浴池| 国产日韩精品一区| 最新不卡av在线| 亚洲综合免费观看高清完整版| 亚洲一二三区在线观看| 午夜不卡av在线| 韩国av一区二区三区四区| 高清日韩电视剧大全免费| av电影在线观看完整版一区二区| 色综合久久综合| 欧美精品1区2区3区| 精品久久久久一区| 亚洲视频免费在线| 日日骚欧美日韩| 国产一区二区不卡| 91蜜桃视频在线| 制服丝袜中文字幕亚洲| 26uuu久久天堂性欧美| 国产精品九色蝌蚪自拍| 亚洲成人综合网站| 国产综合色视频| 91蜜桃免费观看视频| 欧美一区二区久久久| 国产蜜臀97一区二区三区| 亚洲乱码国产乱码精品精小说| 天天综合色天天综合色h| 国产一二精品视频| 欧美天堂一区二区三区| 2021国产精品久久精品| 伊人性伊人情综合网| 肉丝袜脚交视频一区二区| 成人一区二区视频| 3751色影院一区二区三区| 欧美激情一区二区三区全黄| 亚洲国产精品一区二区www| 国产一区二区三区免费播放| 91国产丝袜在线播放| 久久久久久久久99精品| 午夜免费欧美电影| 成人美女视频在线观看18| 7777女厕盗摄久久久| 亚洲欧美激情插 | 成人免费高清在线观看| 欧美一区二区啪啪| 亚洲影院久久精品| 国产不卡视频在线播放| 91精品国产一区二区三区蜜臀| 久久久精品综合| 午夜电影久久久| 91老司机福利 在线| 久久女同精品一区二区| 日韩av中文字幕一区二区| 色综合久久综合网欧美综合网| 久久九九99视频| 久久精品国产77777蜜臀| 欧美另类久久久品| 一区二区三区视频在线看| 国产成人福利片| 久久综合久久综合亚洲| 青青草91视频| 欧美一区二区三区免费大片| 亚洲午夜激情网站| 色偷偷成人一区二区三区91 | 国产在线精品免费| 91精品国产免费| 亚洲不卡av一区二区三区| 粉嫩嫩av羞羞动漫久久久 | 麻豆精品一区二区| 91麻豆精品国产91久久久久久久久 | 欧美日韩久久久| 一区二区三区中文在线观看| 99精品久久只有精品| 国产精品蜜臀av| 成人动漫在线一区| 中文字幕不卡的av| 成人黄色a**站在线观看| 国产精品美女视频| 国产a久久麻豆| 国产精品久久久久天堂| 成人激情图片网| 亚洲日穴在线视频| 91搞黄在线观看| 亚洲一区二区三区小说| 欧美中文字幕亚洲一区二区va在线| 亚洲视频在线一区二区| 91免费视频网| 亚洲一区免费观看| 欧美三电影在线| 日韩福利电影在线观看| 日韩一区二区免费电影| 久久99热国产| 欧美高清在线精品一区| eeuss鲁一区二区三区| 亚洲欧美在线视频| 91成人在线观看喷潮| 亚洲午夜电影在线| 日韩三级视频在线看| 国产一区二区成人久久免费影院| 国产日韩精品一区| 一本一道久久a久久精品综合蜜臀| 成人在线视频一区二区| 精品国产伦一区二区三区观看方式 | 日韩成人一区二区三区在线观看| 欧美一级高清片在线观看| 国产一区二区在线观看视频| 亚洲国产精品激情在线观看| 色综合久久中文综合久久牛| 午夜视频一区二区| 久久免费视频一区| av一本久道久久综合久久鬼色| 亚洲一区二区三区精品在线| 日韩免费看的电影| 99re成人在线|