?? form1.designer.cs
字號:
?namespace CinemaTicket
{
partial class MainFrom
{
/// <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.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tvCinema = new System.Windows.Forms.TreeView();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.購票ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.獲取新列表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.繼續銷售ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.保存ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.系統ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.幫助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.關于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.lblNewPrice = new System.Windows.Forms.Label();
this.lblPrice = new System.Windows.Forms.Label();
this.lblTime = new System.Windows.Forms.Label();
this.lblMoveType = new System.Windows.Forms.Label();
this.lblActor = new System.Windows.Forms.Label();
this.lblDirector = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.lblMovieName = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.picPoster = new System.Windows.Forms.PictureBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.tabControl2 = new System.Windows.Forms.TabControl();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picPoster)).BeginInit();
this.groupBox2.SuspendLayout();
this.tabControl2.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Location = new System.Drawing.Point(12, 36);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(263, 666);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.tvCinema);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(255, 641);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "放映列表";
this.tabPage1.UseVisualStyleBackColor = true;
//
// tvCinema
//
this.tvCinema.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.tvCinema.Location = new System.Drawing.Point(6, 6);
this.tvCinema.Name = "tvCinema";
this.tvCinema.Size = new System.Drawing.Size(243, 629);
this.tvCinema.TabIndex = 2;
this.tvCinema.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvCinema_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(1016, 24);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// 購票ToolStripMenuItem
//
this.購票ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.獲取新列表ToolStripMenuItem,
this.繼續銷售ToolStripMenuItem,
this.保存ToolStripMenuItem,
this.退出ToolStripMenuItem});
this.購票ToolStripMenuItem.Name = "購票ToolStripMenuItem";
this.購票ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.購票ToolStripMenuItem.Text = "購票";
//
// 獲取新列表ToolStripMenuItem
//
this.獲取新列表ToolStripMenuItem.Name = "獲取新列表ToolStripMenuItem";
this.獲取新列表ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
this.獲取新列表ToolStripMenuItem.Text = "獲取新列表";
this.獲取新列表ToolStripMenuItem.Click += new System.EventHandler(this.獲取新列表ToolStripMenuItem_Click);
//
// 繼續銷售ToolStripMenuItem
//
this.繼續銷售ToolStripMenuItem.Name = "繼續銷售ToolStripMenuItem";
this.繼續銷售ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
this.繼續銷售ToolStripMenuItem.Text = "繼續銷售";
this.繼續銷售ToolStripMenuItem.Click += new System.EventHandler(this.繼續銷售ToolStripMenuItem_Click);
//
// 保存ToolStripMenuItem
//
this.保存ToolStripMenuItem.Name = "保存ToolStripMenuItem";
this.保存ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
this.保存ToolStripMenuItem.Text = "保存";
this.保存ToolStripMenuItem.Click += new System.EventHandler(this.保存ToolStripMenuItem_Click);
//
// 退出ToolStripMenuItem
//
this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
this.退出ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
this.退出ToolStripMenuItem.Text = "退出";
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
//
// 系統ToolStripMenuItem
//
this.系統ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.幫助ToolStripMenuItem,
this.關于ToolStripMenuItem});
this.系統ToolStripMenuItem.Name = "系統ToolStripMenuItem";
this.系統ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.系統ToolStripMenuItem.Text = "系統";
//
// 幫助ToolStripMenuItem
//
this.幫助ToolStripMenuItem.Name = "幫助ToolStripMenuItem";
this.幫助ToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
this.幫助ToolStripMenuItem.Text = "幫助";
//
// 關于ToolStripMenuItem
//
this.關于ToolStripMenuItem.Name = "關于ToolStripMenuItem";
this.關于ToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
this.關于ToolStripMenuItem.Text = "關于";
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.lblNewPrice);
this.groupBox1.Controls.Add(this.lblPrice);
this.groupBox1.Controls.Add(this.lblTime);
this.groupBox1.Controls.Add(this.lblMoveType);
this.groupBox1.Controls.Add(this.lblActor);
this.groupBox1.Controls.Add(this.lblDirector);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.lblMovieName);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.picPoster);
this.groupBox1.Location = new System.Drawing.Point(281, 36);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(407, 212);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "詳情";
//
// lblNewPrice
//
this.lblNewPrice.AutoSize = true;
this.lblNewPrice.ForeColor = System.Drawing.Color.Red;
this.lblNewPrice.Location = new System.Drawing.Point(268, 180);
this.lblNewPrice.Name = "lblNewPrice";
this.lblNewPrice.Size = new System.Drawing.Size(0, 12);
this.lblNewPrice.TabIndex = 14;
//
// lblPrice
//
this.lblPrice.AutoSize = true;
this.lblPrice.Location = new System.Drawing.Point(268, 147);
this.lblPrice.Name = "lblPrice";
this.lblPrice.Size = new System.Drawing.Size(0, 12);
this.lblPrice.TabIndex = 13;
//
// lblTime
//
this.lblTime.AutoSize = true;
this.lblTime.Location = new System.Drawing.Point(268, 116);
this.lblTime.Name = "lblTime";
this.lblTime.Size = new System.Drawing.Size(0, 12);
this.lblTime.TabIndex = 12;
//
// lblMoveType
//
this.lblMoveType.AutoSize = true;
this.lblMoveType.Location = new System.Drawing.Point(268, 85);
this.lblMoveType.Name = "lblMoveType";
this.lblMoveType.Size = new System.Drawing.Size(0, 12);
this.lblMoveType.TabIndex = 11;
//
// lblActor
//
this.lblActor.AutoSize = true;
this.lblActor.Location = new System.Drawing.Point(268, 54);
this.lblActor.Name = "lblActor";
this.lblActor.Size = new System.Drawing.Size(0, 12);
this.lblActor.TabIndex = 10;
//
// lblDirector
//
this.lblDirector.AutoSize = true;
this.lblDirector.Location = new System.Drawing.Point(268, 23);
this.lblDirector.Name = "lblDirector";
this.lblDirector.Size = new System.Drawing.Size(0, 12);
this.lblDirector.TabIndex = 9;
//
// label7
//
this.label7.AutoSize = true;
this.label7.ForeColor = System.Drawing.Color.Red;
this.label7.Location = new System.Drawing.Point(209, 180);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 8;
this.label7.Text = "優惠價:";
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -