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

📄 frmreception.designer.cs

📁 酒店管理软件,c#版本可以选择不同的模式
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.allSelectUnitMenu.Size = new System.Drawing.Size(166, 22);
            this.allSelectUnitMenu.Text = "选择所有楼区";
            this.allSelectUnitMenu.Click += new System.EventHandler(this.allSelectToolStripMenuItem_Click);
            // 
            // noSelectUnitMenu
            // 
            this.noSelectUnitMenu.Name = "noSelectUnitMenu";
            this.noSelectUnitMenu.Size = new System.Drawing.Size(166, 22);
            this.noSelectUnitMenu.Text = "取消选择所有楼区";
            this.noSelectUnitMenu.Click += new System.EventHandler(this.noSelectUnitMenu_Click);
            // 
            // panel5
            // 
            this.panel5.Controls.Add(this.toolStripContainer1);
            this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel5.Location = new System.Drawing.Point(0, 0);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(841, 27);
            this.panel5.TabIndex = 0;
            // 
            // toolStripContainer1
            // 
            // 
            // toolStripContainer1.ContentPanel
            // 
            this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(841, 24);
            this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Top;
            this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
            this.toolStripContainer1.Name = "toolStripContainer1";
            this.toolStripContainer1.Size = new System.Drawing.Size(841, 49);
            this.toolStripContainer1.TabIndex = 5;
            this.toolStripContainer1.Text = "toolStripContainer1";
            // 
            // toolStripContainer1.TopToolStripPanel
            // 
            this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.tlStrip);
            // 
            // tlStrip
            // 
            this.tlStrip.Dock = System.Windows.Forms.DockStyle.None;
            this.tlStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripSplitButton2,
            this.toolStripLabel2,
            this.toolStripSeparator6,
            this.toolStripSplitButton3,
            this.toolStripSeparator7,
            this.toolStripProgressBar1,
            this.toolStripSeparator8,
            this.toolStripButton8,
            this.toolStripButton10,
            this.toolStripButton11});
            this.tlStrip.Location = new System.Drawing.Point(3, 0);
            this.tlStrip.Name = "tlStrip";
            this.tlStrip.Size = new System.Drawing.Size(753, 25);
            this.tlStrip.TabIndex = 0;
            // 
            // toolStripSplitButton2
            // 
            this.toolStripSplitButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripSplitButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.功能1ToolStripMenuItem,
            this.功能1ToolStripMenuItem1,
            this.功能3ToolStripMenuItem});
            this.toolStripSplitButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton2.Image")));
            this.toolStripSplitButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripSplitButton2.Name = "toolStripSplitButton2";
            this.toolStripSplitButton2.Size = new System.Drawing.Size(32, 22);
            this.toolStripSplitButton2.Text = "toolStripSplitButton2";
            // 
            // 功能1ToolStripMenuItem
            // 
            this.功能1ToolStripMenuItem.Name = "功能1ToolStripMenuItem";
            this.功能1ToolStripMenuItem.Size = new System.Drawing.Size(106, 22);
            this.功能1ToolStripMenuItem.Text = "大图片";
            // 
            // 功能1ToolStripMenuItem1
            // 
            this.功能1ToolStripMenuItem1.Name = "功能1ToolStripMenuItem1";
            this.功能1ToolStripMenuItem1.Size = new System.Drawing.Size(106, 22);
            this.功能1ToolStripMenuItem1.Text = "小图片";
            // 
            // 功能3ToolStripMenuItem
            // 
            this.功能3ToolStripMenuItem.Name = "功能3ToolStripMenuItem";
            this.功能3ToolStripMenuItem.Size = new System.Drawing.Size(106, 22);
            this.功能3ToolStripMenuItem.Text = "列表";
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(113, 22);
            this.toolStripLabel2.Text = "选择图片的显示方式";
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripSplitButton3
            // 
            this.toolStripSplitButton3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.干净客房ToolStripMenuItem,
            this.使用客房ToolStripMenuItem});
            this.toolStripSplitButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton3.Image")));
            this.toolStripSplitButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripSplitButton3.Name = "toolStripSplitButton3";
            this.toolStripSplitButton3.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
            this.toolStripSplitButton3.Size = new System.Drawing.Size(133, 22);
            this.toolStripSplitButton3.Text = "客房使用情况显示";
            // 
            // 干净客房ToolStripMenuItem
            // 
            this.干净客房ToolStripMenuItem.Name = "干净客房ToolStripMenuItem";
            this.干净客房ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
            this.干净客房ToolStripMenuItem.Text = "干净客房";
            // 
            // 使用客房ToolStripMenuItem
            // 
            this.使用客房ToolStripMenuItem.Name = "使用客房ToolStripMenuItem";
            this.使用客房ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
            this.使用客房ToolStripMenuItem.Text = "使用客房";
            // 
            // toolStripSeparator7
            // 
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripProgressBar1
            // 
            this.toolStripProgressBar1.Name = "toolStripProgressBar1";
            this.toolStripProgressBar1.Size = new System.Drawing.Size(200, 22);
            this.toolStripProgressBar1.Value = 12;
            // 
            // toolStripSeparator8
            // 
            this.toolStripSeparator8.Name = "toolStripSeparator8";
            this.toolStripSeparator8.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButton8
            // 
            this.toolStripButton8.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton8.Image")));
            this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton8.Name = "toolStripButton8";
            this.toolStripButton8.Size = new System.Drawing.Size(121, 22);
            this.toolStripButton8.Text = "根据条件查询客房";
            this.toolStripButton8.Click += new System.EventHandler(this.toolStripButton8_Click);
            // 
            // toolStripButton10
            // 
            this.toolStripButton10.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton10.Image")));
            this.toolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton10.Name = "toolStripButton10";
            this.toolStripButton10.Size = new System.Drawing.Size(73, 22);
            this.toolStripButton10.Text = "Button10";
            this.toolStripButton10.Click += new System.EventHandler(this.toolStripButton10_Click);
            // 
            // toolStripButton11
            // 
            this.toolStripButton11.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton11.Image")));
            this.toolStripButton11.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton11.Name = "toolStripButton11";
            this.toolStripButton11.Size = new System.Drawing.Size(49, 22);
            this.toolStripButton11.Text = "too1";
            // 
            // tabPage6
            // 
            this.tabPage6.Controls.Add(this.flowLayoutPanel1);
            this.tabPage6.Location = new System.Drawing.Point(4, 21);
            this.tabPage6.Name = "tabPage6";
            this.tabPage6.Size = new System.Drawing.Size(833, 436);
            this.tabPage6.TabIndex = 2;
            this.tabPage6.Text = "标准房间";
            this.tabPage6.UseVisualStyleBackColor = true;
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(362, 263);
            this.flowLayoutPanel1.TabIndex = 0;
            // 
            // tabPage3
            // 
            this.tabPage3.Location = new System.Drawing.Point(4, 26);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(1020, 496);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "    团队管理";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // tabPage2
            // 
            this.tabPage2.Location = new System.Drawing.Point(4, 26);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(1020, 496);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "    客人管理";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // tabPage5
            // 
            this.tabPage5.Location = new System.Drawing.Point(4, 21);
            this.tabPage5.Name = "tabPage5";
            this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage5.Size = new System.Drawing.Size(833, 436);
            this.tabPage5.TabIndex = 1;
            this.tabPage5.Text = "豪华房间";
            this.tabPage5.UseVisualStyleBackColor = true;
            // 
            // tabPage1
            // 
            this.tabPage1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tabPage1.Controls.Add(this.panel2);
            this.tabPage1.Location = new System.Drawing.Point(4, 26);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(1020, 520);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "房态盘";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.panel4);
            this.panel2.Controls.Add(this.panel3);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(3, 3);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(1012, 512);
            this.panel2.TabIndex = 0;
            // 
            // panel4
            // 
            this.panel4.Controls.Add(this.UserConPanel);
            this.panel4.Controls.Add(this.panel5);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel4.Location = new System.Drawing.Point(171, 0);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(841, 512);
            this.panel4.TabIndex = 2;
            // 
            // UserConPanel
            // 
            this.UserConPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.UserConPanel.Controls.Add(this.tabControl1);
            this.UserConPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.UserConPanel.Location = new System.Drawing.Point(0, 27);
            this.UserConPanel.Name = "UserConPanel";
            this.UserConPanel.Size = new System.Drawing.Size(841, 485);
            this.UserConPanel.TabIndex = 1;
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage4);
            this.tabControl1.Controls.Add(this.tabPage6);
            this.tabControl1.Controls.Add(this.tabPage5);
            this.tabControl1.Controls.Add(this.tabPgListMemo);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(841, 485);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage4
            // 
            this.tabPage4.Controls.Add(this.lpAllRoom);
            this.tabPage4.Location = new System.Drawing.Point(4, 21);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage4.Size = new System.Drawing.Size(833, 460);
            this.tabPage4.TabIndex = 0;
            this.tabPage4.Text = "全部房间";
            this.tabPage4.UseVisualStyleBackColor = true;
            // 

⌨️ 快捷键说明

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