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

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

?? mainform.designer.cs

?? C.net寫的影院售票系統(tǒng)
?? CS
?? 第 1 頁 / 共 3 頁
字號:
            this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            this.label5.Font = new System.Drawing.Font("宋體", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.Location = new System.Drawing.Point(153, 60);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(47, 23);
            this.label5.TabIndex = 1;
            this.label5.Text = "1-2";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label6
            // 
            this.label6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            this.label6.Font = new System.Drawing.Font("宋體", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label6.Location = new System.Drawing.Point(59, 60);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(47, 23);
            this.label6.TabIndex = 0;
            this.label6.Text = "1-1";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.rdoNormal);
            this.groupBox2.Controls.Add(this.txtCustomer);
            this.groupBox2.Controls.Add(this.label13);
            this.groupBox2.Controls.Add(this.cmbDisCount);
            this.groupBox2.Controls.Add(this.label12);
            this.groupBox2.Controls.Add(this.rdoStudent);
            this.groupBox2.Controls.Add(this.rdoFree);
            this.groupBox2.Location = new System.Drawing.Point(744, 42);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(256, 230);
            this.groupBox2.TabIndex = 7;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "特殊票:";
            // 
            // rdoNormal
            // 
            this.rdoNormal.AutoSize = true;
            this.rdoNormal.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.rdoNormal.Location = new System.Drawing.Point(37, 37);
            this.rdoNormal.Name = "rdoNormal";
            this.rdoNormal.Size = new System.Drawing.Size(67, 18);
            this.rdoNormal.TabIndex = 4;
            this.rdoNormal.TabStop = true;
            this.rdoNormal.Text = "普通票";
            this.rdoNormal.UseVisualStyleBackColor = true;
            this.rdoNormal.CheckedChanged += new System.EventHandler(this.rdoNormal_CheckedChanged);
            // 
            // txtCustomer
            // 
            this.txtCustomer.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtCustomer.Location = new System.Drawing.Point(110, 147);
            this.txtCustomer.Name = "txtCustomer";
            this.txtCustomer.Size = new System.Drawing.Size(100, 23);
            this.txtCustomer.TabIndex = 8;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label13.Location = new System.Drawing.Point(41, 150);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(63, 14);
            this.label13.TabIndex = 6;
            this.label13.Text = "贈送者:";
            // 
            // cmbDisCount
            // 
            this.cmbDisCount.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbDisCount.FormattingEnabled = true;
            this.cmbDisCount.Items.AddRange(new object[] {
            "5",
            "6",
            "7",
            "8"});
            this.cmbDisCount.Location = new System.Drawing.Point(110, 110);
            this.cmbDisCount.Name = "cmbDisCount";
            this.cmbDisCount.Size = new System.Drawing.Size(100, 22);
            this.cmbDisCount.TabIndex = 7;
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label12.Location = new System.Drawing.Point(31, 110);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(77, 14);
            this.label12.TabIndex = 4;
            this.label12.Text = "學(xué)生折扣:";
            // 
            // rdoStudent
            // 
            this.rdoStudent.AutoSize = true;
            this.rdoStudent.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.rdoStudent.Location = new System.Drawing.Point(169, 37);
            this.rdoStudent.Name = "rdoStudent";
            this.rdoStudent.Size = new System.Drawing.Size(67, 18);
            this.rdoStudent.TabIndex = 6;
            this.rdoStudent.TabStop = true;
            this.rdoStudent.Text = "學(xué)生票";
            this.rdoStudent.UseVisualStyleBackColor = true;
            this.rdoStudent.CheckedChanged += new System.EventHandler(this.rdoStudent_CheckedChanged);
            // 
            // rdoFree
            // 
            this.rdoFree.AutoSize = true;
            this.rdoFree.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.rdoFree.Location = new System.Drawing.Point(110, 37);
            this.rdoFree.Name = "rdoFree";
            this.rdoFree.Size = new System.Drawing.Size(53, 18);
            this.rdoFree.TabIndex = 5;
            this.rdoFree.TabStop = true;
            this.rdoFree.Text = "贈票";
            this.rdoFree.UseVisualStyleBackColor = true;
            this.rdoFree.CheckedChanged += new System.EventHandler(this.rdoVip_CheckedChanged);
            // 
            // tsmiSave
            // 
            this.tsmiSave.Name = "tsmiSave";
            this.tsmiSave.Size = new System.Drawing.Size(152, 22);
            this.tsmiSave.Text = "保存";
            this.tsmiSave.Click += new System.EventHandler(this.tsmiSave_Click);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1016, 741);
            this.Controls.Add(this.ssMain);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.tabControl2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.tbSeat);
            this.Controls.Add(this.msMain);
            this.MainMenuStrip = this.msMain;
            this.Name = "MainForm";
            this.Text = "\"青鳥\"影院售票系統(tǒng)";
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            this.msMain.ResumeLayout(false);
            this.msMain.PerformLayout();
            this.tbSeat.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picMovie)).EndInit();
            this.tabControl2.ResumeLayout(false);
            this.tpToday.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip msMain;
        private System.Windows.Forms.ToolStripMenuItem tsmiBuy;
        private System.Windows.Forms.ToolStripMenuItem tsmiHelp;
        private System.Windows.Forms.TabControl tbSeat;
        private System.Windows.Forms.TabPage tpCinema;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.StatusStrip ssMain;
        private System.Windows.Forms.TabControl tabControl2;
        private System.Windows.Forms.TabPage tpToday;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TreeView tvMovies;
        private System.Windows.Forms.Label 片名;
        private System.Windows.Forms.Label lblMovieName;
        private System.Windows.Forms.PictureBox picMovie;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label lblDirector;
        private System.Windows.Forms.Label lblActor;
        private System.Windows.Forms.Label lblTime;
        private System.Windows.Forms.Label lblType;
        private System.Windows.Forms.Label lblPrice;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.ToolStripMenuItem tsmiMovies;
        private System.Windows.Forms.ToolStripMenuItem 關(guān)于ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 幫助ToolStripMenuItem;
        private System.Windows.Forms.RadioButton rdoStudent;
        private System.Windows.Forms.RadioButton rdoFree;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.ComboBox cmbDisCount;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.TextBox txtCustomer;
        private System.Windows.Forms.RadioButton rdoNormal;
        private System.Windows.Forms.ToolStripMenuItem tsmiExit;
        private System.Windows.Forms.ToolStripMenuItem tsmiNew;
        private System.Windows.Forms.Label lblCalcPrice;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.ToolStripMenuItem tsmiSave;
    }
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲欧美色一区| 波多野结衣中文字幕一区二区三区| 亚洲婷婷综合久久一本伊一区| 国产网站一区二区| 久久中文娱乐网| 精品国产乱码久久久久久浪潮| 日韩精品一区二区三区四区| 欧美一区二区视频免费观看| 日韩一区二区免费在线电影 | 中文字幕乱码久久午夜不卡| 欧美激情在线观看视频免费| 中文字幕乱码一区二区免费| 综合色天天鬼久久鬼色| 亚洲激情五月婷婷| 亚洲小少妇裸体bbw| 日韩有码一区二区三区| 久久精品国产**网站演员| 蜜桃av噜噜一区| 国产米奇在线777精品观看| 大胆亚洲人体视频| 一本色道久久综合亚洲91| 在线一区二区三区四区五区| 欧美疯狂做受xxxx富婆| 欧美成人猛片aaaaaaa| 国产无遮挡一区二区三区毛片日本| 国产欧美一区二区精品性色 | 亚洲国产中文字幕在线视频综合| 亚洲午夜激情网页| 免费观看久久久4p| 国产精品乡下勾搭老头1| 99久久精品国产一区二区三区| 欧美在线视频你懂得| 日韩欧美的一区| 国产精品视频麻豆| 亚洲成人高清在线| 国内外成人在线视频| av网站免费线看精品| 欧美亚洲图片小说| 欧美成人激情免费网| 国产精品久久一卡二卡| 亚洲成人午夜影院| 欧美在线观看视频一区二区 | 欧美精品电影在线播放| 久久精品欧美日韩精品| 亚洲精品午夜久久久| 日本在线观看不卡视频| 高清成人免费视频| 欧美日韩在线综合| 日本一区二区动态图| 午夜电影网一区| 国产不卡一区视频| 欧美男男青年gay1069videost| 欧美国产一区视频在线观看| 亚洲成人自拍网| 成人黄色av网站在线| 日韩三级伦理片妻子的秘密按摩| 亚洲婷婷国产精品电影人久久| 蜜臀精品一区二区三区在线观看| 99国产精品久久久久久久久久| 欧美丰满美乳xxx高潮www| 国产精品毛片a∨一区二区三区| 日本在线不卡视频一二三区| 91视频com| 国产日韩影视精品| 午夜影院久久久| www.成人在线| 久久影音资源网| 日日夜夜精品视频免费| 色狠狠一区二区| 国产精品不卡在线观看| 国产一区三区三区| 欧美一级夜夜爽| 亚洲一区中文在线| 波多野结衣中文一区| 精品少妇一区二区三区视频免付费 | 欧美喷潮久久久xxxxx| 亚洲欧洲日本在线| 国产麻豆精品在线观看| 欧美一二三四在线| 洋洋成人永久网站入口| 成人av资源下载| 久久久久久久综合日本| 青青草伊人久久| 欧美日韩免费不卡视频一区二区三区| 国产日韩av一区| 精品一区二区三区视频| 在线成人小视频| 午夜精品一区二区三区免费视频| 99久久er热在这里只有精品15| 国产亚洲精久久久久久| 久久国产尿小便嘘嘘| 欧美区一区二区三区| 性做久久久久久| 欧美亚洲动漫精品| 一区二区三区在线观看动漫| 97久久超碰国产精品电影| 国产精品白丝在线| caoporm超碰国产精品| 中文字幕一区二区三区精华液| 成人性生交大片免费看中文| 国产日本欧美一区二区| 大桥未久av一区二区三区中文| 中文字幕第一区综合| 成人av电影在线| 中文字幕综合网| 91成人网在线| 大陆成人av片| 国产精品视频免费看| va亚洲va日韩不卡在线观看| 国产精品久久久久aaaa樱花| a级高清视频欧美日韩| 亚洲裸体在线观看| 在线观看亚洲一区| 偷拍自拍另类欧美| 欧美一区二区视频免费观看| 精品无人码麻豆乱码1区2区| 久久久精品欧美丰满| 国产精品一级片| 亚洲欧美综合色| 在线观看日韩一区| 日韩av高清在线观看| 欧美精品一区二区三区视频| 国产一区亚洲一区| 日韩毛片在线免费观看| 欧美日韩一区二区在线观看视频 | 日韩高清不卡一区| 精品剧情v国产在线观看在线| 国产一区二区调教| 国产精品精品国产色婷婷| 色狠狠av一区二区三区| 午夜不卡av免费| 久久欧美一区二区| 91在线精品一区二区三区| 亚洲第一主播视频| 欧美变态tickle挠乳网站| 懂色av噜噜一区二区三区av| 亚洲日本成人在线观看| 在线电影一区二区三区| 国产成人精品一区二| 亚洲激情图片qvod| 精品国产精品网麻豆系列| 成人97人人超碰人人99| 舔着乳尖日韩一区| 国产亚洲精品精华液| 在线精品视频免费观看| 国产真实精品久久二三区| 亚洲同性gay激情无套| 日韩午夜在线观看| 99久久精品一区二区| 久久成人av少妇免费| 成人欧美一区二区三区| 欧美福利视频一区| 成人国产视频在线观看| 日韩精品亚洲一区| 亚洲丝袜自拍清纯另类| 日韩欧美亚洲国产另类| 99国产精品久久久久| 九色综合国产一区二区三区| 亚洲色图清纯唯美| 精品乱人伦一区二区三区| 色播五月激情综合网| 国产中文字幕精品| 天堂影院一区二区| 中文字幕一区二区三区蜜月| 亚洲精品一区二区三区精华液| 色94色欧美sute亚洲线路一ni| 黄色日韩网站视频| 亚洲成人自拍偷拍| 亚洲日本在线天堂| 日本一区二区三区四区在线视频 | 久久综合色播五月| 欧美欧美午夜aⅴ在线观看| av成人免费在线| 精品亚洲成a人| 天堂一区二区在线| 亚洲乱码国产乱码精品精可以看| 精品久久一区二区| 欧美精品v日韩精品v韩国精品v| 91首页免费视频| 国产成人精品综合在线观看 | 久久精品理论片| 亚洲成av人影院| 亚洲丝袜美腿综合| 国产精品你懂的在线| 久久综合久久久久88| 欧美一级搡bbbb搡bbbb| 欧美午夜一区二区| 色综合久久久久久久| 成人久久视频在线观看| 国产寡妇亲子伦一区二区| 精品一区二区三区影院在线午夜| 日韩专区欧美专区| 亚洲一区在线观看免费观看电影高清| 国产精品久久看| 中文字幕一区二区三区在线播放| 国产欧美一区二区三区在线老狼 | 石原莉奈在线亚洲三区| 亚洲午夜久久久| 亚洲综合av网| 亚洲bt欧美bt精品777|