?? mianform.designer.cs
字號:
this.groupBox2.Text = "特殊票";
//
// cboze
//
this.cboze.FormattingEnabled = true;
this.cboze.Items.AddRange(new object[] {
"8 折",
"7 折",
"6 折"});
this.cboze.Location = new System.Drawing.Point(65, 61);
this.cboze.Name = "cboze";
this.cboze.Size = new System.Drawing.Size(121, 20);
this.cboze.TabIndex = 7;
//
// txtEng
//
this.txtEng.Location = new System.Drawing.Point(65, 106);
this.txtEng.Name = "txtEng";
this.txtEng.Size = new System.Drawing.Size(122, 21);
this.txtEng.TabIndex = 6;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(16, 109);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 4;
this.label2.Text = "贈送卷";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(4, 64);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 3;
this.label1.Text = "學生折扣";
//
// rdostu
//
this.rdostu.AutoSize = true;
this.rdostu.Location = new System.Drawing.Point(157, 21);
this.rdostu.Name = "rdostu";
this.rdostu.Size = new System.Drawing.Size(59, 16);
this.rdostu.TabIndex = 2;
this.rdostu.TabStop = true;
this.rdostu.Text = "學生票";
this.rdostu.UseVisualStyleBackColor = true;
this.rdostu.CheckedChanged += new System.EventHandler(this.rdostu_CheckedChanged);
//
// rdozeng
//
this.rdozeng.AutoSize = true;
this.rdozeng.Location = new System.Drawing.Point(92, 21);
this.rdozeng.Name = "rdozeng";
this.rdozeng.Size = new System.Drawing.Size(47, 16);
this.rdozeng.TabIndex = 1;
this.rdozeng.TabStop = true;
this.rdozeng.Text = "贈票";
this.rdozeng.UseVisualStyleBackColor = true;
this.rdozeng.CheckedChanged += new System.EventHandler(this.rdozeng_CheckedChanged);
//
// rdoputong
//
this.rdoputong.AutoSize = true;
this.rdoputong.Location = new System.Drawing.Point(6, 21);
this.rdoputong.Name = "rdoputong";
this.rdoputong.Size = new System.Drawing.Size(59, 16);
this.rdoputong.TabIndex = 0;
this.rdoputong.TabStop = true;
this.rdoputong.Text = "普通票";
this.rdoputong.UseVisualStyleBackColor = true;
this.rdoputong.CheckedChanged += new System.EventHandler(this.rdoputong_CheckedChanged);
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.購票ToolStripMenuItem,
this.tsmiAbu});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(986, 24);
this.menuStrip1.TabIndex = 4;
this.menuStrip1.Text = "menuStrip1";
//
// 購票ToolStripMenuItem
//
this.購票ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiShuaxin,
this.tsmiSiero,
this.toolStripMenuItem2,
this.tsmiExit});
this.購票ToolStripMenuItem.Name = "購票ToolStripMenuItem";
this.購票ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.購票ToolStripMenuItem.Text = "購票";
//
// tsmiShuaxin
//
this.tsmiShuaxin.Name = "tsmiShuaxin";
this.tsmiShuaxin.Size = new System.Drawing.Size(136, 22);
this.tsmiShuaxin.Text = "剩余座位";
this.tsmiShuaxin.Click += new System.EventHandler(this.tsmiShuaxin_Click);
//
// tsmiSiero
//
this.tsmiSiero.Name = "tsmiSiero";
this.tsmiSiero.Size = new System.Drawing.Size(136, 22);
this.tsmiSiero.Text = "重新銷售";
this.tsmiSiero.Click += new System.EventHandler(this.tsmiSiero_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(136, 22);
this.toolStripMenuItem2.Text = "___________";
//
// tsmiExit
//
this.tsmiExit.Name = "tsmiExit";
this.tsmiExit.Size = new System.Drawing.Size(136, 22);
this.tsmiExit.Text = "(保存)退出";
this.tsmiExit.Click += new System.EventHandler(this.tsmiExit_Click);
//
// tsmiAbu
//
this.tsmiAbu.Name = "tsmiAbu";
this.tsmiAbu.Size = new System.Drawing.Size(41, 20);
this.tsmiAbu.Text = "關于";
//
// label4
//
this.label4.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.label4.Font = new System.Drawing.Font("宋體", 18F, System.Drawing.FontStyle.Bold);
this.label4.Location = new System.Drawing.Point(632, 208);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(222, 30);
this.label4.TabIndex = 5;
this.label4.Text = " 放映計劃";
//
// label5
//
this.label5.BackColor = System.Drawing.SystemColors.Control;
this.label5.Font = new System.Drawing.Font("黑體", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.label5.Location = new System.Drawing.Point(2, 15);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(194, 33);
this.label5.TabIndex = 21;
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label5);
this.groupBox3.Location = new System.Drawing.Point(12, 29);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(200, 55);
this.groupBox3.TabIndex = 22;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "當前時間";
//
// button1
//
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.button1.Font = new System.Drawing.Font("黑體", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.Location = new System.Drawing.Point(218, 550);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(102, 38);
this.button1.TabIndex = 23;
this.button1.Text = "銷售狀態";
this.button1.UseVisualStyleBackColor = false;
//
// button2
//
this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
this.button2.Font = new System.Drawing.Font("黑體", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button2.Location = new System.Drawing.Point(326, 550);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(56, 38);
this.button2.TabIndex = 25;
this.button2.Text = "以賣";
this.button2.UseVisualStyleBackColor = false;
//
// button3
//
this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.button3.Font = new System.Drawing.Font("黑體", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button3.Location = new System.Drawing.Point(441, 550);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(56, 38);
this.button3.TabIndex = 26;
this.button3.Text = "待賣";
this.button3.UseVisualStyleBackColor = false;
//
// label6
//
this.label6.Font = new System.Drawing.Font("宋體", 12F);
this.label6.Location = new System.Drawing.Point(388, 562);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(47, 23);
this.label6.TabIndex = 24;
//
// label7
//
this.label7.Font = new System.Drawing.Font("宋體", 12F);
this.label7.Location = new System.Drawing.Point(503, 561);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(52, 23);
this.label7.TabIndex = 27;
//
// MianForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(986, 600);
this.ControlBox = false;
this.Controls.Add(this.label7);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.label6);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.label4);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.tabControl2);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "MianForm";
this.Text = "JSM-電影院";
this.Load += new System.EventHandler(this.Form1_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabControl2.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TreeView twPlan;
private System.Windows.Forms.TabControl tabControl2;
private System.Windows.Forms.TabPage tpShow;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.RadioButton rdostu;
private System.Windows.Forms.RadioButton rdozeng;
private System.Windows.Forms.RadioButton rdoputong;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label lbldaoyan;
private System.Windows.Forms.Label lblyouhui;
private System.Windows.Forms.Label lbljiage;
private System.Windows.Forms.Label lbltime;
private System.Windows.Forms.Label lbllei;
private System.Windows.Forms.Label lblzhuyan;
private System.Windows.Forms.Label lblpian;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.ComboBox cboze;
private System.Windows.Forms.TextBox txtEng;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 購票ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tsmiSiero;
private System.Windows.Forms.ToolStripMenuItem tsmiExit;
private System.Windows.Forms.ToolStripMenuItem tsmiShuaxin;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem tsmiAbu;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -