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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? mianform.designer.cs

?? 影院售票管理系統(tǒng) (1)具有方便、快速的售票功能
?? CS
?? 第 1 頁 / 共 2 頁
字號:
?namespace dianyingyuan
{
    partial class MianForm
    {
        /// <summary>
        /// 必需的設(shè)計器變量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的資源。
        /// </summary>
        /// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗體設(shè)計器生成的代碼

        /// <summary>
        /// 設(shè)計器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內(nèi)容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.twPlan = new System.Windows.Forms.TreeView();
            this.tabControl2 = new System.Windows.Forms.TabControl();
            this.tpShow = new System.Windows.Forms.TabPage();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.lbldaoyan = new System.Windows.Forms.Label();
            this.lblyouhui = new System.Windows.Forms.Label();
            this.lbljiage = new System.Windows.Forms.Label();
            this.lbltime = new System.Windows.Forms.Label();
            this.lbllei = new System.Windows.Forms.Label();
            this.lblzhuyan = new System.Windows.Forms.Label();
            this.lblpian = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.cboze = new System.Windows.Forms.ComboBox();
            this.txtEng = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.rdostu = new System.Windows.Forms.RadioButton();
            this.rdozeng = new System.Windows.Forms.RadioButton();
            this.rdoputong = new System.Windows.Forms.RadioButton();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.購票ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiShuaxin = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiSiero = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiExit = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiAbu = new System.Windows.Forms.ToolStripMenuItem();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabControl2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.groupBox2.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Location = new System.Drawing.Point(12, 90);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(200, 498);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.tabPage1.Controls.Add(this.twPlan);
            this.tabPage1.Location = new System.Drawing.Point(4, 21);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(192, 473);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "放映列表";
            // 
            // twPlan
            // 
            this.twPlan.Location = new System.Drawing.Point(19, 16);
            this.twPlan.Name = "twPlan";
            this.twPlan.Size = new System.Drawing.Size(154, 439);
            this.twPlan.TabIndex = 0;
            this.twPlan.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.twPlan_AfterSelect);
            // 
            // tabControl2
            // 
            this.tabControl2.Controls.Add(this.tpShow);
            this.tabControl2.Location = new System.Drawing.Point(218, 244);
            this.tabControl2.Name = "tabControl2";
            this.tabControl2.SelectedIndex = 0;
            this.tabControl2.Size = new System.Drawing.Size(760, 300);
            this.tabControl2.TabIndex = 1;
            // 
            // tpShow
            // 
            this.tpShow.BackColor = System.Drawing.Color.LightGray;
            this.tpShow.Location = new System.Drawing.Point(4, 21);
            this.tpShow.Name = "tpShow";
            this.tpShow.Padding = new System.Windows.Forms.Padding(3);
            this.tpShow.Size = new System.Drawing.Size(752, 275);
            this.tpShow.TabIndex = 0;
            this.tpShow.Text = "放映廳";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label11);
            this.groupBox1.Controls.Add(this.label12);
            this.groupBox1.Controls.Add(this.label13);
            this.groupBox1.Controls.Add(this.label14);
            this.groupBox1.Controls.Add(this.label15);
            this.groupBox1.Controls.Add(this.label16);
            this.groupBox1.Controls.Add(this.lbldaoyan);
            this.groupBox1.Controls.Add(this.lblyouhui);
            this.groupBox1.Controls.Add(this.lbljiage);
            this.groupBox1.Controls.Add(this.lbltime);
            this.groupBox1.Controls.Add(this.lbllei);
            this.groupBox1.Controls.Add(this.lblzhuyan);
            this.groupBox1.Controls.Add(this.lblpian);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.pictureBox1);
            this.groupBox1.Location = new System.Drawing.Point(222, 27);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(404, 211);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "詳情";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(173, 23);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(29, 12);
            this.label11.TabIndex = 16;
            this.label11.Text = "導(dǎo)演";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(173, 173);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(41, 12);
            this.label12.TabIndex = 20;
            this.label12.Text = "優(yōu)惠價";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(173, 143);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(29, 12);
            this.label13.TabIndex = 19;
            this.label13.Text = "票價";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(173, 113);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(53, 12);
            this.label14.TabIndex = 18;
            this.label14.Text = "放映時間";
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(173, 83);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(29, 12);
            this.label15.TabIndex = 17;
            this.label15.Text = "類型";
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(173, 53);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(29, 12);
            this.label16.TabIndex = 15;
            this.label16.Text = "主演";
            // 
            // lbldaoyan
            // 
            this.lbldaoyan.AutoSize = true;
            this.lbldaoyan.Location = new System.Drawing.Point(249, 23);
            this.lbldaoyan.Name = "lbldaoyan";
            this.lbldaoyan.Size = new System.Drawing.Size(29, 12);
            this.lbldaoyan.TabIndex = 10;
            this.lbldaoyan.Text = "導(dǎo)演";
            // 
            // lblyouhui
            // 
            this.lblyouhui.AutoSize = true;
            this.lblyouhui.Location = new System.Drawing.Point(249, 173);
            this.lblyouhui.Name = "lblyouhui";
            this.lblyouhui.Size = new System.Drawing.Size(41, 12);
            this.lblyouhui.TabIndex = 14;
            this.lblyouhui.Text = "優(yōu)惠價";
            // 
            // lbljiage
            // 
            this.lbljiage.AutoSize = true;
            this.lbljiage.Location = new System.Drawing.Point(249, 143);
            this.lbljiage.Name = "lbljiage";
            this.lbljiage.Size = new System.Drawing.Size(29, 12);
            this.lbljiage.TabIndex = 13;
            this.lbljiage.Text = "票價";
            // 
            // lbltime
            // 
            this.lbltime.AutoSize = true;
            this.lbltime.Location = new System.Drawing.Point(249, 113);
            this.lbltime.Name = "lbltime";
            this.lbltime.Size = new System.Drawing.Size(53, 12);
            this.lbltime.TabIndex = 12;
            this.lbltime.Text = "放映時間";
            // 
            // lbllei
            // 
            this.lbllei.AutoSize = true;
            this.lbllei.Location = new System.Drawing.Point(249, 83);
            this.lbllei.Name = "lbllei";
            this.lbllei.Size = new System.Drawing.Size(29, 12);
            this.lbllei.TabIndex = 11;
            this.lbllei.Text = "類型";
            // 
            // lblzhuyan
            // 
            this.lblzhuyan.AutoSize = true;
            this.lblzhuyan.Location = new System.Drawing.Point(249, 53);
            this.lblzhuyan.Name = "lblzhuyan";
            this.lblzhuyan.Size = new System.Drawing.Size(29, 12);
            this.lblzhuyan.TabIndex = 10;
            this.lblzhuyan.Text = "主演";
            // 
            // lblpian
            // 
            this.lblpian.AutoSize = true;
            this.lblpian.Location = new System.Drawing.Point(55, 17);
            this.lblpian.Name = "lblpian";
            this.lblpian.Size = new System.Drawing.Size(0, 12);
            this.lblpian.TabIndex = 9;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(20, 17);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(29, 12);
            this.label3.TabIndex = 8;
            this.label3.Text = "片名";
            // 
            // pictureBox1
            // 
            this.pictureBox1.Location = new System.Drawing.Point(22, 32);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(105, 102);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.cboze);
            this.groupBox2.Controls.Add(this.txtEng);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.rdostu);
            this.groupBox2.Controls.Add(this.rdozeng);
            this.groupBox2.Controls.Add(this.rdoputong);
            this.groupBox2.Location = new System.Drawing.Point(632, 29);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(222, 145);
            this.groupBox2.TabIndex = 3;
            this.groupBox2.TabStop = false;

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美韩日一区二区三区四区| 欧美精品一区男女天堂| 欧美一区二区三区日韩视频| 精品国产亚洲在线| 亚洲大片在线观看| 97精品电影院| 久久久精品人体av艺术| 日韩高清在线观看| 在线精品视频免费播放| 国产精品视频观看| 美女在线一区二区| 欧美日韩国产色站一区二区三区| 中文字幕 久热精品 视频在线| 蜜桃一区二区三区在线| 欧美最猛黑人xxxxx猛交| 中文字幕一区二区三区四区不卡 | 日韩一区二区三区视频在线 | 欧美96一区二区免费视频| 99热在这里有精品免费| 久久亚洲欧美国产精品乐播| 日本成人中文字幕| 欧美人牲a欧美精品| 亚洲影院免费观看| 色老综合老女人久久久| 一区二区三区四区乱视频| 不卡的看片网站| 国产精品欧美一区喷水| 成人a免费在线看| 亚洲国产成人一区二区三区| 国产精品99久久不卡二区| 精品国产99国产精品| 久久精品国产第一区二区三区| 678五月天丁香亚洲综合网| 亚洲图片欧美一区| 欧美日韩国产一区二区三区地区| 亚洲综合成人在线| 欧美男男青年gay1069videost| 亚洲高清免费观看高清完整版在线观看| 99视频精品免费视频| 亚洲欧美另类久久久精品2019| 91小视频免费看| 一区二区三区在线看| 欧美三级电影一区| 日韩国产精品91| 精品精品国产高清一毛片一天堂| 狠狠狠色丁香婷婷综合激情 | 麻豆精品新av中文字幕| 日韩女优制服丝袜电影| 国产一区二区三区在线观看免费| 久久久久综合网| gogo大胆日本视频一区| 亚洲精品视频在线看| 欧美视频精品在线| 麻豆专区一区二区三区四区五区| 26uuu国产电影一区二区| 风流少妇一区二区| 亚洲精品国产成人久久av盗摄| 欧美日韩免费一区二区三区视频 | 国产一区二区三区高清播放| 国产女人18水真多18精品一级做| 不卡电影一区二区三区| 午夜激情久久久| 国产日本亚洲高清| 91看片淫黄大片一级在线观看| 婷婷夜色潮精品综合在线| 久久免费视频一区| 欧洲在线/亚洲| 国模少妇一区二区三区| 亚洲精品国产品国语在线app| 欧美一级免费大片| 99国产精品国产精品毛片| 日本中文字幕不卡| 国产精品高潮呻吟久久| 日韩一区二区视频| gogo大胆日本视频一区| 蜜臀91精品一区二区三区| 亚洲日本青草视频在线怡红院| 在线播放中文字幕一区| 成人动漫一区二区三区| 日韩av一级电影| 亚洲精品乱码久久久久久 | 久久久综合视频| 欧美中文字幕一区| 成人精品免费视频| 麻豆久久久久久| 性做久久久久久免费观看欧美| 久久久777精品电影网影网 | 亚洲精品视频免费看| 精品国产一区二区三区不卡| 色婷婷亚洲一区二区三区| 国产一区二区伦理片| 亚洲成av人在线观看| 亚洲免费在线视频| 中文字幕av一区二区三区高| 欧美岛国在线观看| 欧美男男青年gay1069videost| 99国产麻豆精品| 成人97人人超碰人人99| 国产福利一区二区三区在线视频| 免费高清在线一区| 天天综合网天天综合色| 亚洲综合一区在线| 亚洲女人小视频在线观看| 国产精品久久久久久一区二区三区| 精品国产乱码久久久久久免费| 这里只有精品电影| 欧美日韩国产精品成人| 日本韩国欧美一区二区三区| 91在线国内视频| 不卡免费追剧大全电视剧网站| 国产91综合一区在线观看| 激情图片小说一区| 国产一区激情在线| 国产精品中文字幕一区二区三区| 老司机一区二区| 精品一区二区三区欧美| 韩国精品主播一区二区在线观看| 美女一区二区三区| 精品一区二区三区在线视频| 激情图区综合网| 国产福利电影一区二区三区| 国产精品一二三四| 大美女一区二区三区| 成人精品国产福利| 色欧美片视频在线观看在线视频| 91免费看视频| 欧美日韩日日摸| 日韩视频一区二区三区| 精品国产凹凸成av人网站| 国产午夜精品久久| 中文字幕中文字幕一区二区| 亚洲精品成人在线| 日日夜夜免费精品| 国产九色sp调教91| 91啪亚洲精品| 91精品国产一区二区三区 | 欧美日韩国产bt| 日韩精品中文字幕一区二区三区 | 国产成人综合在线播放| 国产美女娇喘av呻吟久久| 国产不卡在线一区| 色综合久久66| 欧美日韩中文精品| 精品久久久久99| 中文字幕在线不卡一区| 亚洲国产一区在线观看| 久久成人精品无人区| 成人avav影音| 欧美日韩国产乱码电影| 亚洲精品一区二区在线观看| 最新中文字幕一区二区三区| 日韩精品色哟哟| 国产成人久久精品77777最新版本| 色天使色偷偷av一区二区| 日韩一级免费观看| 亚洲欧美一区二区不卡| 九一九一国产精品| 欧美性大战久久久久久久蜜臀| 2024国产精品| 香港成人在线视频| av欧美精品.com| 日韩欧美成人一区| 亚洲国产视频在线| 国产成人av电影免费在线观看| 欧美日韩国产中文| 自拍偷拍国产亚洲| 国产精品一二三区| 91精品国产综合久久精品app| 国产精品人成在线观看免费| 免费高清在线视频一区·| 日本乱码高清不卡字幕| 久久久久久电影| 免费成人小视频| 欧美三级午夜理伦三级中视频| 国产精品日产欧美久久久久| 韩国成人在线视频| 欧美天天综合网| 日韩美女视频19| 大尺度一区二区| 久久伊人中文字幕| 日本aⅴ免费视频一区二区三区| 久久久久久亚洲综合影院红桃| 亚洲午夜精品网| 在线一区二区三区四区| 国产精品久久久久久久浪潮网站| 国内久久婷婷综合| 欧美一区在线视频| 视频在线观看国产精品| 欧美色精品在线视频| 亚洲精品成人精品456| a亚洲天堂av| 中文字幕在线一区二区三区| 国产精品99久| 中文字幕乱码久久午夜不卡| 国产精品羞羞答答xxdd| 久久久久久久久一| 狠狠狠色丁香婷婷综合激情| 精品女同一区二区| 裸体一区二区三区| 日韩欧美不卡在线观看视频|