📄 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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.基础设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.客房类型设置ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.客房信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = 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.timer1 = new System.Windows.Forms.Timer(this.components);
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.基础设置ToolStripMenuItem,
this.toolStripMenuItem1,
this.业务管理ToolStripMenuItem,
this.退出系统ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(792, 24);
this.menuStrip1.TabIndex = 2;
this.menuStrip1.Text = "menuStrip1";
//
// 基础设置ToolStripMenuItem
//
this.基础设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.客房类型设置ToolStripMenuItem1,
this.客房信息ToolStripMenuItem});
this.基础设置ToolStripMenuItem.Name = "基础设置ToolStripMenuItem";
this.基础设置ToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
this.基础设置ToolStripMenuItem.Text = "基础设置";
//
// 客房类型设置ToolStripMenuItem1
//
this.客房类型设置ToolStripMenuItem1.Name = "客房类型设置ToolStripMenuItem1";
this.客房类型设置ToolStripMenuItem1.Size = new System.Drawing.Size(146, 22);
this.客房类型设置ToolStripMenuItem1.Text = "客房类型设置";
this.客房类型设置ToolStripMenuItem1.Click += new System.EventHandler(this.客房类型设置ToolStripMenuItem1_Click);
//
// 客房信息ToolStripMenuItem
//
this.客房信息ToolStripMenuItem.Name = "客房信息ToolStripMenuItem";
this.客房信息ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
this.客房信息ToolStripMenuItem.Text = "客房信息设置";
this.客房信息ToolStripMenuItem.Click += new System.EventHandler(this.客房信息ToolStripMenuItem_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(67, 20);
this.toolStripMenuItem1.Text = "添加用户";
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_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(67, 20);
this.业务管理ToolStripMenuItem.Text = "业务管理";
//
// 客户信息管理ToolStripMenuItem
//
this.客户信息管理ToolStripMenuItem.Name = "客户信息管理ToolStripMenuItem";
this.客户信息管理ToolStripMenuItem.Size = new System.Drawing.Size(146, 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(146, 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(67, 20);
this.退出系统ToolStripMenuItem.Text = "退出系统";
this.退出系统ToolStripMenuItem.Click += new System.EventHandler(this.退出系统ToolStripMenuItem_Click);
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(792, 566);
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.IsMdiContainer = true;
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "[酒店管理系统]";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.Load += new System.EventHandler(this.MainForm_Load);
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 客房类型设置ToolStripMenuItem1;
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;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -