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

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

?? mainform.designer.cs

?? C.net寫的影院售票系統(tǒng)
?? 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 = "繼續(xù)銷售";
            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 = "系統(tǒng)";
            // 
            // 幫助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一区二区三区免费野_久草精品视频
国产日韩一级二级三级| 亚洲影院久久精品| 日韩av网站免费在线| 欧美巨大另类极品videosbest| 自拍偷拍欧美精品| 不卡免费追剧大全电视剧网站| 色综合视频一区二区三区高清| 日韩理论电影院| 欧美在线视频不卡| 日本不卡视频在线| 国产日韩欧美a| 欧美影院一区二区三区| 午夜精品爽啪视频| 精品久久五月天| 成人看片黄a免费看在线| 亚洲日本韩国一区| 日韩一级黄色片| 成人精品高清在线| 亚洲v中文字幕| 26uuu久久综合| 97精品电影院| 日产欧产美韩系列久久99| 久久精品夜色噜噜亚洲a∨| 99久久精品免费看| 日韩vs国产vs欧美| 18涩涩午夜精品.www| 91麻豆精品国产91久久久更新时间 | 久久66热偷产精品| 国产精品美女久久久久aⅴ国产馆| 99re热这里只有精品视频| 亚洲高清免费观看| 欧美国产禁国产网站cc| 欧美日韩日日骚| 国产成人av电影在线| 一区二区免费看| 久久精品亚洲麻豆av一区二区 | 成人av影院在线| 免费亚洲电影在线| 亚洲乱码日产精品bd| 日韩欧美一区二区三区在线| 不卡的av在线| 国产精品系列在线观看| 日本伊人午夜精品| 国产精品传媒入口麻豆| 久久久久久久久久久99999| 欧美日韩一区三区| 91丨porny丨国产入口| 国产经典欧美精品| 免费精品视频在线| 天堂成人国产精品一区| 中文字幕字幕中文在线中不卡视频| 欧美zozo另类异族| 在线电影院国产精品| 欧美在线一区二区| 91蜜桃网址入口| 处破女av一区二区| 国产成人免费网站| 国产一区二区三区四区五区美女 | 性久久久久久久| 亚洲欧洲制服丝袜| 中文字幕一区二区三区四区不卡 | 3d动漫精品啪啪一区二区竹菊| 成人精品高清在线| 高清在线不卡av| 国产一区二区久久| 经典三级在线一区| 看片的网站亚洲| 蜜臀av一区二区| 蜜臀99久久精品久久久久久软件| 亚洲综合视频在线| 一级日本不卡的影视| 一区二区三区日本| 亚洲精品免费一二三区| 亚洲视频免费在线| 亚洲女同ⅹxx女同tv| 亚洲日本在线天堂| 一区二区三区国产精华| 亚洲少妇中出一区| 亚洲一区二区偷拍精品| 亚洲一卡二卡三卡四卡五卡| 尤物在线观看一区| 亚洲精品成人天堂一二三| 亚洲精品欧美综合四区| 亚洲国产va精品久久久不卡综合| 香蕉加勒比综合久久| 日韩成人一级大片| 激情小说欧美图片| 国产成人在线视频网站| 成人aaaa免费全部观看| 日本黄色一区二区| 欧美日韩一区二区三区四区 | av男人天堂一区| 色综合婷婷久久| 精品婷婷伊人一区三区三| 538prom精品视频线放| 精品国产乱码久久久久久免费| 欧美精品一区二区久久婷婷| 国产区在线观看成人精品| 亚洲色图在线视频| 亚洲国产另类精品专区| 麻豆高清免费国产一区| 国产成人精品在线看| 色婷婷激情综合| 日韩欧美精品在线视频| 国产精品美女一区二区在线观看| 亚洲欧洲中文日韩久久av乱码| 视频在线在亚洲| 国产精品99久| 欧美日韩午夜在线| 久久久久久久久久久久久女国产乱 | 99久久久久免费精品国产| 欧美日韩国产不卡| 国产亚洲欧洲997久久综合| 婷婷久久综合九色综合绿巨人| 精品一区二区精品| 一本大道av伊人久久综合| 欧美精品视频www在线观看 | 91精品国产色综合久久| 久久久激情视频| 亚洲主播在线观看| 国产在线国偷精品免费看| 日本精品视频一区二区三区| 精品国产亚洲一区二区三区在线观看 | 91视频在线观看免费| 日韩欧美一级二级三级| 亚洲日本一区二区三区| 激情综合色播激情啊| 91国产成人在线| 久久精品亚洲精品国产欧美kt∨| 樱花影视一区二区| 大胆欧美人体老妇| 日韩女优电影在线观看| 亚洲综合999| 成人精品鲁一区一区二区| 91麻豆精品国产91久久久使用方法| 中文字幕在线不卡一区| 精品在线视频一区| 日韩欧美自拍偷拍| 天涯成人国产亚洲精品一区av| 成人一二三区视频| 久久久久久久久久看片| 丝袜诱惑制服诱惑色一区在线观看 | 亚洲成人先锋电影| 99国产麻豆精品| 亚洲国产高清aⅴ视频| 日本欧美久久久久免费播放网| 91黄色激情网站| 亚洲欧洲三级电影| 成人综合在线视频| 久久久综合视频| 久热成人在线视频| 欧美一区欧美二区| 偷拍与自拍一区| 精品视频免费看| 亚洲午夜在线电影| 欧美少妇bbb| 亚洲综合免费观看高清完整版 | 一本一本久久a久久精品综合麻豆 一本一道波多野结衣一区二区 | 日韩**一区毛片| 欧美理论片在线| 午夜精品久久久久久久久久久| 色婷婷狠狠综合| 一级日本不卡的影视| 在线观看日韩av先锋影音电影院| 国产精品乱码一区二三区小蝌蚪| 国产一区二区免费视频| 国产亚洲婷婷免费| 成人免费视频视频| 欧美激情在线一区二区| 国产精品一区二区久久不卡| 久久综合国产精品| 国产一区不卡在线| 欧美激情一区二区三区蜜桃视频| 国产高清久久久久| 国产欧美日韩在线| 99免费精品视频| 亚洲综合视频在线| 91精品国产综合久久精品图片| 亚洲福利视频导航| 欧美一级二级三级蜜桃| 久久激情综合网| 国产欧美精品国产国产专区| 成人爽a毛片一区二区免费| 国产精品女人毛片| 91丨九色丨国产丨porny| 一区二区三区在线免费观看| 欧美羞羞免费网站| 偷偷要91色婷婷| 久久精品亚洲精品国产欧美| www.亚洲免费av| 五月婷婷激情综合| 久久伊人蜜桃av一区二区| 国产精品中文字幕一区二区三区| 中文字幕成人在线观看| 91豆麻精品91久久久久久| 日韩av成人高清| 欧美国产综合一区二区| 欧美午夜一区二区三区| 狠狠色丁香久久婷婷综合丁香| 国产精品视频看|