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

📄 roomstatecontrol.designer.cs

📁 酒店管理软件,c#版本可以选择不同的模式
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace Hotel.Control
{
    partial class RoomStateControl
    {
        /// <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 组件设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoomStateControl));
            this.txtNoUsedState = new System.Windows.Forms.Label();
            this.labRoomNo = new System.Windows.Forms.Label();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.pic8 = new System.Windows.Forms.PictureBox();
            this.pic7 = new System.Windows.Forms.PictureBox();
            this.IsForeignerPic = new System.Windows.Forms.PictureBox();
            this.IsFutureFixPic = new System.Windows.Forms.PictureBox();
            this.pic1 = new System.Windows.Forms.PictureBox();
            this.GuestStatePic = new System.Windows.Forms.PictureBox();
            this.IncomeStatePic = new System.Windows.Forms.PictureBox();
            this.NewGuestMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.NewGuestMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
            this.DockRoomMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.UnDockRoomMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
            this.SetSaleMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.UndoSaleMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.DoorPic = new System.Windows.Forms.PictureBox();
            this.UsedStatePic = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.pic8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pic7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.IsForeignerPic)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.IsFutureFixPic)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pic1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GuestStatePic)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.IncomeStatePic)).BeginInit();
            this.NewGuestMenu.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.DoorPic)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.UsedStatePic)).BeginInit();
            this.SuspendLayout();
            // 
            // txtNoUsedState
            // 
            this.txtNoUsedState.AutoSize = true;
            this.txtNoUsedState.BackColor = System.Drawing.Color.Transparent;
            this.txtNoUsedState.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtNoUsedState.Location = new System.Drawing.Point(24, 25);
            this.txtNoUsedState.Name = "txtNoUsedState";
            this.txtNoUsedState.Size = new System.Drawing.Size(29, 12);
            this.txtNoUsedState.TabIndex = 23;
            this.txtNoUsedState.Text = "FBNL";
            this.txtNoUsedState.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.txtNoUsedState.Visible = false;
            this.txtNoUsedState.MouseLeave += new System.EventHandler(this.RoomStateControl_MouseLeave);
            this.txtNoUsedState.Click += new System.EventHandler(this.RoomStateControl_Click);
            this.txtNoUsedState.MouseEnter += new System.EventHandler(this.RoomStateControl_MouseEnter);
            // 
            // labRoomNo
            // 
            this.labRoomNo.BackColor = System.Drawing.Color.Transparent;
            this.labRoomNo.Cursor = System.Windows.Forms.Cursors.Hand;
            this.labRoomNo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.labRoomNo.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labRoomNo.Image = ((System.Drawing.Image)(resources.GetObject("labRoomNo.Image")));
            this.labRoomNo.Location = new System.Drawing.Point(10, 4);
            this.labRoomNo.Name = "labRoomNo";
            this.labRoomNo.Size = new System.Drawing.Size(58, 17);
            this.labRoomNo.TabIndex = 15;
            this.labRoomNo.Text = "2001+";
            this.labRoomNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.labRoomNo.MouseLeave += new System.EventHandler(this.RoomStateControl_MouseLeave);
            this.labRoomNo.Click += new System.EventHandler(this.RoomStateControl_Click);
            this.labRoomNo.MouseEnter += new System.EventHandler(this.RoomStateControl_MouseEnter);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "Warning.ico");
            this.imageList1.Images.SetKeyName(1, "001.ICO");
            this.imageList1.Images.SetKeyName(2, "0004.ICO");
            this.imageList1.Images.SetKeyName(3, "269.ICO");
            this.imageList1.Images.SetKeyName(4, "325.ICO");
            this.imageList1.Images.SetKeyName(5, "Help.ico");
            this.imageList1.Images.SetKeyName(6, "Home.ico");
            this.imageList1.Images.SetKeyName(7, "Lock.ico");
            this.imageList1.Images.SetKeyName(8, "Plus.ico");
            this.imageList1.Images.SetKeyName(9, "Unlock.ico");
            this.imageList1.Images.SetKeyName(10, "button4.bmp");
            this.imageList1.Images.SetKeyName(11, "button1.bmp");
            this.imageList1.Images.SetKeyName(12, "button2.bmp");
            this.imageList1.Images.SetKeyName(13, "button3.bmp");
            // 
            // pic8
            // 
            this.pic8.BackColor = System.Drawing.Color.Transparent;
            this.pic8.Cursor = System.Windows.Forms.Cursors.Hand;
            this.pic8.Location = new System.Drawing.Point(39, 44);
            this.pic8.Name = "pic8";
            this.pic8.Size = new System.Drawing.Size(18, 12);
            this.pic8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pic8.TabIndex = 25;
            this.pic8.TabStop = false;
            this.pic8.Visible = false;
            this.pic8.MouseLeave += new System.EventHandler(this.RoomStateControl_MouseLeave);
            this.pic8.Click += new System.EventHandler(this.RoomStateControl_Click);
            this.pic8.MouseEnter += new System.EventHandler(this.RoomStateControl_MouseEnter);
            // 
            // pic7
            // 
            this.pic7.BackColor = System.Drawing.Color.Transparent;
            this.pic7.Location = new System.Drawing.Point(24, 44);
            this.pic7.Name = "pic7";
            this.pic7.Size = new System.Drawing.Size(18, 12);
            this.pic7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pic7.TabIndex = 24;
            this.pic7.TabStop = false;
            this.pic7.Visible = false;
            this.pic7.MouseLeave += new System.EventHandler(this.RoomStateControl_MouseLeave);
            this.pic7.Click += new System.EventHandler(this.RoomStateControl_Click);
            this.pic7.MouseEnter += new System.EventHandler(this.RoomStateControl_MouseEnter);
            // 
            // IsForeignerPic
            // 
            this.IsForeignerPic.BackColor = System.Drawing.Color.Transparent;
            this.IsForeignerPic.Cursor = System.Windows.Forms.Cursors.Hand;
            this.IsForeignerPic.Location = new System.Drawing.Point(6, 44);
            this.IsForeignerPic.Name = "IsForeignerPic";
            this.IsForeignerPic.Size = new System.Drawing.Size(18, 12);
            this.IsForeignerPic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.IsForeignerPic.TabIndex = 22;
            this.IsForeignerPic.TabStop = false;
            this.IsForeignerPic.Visible = false;
            this.IsForeignerPic.MouseLeave += new System.EventHandler(this.RoomStateControl_MouseLeave);
            this.IsForeignerPic.Click += new System.EventHandler(this.RoomStateControl_Click);
            this.IsForeignerPic.MouseEnter += new System.EventHandler(this.RoomStateControl_MouseEnter);
            // 
            // IsFutureFixPic
            // 
            this.IsFutureFixPic.BackColor = System.Drawing.Color.Transparent;
            this.IsFutureFixPic.Location = new System.Drawing.Point(6, 32);
            this.IsFutureFixPic.Name = "IsFutureFixPic";
            this.IsFutureFixPic.Size = new System.Drawing.Size(18, 12);
            this.IsFutureFixPic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.IsFutureFixPic.TabIndex = 21;
            this.IsFutureFixPic.TabStop = false;
            this.IsFutureFixPic.Visible = false;
            this.IsFutureFixPic.MouseLeave += new System.EventHandler(this.RoomStateControl_MouseLeave);
            this.IsFutureFixPic.Click += new System.EventHandler(this.RoomStateControl_Click);
            this.IsFutureFixPic.MouseEnter += new System.EventHandler(this.RoomStateControl_MouseEnter);
            // 
            // pic1
            // 
            this.pic1.BackColor = System.Drawing.Color.Transparent;
            this.pic1.Cursor = System.Windows.Forms.Cursors.Hand;
            this.pic1.Location = new System.Drawing.Point(6, 20);
            this.pic1.Name = "pic1";
            this.pic1.Size = new System.Drawing.Size(18, 12);
            this.pic1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pic1.TabIndex = 20;
            this.pic1.TabStop = false;
            this.pic1.Visible = false;
            this.pic1.Click += new System.EventHandler(this.RoomStateControl_Click);
            this.pic1.MouseEnter += new System.EventHandler(this.RoomStateControl_MouseEnter);
            // 
            // GuestStatePic
            // 
            this.GuestStatePic.BackColor = System.Drawing.Color.Transparent;
            this.GuestStatePic.Cursor = System.Windows.Forms.Cursors.Hand;
            this.GuestStatePic.Location = new System.Drawing.Point(53, 44);

⌨️ 快捷键说明

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