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

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

?? form2.designer.cs

?? 實現酒店管理開房、退房、以及房間類型選擇
?? CS
?? 第 1 頁 / 共 2 頁
字號:
?namespace HotelManager
{
    partial class Form2
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
            this.btnselect = new System.Windows.Forms.Button();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.panel1 = new System.Windows.Forms.Panel();
            this.label2 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
            this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.typename = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.typeprice = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.addbedprice = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.isaddbed = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.textBox6 = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.textBox7 = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.comboBox2 = new System.Windows.Forms.ComboBox();
            this.textBox5 = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.panel1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnselect
            // 
            this.btnselect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnselect.Location = new System.Drawing.Point(378, 64);
            this.btnselect.Name = "btnselect";
            this.btnselect.Size = new System.Drawing.Size(75, 23);
            this.btnselect.TabIndex = 15;
            this.btnselect.Text = "查詢";
            this.btnselect.UseVisualStyleBackColor = true;
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(171, 66);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(183, 21);
            this.textBox1.TabIndex = 10;
            this.textBox1.Tag = "0";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(82, 69);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 14;
            this.label1.Text = "房間號:";
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.AllowUserToResizeColumns = false;
            this.dataGridView1.AllowUserToResizeRows = false;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Id,
            this.typename,
            this.typeprice,
            this.addbedprice,
            this.isaddbed});
            this.dataGridView1.Location = new System.Drawing.Point(7, 118);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(543, 189);
            this.dataGridView1.TabIndex = 13;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.comboBox2);
            this.panel1.Controls.Add(this.comboBox1);
            this.panel1.Controls.Add(this.label8);
            this.panel1.Controls.Add(this.textBox7);
            this.panel1.Controls.Add(this.label7);
            this.panel1.Controls.Add(this.textBox6);
            this.panel1.Controls.Add(this.label6);
            this.panel1.Controls.Add(this.textBox5);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.label5);
            this.panel1.Controls.Add(this.textBox2);
            this.panel1.Controls.Add(this.label3);
            this.panel1.Controls.Add(this.textBox4);
            this.panel1.Controls.Add(this.label4);
            this.panel1.Location = new System.Drawing.Point(7, 313);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(543, 116);
            this.panel1.TabIndex = 12;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(12, 7);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "房間號";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(12, 46);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(29, 12);
            this.label5.TabIndex = 8;
            this.label5.Text = "備注";
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(12, 22);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(62, 21);
            this.textBox2.TabIndex = 3;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(96, 7);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 4;
            this.label3.Text = "類型名稱";
            // 
            // textBox4
            // 
            this.textBox4.Location = new System.Drawing.Point(192, 22);
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new System.Drawing.Size(67, 21);
            this.textBox4.TabIndex = 7;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(192, 7);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(29, 12);
            this.label4.TabIndex = 6;
            this.label4.Text = "價格";
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButton1,
            this.toolStripButton2,
            this.toolStripButton3,
            this.toolStripButton4,
            this.toolStripButton5,
            this.toolStripButton6});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(565, 35);
            this.toolStrip1.TabIndex = 11;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripButton1
            // 
            this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton1.Name = "toolStripButton1";

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲激情图片qvod| 欧美日韩亚洲综合一区| 欧美日韩你懂的| 久久久久久久久久美女| 日日摸夜夜添夜夜添精品视频| 成年人国产精品| 久久一留热品黄| 51精品国自产在线| 精品无人区卡一卡二卡三乱码免费卡| 婷婷开心激情综合| 久久成人精品无人区| 欧美在线制服丝袜| 国产精品视频一区二区三区不卡| 久久99深爱久久99精品| 欧美精选一区二区| 亚洲一区在线视频观看| 国产91丝袜在线播放0| 精品日韩99亚洲| 日本欧美在线看| 久久九九影视网| 国产一区 二区| 欧美视频一二三区| 一区二区三区中文在线观看| 成人h动漫精品一区二区| 国产欧美在线观看一区| 国产精品一品二品| 久久久精品蜜桃| 韩国女主播一区| 久久综合五月天婷婷伊人| 蜜桃av一区二区在线观看| 7777精品伊人久久久大香线蕉完整版 | 黄色资源网久久资源365| 欧美剧情片在线观看| 亚洲午夜日本在线观看| 日本久久一区二区三区| 亚洲你懂的在线视频| 色综合夜色一区| 亚洲久草在线视频| 在线这里只有精品| 亚洲精品国产无套在线观| 色婷婷亚洲婷婷| 亚洲资源在线观看| 欧美日韩国产综合一区二区| 亚洲资源在线观看| 欧美精品成人一区二区三区四区| 日韩专区中文字幕一区二区| 欧美无砖砖区免费| 日韩国产一二三区| 日韩一区二区在线观看视频播放| 日本特黄久久久高潮| 欧美成人精品福利| 国产精品中文字幕一区二区三区| 国产日韩欧美制服另类| 波多野结衣一区二区三区 | 日韩亚洲欧美中文三级| 免费成人美女在线观看| 精品少妇一区二区三区日产乱码| 裸体健美xxxx欧美裸体表演| 亚洲精品一区二区三区四区高清| 国产精品一区二区男女羞羞无遮挡 | 九色|91porny| 欧美激情一区三区| 色哟哟一区二区| 天天影视涩香欲综合网| 欧美成人精精品一区二区频| 国产精品一二三四| 亚洲猫色日本管| 欧美精品三级日韩久久| 久久66热偷产精品| 国产精品国产三级国产普通话99 | www..com久久爱| 一区二区三区欧美亚洲| 国产一区二区三区美女| 国产制服丝袜一区| 国产精品成人免费在线| 欧美性受xxxx黑人xyx性爽| 免费精品视频最新在线| 中文在线免费一区三区高中清不卡| 一本大道久久a久久精品综合 | 久久久综合网站| 一本色道久久综合狠狠躁的推荐| 亚洲国产一区二区a毛片| 日韩女优av电影在线观看| 成人免费黄色在线| 天堂资源在线中文精品| 国产欧美一区二区精品仙草咪 | 国产精华液一区二区三区| 亚洲色图视频免费播放| 欧美一级黄色录像| www.99精品| 免费成人美女在线观看| 综合久久国产九一剧情麻豆| 欧美一级高清片在线观看| 波多野洁衣一区| 免费成人av在线播放| 亚洲久草在线视频| 精品91自产拍在线观看一区| 97aⅴ精品视频一二三区| 久久成人18免费观看| 亚洲猫色日本管| 久久亚洲精品小早川怜子| 欧美三区免费完整视频在线观看| 国产麻豆一精品一av一免费| 亚洲国产aⅴ成人精品无吗| 中文字幕免费观看一区| 欧美一级高清片| 91麻豆免费看| 国产精品一卡二| 日本在线不卡视频| 亚洲精品国产视频| 国产三级一区二区三区| 欧美一区二区啪啪| 色综合一个色综合亚洲| 国产麻豆精品视频| 蜜臀av性久久久久蜜臀aⅴ| 亚洲免费资源在线播放| 国产丝袜欧美中文另类| 日韩欧美亚洲国产精品字幕久久久| 91久久精品午夜一区二区| 高清不卡一区二区| 精品一区二区在线视频| 视频一区视频二区在线观看| 亚洲精品五月天| 国产精品高潮久久久久无| 久久久久久久久久电影| 欧美一区二区黄| 欧美日韩不卡视频| 在线观看视频一区二区| 91丨国产丨九色丨pron| 国产麻豆精品在线观看| 久久99热这里只有精品| 日韩激情中文字幕| 亚洲国产乱码最新视频 | 久久久久久久久久久久久久久99| 欧美制服丝袜第一页| 99国产精品国产精品久久| 国产成人一区二区精品非洲| 开心九九激情九九欧美日韩精美视频电影| 亚洲一区二区三区精品在线| 亚洲日穴在线视频| **欧美大码日韩| 中文字幕在线观看不卡| 国产视频一区不卡| 久久久久久久精| 久久综合999| 久久久久99精品一区| 精品国产精品网麻豆系列| 欧美va日韩va| 日韩欧美国产三级电影视频| 91精品国产品国语在线不卡| 91麻豆精品国产自产在线观看一区| 欧美亚洲一区二区在线| 欧美性猛片xxxx免费看久爱| 在线视频欧美精品| 欧洲视频一区二区| 在线免费精品视频| 欧美性猛交xxxx黑人交| 欧美手机在线视频| 欧美日韩在线播放三区| 911精品产国品一二三产区| 在线成人高清不卡| 91麻豆精品国产91久久久更新时间| 欧美日韩在线电影| 91精品国产91久久久久久一区二区| 欧美精品aⅴ在线视频| 欧美一级爆毛片| 久久免费看少妇高潮| 国产天堂亚洲国产碰碰| 中文字幕一区二区在线播放| 1024亚洲合集| 亚洲mv大片欧洲mv大片精品| 欧美a一区二区| 精品在线你懂的| 成人少妇影院yyyy| 在线亚洲人成电影网站色www| 欧美日韩国产高清一区二区三区| 欧美一区二区成人6969| 久久久久97国产精华液好用吗 | 欧美日韩久久久一区| 欧美一区二区三区在线看| 精品少妇一区二区三区 | 91麻豆精品国产91久久久久| 精品电影一区二区三区| 国产日韩一级二级三级| 亚洲欧美激情小说另类| 偷拍与自拍一区| 国产精品综合网| 色综合久久中文综合久久牛| 欧美日本一区二区在线观看| 精品日韩在线一区| 中文字幕日韩精品一区| 亚洲午夜电影在线| 国产主播一区二区三区| 99久久99久久综合| 在线播放国产精品二区一二区四区 | 国产激情视频一区二区在线观看 | 国产成人自拍高清视频在线免费播放| 成人福利视频在线看| 欧美午夜电影网| 国产午夜精品久久久久久久|