?? mainform.designer.cs
字號:
?namespace MyCinema
{
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.msMain = new System.Windows.Forms.MenuStrip();
this.tsmiBuy = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiNew = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiMovies = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiExit = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiHelp = new System.Windows.Forms.ToolStripMenuItem();
this.幫助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.關于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tbSeat = new System.Windows.Forms.TabControl();
this.tpCinema = new System.Windows.Forms.TabPage();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.lblCalcPrice = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.lblPrice = new System.Windows.Forms.Label();
this.lblTime = new System.Windows.Forms.Label();
this.lblType = new System.Windows.Forms.Label();
this.lblActor = new System.Windows.Forms.Label();
this.lblDirector = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.picMovie = new System.Windows.Forms.PictureBox();
this.lblMovieName = new System.Windows.Forms.Label();
this.片名 = new System.Windows.Forms.Label();
this.ssMain = new System.Windows.Forms.StatusStrip();
this.tabControl2 = new System.Windows.Forms.TabControl();
this.tpToday = new System.Windows.Forms.TabPage();
this.tvMovies = new System.Windows.Forms.TreeView();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.rdoNormal = new System.Windows.Forms.RadioButton();
this.txtCustomer = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.cmbDisCount = new System.Windows.Forms.ComboBox();
this.label12 = new System.Windows.Forms.Label();
this.rdoStudent = new System.Windows.Forms.RadioButton();
this.rdoFree = new System.Windows.Forms.RadioButton();
this.tsmiSave = new System.Windows.Forms.ToolStripMenuItem();
this.msMain.SuspendLayout();
this.tbSeat.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picMovie)).BeginInit();
this.tabControl2.SuspendLayout();
this.tpToday.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// msMain
//
this.msMain.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiBuy,
this.tsmiHelp});
this.msMain.Location = new System.Drawing.Point(0, 0);
this.msMain.Name = "msMain";
this.msMain.Size = new System.Drawing.Size(1016, 24);
this.msMain.TabIndex = 0;
this.msMain.Text = "menuStrip1";
//
// tsmiBuy
//
this.tsmiBuy.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiNew,
this.tsmiMovies,
this.tsmiSave,
this.tsmiExit});
this.tsmiBuy.Name = "tsmiBuy";
this.tsmiBuy.Size = new System.Drawing.Size(47, 20);
this.tsmiBuy.Text = "購票";
//
// tsmiNew
//
this.tsmiNew.Name = "tsmiNew";
this.tsmiNew.Size = new System.Drawing.Size(152, 22);
this.tsmiNew.Text = "獲取新列表";
this.tsmiNew.Click += new System.EventHandler(this.tsmiNew_Click);
//
// tsmiMovies
//
this.tsmiMovies.Name = "tsmiMovies";
this.tsmiMovies.Size = new System.Drawing.Size(152, 22);
this.tsmiMovies.Text = "繼續銷售";
this.tsmiMovies.Click += new System.EventHandler(this.tsmiMovies_Click);
//
// tsmiExit
//
this.tsmiExit.Name = "tsmiExit";
this.tsmiExit.Size = new System.Drawing.Size(152, 22);
this.tsmiExit.Text = "退出";
this.tsmiExit.Click += new System.EventHandler(this.tsmiExit_Click);
//
// tsmiHelp
//
this.tsmiHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.幫助ToolStripMenuItem,
this.關于ToolStripMenuItem});
this.tsmiHelp.Name = "tsmiHelp";
this.tsmiHelp.Size = new System.Drawing.Size(47, 20);
this.tsmiHelp.Text = "系統";
//
// 幫助ToolStripMenuItem
//
this.幫助ToolStripMenuItem.Name = "幫助ToolStripMenuItem";
this.幫助ToolStripMenuItem.Size = new System.Drawing.Size(102, 22);
this.幫助ToolStripMenuItem.Text = "幫助";
//
// 關于ToolStripMenuItem
//
this.關于ToolStripMenuItem.Name = "關于ToolStripMenuItem";
this.關于ToolStripMenuItem.Size = new System.Drawing.Size(102, 22);
this.關于ToolStripMenuItem.Text = "關于";
//
// tbSeat
//
this.tbSeat.Controls.Add(this.tpCinema);
this.tbSeat.Location = new System.Drawing.Point(253, 278);
this.tbSeat.Name = "tbSeat";
this.tbSeat.SelectedIndex = 0;
this.tbSeat.Size = new System.Drawing.Size(751, 438);
this.tbSeat.TabIndex = 10;
//
// 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(743, 413);
this.tpCinema.TabIndex = 0;
this.tpCinema.Text = "放映廳";
this.tpCinema.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.lblCalcPrice);
this.groupBox1.Controls.Add(this.label14);
this.groupBox1.Controls.Add(this.lblPrice);
this.groupBox1.Controls.Add(this.lblTime);
this.groupBox1.Controls.Add(this.lblType);
this.groupBox1.Controls.Add(this.lblActor);
this.groupBox1.Controls.Add(this.lblDirector);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.picMovie);
this.groupBox1.Controls.Add(this.lblMovieName);
this.groupBox1.Controls.Add(this.片名);
this.groupBox1.Location = new System.Drawing.Point(253, 42);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(485, 230);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "詳情";
//
// lblCalcPrice
//
this.lblCalcPrice.AutoSize = true;
this.lblCalcPrice.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCalcPrice.ForeColor = System.Drawing.Color.Red;
this.lblCalcPrice.Location = new System.Drawing.Point(319, 188);
this.lblCalcPrice.Name = "lblCalcPrice";
this.lblCalcPrice.Size = new System.Drawing.Size(56, 14);
this.lblCalcPrice.TabIndex = 14;
this.lblCalcPrice.Text = "label11";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label14.ForeColor = System.Drawing.Color.Red;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -