?? mainform.designer.cs
字號:
?namespace HotelManager
{
partial class MainForm
{
/// <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.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.基礎(chǔ)設(shè)置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.業(yè)務(wù)管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.退出系統(tǒng)ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.客房類型設(shè)置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.客房信息設(shè)置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.基礎(chǔ)設(shè)置ToolStripMenuItem,
this.業(yè)務(wù)管理ToolStripMenuItem,
this.退出系統(tǒng)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";
//
// 基礎(chǔ)設(shè)置ToolStripMenuItem
//
this.基礎(chǔ)設(shè)置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.客房類型設(shè)置ToolStripMenuItem,
this.客房信息設(shè)置ToolStripMenuItem});
this.基礎(chǔ)設(shè)置ToolStripMenuItem.Name = "基礎(chǔ)設(shè)置ToolStripMenuItem";
this.基礎(chǔ)設(shè)置ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
this.基礎(chǔ)設(shè)置ToolStripMenuItem.Text = "基礎(chǔ)設(shè)置";
//
// 業(yè)務(wù)管理ToolStripMenuItem
//
this.業(yè)務(wù)管理ToolStripMenuItem.Name = "業(yè)務(wù)管理ToolStripMenuItem";
this.業(yè)務(wù)管理ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
this.業(yè)務(wù)管理ToolStripMenuItem.Text = "業(yè)務(wù)管理";
//
// 退出系統(tǒng)ToolStripMenuItem
//
this.退出系統(tǒng)ToolStripMenuItem.Name = "退出系統(tǒng)ToolStripMenuItem";
this.退出系統(tǒng)ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
this.退出系統(tǒng)ToolStripMenuItem.Text = "退出系統(tǒng)";
//
// 客房類型設(shè)置ToolStripMenuItem
//
this.客房類型設(shè)置ToolStripMenuItem.Name = "客房類型設(shè)置ToolStripMenuItem";
this.客房類型設(shè)置ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.客房類型設(shè)置ToolStripMenuItem.Text = "客房類型設(shè)置";
this.客房類型設(shè)置ToolStripMenuItem.Click += new System.EventHandler(this.客房類型設(shè)置ToolStripMenuItem_Click);
//
// 客房信息設(shè)置ToolStripMenuItem
//
this.客房信息設(shè)置ToolStripMenuItem.Name = "客房信息設(shè)置ToolStripMenuItem";
this.客房信息設(shè)置ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.客房信息設(shè)置ToolStripMenuItem.Text = "客房信息設(shè)置";
//
// 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 = "【酒店管理系統(tǒng)】";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 基礎(chǔ)設(shè)置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 業(yè)務(wù)管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 退出系統(tǒng)ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 客房類型設(shè)置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 客房信息設(shè)置ToolStripMenuItem;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -