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

📄 mainform.designer.cs

📁 青鸟影院
💻 CS
📖 第 1 页 / 共 3 页
字号:
            "7",
            "8",
            "9"});
            this.cboDiscount.Location = new System.Drawing.Point(84, 89);
            this.cboDiscount.Name = "cboDiscount";
            this.cboDiscount.Size = new System.Drawing.Size(135, 20);
            this.cboDiscount.TabIndex = 5;
            // 
            // txtDonate
            // 
            this.txtDonate.Location = new System.Drawing.Point(84, 88);
            this.txtDonate.Name = "txtDonate";
            this.txtDonate.Size = new System.Drawing.Size(135, 21);
            this.txtDonate.TabIndex = 4;
            // 
            // lblDonate
            // 
            this.lblDonate.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.lblDonate.AutoSize = true;
            this.lblDonate.Location = new System.Drawing.Point(17, 97);
            this.lblDonate.Name = "lblDonate";
            this.lblDonate.Size = new System.Drawing.Size(59, 12);
            this.lblDonate.TabIndex = 3;
            this.lblDonate.Text = "赠 送 者:";
            // 
            // lblDiscount
            // 
            this.lblDiscount.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.lblDiscount.AutoSize = true;
            this.lblDiscount.Location = new System.Drawing.Point(17, 97);
            this.lblDiscount.Name = "lblDiscount";
            this.lblDiscount.Size = new System.Drawing.Size(59, 12);
            this.lblDiscount.TabIndex = 1;
            this.lblDiscount.Text = "学生折扣:";
            // 
            // rdoStudent
            // 
            this.rdoStudent.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.rdoStudent.AutoSize = true;
            this.rdoStudent.Location = new System.Drawing.Point(160, 40);
            this.rdoStudent.Name = "rdoStudent";
            this.rdoStudent.Size = new System.Drawing.Size(59, 16);
            this.rdoStudent.TabIndex = 0;
            this.rdoStudent.TabStop = true;
            this.rdoStudent.Text = "学生票";
            this.rdoStudent.UseVisualStyleBackColor = true;
            this.rdoStudent.CheckedChanged += new System.EventHandler(this.rdoStudent_CheckedChanged);
            // 
            // rdoDonate
            // 
            this.rdoDonate.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.rdoDonate.AutoSize = true;
            this.rdoDonate.Location = new System.Drawing.Point(84, 40);
            this.rdoDonate.Name = "rdoDonate";
            this.rdoDonate.Size = new System.Drawing.Size(59, 16);
            this.rdoDonate.TabIndex = 0;
            this.rdoDonate.TabStop = true;
            this.rdoDonate.Text = "赠 票";
            this.rdoDonate.UseVisualStyleBackColor = true;
            this.rdoDonate.CheckedChanged += new System.EventHandler(this.rdoDonate_CheckedChanged);
            // 
            // rdoCommon
            // 
            this.rdoCommon.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.rdoCommon.AutoSize = true;
            this.rdoCommon.Location = new System.Drawing.Point(17, 40);
            this.rdoCommon.Name = "rdoCommon";
            this.rdoCommon.Size = new System.Drawing.Size(59, 16);
            this.rdoCommon.TabIndex = 0;
            this.rdoCommon.TabStop = true;
            this.rdoCommon.Text = "普通票";
            this.rdoCommon.UseVisualStyleBackColor = true;
            this.rdoCommon.CheckedChanged += new System.EventHandler(this.rdoCommon_CheckedChanged);
            // 
            // tbSeat
            // 
            this.tbSeat.Controls.Add(this.tpCinema);
            this.tbSeat.Location = new System.Drawing.Point(185, 206);
            this.tbSeat.Name = "tbSeat";
            this.tbSeat.SelectedIndex = 0;
            this.tbSeat.Size = new System.Drawing.Size(563, 331);
            this.tbSeat.TabIndex = 4;
            // 
            // 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(555, 306);
            this.tpCinema.TabIndex = 0;
            this.tpCinema.Text = "放映厅";
            this.tpCinema.UseVisualStyleBackColor = true;
            // 
            // trackBar1
            // 
            this.trackBar1.Cursor = System.Windows.Forms.Cursors.Default;
            this.trackBar1.Dock = System.Windows.Forms.DockStyle.Left;
            this.trackBar1.Location = new System.Drawing.Point(0, 24);
            this.trackBar1.Maximum = 50;
            this.trackBar1.Name = "trackBar1";
            this.trackBar1.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.trackBar1.Size = new System.Drawing.Size(42, 525);
            this.trackBar1.TabIndex = 6;
            this.trackBar1.Value = 50;
            this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
            this.trackBar1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.trackBar1_MouseMove);
            this.trackBar1.CursorChanged += new System.EventHandler(this.trackBar1_CursorChanged);
            // 
            // toolTip1
            // 
            this.toolTip1.IsBalloon = true;
            this.toolTip1.Tag = "";
            // 
            // skinCollectionItem1
            // 
            this.skinCollectionItem1.SkinPassword = null;
            this.skinCollectionItem1.SkinSteam = ((System.IO.MemoryStream)(resources.GetObject("skinCollectionItem1.SkinSteam")));
            // 
            // skinCollectionItem3
            // 
            this.skinCollectionItem3.SkinPassword = null;
            this.skinCollectionItem3.SkinSteam = ((System.IO.MemoryStream)(resources.GetObject("skinCollectionItem3.SkinSteam")));
            // 
            // skinCollectionItem2
            // 
            this.skinCollectionItem2.SkinPassword = null;
            this.skinCollectionItem2.SkinSteam = ((System.IO.MemoryStream)(resources.GetObject("skinCollectionItem2.SkinSteam")));
            // 
            // skinCollectionItem4
            // 
            this.skinCollectionItem4.SkinPassword = null;
            this.skinCollectionItem4.SkinSteam = ((System.IO.MemoryStream)(resources.GetObject("skinCollectionItem4.SkinSteam")));
            // 
            // skinCollectionItem5
            // 
            this.skinCollectionItem5.SkinPassword = null;
            this.skinCollectionItem5.SkinSteam = ((System.IO.MemoryStream)(resources.GetObject("skinCollectionItem5.SkinSteam")));
            // 
            // skinCollectionItem6
            // 
            this.skinCollectionItem6.SkinPassword = null;
            this.skinCollectionItem6.SkinSteam = ((System.IO.MemoryStream)(resources.GetObject("skinCollectionItem6.SkinSteam")));
            // 
            // skinEngine1
            // 
            this.skinEngine1.AddtionalBuiltInSkins.Add(this.skinCollectionItem1);
            this.skinEngine1.AddtionalBuiltInSkins.Add(this.skinCollectionItem2);
            this.skinEngine1.AddtionalBuiltInSkins.Add(this.skinCollectionItem3);
            this.skinEngine1.AddtionalBuiltInSkins.Add(this.skinCollectionItem4);
            this.skinEngine1.AddtionalBuiltInSkins.Add(this.skinCollectionItem5);
            this.skinEngine1.AddtionalBuiltInSkins.Add(this.skinCollectionItem6);
            this.skinEngine1.SerialNumber = "";
            this.skinEngine1.SkinFile = null;
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(760, 549);
            this.Controls.Add(this.trackBar1);
            this.Controls.Add(this.tbSeat);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.menuStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.MaximizeBox = false;
            this.Name = "MainForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "青鸟影院售票系统";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.tabControl1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picMovie)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.tbSeat.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem 购票ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 系统ToolStripMenuItem;
        private System.Windows.Forms.TreeView tvPlayList;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label lblPianMing;
        private System.Windows.Forms.Label lblMovieName;
        private System.Windows.Forms.PictureBox picMovie;
        private System.Windows.Forms.Label lblPrice;
        private System.Windows.Forms.Label lblShouldGive;
        private System.Windows.Forms.Label lblTime;
        private System.Windows.Forms.Label lblMovieType;
        private System.Windows.Forms.Label lblActor;
        private System.Windows.Forms.Label lblDirector;
        private System.Windows.Forms.Label lblPiaoJia;
        private System.Windows.Forms.Label lblYingFu;
        private System.Windows.Forms.Label lblShiJian;
        private System.Windows.Forms.Label lblLeiXing;
        private System.Windows.Forms.Label lblZhuYan;
        private System.Windows.Forms.Label lblDaoYan;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.RadioButton rdoStudent;
        private System.Windows.Forms.RadioButton rdoDonate;
        private System.Windows.Forms.RadioButton rdoCommon;
        private System.Windows.Forms.TextBox txtDonate;
        private System.Windows.Forms.Label lblDonate;
        private System.Windows.Forms.Label lblDiscount;
        private System.Windows.Forms.TabControl tbSeat;
        private System.Windows.Forms.TabPage tpCinema;
        private System.Windows.Forms.ToolStripMenuItem tsmiGetNewList;
        private System.Windows.Forms.ToolStripMenuItem tsmiContinueSell;
        private System.Windows.Forms.ToolStripMenuItem tsmiSave;
        private System.Windows.Forms.ToolStripMenuItem tsmiExit;
        private System.Windows.Forms.ToolStripMenuItem 帮助ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem tsmiAbout;
        private System.Windows.Forms.ComboBox cboDiscount;
        private System.Windows.Forms.ToolStripMenuItem tsmiSetUp;
        private System.Windows.Forms.TrackBar trackBar1;
        private System.Windows.Forms.ToolStripMenuItem tsmiOpacity;
        private System.Windows.Forms.ToolTip toolTip1;
        private System.Windows.Forms.ToolStripMenuItem tsmiSkin;
        private Sunisoft.IrisSkin.SkinCollectionItem skinCollectionItem1;
        private Sunisoft.IrisSkin.SkinCollectionItem skinCollectionItem3;
        private Sunisoft.IrisSkin.SkinCollectionItem skinCollectionItem2;
        private Sunisoft.IrisSkin.SkinCollectionItem skinCollectionItem4;
        private Sunisoft.IrisSkin.SkinCollectionItem skinCollectionItem5;
        private Sunisoft.IrisSkin.SkinCollectionItem skinCollectionItem6;
        private System.Windows.Forms.ToolStripMenuItem tsmiSkin1;
        private System.Windows.Forms.ToolStripMenuItem tsmiSkin2;
        private System.Windows.Forms.ToolStripMenuItem tsmiSkin3;
        private System.Windows.Forms.ToolStripMenuItem tsmiSkin4;
        private System.Windows.Forms.ToolStripMenuItem tsmiSkin5;
        private System.Windows.Forms.ToolStripMenuItem tsmiSkin6;
        private Sunisoft.IrisSkin.SkinEngine skinEngine1;
        private System.Windows.Forms.ToolStripMenuItem tsmiCalc;
        private System.Windows.Forms.ToolStripMenuItem tsmiOpenList;
        private System.Windows.Forms.ToolStripMenuItem tsmiAutoSave;
        private System.Windows.Forms.Timer timer1;
    }
}

⌨️ 快捷键说明

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