📄 mainform.designer.cs
字号:
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 = "学生折扣:";
//
// 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 = "学生票";
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 = "\"青鸟\"影院售票系统";
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 关于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;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -