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

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

?? mainform.designer.cs

?? 影院售票系統,三層架構
?? CS
?? 第 1 頁 / 共 3 頁
字號:
?namespace MyCinema
{
    partial class MainForm
    {
        /// <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.msMain = new System.Windows.Forms.MenuStrip();
            this.tsmiBuy = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiNew = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiMovies = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiExit = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiHelp = new System.Windows.Forms.ToolStripMenuItem();
            this.幫助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.關于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tbSeat = new System.Windows.Forms.TabControl();
            this.tpCinema = new System.Windows.Forms.TabPage();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.lblCalcPrice = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.lblPrice = new System.Windows.Forms.Label();
            this.lblTime = new System.Windows.Forms.Label();
            this.lblType = new System.Windows.Forms.Label();
            this.lblActor = new System.Windows.Forms.Label();
            this.lblDirector = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.picMovie = new System.Windows.Forms.PictureBox();
            this.lblMovieName = new System.Windows.Forms.Label();
            this.片名 = new System.Windows.Forms.Label();
            this.ssMain = new System.Windows.Forms.StatusStrip();
            this.tabControl2 = new System.Windows.Forms.TabControl();
            this.tpToday = new System.Windows.Forms.TabPage();
            this.tvMovies = new System.Windows.Forms.TreeView();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.rdoNormal = new System.Windows.Forms.RadioButton();
            this.txtCustomer = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.cmbDisCount = new System.Windows.Forms.ComboBox();
            this.label12 = new System.Windows.Forms.Label();
            this.rdoStudent = new System.Windows.Forms.RadioButton();
            this.rdoFree = new System.Windows.Forms.RadioButton();
            this.tsmiSave = new System.Windows.Forms.ToolStripMenuItem();
            this.msMain.SuspendLayout();
            this.tbSeat.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picMovie)).BeginInit();
            this.tabControl2.SuspendLayout();
            this.tpToday.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // msMain
            // 
            this.msMain.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiBuy,
            this.tsmiHelp});
            this.msMain.Location = new System.Drawing.Point(0, 0);
            this.msMain.Name = "msMain";
            this.msMain.Size = new System.Drawing.Size(1016, 24);
            this.msMain.TabIndex = 0;
            this.msMain.Text = "menuStrip1";
            // 
            // tsmiBuy
            // 
            this.tsmiBuy.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiNew,
            this.tsmiMovies,
            this.tsmiSave,
            this.tsmiExit});
            this.tsmiBuy.Name = "tsmiBuy";
            this.tsmiBuy.Size = new System.Drawing.Size(47, 20);
            this.tsmiBuy.Text = "購票";
            // 
            // tsmiNew
            // 
            this.tsmiNew.Name = "tsmiNew";
            this.tsmiNew.Size = new System.Drawing.Size(152, 22);
            this.tsmiNew.Text = "獲取新列表";
            this.tsmiNew.Click += new System.EventHandler(this.tsmiNew_Click);
            // 
            // tsmiMovies
            // 
            this.tsmiMovies.Name = "tsmiMovies";
            this.tsmiMovies.Size = new System.Drawing.Size(152, 22);
            this.tsmiMovies.Text = "繼續銷售";
            this.tsmiMovies.Click += new System.EventHandler(this.tsmiMovies_Click);
            // 
            // tsmiExit
            // 
            this.tsmiExit.Name = "tsmiExit";
            this.tsmiExit.Size = new System.Drawing.Size(152, 22);
            this.tsmiExit.Text = "退出";
            this.tsmiExit.Click += new System.EventHandler(this.tsmiExit_Click);
            // 
            // tsmiHelp
            // 
            this.tsmiHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.幫助ToolStripMenuItem,
            this.關于ToolStripMenuItem});
            this.tsmiHelp.Name = "tsmiHelp";
            this.tsmiHelp.Size = new System.Drawing.Size(47, 20);
            this.tsmiHelp.Text = "系統";
            // 
            // 幫助ToolStripMenuItem
            // 
            this.幫助ToolStripMenuItem.Name = "幫助ToolStripMenuItem";
            this.幫助ToolStripMenuItem.Size = new System.Drawing.Size(102, 22);
            this.幫助ToolStripMenuItem.Text = "幫助";
            // 
            // 關于ToolStripMenuItem
            // 
            this.關于ToolStripMenuItem.Name = "關于ToolStripMenuItem";
            this.關于ToolStripMenuItem.Size = new System.Drawing.Size(102, 22);
            this.關于ToolStripMenuItem.Text = "關于";
            // 
            // tbSeat
            // 
            this.tbSeat.Controls.Add(this.tpCinema);
            this.tbSeat.Location = new System.Drawing.Point(253, 278);
            this.tbSeat.Name = "tbSeat";
            this.tbSeat.SelectedIndex = 0;
            this.tbSeat.Size = new System.Drawing.Size(751, 438);
            this.tbSeat.TabIndex = 10;
            // 
            // tpCinema
            // 
            this.tpCinema.Location = new System.Drawing.Point(4, 21);
            this.tpCinema.Name = "tpCinema";
            this.tpCinema.Padding = new System.Windows.Forms.Padding(3);
            this.tpCinema.Size = new System.Drawing.Size(743, 413);
            this.tpCinema.TabIndex = 0;
            this.tpCinema.Text = "放映廳";
            this.tpCinema.UseVisualStyleBackColor = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.lblCalcPrice);
            this.groupBox1.Controls.Add(this.label14);
            this.groupBox1.Controls.Add(this.lblPrice);
            this.groupBox1.Controls.Add(this.lblTime);
            this.groupBox1.Controls.Add(this.lblType);
            this.groupBox1.Controls.Add(this.lblActor);
            this.groupBox1.Controls.Add(this.lblDirector);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.picMovie);
            this.groupBox1.Controls.Add(this.lblMovieName);
            this.groupBox1.Controls.Add(this.片名);
            this.groupBox1.Location = new System.Drawing.Point(253, 42);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(485, 230);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "詳情";
            // 
            // lblCalcPrice
            // 
            this.lblCalcPrice.AutoSize = true;
            this.lblCalcPrice.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblCalcPrice.ForeColor = System.Drawing.Color.Red;
            this.lblCalcPrice.Location = new System.Drawing.Point(319, 188);
            this.lblCalcPrice.Name = "lblCalcPrice";
            this.lblCalcPrice.Size = new System.Drawing.Size(56, 14);
            this.lblCalcPrice.TabIndex = 14;
            this.lblCalcPrice.Text = "label11";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label14.ForeColor = System.Drawing.Color.Red;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
中文字幕+乱码+中文字幕一区| 久久精品亚洲精品国产欧美kt∨ | 白白色 亚洲乱淫| 亚洲综合激情网| 久久精品一区二区三区四区| 在线视频中文字幕一区二区| 久久国产精品色婷婷| 亚洲精品久久久久久国产精华液| 精品日韩一区二区| 欧美性高清videossexo| 国产91精品在线观看| 奇米色777欧美一区二区| 一区二区三区在线免费播放| 久久久不卡网国产精品二区| 欧美一区在线视频| 一本久道中文字幕精品亚洲嫩| 国产毛片精品视频| 久久国产免费看| 青青国产91久久久久久| 亚洲第一在线综合网站| 亚洲欧美激情一区二区| 国产精品色婷婷| 亚洲精品在线免费观看视频| 7777女厕盗摄久久久| 欧美系列亚洲系列| 在线视频国产一区| 91香蕉视频在线| 9色porny自拍视频一区二区| 国产999精品久久久久久| 国产在线播放一区二区三区| 看电影不卡的网站| 美女在线一区二区| 亚洲妇女屁股眼交7| 夜夜嗨av一区二区三区中文字幕| 中文字幕一区二区三区在线不卡 | 国产高清不卡一区二区| 国产曰批免费观看久久久| 麻豆成人在线观看| 日本少妇一区二区| 麻豆精品国产传媒mv男同| 蜜臀av一区二区| 精品一区二区三区在线视频| 极品尤物av久久免费看| 国模套图日韩精品一区二区| 国产一区二区成人久久免费影院| 国产一区二区三区在线看麻豆| 久久成人免费网| 国产精品一区二区久久不卡 | 久久久噜噜噜久久中文字幕色伊伊 | 欧美视频三区在线播放| 欧美在线你懂的| 一本久久综合亚洲鲁鲁五月天| 日本乱人伦aⅴ精品| 欧美在线免费视屏| 91精品在线免费| 久久一二三国产| 欧美激情在线看| 亚洲激情av在线| 午夜久久久久久久久久一区二区| 日本伊人午夜精品| 国产做a爰片久久毛片| 处破女av一区二区| 在线影院国内精品| 欧美一级在线视频| 国产欧美精品国产国产专区| 亚洲人被黑人高潮完整版| 亚洲综合在线视频| 久久99精品国产.久久久久| 国产成人av一区二区三区在线观看| 成人av免费网站| 欧美日韩国产精品自在自线| 精品少妇一区二区三区在线播放 | 欧美日韩精品一区视频| 欧美r级在线观看| 亚洲日本在线观看| 免费人成网站在线观看欧美高清| 丁香天五香天堂综合| 欧亚洲嫩模精品一区三区| 日韩欧美在线综合网| 国产精品欧美久久久久一区二区| 亚洲成人激情综合网| 国产成人自拍网| 欧美日韩一级二级| 中文一区在线播放| 日韩国产欧美三级| 99久久久久久99| 精品久久久久久久一区二区蜜臀| 国产精品国产三级国产专播品爱网 | 蓝色福利精品导航| 色噜噜久久综合| 欧美精品一区二区三区一线天视频| 国产精品女上位| 日本成人在线不卡视频| 99精品国产91久久久久久 | 欧美一级国产精品| 亚洲欧洲精品成人久久奇米网 | av亚洲精华国产精华| 日韩精品一区二区在线观看| 亚洲色图一区二区| 国产一区二区三区免费看| 欧美日韩精品欧美日韩精品一 | 免费在线看一区| 在线免费观看日本欧美| 国产日韩精品一区二区浪潮av| 日产国产欧美视频一区精品| 91年精品国产| 国产三级精品在线| 精品制服美女丁香| 欧美老女人在线| 亚洲视频网在线直播| 国产suv精品一区二区6| 久久综合色之久久综合| 视频一区二区国产| 欧美在线观看18| 日本午夜精品视频在线观看| 日本韩国一区二区三区视频| 国产精品久久久久aaaa樱花| 国产精品一级片| 欧美xxxx老人做受| 美腿丝袜亚洲三区| 日韩西西人体444www| 亚洲不卡一区二区三区| 91色婷婷久久久久合中文| 国产欧美日韩视频一区二区| 久久99精品久久久久婷婷| 日韩一区二区三| 日本成人在线不卡视频| 欧美一区日本一区韩国一区| 日本欧美在线看| 91精品国产麻豆国产自产在线 | 韩国视频一区二区| 日韩限制级电影在线观看| 免费久久精品视频| 日韩欧美一区二区在线视频| 蜜桃视频在线一区| 日韩精品资源二区在线| 日韩综合一区二区| 91精品免费在线| 奇米影视一区二区三区小说| 欧美一区二区三区爱爱| 青草av.久久免费一区| 日韩三区在线观看| 国产在线乱码一区二区三区| 2023国产精华国产精品| 国产精品123| 亚洲视频一二区| 欧洲亚洲精品在线| 日韩精品色哟哟| 欧美电影免费观看高清完整版在线观看 | 麻豆国产欧美日韩综合精品二区| 欧美一级久久久久久久大片| 国内精品不卡在线| 中文字幕中文字幕一区| 在线观看亚洲a| 琪琪一区二区三区| 国产欧美一区二区精品婷婷 | 国产乱码精品一区二区三区五月婷| 久久午夜羞羞影院免费观看| 成人午夜视频在线观看| 亚洲欧美日韩国产手机在线| 欧美三级欧美一级| 久久精品国产亚洲aⅴ| 久久久久88色偷偷免费| 色综合天天狠狠| 日韩国产欧美在线播放| 国产欧美视频一区二区| 在线视频欧美精品| 久久99久久久欧美国产| 中文字幕精品一区二区三区精品 | 久久久久久久久久久电影| av不卡一区二区三区| 亚洲gay无套男同| 国产拍欧美日韩视频二区| 欧美日精品一区视频| 极品少妇xxxx精品少妇| 亚洲精品福利视频网站| 精品国产一区二区三区忘忧草| 91猫先生在线| 91日韩一区二区三区| 午夜欧美视频在线观看| 亚洲精品一区二区三区蜜桃下载| 色中色一区二区| 国内精品免费**视频| 亚洲永久精品大片| 久久久美女毛片| 777奇米四色成人影色区| 国产不卡在线视频| 日韩国产欧美在线播放| 中文字幕亚洲欧美在线不卡| 欧美成人在线直播| 在线观看视频一区| 国产成人精品免费网站| 日韩中文欧美在线| 亚洲婷婷国产精品电影人久久| 日韩免费福利电影在线观看| 日本韩国一区二区| 成人理论电影网| 国产资源精品在线观看| 日韩综合在线视频| 亚洲一区二区视频|