⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmmain.designer.cs

📁 利用vs2008+sql开发的酒店管理系统
💻 CS
字号:
namespace HotelManager
{
    partial class frmMain
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            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.订单查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.顾客ToolStripMenuItem = 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.menuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.基础设施ToolStripMenuItem,
            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(647, 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.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.基础设施ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.基础设施ToolStripMenuItem.Name = "基础设施ToolStripMenuItem";
            this.基础设施ToolStripMenuItem.Size = new System.Drawing.Size(88, 20);
            this.基础设施ToolStripMenuItem.Text = "基础设施";
            // 
            // 客房类型管理ToolStripMenuItem
            // 
            this.客房类型管理ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.客房类型管理ToolStripMenuItem.Name = "客房类型管理ToolStripMenuItem";
            this.客房类型管理ToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
            this.客房类型管理ToolStripMenuItem.Text = "客房类型管理 ";
            this.客房类型管理ToolStripMenuItem.Click += new System.EventHandler(this.客房类型管理ToolStripMenuItem_Click);
            // 
            // 客房信息设置ToolStripMenuItem
            // 
            this.客房信息设置ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.客房信息设置ToolStripMenuItem.Name = "客房信息设置ToolStripMenuItem";
            this.客房信息设置ToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
            this.客房信息设置ToolStripMenuItem.Text = "客房信息设置 ";
            this.客房信息设置ToolStripMenuItem.Click += new System.EventHandler(this.客房信息设置ToolStripMenuItem_Click);
            // 
            // 业务管理ToolStripMenuItem
            // 
            this.业务管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.客房预定ToolStripMenuItem,
            this.订单查询ToolStripMenuItem,
            this.顾客ToolStripMenuItem});
            this.业务管理ToolStripMenuItem.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.业务管理ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.业务管理ToolStripMenuItem.Name = "业务管理ToolStripMenuItem";
            this.业务管理ToolStripMenuItem.Size = new System.Drawing.Size(97, 20);
            this.业务管理ToolStripMenuItem.Text = " 业务管理";
            // 
            // 客房预定ToolStripMenuItem
            // 
            this.客房预定ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.客房预定ToolStripMenuItem.Name = "客房预定ToolStripMenuItem";
            this.客房预定ToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
            this.客房预定ToolStripMenuItem.Text = "客房预定";
            this.客房预定ToolStripMenuItem.Click += new System.EventHandler(this.客房预定ToolStripMenuItem_Click);
            // 
            // 订单查询ToolStripMenuItem
            // 
            this.订单查询ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.订单查询ToolStripMenuItem.Name = "订单查询ToolStripMenuItem";
            this.订单查询ToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
            this.订单查询ToolStripMenuItem.Text = "订单查询";
            this.订单查询ToolStripMenuItem.Click += new System.EventHandler(this.订单查询ToolStripMenuItem_Click);
            // 
            // 顾客ToolStripMenuItem
            // 
            this.顾客ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.顾客ToolStripMenuItem.Name = "顾客ToolStripMenuItem";
            this.顾客ToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
            this.顾客ToolStripMenuItem.Text = "顾客留言";
            this.顾客ToolStripMenuItem.Click += new System.EventHandler(this.顾客ToolStripMenuItem_Click);
            // 
            // 帮助信息ToolStripMenuItem
            // 
            this.帮助信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.帮助信息ToolStripMenuItem1,
            this.版权信息ToolStripMenuItem});
            this.帮助信息ToolStripMenuItem.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.帮助信息ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.帮助信息ToolStripMenuItem.Name = "帮助信息ToolStripMenuItem";
            this.帮助信息ToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
            this.帮助信息ToolStripMenuItem.Text = "帮助";
            // 
            // 帮助信息ToolStripMenuItem1
            // 
            this.帮助信息ToolStripMenuItem1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.帮助信息ToolStripMenuItem1.Name = "帮助信息ToolStripMenuItem1";
            this.帮助信息ToolStripMenuItem1.Size = new System.Drawing.Size(144, 22);
            this.帮助信息ToolStripMenuItem1.Text = "地理位置";
            this.帮助信息ToolStripMenuItem1.Click += new System.EventHandler(this.帮助信息ToolStripMenuItem1_Click);
            // 
            // 版权信息ToolStripMenuItem
            // 
            this.版权信息ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.版权信息ToolStripMenuItem.Name = "版权信息ToolStripMenuItem";
            this.版权信息ToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
            this.版权信息ToolStripMenuItem.Text = "版权信息";
            this.版权信息ToolStripMenuItem.Click += new System.EventHandler(this.版权信息ToolStripMenuItem_Click);
            // 
            // 退出系统ToolStripMenuItem
            // 
            this.退出系统ToolStripMenuItem.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.退出系统ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.退出系统ToolStripMenuItem.Name = "退出系统ToolStripMenuItem";
            this.退出系统ToolStripMenuItem.Size = new System.Drawing.Size(88, 20);
            this.退出系统ToolStripMenuItem.Text = "退出系统";
            this.退出系统ToolStripMenuItem.Click += new System.EventHandler(this.退出系统ToolStripMenuItem_Click_1);
            // 
            // frmMain
            // 
            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.ClientSize = new System.Drawing.Size(647, 450);
            this.Controls.Add(this.menuStrip1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.IsMdiContainer = true;
            this.MainMenuStrip = this.menuStrip1;
            this.MaximizeBox = false;
            this.Name = "frmMain";
            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;
        private System.Windows.Forms.ToolStripMenuItem 顾客ToolStripMenuItem;
        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;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -