📄 frmmain.designer.cs
字号:
this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Controls.Add(this.tabPage5);
this.tabControl1.Controls.Add(this.tabPage6);
resources.ApplyResources(this.tabControl1, "tabControl1");
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
//
// tabPage4
//
this.tabPage4.Controls.Add(this.lpAllRoom);
resources.ApplyResources(this.tabPage4, "tabPage4");
this.tabPage4.Name = "tabPage4";
this.tabPage4.UseVisualStyleBackColor = true;
this.tabPage4.Click += new System.EventHandler(this.tabPage4_Click);
//
// lpAllRoom
//
resources.ApplyResources(this.lpAllRoom, "lpAllRoom");
this.lpAllRoom.Name = "lpAllRoom";
this.lpAllRoom.Paint += new System.Windows.Forms.PaintEventHandler(this.lpAllRoom_Paint);
//
// tabPage5
//
resources.ApplyResources(this.tabPage5, "tabPage5");
this.tabPage5.Name = "tabPage5";
this.tabPage5.UseVisualStyleBackColor = true;
this.tabPage5.Click += new System.EventHandler(this.tabPage5_Click);
//
// tabPage6
//
this.tabPage6.Controls.Add(this.flowLayoutPanel1);
resources.ApplyResources(this.tabPage6, "tabPage6");
this.tabPage6.Name = "tabPage6";
this.tabPage6.UseVisualStyleBackColor = true;
this.tabPage6.Click += new System.EventHandler(this.tabPage6_Click);
//
// flowLayoutPanel1
//
resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1");
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.flowLayoutPanel1_Paint);
//
// panel5
//
this.panel5.Controls.Add(this.toolStripContainer1);
resources.ApplyResources(this.panel5, "panel5");
this.panel5.Name = "panel5";
this.panel5.Paint += new System.Windows.Forms.PaintEventHandler(this.panel5_Paint);
//
// panel3
//
this.panel3.Controls.Add(this.listView1);
resources.ApplyResources(this.panel3, "panel3");
this.panel3.Name = "panel3";
this.panel3.Paint += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
//
// listView1
//
this.listView1.Activation = System.Windows.Forms.ItemActivation.OneClick;
this.listView1.BackColor = System.Drawing.SystemColors.ScrollBar;
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2});
resources.ApplyResources(this.listView1, "listView1");
this.listView1.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
((System.Windows.Forms.ListViewGroup)(resources.GetObject("listView1.Groups"))),
((System.Windows.Forms.ListViewGroup)(resources.GetObject("listView1.Groups1")))});
this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
((System.Windows.Forms.ListViewItem)(resources.GetObject("listView1.Items"))),
((System.Windows.Forms.ListViewItem)(resources.GetObject("listView1.Items1"))),
((System.Windows.Forms.ListViewItem)(resources.GetObject("listView1.Items2"))),
((System.Windows.Forms.ListViewItem)(resources.GetObject("listView1.Items3"))),
((System.Windows.Forms.ListViewItem)(resources.GetObject("listView1.Items4"))),
((System.Windows.Forms.ListViewItem)(resources.GetObject("listView1.Items5"))),
((System.Windows.Forms.ListViewItem)(resources.GetObject("listView1.Items6"))),
((System.Windows.Forms.ListViewItem)(resources.GetObject("listView1.Items7"))),
((System.Windows.Forms.ListViewItem)(resources.GetObject("listView1.Items8"))),
((System.Windows.Forms.ListViewItem)(resources.GetObject("listView1.Items9"))),
((System.Windows.Forms.ListViewItem)(resources.GetObject("listView1.Items10"))),
((System.Windows.Forms.ListViewItem)(resources.GetObject("listView1.Items11")))});
this.listView1.LargeImageList = this.imageList1;
this.listView1.Name = "listView1";
this.listView1.Scrollable = false;
this.listView1.ShowItemToolTips = true;
this.listView1.SmallImageList = this.imageList1;
this.listView1.Sorting = System.Windows.Forms.SortOrder.Ascending;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
//
// 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");
//
// tabPage2
//
resources.ApplyResources(this.tabPage2, "tabPage2");
this.tabPage2.Name = "tabPage2";
this.tabPage2.UseVisualStyleBackColor = true;
this.tabPage2.Click += new System.EventHandler(this.tabPage2_Click);
//
// tabPage3
//
resources.ApplyResources(this.tabPage3, "tabPage3");
this.tabPage3.Name = "tabPage3";
this.tabPage3.UseVisualStyleBackColor = true;
this.tabPage3.Click += new System.EventHandler(this.tabPage3_Click);
//
// toolTip
//
this.toolTip.IsBalloon = true;
this.toolTip.ToolTipTitle = "dsafdsfsdfsd";
this.toolTip.Popup += new System.Windows.Forms.PopupEventHandler(this.toolTip_Popup);
//
// FrmMain
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panel1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.menuStrip1);
this.HelpButton = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "FrmMain";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
this.toolStripContainer1.TopToolStripPanel.PerformLayout();
this.toolStripContainer1.ResumeLayout(false);
this.toolStripContainer1.PerformLayout();
this.toolStrip2.ResumeLayout(false);
this.toolStrip2.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.panel1.ResumeLayout(false);
this.tabRoomManager.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.UserConPanel.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabPage4.ResumeLayout(false);
this.tabPage6.ResumeLayout(false);
this.panel5.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem WorkMenuItem;
private System.Windows.Forms.ToolStripMenuItem OldGuestMenuItem;
private System.Windows.Forms.ToolStripMenuItem MemberMenuItem;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripMenuItem CorRoomMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem RoomManagerMenuItem;
private System.Windows.Forms.ToolStripMenuItem SearchMenuItem;
private System.Windows.Forms.ToolStripMenuItem GuestManagerMenuItem;
private System.Windows.Forms.ToolStripMenuItem TeamManagerMenuItem;
private System.Windows.Forms.ToolStripMenuItem MemberManagerMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
private System.Windows.Forms.ToolStripMenuItem BlackListMenuItem;
private System.Windows.Forms.ToolStripMenuItem RefuestMenuItem;
private System.Windows.Forms.ToolStripMenuItem PrinterSetMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem8;
private System.Windows.Forms.ToolStripMenuItem QuitMenuItem;
private System.Windows.Forms.ToolStripMenuItem RoomUsedMenuItem;
private System.Windows.Forms.ToolStripMenuItem RoomSaleMenuItem;
private System.Windows.Forms.ToolStripMenuItem HistoryGuestMenuItem;
private System.Windows.Forms.ToolStripMenuItem HistoryTeamMenuItem;
private System.Windows.Forms.ToolStripMenuItem HistoryArchivesMenuItem;
private System.Windows.Forms.ToolStripMenuItem SearchCompanyMenuItem;
private System.Windows.Forms.ToolStripMenuItem SearchMemberMenuItem;
private System.Windows.Forms.ToolStripMenuItem SearchInCardMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem9;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem13;
private System.Windows.Forms.ToolStripMenuItem SalarySetMenuItem;
private System.Windows.Forms.ToolStripMenuItem ReportMenuItem;
private System.Windows.Forms.ToolStripMenuItem ReportManagerMenuItem;
private System.Windows.Forms.ToolStripMenuItem ToolSetMenuItem;
private System.Windows.Forms.ToolStripMenuItem RoomNavigateMenuItem;
private System.Windows.Forms.ToolStripMenuItem QuickSearchMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem HabitusMenuItem;
private System.Windows.Forms.ToolStripMenuItem QuickBtnMenuItem;
private System.Windows.Forms.ToolStripMenuItem LanguageMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem HelpMenuItem;
private System.Windows.Forms.ToolStripMenuItem ManualMenuItem;
private System.Windows.Forms.ToolStripMenuItem AboutMenuItem;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TabControl tabRoomManager;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel UserConPanel;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton toolStripButton4;
private System.Windows.Forms.ToolStripButton toolStripButton5;
private System.Windows.Forms.ToolStripButton toolStripButton6;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripButton toolStripButton7;
private System.Windows.Forms.ToolStripSplitButton toolStripSplitButton1;
private System.Windows.Forms.ToolStripMenuItem 萨大幅度送ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 萨大幅送大幅ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripContainer toolStripContainer1;
private System.Windows.Forms.ToolStrip toolStrip2;
private System.Windows.Forms.ToolStripSplitButton toolStripSplitButton2;
private System.Windows.Forms.ToolStripMenuItem 功能1ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 功能1ToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 功能3ToolStripMenuItem;
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripSplitButton toolStripSplitButton3;
private System.Windows.Forms.ToolStripMenuItem 干净客房ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 使用客房ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
private System.Windows.Forms.ToolStripButton toolStripButton8;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripButton toolStripButton9;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.TabPage tabPage5;
private System.Windows.Forms.FlowLayoutPanel lpAllRoom;
private System.Windows.Forms.TabPage tabPage6;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.ToolStripButton toolStripButton10;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolTip toolTip;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -