⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainform.designer.cs

📁 青鸟影院
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace GreenBirdCinema
{
    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.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.tvPlayList = new System.Windows.Forms.TreeView();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.购票ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiGetNewList = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiContinueSell = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiSave = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiExit = new System.Windows.Forms.ToolStripMenuItem();
            this.系统ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiSetUp = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiOpacity = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiSkin = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiSkin1 = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiSkin2 = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiSkin3 = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiSkin4 = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiSkin5 = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiSkin6 = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiOpenList = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiAutoSave = new System.Windows.Forms.ToolStripMenuItem();
            this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiCalc = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiAbout = new System.Windows.Forms.ToolStripMenuItem();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.lblPiaoJia = new System.Windows.Forms.Label();
            this.lblPrice = new System.Windows.Forms.Label();
            this.lblShiJian = new System.Windows.Forms.Label();
            this.lblShouldGive = new System.Windows.Forms.Label();
            this.lblDaoYan = new System.Windows.Forms.Label();
            this.lblYingFu = new System.Windows.Forms.Label();
            this.picMovie = new System.Windows.Forms.PictureBox();
            this.lblTime = new System.Windows.Forms.Label();
            this.lblZhuYan = new System.Windows.Forms.Label();
            this.lblMovieType = new System.Windows.Forms.Label();
            this.lblLeiXing = new System.Windows.Forms.Label();
            this.lblActor = new System.Windows.Forms.Label();
            this.lblDirector = new System.Windows.Forms.Label();
            this.lblPianMing = new System.Windows.Forms.Label();
            this.lblMovieName = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.cboDiscount = new System.Windows.Forms.ComboBox();
            this.txtDonate = new System.Windows.Forms.TextBox();
            this.lblDonate = new System.Windows.Forms.Label();
            this.lblDiscount = new System.Windows.Forms.Label();
            this.rdoStudent = new System.Windows.Forms.RadioButton();
            this.rdoDonate = new System.Windows.Forms.RadioButton();
            this.rdoCommon = new System.Windows.Forms.RadioButton();
            this.tbSeat = new System.Windows.Forms.TabControl();
            this.tpCinema = new System.Windows.Forms.TabPage();
            this.trackBar1 = new System.Windows.Forms.TrackBar();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.skinCollectionItem1 = new Sunisoft.IrisSkin.SkinCollectionItem();
            this.skinCollectionItem3 = new Sunisoft.IrisSkin.SkinCollectionItem();
            this.skinCollectionItem2 = new Sunisoft.IrisSkin.SkinCollectionItem();
            this.skinCollectionItem4 = new Sunisoft.IrisSkin.SkinCollectionItem();
            this.skinCollectionItem5 = new Sunisoft.IrisSkin.SkinCollectionItem();
            this.skinCollectionItem6 = new Sunisoft.IrisSkin.SkinCollectionItem();
            this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.tabControl1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picMovie)).BeginInit();
            this.groupBox2.SuspendLayout();
            this.tbSeat.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Location = new System.Drawing.Point(38, 29);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(141, 508);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.tvPlayList);
            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(133, 483);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "放映列表";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // tvPlayList
            // 
            this.tvPlayList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.tvPlayList.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.tvPlayList.Location = new System.Drawing.Point(3, 3);
            this.tvPlayList.Name = "tvPlayList";
            this.tvPlayList.Size = new System.Drawing.Size(134, 480);
            this.tvPlayList.TabIndex = 0;
            this.tvPlayList.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvPlayList_AfterSelect);
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.购票ToolStripMenuItem,
            this.系统ToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(760, 24);
            this.menuStrip1.TabIndex = 1;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // 购票ToolStripMenuItem
            // 
            this.购票ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiGetNewList,
            this.tsmiContinueSell,
            this.tsmiSave,
            this.tsmiExit});
            this.购票ToolStripMenuItem.Name = "购票ToolStripMenuItem";
            this.购票ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
            this.购票ToolStripMenuItem.Text = "购票";
            // 
            // tsmiGetNewList
            // 
            this.tsmiGetNewList.Name = "tsmiGetNewList";
            this.tsmiGetNewList.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                        | System.Windows.Forms.Keys.N)));
            this.tsmiGetNewList.Size = new System.Drawing.Size(207, 22);
            this.tsmiGetNewList.Text = "获取新列表";
            this.tsmiGetNewList.Click += new System.EventHandler(this.tsmiGetNewList_Click);
            // 
            // tsmiContinueSell
            // 
            this.tsmiContinueSell.Name = "tsmiContinueSell";
            this.tsmiContinueSell.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                        | System.Windows.Forms.Keys.C)));
            this.tsmiContinueSell.Size = new System.Drawing.Size(207, 22);
            this.tsmiContinueSell.Text = "继续销售";
            this.tsmiContinueSell.Click += new System.EventHandler(this.tsmiContinueSell_Click);
            // 
            // tsmiSave
            // 
            this.tsmiSave.Name = "tsmiSave";
            this.tsmiSave.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                        | System.Windows.Forms.Keys.S)));
            this.tsmiSave.Size = new System.Drawing.Size(207, 22);
            this.tsmiSave.Text = "保存";
            this.tsmiSave.Click += new System.EventHandler(this.tsmiSave_Click);
            // 
            // tsmiExit
            // 
            this.tsmiExit.Name = "tsmiExit";
            this.tsmiExit.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                        | System.Windows.Forms.Keys.W)));
            this.tsmiExit.Size = new System.Drawing.Size(207, 22);
            this.tsmiExit.Text = "退出";
            this.tsmiExit.Click += new System.EventHandler(this.tsmiExit_Click);
            // 
            // 系统ToolStripMenuItem
            // 
            this.系统ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiSetUp,
            this.帮助ToolStripMenuItem,
            this.tsmiAbout});
            this.系统ToolStripMenuItem.Name = "系统ToolStripMenuItem";
            this.系统ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
            this.系统ToolStripMenuItem.Text = "系统";
            // 
            // tsmiSetUp
            // 
            this.tsmiSetUp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiOpacity,
            this.tsmiSkin,
            this.tsmiOpenList,
            this.tsmiAutoSave});
            this.tsmiSetUp.Name = "tsmiSetUp";
            this.tsmiSetUp.Size = new System.Drawing.Size(152, 22);
            this.tsmiSetUp.Text = "设置";
            // 
            // tsmiOpacity
            // 
            this.tsmiOpacity.Name = "tsmiOpacity";
            this.tsmiOpacity.Size = new System.Drawing.Size(152, 22);
            this.tsmiOpacity.Text = "透明度";
            this.tsmiOpacity.Click += new System.EventHandler(this.tsmiOpacity_Click);
            // 
            // tsmiSkin
            // 
            this.tsmiSkin.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiSkin1,
            this.tsmiSkin2,
            this.tsmiSkin3,
            this.tsmiSkin4,
            this.tsmiSkin5,
            this.tsmiSkin6});
            this.tsmiSkin.Name = "tsmiSkin";
            this.tsmiSkin.Size = new System.Drawing.Size(152, 22);
            this.tsmiSkin.Text = "皮 肤";
            // 
            // tsmiSkin1
            // 
            this.tsmiSkin1.Name = "tsmiSkin1";
            this.tsmiSkin1.Size = new System.Drawing.Size(152, 22);
            this.tsmiSkin1.Text = "皮肤1";
            this.tsmiSkin1.Click += new System.EventHandler(this.tsmiSkin1_Click);
            // 
            // tsmiSkin2
            // 
            this.tsmiSkin2.Name = "tsmiSkin2";
            this.tsmiSkin2.Size = new System.Drawing.Size(106, 22);
            this.tsmiSkin2.Text = "皮肤2";
            this.tsmiSkin2.Click += new System.EventHandler(this.tsmiSkin2_Click);
            // 
            // tsmiSkin3
            // 
            this.tsmiSkin3.Name = "tsmiSkin3";
            this.tsmiSkin3.Size = new System.Drawing.Size(106, 22);
            this.tsmiSkin3.Text = "皮肤3";
            this.tsmiSkin3.Click += new System.EventHandler(this.tsmiSkin3_Click);
            // 
            // tsmiSkin4
            // 
            this.tsmiSkin4.Name = "tsmiSkin4";
            this.tsmiSkin4.Size = new System.Drawing.Size(106, 22);
            this.tsmiSkin4.Text = "皮肤4";
            this.tsmiSkin4.Click += new System.EventHandler(this.tsmiSkin4_Click);
            // 
            // tsmiSkin5
            // 
            this.tsmiSkin5.Name = "tsmiSkin5";
            this.tsmiSkin5.Size = new System.Drawing.Size(106, 22);
            this.tsmiSkin5.Text = "皮肤5";
            this.tsmiSkin5.Click += new System.EventHandler(this.tsmiSkin5_Click);
            // 
            // tsmiSkin6

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -