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

📄 mainform.designer.cs

📁 青鸟影院
💻 CS
📖 第 1 页 / 共 3 页
字号:
            // 
            this.tsmiSkin6.Name = "tsmiSkin6";
            this.tsmiSkin6.Size = new System.Drawing.Size(106, 22);
            this.tsmiSkin6.Text = "皮肤6";
            this.tsmiSkin6.Click += new System.EventHandler(this.tsmiSkin6_Click);
            // 
            // tsmiOpenList
            // 
            this.tsmiOpenList.Name = "tsmiOpenList";
            this.tsmiOpenList.Size = new System.Drawing.Size(152, 22);
            this.tsmiOpenList.Text = "打开清单";
            this.tsmiOpenList.Click += new System.EventHandler(this.tsmiOpenList_Click);
            // 
            // tsmiAutoSave
            // 
            this.tsmiAutoSave.Name = "tsmiAutoSave";
            this.tsmiAutoSave.Size = new System.Drawing.Size(152, 22);
            this.tsmiAutoSave.Text = "自动保存";
            this.tsmiAutoSave.Click += new System.EventHandler(this.tsmiAutoSave_Click);
            // 
            // 帮助ToolStripMenuItem
            // 
            this.帮助ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiCalc});
            this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
            this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.帮助ToolStripMenuItem.Text = "帮助";
            // 
            // tsmiCalc
            // 
            this.tsmiCalc.Name = "tsmiCalc";
            this.tsmiCalc.Size = new System.Drawing.Size(106, 22);
            this.tsmiCalc.Text = "计算器";
            this.tsmiCalc.Click += new System.EventHandler(this.tsmiCalc_Click);
            // 
            // tsmiAbout
            // 
            this.tsmiAbout.Name = "tsmiAbout";
            this.tsmiAbout.Size = new System.Drawing.Size(152, 22);
            this.tsmiAbout.Text = "关于";
            this.tsmiAbout.Click += new System.EventHandler(this.tsmiAbout_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.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.groupBox1.Controls.Add(this.lblPiaoJia);
            this.groupBox1.Controls.Add(this.lblPrice);
            this.groupBox1.Controls.Add(this.lblShiJian);
            this.groupBox1.Controls.Add(this.lblShouldGive);
            this.groupBox1.Controls.Add(this.lblDaoYan);
            this.groupBox1.Controls.Add(this.lblYingFu);
            this.groupBox1.Controls.Add(this.picMovie);
            this.groupBox1.Controls.Add(this.lblTime);
            this.groupBox1.Controls.Add(this.lblZhuYan);
            this.groupBox1.Controls.Add(this.lblMovieType);
            this.groupBox1.Controls.Add(this.lblLeiXing);
            this.groupBox1.Controls.Add(this.lblActor);
            this.groupBox1.Controls.Add(this.lblDirector);
            this.groupBox1.Controls.Add(this.lblPianMing);
            this.groupBox1.Controls.Add(this.lblMovieName);
            this.groupBox1.Location = new System.Drawing.Point(185, 29);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(322, 171);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "详情";
            // 
            // lblPiaoJia
            // 
            this.lblPiaoJia.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.lblPiaoJia.AutoSize = true;
            this.lblPiaoJia.Location = new System.Drawing.Point(222, 116);
            this.lblPiaoJia.Name = "lblPiaoJia";
            this.lblPiaoJia.Size = new System.Drawing.Size(0, 12);
            this.lblPiaoJia.TabIndex = 1;
            // 
            // lblPrice
            // 
            this.lblPrice.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.lblPrice.AutoSize = true;
            this.lblPrice.Location = new System.Drawing.Point(126, 116);
            this.lblPrice.Name = "lblPrice";
            this.lblPrice.Size = new System.Drawing.Size(59, 12);
            this.lblPrice.TabIndex = 1;
            this.lblPrice.Text = "票  价:";
            // 
            // lblShiJian
            // 
            this.lblShiJian.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.lblShiJian.AutoSize = true;
            this.lblShiJian.Location = new System.Drawing.Point(222, 92);
            this.lblShiJian.Name = "lblShiJian";
            this.lblShiJian.Size = new System.Drawing.Size(0, 12);
            this.lblShiJian.TabIndex = 1;
            // 
            // lblShouldGive
            // 
            this.lblShouldGive.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.lblShouldGive.AutoSize = true;
            this.lblShouldGive.ForeColor = System.Drawing.Color.Red;
            this.lblShouldGive.Location = new System.Drawing.Point(126, 140);
            this.lblShouldGive.Name = "lblShouldGive";
            this.lblShouldGive.Size = new System.Drawing.Size(59, 12);
            this.lblShouldGive.TabIndex = 1;
            this.lblShouldGive.Text = "应 付 价:";
            // 
            // lblDaoYan
            // 
            this.lblDaoYan.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.lblDaoYan.AutoSize = true;
            this.lblDaoYan.Location = new System.Drawing.Point(222, 17);
            this.lblDaoYan.Name = "lblDaoYan";
            this.lblDaoYan.Size = new System.Drawing.Size(0, 12);
            this.lblDaoYan.TabIndex = 1;
            // 
            // lblYingFu
            // 
            this.lblYingFu.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.lblYingFu.AutoSize = true;
            this.lblYingFu.ForeColor = System.Drawing.Color.Red;
            this.lblYingFu.Location = new System.Drawing.Point(222, 140);
            this.lblYingFu.Name = "lblYingFu";
            this.lblYingFu.Size = new System.Drawing.Size(0, 12);
            this.lblYingFu.TabIndex = 1;
            // 
            // picMovie
            // 
            this.picMovie.Cursor = System.Windows.Forms.Cursors.Default;
            this.picMovie.Location = new System.Drawing.Point(6, 33);
            this.picMovie.Name = "picMovie";
            this.picMovie.Size = new System.Drawing.Size(99, 132);
            this.picMovie.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.picMovie.TabIndex = 0;
            this.picMovie.TabStop = false;
            // 
            // lblTime
            // 
            this.lblTime.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.lblTime.AutoSize = true;
            this.lblTime.Location = new System.Drawing.Point(126, 92);
            this.lblTime.Name = "lblTime";
            this.lblTime.Size = new System.Drawing.Size(59, 12);
            this.lblTime.TabIndex = 1;
            this.lblTime.Text = "放映时间:";
            // 
            // lblZhuYan
            // 
            this.lblZhuYan.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.lblZhuYan.AutoSize = true;
            this.lblZhuYan.Location = new System.Drawing.Point(222, 44);
            this.lblZhuYan.Name = "lblZhuYan";
            this.lblZhuYan.Size = new System.Drawing.Size(0, 12);
            this.lblZhuYan.TabIndex = 1;
            // 
            // lblMovieType
            // 
            this.lblMovieType.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.lblMovieType.AutoSize = true;
            this.lblMovieType.Location = new System.Drawing.Point(126, 68);
            this.lblMovieType.Name = "lblMovieType";
            this.lblMovieType.Size = new System.Drawing.Size(59, 12);
            this.lblMovieType.TabIndex = 1;
            this.lblMovieType.Text = "类  型:";
            // 
            // lblLeiXing
            // 
            this.lblLeiXing.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.lblLeiXing.AutoSize = true;
            this.lblLeiXing.Location = new System.Drawing.Point(222, 68);
            this.lblLeiXing.Name = "lblLeiXing";
            this.lblLeiXing.Size = new System.Drawing.Size(0, 12);
            this.lblLeiXing.TabIndex = 1;
            // 
            // lblActor
            // 
            this.lblActor.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.lblActor.AutoSize = true;
            this.lblActor.Location = new System.Drawing.Point(126, 44);
            this.lblActor.Name = "lblActor";
            this.lblActor.Size = new System.Drawing.Size(59, 12);
            this.lblActor.TabIndex = 1;
            this.lblActor.Text = "主  演:";
            // 
            // lblDirector
            // 
            this.lblDirector.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.lblDirector.AutoSize = true;
            this.lblDirector.Location = new System.Drawing.Point(126, 17);
            this.lblDirector.Name = "lblDirector";
            this.lblDirector.Size = new System.Drawing.Size(59, 12);
            this.lblDirector.TabIndex = 1;
            this.lblDirector.Text = "导  演:";
            // 
            // lblPianMing
            // 
            this.lblPianMing.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.lblPianMing.AutoSize = true;
            this.lblPianMing.Location = new System.Drawing.Point(60, 17);
            this.lblPianMing.Name = "lblPianMing";
            this.lblPianMing.Size = new System.Drawing.Size(0, 12);
            this.lblPianMing.TabIndex = 1;
            // 
            // lblMovieName
            // 
            this.lblMovieName.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.lblMovieName.AutoSize = true;
            this.lblMovieName.Location = new System.Drawing.Point(6, 17);
            this.lblMovieName.Name = "lblMovieName";
            this.lblMovieName.Size = new System.Drawing.Size(35, 12);
            this.lblMovieName.TabIndex = 1;
            this.lblMovieName.Text = "片名:";
            // 
            // groupBox2
            // 
            this.groupBox2.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.groupBox2.Controls.Add(this.cboDiscount);
            this.groupBox2.Controls.Add(this.txtDonate);
            this.groupBox2.Controls.Add(this.lblDonate);
            this.groupBox2.Controls.Add(this.lblDiscount);
            this.groupBox2.Controls.Add(this.rdoStudent);
            this.groupBox2.Controls.Add(this.rdoDonate);
            this.groupBox2.Controls.Add(this.rdoCommon);
            this.groupBox2.Location = new System.Drawing.Point(513, 29);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(235, 171);
            this.groupBox2.TabIndex = 3;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "特殊票";
            // 
            // cboDiscount
            // 
            this.cboDiscount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboDiscount.FormattingEnabled = true;
            this.cboDiscount.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",

⌨️ 快捷键说明

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