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

📄 frmreception.designer.cs

📁 酒店管理软件,c#版本可以选择不同的模式
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace Hotel.Reception.Face
{
    partial class FrmReception
    {
        /// <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.components = new System.ComponentModel.Container();
            System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("楼层", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
            "1层"}, 0, System.Drawing.SystemColors.WindowText, System.Drawing.Color.Silver, new System.Drawing.Font("宋体", 9F));
            System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
            "1层     12/25(空/全)"}, 1, System.Drawing.SystemColors.WindowText, System.Drawing.SystemColors.Window, new System.Drawing.Font("宋体", 9F));
            System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("44", 2);
            System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("d", 2);
            System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("dd", 2);
            System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("ddd", 2);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmReception));
            System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("楼区", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem(new string[] {
            "大堂"}, 1, System.Drawing.SystemColors.WindowText, System.Drawing.Color.Transparent, new System.Drawing.Font("宋体", 9F));
            System.Windows.Forms.ListViewItem listViewItem8 = new System.Windows.Forms.ListViewItem(new string[] {
            "东楼",
            "dfasd",
            "dsadf",
            ""}, 0, System.Drawing.SystemColors.WindowText, System.Drawing.SystemColors.Window, new System.Drawing.Font("宋体", 9F));
            System.Windows.Forms.ListViewItem listViewItem9 = new System.Windows.Forms.ListViewItem(new string[] {
            "福楼"}, 2, System.Drawing.SystemColors.WindowText, System.Drawing.Color.Transparent, new System.Drawing.Font("宋体", 9F));
            System.Windows.Forms.ListViewItem listViewItem10 = new System.Windows.Forms.ListViewItem(new string[] {
            "主楼"}, 3, System.Drawing.SystemColors.WindowText, System.Drawing.Color.Transparent, new System.Drawing.Font("宋体", 9F));
            this.panel3 = new System.Windows.Forms.Panel();
            this.lvLayer = new System.Windows.Forms.ListView();
            this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
            this.cmLayer = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.allSelectLayerMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.NoSelectLayerMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.ImLLayer = new System.Windows.Forms.ImageList(this.components);
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.lvUnit = new System.Windows.Forms.ListView();
            this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
            this.cmUnit = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.allSelectUnitMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.noSelectUnitMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.panel5 = new System.Windows.Forms.Panel();
            this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
            this.tlStrip = new System.Windows.Forms.ToolStrip();
            this.toolStripSplitButton2 = new System.Windows.Forms.ToolStripSplitButton();
            this.功能1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.功能1ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.功能3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSplitButton3 = new System.Windows.Forms.ToolStripSplitButton();
            this.干净客房ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.使用客房ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
            this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton10 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton11 = new System.Windows.Forms.ToolStripButton();
            this.tabPage6 = new System.Windows.Forms.TabPage();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.tabPage5 = new System.Windows.Forms.TabPage();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.panel2 = new System.Windows.Forms.Panel();
            this.panel4 = new System.Windows.Forms.Panel();
            this.UserConPanel = new System.Windows.Forms.Panel();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.lpAllRoom = new System.Windows.Forms.FlowLayoutPanel();
            this.tabPgListMemo = new System.Windows.Forms.TabPage();
            this.tabRoomManager = new System.Windows.Forms.TabControl();
            this.panel1 = new System.Windows.Forms.Panel();
            this.Work1MenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.OldGuestMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.MemberMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.CorRoomMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
            this.RoomManagerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.GuestManagerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.TeamManagerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.MemberManagerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
            this.BlackListMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.RefuestMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripSeparator();
            this.PrinterSetMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.QuitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.muReception = new System.Windows.Forms.MenuStrip();
            this.panel3.SuspendLayout();
            this.cmLayer.SuspendLayout();
            this.cmUnit.SuspendLayout();
            this.panel5.SuspendLayout();
            this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
            this.toolStripContainer1.SuspendLayout();
            this.tlStrip.SuspendLayout();
            this.tabPage6.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel4.SuspendLayout();
            this.UserConPanel.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage4.SuspendLayout();
            this.tabRoomManager.SuspendLayout();
            this.panel1.SuspendLayout();
            this.muReception.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.lvLayer);
            this.panel3.Controls.Add(this.lvUnit);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel3.Location = new System.Drawing.Point(0, 0);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(171, 512);
            this.panel3.TabIndex = 0;
            // 
            // lvLayer
            // 
            this.lvLayer.Activation = System.Windows.Forms.ItemActivation.OneClick;
            this.lvLayer.BackColor = System.Drawing.SystemColors.ScrollBar;
            this.lvLayer.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader3,
            this.columnHeader4});
            this.lvLayer.ContextMenuStrip = this.cmLayer;
            this.lvLayer.Cursor = System.Windows.Forms.Cursors.Hand;
            this.lvLayer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvLayer.FullRowSelect = true;
            this.lvLayer.GridLines = true;
            listViewGroup1.Header = "楼层";
            listViewGroup1.Name = "ListViewLayer";
            this.lvLayer.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1});
            this.lvLayer.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.lvLayer.HideSelection = false;
            listViewItem1.StateImageIndex = 0;
            listViewItem2.StateImageIndex = 0;
            this.lvLayer.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1,
            listViewItem2,
            listViewItem3,
            listViewItem4,
            listViewItem5,
            listViewItem6});
            this.lvLayer.LargeImageList = this.ImLLayer;
            this.lvLayer.Location = new System.Drawing.Point(0, 175);
            this.lvLayer.Name = "lvLayer";
            this.lvLayer.ShowItemToolTips = true;
            this.lvLayer.Size = new System.Drawing.Size(171, 337);
            this.lvLayer.SmallImageList = this.imageList1;
            this.lvLayer.Sorting = System.Windows.Forms.SortOrder.Ascending;
            this.lvLayer.TabIndex = 1;
            this.lvLayer.UseCompatibleStateImageBehavior = false;
            this.lvLayer.View = System.Windows.Forms.View.Tile;
            this.lvLayer.ItemActivate += new System.EventHandler(this.lvLayer_ItemActivate);
            // 
            // cmLayer
            // 
            this.cmLayer.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.allSelectLayerMenu,
            this.NoSelectLayerMenu});
            this.cmLayer.Name = "cmUnit";
            this.cmLayer.Size = new System.Drawing.Size(167, 48);
            // 
            // allSelectLayerMenu
            // 
            this.allSelectLayerMenu.Name = "allSelectLayerMenu";
            this.allSelectLayerMenu.Size = new System.Drawing.Size(166, 22);
            this.allSelectLayerMenu.Text = "选择所有楼区";
            this.allSelectLayerMenu.Click += new System.EventHandler(this.allSelectLayerMenu_Click);
            // 
            // NoSelectLayerMenu
            // 
            this.NoSelectLayerMenu.Name = "NoSelectLayerMenu";
            this.NoSelectLayerMenu.Size = new System.Drawing.Size(166, 22);
            this.NoSelectLayerMenu.Text = "取消选择所有楼区";
            this.NoSelectLayerMenu.Click += new System.EventHandler(this.NoSelectLayerMenu_Click);
            // 
            // ImLLayer
            // 
            this.ImLLayer.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImLLayer.ImageStream")));
            this.ImLLayer.TransparentColor = System.Drawing.Color.Transparent;
            this.ImLLayer.Images.SetKeyName(0, "Check.ico");
            this.ImLLayer.Images.SetKeyName(1, "UnCheck.ico");
            this.ImLLayer.Images.SetKeyName(2, "Other.ICO");
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "Ico02 057.ico");
            this.imageList1.Images.SetKeyName(1, "Ico02 063.ico");
            this.imageList1.Images.SetKeyName(2, "Ico02 042.ico");
            this.imageList1.Images.SetKeyName(3, "Ico02 046.ico");
            // 
            // lvUnit
            // 
            this.lvUnit.Activation = System.Windows.Forms.ItemActivation.OneClick;
            this.lvUnit.BackColor = System.Drawing.SystemColors.ScrollBar;
            this.lvUnit.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2});
            this.lvUnit.ContextMenuStrip = this.cmUnit;
            this.lvUnit.Dock = System.Windows.Forms.DockStyle.Top;
            this.lvUnit.FullRowSelect = true;
            this.lvUnit.GridLines = true;
            listViewGroup2.Header = "楼区";
            listViewGroup2.Name = "ListViewUnit";
            this.lvUnit.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup2});
            this.lvUnit.HideSelection = false;
            listViewItem7.Group = listViewGroup2;
            listViewItem7.StateImageIndex = 0;
            listViewItem8.Group = listViewGroup2;
            listViewItem8.StateImageIndex = 0;
            listViewItem9.Group = listViewGroup2;
            listViewItem9.StateImageIndex = 0;
            listViewItem10.Group = listViewGroup2;
            listViewItem10.StateImageIndex = 0;
            this.lvUnit.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem7,
            listViewItem8,
            listViewItem9,
            listViewItem10});
            this.lvUnit.LargeImageList = this.imageList1;
            this.lvUnit.Location = new System.Drawing.Point(0, 0);
            this.lvUnit.Name = "lvUnit";
            this.lvUnit.Scrollable = false;
            this.lvUnit.ShowItemToolTips = true;
            this.lvUnit.Size = new System.Drawing.Size(171, 175);
            this.lvUnit.SmallImageList = this.imageList1;
            this.lvUnit.Sorting = System.Windows.Forms.SortOrder.Ascending;
            this.lvUnit.TabIndex = 0;
            this.lvUnit.UseCompatibleStateImageBehavior = false;
            this.lvUnit.ItemActivate += new System.EventHandler(this.lvUnit_ItemActivate);
            // 
            // cmUnit
            // 
            this.cmUnit.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.allSelectUnitMenu,
            this.noSelectUnitMenu});
            this.cmUnit.Name = "cmUnit";
            this.cmUnit.Size = new System.Drawing.Size(167, 48);
            // 
            // allSelectUnitMenu
            // 
            this.allSelectUnitMenu.Name = "allSelectUnitMenu";

⌨️ 快捷键说明

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