📄 formmanage.designer.cs
字号:
namespace UIL
{
partial class FrmDemo
{
/// <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.mspDemo = 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.panel1 = new System.Windows.Forms.Panel();
this.dgv1 = new System.Windows.Forms.DataGridView();
this.mspDemo.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
this.SuspendLayout();
//
// mspDemo
//
this.mspDemo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.基础设置ToolStripMenuItem,
this.业务管理ToolStripMenuItem,
this.退出系统ToolStripMenuItem});
this.mspDemo.Location = new System.Drawing.Point(0, 0);
this.mspDemo.Name = "mspDemo";
this.mspDemo.Size = new System.Drawing.Size(416, 24);
this.mspDemo.TabIndex = 0;
this.mspDemo.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(142, 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(142, 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(65, 20);
this.业务管理ToolStripMenuItem.Text = "业务管理";
//
// 退出系统ToolStripMenuItem
//
this.退出系统ToolStripMenuItem.Name = "退出系统ToolStripMenuItem";
this.退出系统ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
this.退出系统ToolStripMenuItem.Text = "退出系统";
//
// panel1
//
this.panel1.Controls.Add(this.dgv1);
this.panel1.Location = new System.Drawing.Point(0, 34);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(416, 343);
this.panel1.TabIndex = 1;
//
// dgv1
//
this.dgv1.AllowUserToAddRows = false;
this.dgv1.AllowUserToDeleteRows = false;
this.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgv1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv1.Location = new System.Drawing.Point(0, 0);
this.dgv1.Name = "dgv1";
this.dgv1.ReadOnly = true;
this.dgv1.RowTemplate.Height = 23;
this.dgv1.Size = new System.Drawing.Size(416, 343);
this.dgv1.TabIndex = 0;
//
// FrmDemo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(416, 377);
this.Controls.Add(this.panel1);
this.Controls.Add(this.mspDemo);
this.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.MainMenuStrip = this.mspDemo;
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "FrmDemo";
this.Text = "[酒店管理系统]";
this.mspDemo.ResumeLayout(false);
this.mspDemo.PerformLayout();
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip mspDemo;
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.Panel panel1;
private System.Windows.Forms.DataGridView dgv1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -