?? mianform.designer.cs
字號:
?namespace dianyingyuan
{
partial class MianForm
{
/// <summary>
/// 必需的設(shè)計器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗體設(shè)計器生成的代碼
/// <summary>
/// 設(shè)計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內(nèi)容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.twPlan = new System.Windows.Forms.TreeView();
this.tabControl2 = new System.Windows.Forms.TabControl();
this.tpShow = new System.Windows.Forms.TabPage();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.lbldaoyan = new System.Windows.Forms.Label();
this.lblyouhui = new System.Windows.Forms.Label();
this.lbljiage = new System.Windows.Forms.Label();
this.lbltime = new System.Windows.Forms.Label();
this.lbllei = new System.Windows.Forms.Label();
this.lblzhuyan = new System.Windows.Forms.Label();
this.lblpian = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.cboze = new System.Windows.Forms.ComboBox();
this.txtEng = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.rdostu = new System.Windows.Forms.RadioButton();
this.rdozeng = new System.Windows.Forms.RadioButton();
this.rdoputong = new System.Windows.Forms.RadioButton();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.購票ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShuaxin = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSiero = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiExit = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAbu = new System.Windows.Forms.ToolStripMenuItem();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabControl2.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.groupBox2.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Location = new System.Drawing.Point(12, 90);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(200, 498);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.tabPage1.Controls.Add(this.twPlan);
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(192, 473);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "放映列表";
//
// twPlan
//
this.twPlan.Location = new System.Drawing.Point(19, 16);
this.twPlan.Name = "twPlan";
this.twPlan.Size = new System.Drawing.Size(154, 439);
this.twPlan.TabIndex = 0;
this.twPlan.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.twPlan_AfterSelect);
//
// tabControl2
//
this.tabControl2.Controls.Add(this.tpShow);
this.tabControl2.Location = new System.Drawing.Point(218, 244);
this.tabControl2.Name = "tabControl2";
this.tabControl2.SelectedIndex = 0;
this.tabControl2.Size = new System.Drawing.Size(760, 300);
this.tabControl2.TabIndex = 1;
//
// tpShow
//
this.tpShow.BackColor = System.Drawing.Color.LightGray;
this.tpShow.Location = new System.Drawing.Point(4, 21);
this.tpShow.Name = "tpShow";
this.tpShow.Padding = new System.Windows.Forms.Padding(3);
this.tpShow.Size = new System.Drawing.Size(752, 275);
this.tpShow.TabIndex = 0;
this.tpShow.Text = "放映廳";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.label12);
this.groupBox1.Controls.Add(this.label13);
this.groupBox1.Controls.Add(this.label14);
this.groupBox1.Controls.Add(this.label15);
this.groupBox1.Controls.Add(this.label16);
this.groupBox1.Controls.Add(this.lbldaoyan);
this.groupBox1.Controls.Add(this.lblyouhui);
this.groupBox1.Controls.Add(this.lbljiage);
this.groupBox1.Controls.Add(this.lbltime);
this.groupBox1.Controls.Add(this.lbllei);
this.groupBox1.Controls.Add(this.lblzhuyan);
this.groupBox1.Controls.Add(this.lblpian);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.pictureBox1);
this.groupBox1.Location = new System.Drawing.Point(222, 27);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(404, 211);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "詳情";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(173, 23);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(29, 12);
this.label11.TabIndex = 16;
this.label11.Text = "導(dǎo)演";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(173, 173);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(41, 12);
this.label12.TabIndex = 20;
this.label12.Text = "優(yōu)惠價";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(173, 143);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(29, 12);
this.label13.TabIndex = 19;
this.label13.Text = "票價";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(173, 113);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(53, 12);
this.label14.TabIndex = 18;
this.label14.Text = "放映時間";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(173, 83);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(29, 12);
this.label15.TabIndex = 17;
this.label15.Text = "類型";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(173, 53);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(29, 12);
this.label16.TabIndex = 15;
this.label16.Text = "主演";
//
// lbldaoyan
//
this.lbldaoyan.AutoSize = true;
this.lbldaoyan.Location = new System.Drawing.Point(249, 23);
this.lbldaoyan.Name = "lbldaoyan";
this.lbldaoyan.Size = new System.Drawing.Size(29, 12);
this.lbldaoyan.TabIndex = 10;
this.lbldaoyan.Text = "導(dǎo)演";
//
// lblyouhui
//
this.lblyouhui.AutoSize = true;
this.lblyouhui.Location = new System.Drawing.Point(249, 173);
this.lblyouhui.Name = "lblyouhui";
this.lblyouhui.Size = new System.Drawing.Size(41, 12);
this.lblyouhui.TabIndex = 14;
this.lblyouhui.Text = "優(yōu)惠價";
//
// lbljiage
//
this.lbljiage.AutoSize = true;
this.lbljiage.Location = new System.Drawing.Point(249, 143);
this.lbljiage.Name = "lbljiage";
this.lbljiage.Size = new System.Drawing.Size(29, 12);
this.lbljiage.TabIndex = 13;
this.lbljiage.Text = "票價";
//
// lbltime
//
this.lbltime.AutoSize = true;
this.lbltime.Location = new System.Drawing.Point(249, 113);
this.lbltime.Name = "lbltime";
this.lbltime.Size = new System.Drawing.Size(53, 12);
this.lbltime.TabIndex = 12;
this.lbltime.Text = "放映時間";
//
// lbllei
//
this.lbllei.AutoSize = true;
this.lbllei.Location = new System.Drawing.Point(249, 83);
this.lbllei.Name = "lbllei";
this.lbllei.Size = new System.Drawing.Size(29, 12);
this.lbllei.TabIndex = 11;
this.lbllei.Text = "類型";
//
// lblzhuyan
//
this.lblzhuyan.AutoSize = true;
this.lblzhuyan.Location = new System.Drawing.Point(249, 53);
this.lblzhuyan.Name = "lblzhuyan";
this.lblzhuyan.Size = new System.Drawing.Size(29, 12);
this.lblzhuyan.TabIndex = 10;
this.lblzhuyan.Text = "主演";
//
// lblpian
//
this.lblpian.AutoSize = true;
this.lblpian.Location = new System.Drawing.Point(55, 17);
this.lblpian.Name = "lblpian";
this.lblpian.Size = new System.Drawing.Size(0, 12);
this.lblpian.TabIndex = 9;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(20, 17);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 8;
this.label3.Text = "片名";
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(22, 32);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(105, 102);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.cboze);
this.groupBox2.Controls.Add(this.txtEng);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Controls.Add(this.rdostu);
this.groupBox2.Controls.Add(this.rdozeng);
this.groupBox2.Controls.Add(this.rdoputong);
this.groupBox2.Location = new System.Drawing.Point(632, 29);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(222, 145);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -