📄 mainform.designer.cs
字号:
namespace HotelManager
{
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.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.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.基础设置ToolStripMenuItem,
this.业务管理ToolStripMenuItem,
this.退出系统ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(689, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// 基础设置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(65, 20);
this.基础设置ToolStripMenuItem.Text = "基础设置";
//
// 业务管理ToolStripMenuItem
//
this.业务管理ToolStripMenuItem.Name = "业务管理ToolStripMenuItem";
this.业务管理ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
this.业务管理ToolStripMenuItem.Text = "业务管理";
//
// 退出系统ToolStripMenuItem
//
this.退出系统ToolStripMenuItem.Name = "退出系统ToolStripMenuItem";
this.退出系统ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
this.退出系统ToolStripMenuItem.Text = "退出系统";
//
// 客房类型设置ToolStripMenuItem
//
this.客房类型设置ToolStripMenuItem.Name = "客房类型设置ToolStripMenuItem";
this.客房类型设置ToolStripMenuItem.Size = new System.Drawing.Size(152, 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(152, 22);
this.客房信息设置ToolStripMenuItem.Text = "客房信息设置";
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(689, 485);
this.Controls.Add(this.menuStrip1);
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "【酒店管理系统】";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 基础设置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 业务管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 退出系统ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 客房类型设置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 客房信息设置ToolStripMenuItem;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -