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

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

?? form1.designer.cs

?? 北大青鳥ACCP課程S2項目案例2影院售票系統
?? CS
?? 第 1 頁 / 共 2 頁
字號:
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(221, 147);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(41, 12);
            this.label6.TabIndex = 7;
            this.label6.Text = "票價:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(197, 116);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 6;
            this.label5.Text = "放映時間:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(221, 85);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 5;
            this.label4.Text = "類型:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(221, 54);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(41, 12);
            this.label3.TabIndex = 4;
            this.label3.Text = "主演:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(221, 23);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 3;
            this.label2.Text = "導演:";
            // 
            // lblMovieName
            // 
            this.lblMovieName.AutoSize = true;
            this.lblMovieName.Location = new System.Drawing.Point(98, 23);
            this.lblMovieName.Name = "lblMovieName";
            this.lblMovieName.Size = new System.Drawing.Size(0, 12);
            this.lblMovieName.TabIndex = 2;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(28, 23);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(41, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "片名:";
            // 
            // picPoster
            // 
            this.picPoster.Location = new System.Drawing.Point(30, 44);
            this.picPoster.Name = "picPoster";
            this.picPoster.Size = new System.Drawing.Size(123, 150);
            this.picPoster.TabIndex = 0;
            this.picPoster.TabStop = false;
            // 
            // groupBox2
            // 
            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox2.Controls.Add(this.textBox1);
            this.groupBox2.Controls.Add(this.label9);
            this.groupBox2.Controls.Add(this.label8);
            this.groupBox2.Controls.Add(this.comboBox1);
            this.groupBox2.Controls.Add(this.radioButton3);
            this.groupBox2.Controls.Add(this.radioButton2);
            this.groupBox2.Controls.Add(this.radioButton1);
            this.groupBox2.Location = new System.Drawing.Point(694, 36);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(310, 212);
            this.groupBox2.TabIndex = 3;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "特殊票";
            // 
            // textBox1
            // 
            this.textBox1.Enabled = false;
            this.textBox1.Location = new System.Drawing.Point(112, 153);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(159, 21);
            this.textBox1.TabIndex = 18;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(49, 156);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(53, 12);
            this.label9.TabIndex = 17;
            this.label9.Text = "贈送者:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(37, 102);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(65, 12);
            this.label8.TabIndex = 15;
            this.label8.Text = "學生折扣:";
            // 
            // comboBox1
            // 
            this.comboBox1.Enabled = false;
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Items.AddRange(new object[] {
            "5",
            "6",
            "8",
            "9"});
            this.comboBox1.Location = new System.Drawing.Point(112, 99);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(159, 20);
            this.comboBox1.TabIndex = 3;
            this.comboBox1.Text = "5";
            // 
            // radioButton3
            // 
            this.radioButton3.AutoSize = true;
            this.radioButton3.Location = new System.Drawing.Point(220, 47);
            this.radioButton3.Name = "radioButton3";
            this.radioButton3.Size = new System.Drawing.Size(59, 16);
            this.radioButton3.TabIndex = 2;
            this.radioButton3.Text = "學生票";
            this.radioButton3.UseVisualStyleBackColor = true;
            this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
            // 
            // radioButton2
            // 
            this.radioButton2.AutoSize = true;
            this.radioButton2.Location = new System.Drawing.Point(130, 47);
            this.radioButton2.Name = "radioButton2";
            this.radioButton2.Size = new System.Drawing.Size(47, 16);
            this.radioButton2.TabIndex = 1;
            this.radioButton2.Text = "贈票";
            this.radioButton2.UseVisualStyleBackColor = true;
            this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
            // 
            // radioButton1
            // 
            this.radioButton1.AutoSize = true;
            this.radioButton1.Checked = true;
            this.radioButton1.Location = new System.Drawing.Point(28, 47);
            this.radioButton1.Name = "radioButton1";
            this.radioButton1.Size = new System.Drawing.Size(59, 16);
            this.radioButton1.TabIndex = 0;
            this.radioButton1.TabStop = true;
            this.radioButton1.Text = "普通票";
            this.radioButton1.UseVisualStyleBackColor = true;
            this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
            // 
            // tabControl2
            // 
            this.tabControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.tabControl2.Controls.Add(this.tabPage2);
            this.tabControl2.Location = new System.Drawing.Point(281, 254);
            this.tabControl2.Name = "tabControl2";
            this.tabControl2.SelectedIndex = 0;
            this.tabControl2.Size = new System.Drawing.Size(723, 448);
            this.tabControl2.TabIndex = 4;
            // 
            // tabPage2
            // 
            this.tabPage2.Location = new System.Drawing.Point(4, 21);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(715, 423);
            this.tabPage2.TabIndex = 0;
            this.tabPage2.Text = "放映廳";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // MainFrom
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.ClientSize = new System.Drawing.Size(1016, 718);
            this.Controls.Add(this.tabControl2);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.menuStrip1);
            this.MainMenuStrip = this.menuStrip1;
            this.MaximizeBox = false;
            this.Name = "MainFrom";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "影院售票系統";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.MainFrom_Load);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picPoster)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.tabControl2.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem 購票ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 獲取新列表ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 繼續銷售ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 保存ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 系統ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 幫助ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 關于ToolStripMenuItem;
        private System.Windows.Forms.TreeView tvCinema;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.TabControl tabControl2;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label lblMovieName;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.PictureBox picPoster;
        private System.Windows.Forms.Label lblNewPrice;
        private System.Windows.Forms.Label lblPrice;
        private System.Windows.Forms.Label lblTime;
        private System.Windows.Forms.Label lblMoveType;
        private System.Windows.Forms.Label lblActor;
        private System.Windows.Forms.Label lblDirector;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.RadioButton radioButton3;
        private System.Windows.Forms.RadioButton radioButton2;
        private System.Windows.Forms.RadioButton radioButton1;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.ComboBox comboBox1;
        private System.Windows.Forms.TextBox textBox1;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲一区二区精品视频| 亚洲色图欧洲色图婷婷| 久久精品夜色噜噜亚洲aⅴ| 国产精品毛片a∨一区二区三区| 亚洲日韩欧美一区二区在线| 日本人妖一区二区| av高清久久久| 91精选在线观看| 亚洲精品网站在线观看| 激情文学综合网| 欧美日韩一区久久| 国产精品毛片大码女人| 国内精品自线一区二区三区视频| 91久久人澡人人添人人爽欧美| 久久网站最新地址| 奇米精品一区二区三区在线观看| 色婷婷综合五月| 国产精品久久久久影视| 国内精品不卡在线| 91精品欧美福利在线观看| 自拍偷拍国产亚洲| 成人国产精品免费观看视频| 精品国产乱码久久久久久图片| 午夜久久久影院| 色婷婷国产精品久久包臀| 国产精品久久网站| 国产精品77777| 国产亚洲午夜高清国产拍精品| 久久99国产精品尤物| 欧美一区二区三区小说| 亚洲成人在线观看视频| 91成人免费在线视频| 亚洲黄网站在线观看| 99久久精品一区| 亚洲女子a中天字幕| 99久久国产综合精品女不卡| 国产精品美女www爽爽爽| 成人高清视频在线| 中文字幕中文在线不卡住| 国产一区 二区| 成人黄页在线观看| 亚洲精品网站在线观看| 99视频热这里只有精品免费| 国产欧美综合色| 国产自产2019最新不卡| 91精品国产综合久久久蜜臀粉嫩| 亚洲一区在线观看免费 | 国产精品一区二区三区乱码| 欧美一区二区三区在线视频| 亚洲成av人片在线观看无码| 日本黄色一区二区| 伊人婷婷欧美激情| 欧美特级限制片免费在线观看| 中文字幕一区二区三区不卡| 不卡一区中文字幕| 国产精品久久久久永久免费观看| 国产精品白丝jk黑袜喷水| 中国色在线观看另类| 懂色av一区二区在线播放| 日本一二三不卡| 成人av在线一区二区三区| 亚洲欧洲精品天堂一级| 91丝袜呻吟高潮美腿白嫩在线观看| 中文字幕一区免费在线观看| 99久久国产综合精品色伊| 亚洲欧洲日韩女同| 欧美三级韩国三级日本一级| 亚洲福利视频三区| 日韩视频在线永久播放| 国产精品一二三在| 自拍偷拍欧美精品| 色综合天天综合狠狠| 一区二区三区四区高清精品免费观看 | 久久久777精品电影网影网 | 日韩女优毛片在线| 国产精品一区一区三区| 最新中文字幕一区二区三区| 在线视频一区二区三| 奇米色777欧美一区二区| 国产日韩影视精品| 99麻豆久久久国产精品免费优播| 夜夜亚洲天天久久| 精品va天堂亚洲国产| 99久久久久免费精品国产| 亚洲一区影音先锋| 2022国产精品视频| 欧美在线观看视频在线| 乱中年女人伦av一区二区| 国产精品无遮挡| 欧美精品vⅰdeose4hd| 岛国精品一区二区| 中文字幕va一区二区三区| 国产一区二区三区香蕉| 亚洲一区在线观看免费观看电影高清| 精品免费日韩av| 色噜噜狠狠色综合欧洲selulu| 亚洲成av人片| 国产精品成人免费精品自在线观看| 在线一区二区三区四区五区 | 国产精品99久久不卡二区| 亚洲在线视频一区| 欧美va亚洲va香蕉在线 | 国产精品888| 天堂蜜桃一区二区三区| 中文字幕一区二区三区在线观看 | 欧美系列在线观看| 国产美女一区二区三区| 日日摸夜夜添夜夜添精品视频 | 日韩欧美亚洲国产另类| 91在线观看成人| 国产精品一线二线三线精华| 香蕉成人啪国产精品视频综合网| 国产精品久久久久久久岛一牛影视 | 国产中文一区二区三区| 亚洲精品伦理在线| 国产欧美日产一区| 精品国产精品一区二区夜夜嗨| 在线一区二区三区四区五区| 成人中文字幕合集| 国内国产精品久久| 另类中文字幕网| 免费三级欧美电影| 亚洲成人精品影院| 亚洲观看高清完整版在线观看| 国产精品传媒入口麻豆| 国产日韩精品视频一区| 久久一区二区视频| 欧美日韩在线播放三区四区| 成人永久免费视频| 97久久人人超碰| 成人a免费在线看| 成熟亚洲日本毛茸茸凸凹| 经典一区二区三区| 极品销魂美女一区二区三区| 免费高清在线视频一区·| 天天色综合成人网| 日韩中文字幕麻豆| 麻豆精品视频在线观看| 免费观看一级特黄欧美大片| 日韩**一区毛片| 免费在线观看日韩欧美| 偷偷要91色婷婷| 亚洲第一久久影院| 丝袜a∨在线一区二区三区不卡| 亚洲成人动漫在线免费观看| 五月天激情综合| 蜜桃91丨九色丨蝌蚪91桃色| 久久99久久久久| 国产一二三精品| 91在线云播放| 91福利在线导航| 欧美一区二区精美| 久久久99久久| 日本一区二区动态图| 亚洲欧洲性图库| 一区二区三区色| 蜜臀久久99精品久久久画质超高清| 精品在线视频一区| 东方欧美亚洲色图在线| 99久久国产综合精品色伊| 欧美性大战久久| 欧美大片在线观看| 成人免费在线视频观看| 亚洲高清视频的网址| 亚洲bt欧美bt精品| 粉嫩av一区二区三区粉嫩| 色综合久久天天| 91精品在线一区二区| 国产日产欧美一区| 一区二区三区色| 国产一区二区视频在线| 色综合久久88色综合天天免费| 欧美精品18+| 亚洲欧洲av一区二区三区久久| 亚洲福利电影网| 国产精品一级黄| 色婷婷综合久久久久中文一区二区 | 国产91精品在线观看| 色999日韩国产欧美一区二区| 日韩一级免费一区| 中文字幕一区二区三区不卡| 美日韩一区二区| 91丨porny丨最新| 精品久久一区二区| 亚洲一区免费在线观看| 国产在线看一区| 欧美综合视频在线观看| 欧美精品一区二区三区四区| 亚洲综合视频网| 波多野结衣精品在线| 日韩一级欧美一级| 一区二区三区四区在线播放| 国产白丝精品91爽爽久久| 正在播放亚洲一区| 久久免费看少妇高潮| 日韩av一级电影| 色偷偷一区二区三区| 亚洲国产精品ⅴa在线观看| 美女一区二区三区| 91精品国产综合久久精品图片|