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

📄 formhouseinformation.designer.cs

📁 酒店管理 酒店管理的注意功能 酒店员工管理 员工的工资管理等
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace UIL
{
    partial class FormHouseinformation
    {
        /// <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(FormHouseinformation));
            this.tspInformation = new System.Windows.Forms.ToolStrip();
            this.tspInsert = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.tspUpdate = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.tspDelete = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.tspExit = new System.Windows.Forms.ToolStripButton();
            this.panel1 = new System.Windows.Forms.Panel();
            this.btnSelect = new System.Windows.Forms.Button();
            this.txtTypename = new System.Windows.Forms.TextBox();
            this.lblTypename = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.lblBeizhu = new System.Windows.Forms.Label();
            this.cmbZhuangtai = new System.Windows.Forms.ComboBox();
            this.lblZhuangtai = new System.Windows.Forms.Label();
            this.cmbname = new System.Windows.Forms.ComboBox();
            this.lblname = new System.Windows.Forms.Label();
            this.txtBednumber = new System.Windows.Forms.TextBox();
            this.lblBednumber = new System.Windows.Forms.Label();
            this.txtRuzhuren = new System.Windows.Forms.TextBox();
            this.lblRuzhuren = new System.Windows.Forms.Label();
            this.txtPrice = new System.Windows.Forms.TextBox();
            this.lblPrice = new System.Windows.Forms.Label();
            this.txtRoomID = new System.Windows.Forms.TextBox();
            this.lblRoomID = new System.Windows.Forms.Label();
            this.panel3 = new System.Windows.Forms.Panel();
            this.dagxinxi = new System.Windows.Forms.DataGridView();
            this.tspInformation.SuspendLayout();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dagxinxi)).BeginInit();
            this.SuspendLayout();
            // 
            // tspInformation
            // 
            this.tspInformation.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tspInsert,
            this.toolStripSeparator1,
            this.tspUpdate,
            this.toolStripSeparator2,
            this.tspDelete,
            this.toolStripSeparator3,
            this.tspExit});
            this.tspInformation.Location = new System.Drawing.Point(0, 0);
            this.tspInformation.Name = "tspInformation";
            this.tspInformation.Size = new System.Drawing.Size(576, 25);
            this.tspInformation.TabIndex = 0;
            this.tspInformation.Text = "toolStrip1";
            // 
            // tspInsert
            // 
            this.tspInsert.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
            this.tspInsert.ForeColor = System.Drawing.Color.Black;
            this.tspInsert.Image = ((System.Drawing.Image)(resources.GetObject("tspInsert.Image")));
            this.tspInsert.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tspInsert.Name = "tspInsert";
            this.tspInsert.Size = new System.Drawing.Size(51, 22);
            this.tspInsert.Text = "新增";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // tspUpdate
            // 
            this.tspUpdate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
            this.tspUpdate.Image = ((System.Drawing.Image)(resources.GetObject("tspUpdate.Image")));
            this.tspUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tspUpdate.Name = "tspUpdate";
            this.tspUpdate.Size = new System.Drawing.Size(51, 22);
            this.tspUpdate.Text = "修改";
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // tspDelete
            // 
            this.tspDelete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
            this.tspDelete.Image = ((System.Drawing.Image)(resources.GetObject("tspDelete.Image")));
            this.tspDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tspDelete.Name = "tspDelete";
            this.tspDelete.Size = new System.Drawing.Size(51, 22);
            this.tspDelete.Text = "删除";
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // tspExit
            // 
            this.tspExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
            this.tspExit.DoubleClickEnabled = true;
            this.tspExit.Image = ((System.Drawing.Image)(resources.GetObject("tspExit.Image")));
            this.tspExit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tspExit.Name = "tspExit";
            this.tspExit.Size = new System.Drawing.Size(51, 22);
            this.tspExit.Text = "退出";
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.btnSelect);
            this.panel1.Controls.Add(this.txtTypename);
            this.panel1.Controls.Add(this.lblTypename);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 25);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(576, 43);
            this.panel1.TabIndex = 1;
            // 
            // btnSelect
            // 
            this.btnSelect.Location = new System.Drawing.Point(389, 9);
            this.btnSelect.Name = "btnSelect";
            this.btnSelect.Size = new System.Drawing.Size(67, 23);
            this.btnSelect.TabIndex = 5;
            this.btnSelect.Text = "查询";
            this.btnSelect.UseVisualStyleBackColor = true;
            // 
            // txtTypename
            // 
            this.txtTypename.Location = new System.Drawing.Point(102, 9);
            this.txtTypename.Name = "txtTypename";
            this.txtTypename.Size = new System.Drawing.Size(270, 23);
            this.txtTypename.TabIndex = 4;
            // 
            // lblTypename
            // 
            this.lblTypename.AutoSize = true;
            this.lblTypename.Location = new System.Drawing.Point(29, 12);
            this.lblTypename.Name = "lblTypename";
            this.lblTypename.Size = new System.Drawing.Size(77, 14);
            this.lblTypename.TabIndex = 3;
            this.lblTypename.Text = "类型名称:";
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.textBox4);
            this.panel2.Controls.Add(this.lblBeizhu);
            this.panel2.Controls.Add(this.cmbZhuangtai);
            this.panel2.Controls.Add(this.lblZhuangtai);
            this.panel2.Controls.Add(this.cmbname);
            this.panel2.Controls.Add(this.lblname);
            this.panel2.Controls.Add(this.txtBednumber);
            this.panel2.Controls.Add(this.lblBednumber);
            this.panel2.Controls.Add(this.txtRuzhuren);
            this.panel2.Controls.Add(this.lblRuzhuren);
            this.panel2.Controls.Add(this.txtPrice);
            this.panel2.Controls.Add(this.lblPrice);
            this.panel2.Controls.Add(this.txtRoomID);
            this.panel2.Controls.Add(this.lblRoomID);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel2.Location = new System.Drawing.Point(0, 310);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(576, 103);
            this.panel2.TabIndex = 2;
            // 
            // textBox4

⌨️ 快捷键说明

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