📄 mainform.cs
字号:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace HotelsManage.UILevel
{
/// <summary>
/// Form1 的摘要说明。
/// </summary>
public class MainForm : System.Windows.Forms.Form
{
private System.Windows.Forms.Splitter splitter1;
private System.Windows.Forms.ToolBar toolBar1;
private System.Windows.Forms.MainMenu mainMenu1;
private System.Windows.Forms.MenuItem menuItem1;
private System.Windows.Forms.MenuItem menuItem2;
private System.Windows.Forms.MenuItem menuItem3;
private System.Windows.Forms.MenuItem menuItem4;
private System.Windows.Forms.MenuItem menuItem5;
private System.Windows.Forms.MenuItem menuItem6;
private System.Windows.Forms.MenuItem menuItem7;
private System.Windows.Forms.MenuItem menuItem8;
private System.Windows.Forms.MenuItem menuItem9;
private System.Windows.Forms.MenuItem menuItem10;
private System.Windows.Forms.MenuItem menuItem11;
private System.Windows.Forms.MenuItem menuItem12;
private System.Windows.Forms.ToolBarButton toolBarButton1;
private System.Windows.Forms.ToolBarButton toolBarButton2;
private System.Windows.Forms.ToolBarButton toolBarButton3;
private System.Windows.Forms.ToolBarButton toolBarButton4;
private System.Windows.Forms.ToolBarButton toolBarButton5;
private System.Windows.Forms.ToolBarButton toolBarButton6;
private System.Windows.Forms.ToolBarButton toolBarButton7;
private System.Windows.Forms.ToolBarButton toolBarButton8;
private System.Windows.Forms.ToolBarButton toolBarButton9;
private System.Windows.Forms.ImageList imageList1;
private System.ComponentModel.IContainer components;
// public MainForm()
// {
// //
// // Windows 窗体设计器支持所必需的
// //
// InitializeComponent();
//
// //
// // TODO: 在 InitializeComponent 调用后添加任何构造函数代码
// //
// }
public MainForm(bool bl)
{
InitializeComponent();
this.toolBarButton7.Enabled=bl;
}
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
protected override void Dispose( bool disposing )
{
if( disposing )
{
if (components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MainForm));
this.splitter1 = new System.Windows.Forms.Splitter();
this.toolBar1 = new System.Windows.Forms.ToolBar();
this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
this.toolBarButton2 = new System.Windows.Forms.ToolBarButton();
this.toolBarButton3 = new System.Windows.Forms.ToolBarButton();
this.toolBarButton4 = new System.Windows.Forms.ToolBarButton();
this.toolBarButton5 = new System.Windows.Forms.ToolBarButton();
this.toolBarButton6 = new System.Windows.Forms.ToolBarButton();
this.toolBarButton7 = new System.Windows.Forms.ToolBarButton();
this.toolBarButton8 = new System.Windows.Forms.ToolBarButton();
this.toolBarButton9 = new System.Windows.Forms.ToolBarButton();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.menuItem1 = new System.Windows.Forms.MenuItem();
this.menuItem2 = new System.Windows.Forms.MenuItem();
this.menuItem3 = new System.Windows.Forms.MenuItem();
this.menuItem4 = new System.Windows.Forms.MenuItem();
this.menuItem5 = new System.Windows.Forms.MenuItem();
this.menuItem6 = new System.Windows.Forms.MenuItem();
this.menuItem7 = new System.Windows.Forms.MenuItem();
this.menuItem8 = new System.Windows.Forms.MenuItem();
this.menuItem9 = new System.Windows.Forms.MenuItem();
this.menuItem10 = new System.Windows.Forms.MenuItem();
this.menuItem11 = new System.Windows.Forms.MenuItem();
this.menuItem12 = new System.Windows.Forms.MenuItem();
this.SuspendLayout();
//
// splitter1
//
this.splitter1.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
this.splitter1.Location = new System.Drawing.Point(0, 0);
this.splitter1.Name = "splitter1";
this.splitter1.Size = new System.Drawing.Size(626, 8);
this.splitter1.TabIndex = 1;
this.splitter1.TabStop = false;
//
// toolBar1
//
this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
this.toolBarButton1,
this.toolBarButton2,
this.toolBarButton3,
this.toolBarButton4,
this.toolBarButton5,
this.toolBarButton6,
this.toolBarButton7,
this.toolBarButton8,
this.toolBarButton9});
this.toolBar1.DropDownArrows = true;
this.toolBar1.ImageList = this.imageList1;
this.toolBar1.Location = new System.Drawing.Point(0, 8);
this.toolBar1.Name = "toolBar1";
this.toolBar1.ShowToolTips = true;
this.toolBar1.Size = new System.Drawing.Size(626, 41);
this.toolBar1.TabIndex = 0;
this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
//
// toolBarButton1
//
this.toolBarButton1.ImageIndex = 0;
this.toolBarButton1.Text = "客房类型管理";
//
// toolBarButton2
//
this.toolBarButton2.ImageIndex = 1;
this.toolBarButton2.Text = "客房管理";
//
// toolBarButton3
//
this.toolBarButton3.ImageIndex = 2;
this.toolBarButton3.Text = "客房查询";
//
// toolBarButton4
//
this.toolBarButton4.ImageIndex = 2;
this.toolBarButton4.Text = "客户查询";
//
// toolBarButton5
//
this.toolBarButton5.ImageIndex = 3;
this.toolBarButton5.Text = "客户入住";
//
// toolBarButton6
//
this.toolBarButton6.ImageIndex = 4;
this.toolBarButton6.Text = "客户结算";
//
// toolBarButton7
//
this.toolBarButton7.ImageIndex = 5;
this.toolBarButton7.Text = "用户管理";
//
// toolBarButton8
//
this.toolBarButton8.ImageIndex = 6;
this.toolBarButton8.Text = "系统帮助";
//
// toolBarButton9
//
this.toolBarButton9.ImageIndex = 7;
this.toolBarButton9.Text = "退出系统";
//
// imageList1
//
this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
//
// mainMenu1
//
this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuItem1,
this.menuItem5,
this.menuItem8});
//
// menuItem1
//
this.menuItem1.Index = 0;
this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuItem2,
this.menuItem3,
this.menuItem4});
this.menuItem1.Text = "系统管理(&M)";
//
// menuItem2
//
this.menuItem2.Index = 0;
this.menuItem2.Text = "系统帮助(&H)";
this.menuItem2.Click += new System.EventHandler(this.menuItem_Click);
//
// menuItem3
//
this.menuItem3.Index = 1;
this.menuItem3.Text = "用户管理(&U)";
//
// menuItem4
//
this.menuItem4.Index = 2;
this.menuItem4.Text = "退出系统(&E)";
//
// menuItem5
//
this.menuItem5.Index = 1;
this.menuItem5.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuItem6,
this.menuItem7});
this.menuItem5.Text = "数据维护(&D)";
//
// menuItem6
//
this.menuItem6.Index = 0;
this.menuItem6.Text = "客房类型(&T)";
//
// menuItem7
//
this.menuItem7.Index = 1;
this.menuItem7.Text = "客房信息(&R)";
//
// menuItem8
//
this.menuItem8.Index = 2;
this.menuItem8.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuItem9,
this.menuItem10,
this.menuItem11,
this.menuItem12});
this.menuItem8.Text = "前台操作(&H)";
//
// menuItem9
//
this.menuItem9.Index = 0;
this.menuItem9.Text = "客房查询(&S)";
//
// menuItem10
//
this.menuItem10.Index = 1;
this.menuItem10.Text = "客户查询(&P)";
//
// menuItem11
//
this.menuItem11.Index = 2;
this.menuItem11.Text = "客户入住(&B)";
//
// menuItem12
//
this.menuItem12.Index = 3;
this.menuItem12.Text = "客户结算(&C)";
//
// MainForm
//
this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
this.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.ClientSize = new System.Drawing.Size(626, 483);
this.Controls.Add(this.toolBar1);
this.Controls.Add(this.splitter1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.IsMdiContainer = true;
this.Menu = this.mainMenu1;
this.Name = "MainForm";
this.Text = "主窗体";
this.Load += new System.EventHandler(this.MainForm_Load);
this.ResumeLayout(false);
}
#endregion
/// <summary>
/// 应用程序的主入口点。
/// </summary>
[STAThread]
static void Main()
{
Login lg=new Login();
lg.ShowDialog();
bool bl=lg.Sort;
Application.Run(new MainForm(bl));
}
private void MainForm_Load(object sender, System.EventArgs e)
{
Form bf=new BackForm();
bf.MdiParent=this;
bf.WindowState=FormWindowState.Maximized;
bf.Show();
}
private void menuItem_Click(object sender, System.EventArgs e)
{
this.mainMenu1.MenuItems.IndexOf(this.mainMenu1.MenuItems.IndexOf();
// switch(e.ToString())
// {
// case "menuItem2":
// MessageBox.Show(this.mainMenu1.MenuItems.IndexOf(sender.ToString()));
// break;
//
// }
}
private void toolBar1_ButtonClick(object sender, System.Windows.Forms.ToolBarButtonClickEventArgs e)
{
this.Incommon(this.toolBar1.Buttons.IndexOf(e.Button));
// switch(this.toolBar1.Buttons.IndexOf(e.Button))
// {
// case 0:
// RoomTypeForm rtf=new RoomTypeForm();
// this.CloseForm(rtf);
// break;
// case 1:
// RoomForm rf=new RoomForm();
// this.CloseForm(rf);
// break;
// case 2:
// case 4:
// RoomSearchFrom rsf=new RoomSearchFrom();
// this.CloseForm(rsf);
// break;
// case 3:
// case 5:
// ClientSearchFrom csf=new ClientSearchFrom();
// this.CloseForm(csf);
// break;
// case 6:
// UserForm uf=new UserForm();
// this.CloseForm(uf);
// break;
// case 8:
// this.Close();
// break;
// }
}
private void Incommon(int i)
{
switch(i)
{
case 0:
RoomTypeForm rtf=new RoomTypeForm();
this.CloseForm(rtf);
break;
case 1:
RoomForm rf=new RoomForm();
this.CloseForm(rf);
break;
case 2:
case 4:
RoomSearchFrom rsf=new RoomSearchFrom();
this.CloseForm(rsf);
break;
case 3:
case 5:
ClientSearchFrom csf=new ClientSearchFrom();
this.CloseForm(csf);
break;
case 6:
UserForm uf=new UserForm();
this.CloseForm(uf);
break;
case 8:
this.Close();
break;
}
}
private void CloseForm(Form fm)
{
for(int i=0;i<this.MdiChildren.Length;i++)
{
Form fmChilden=(Form)this.MdiChildren[i];
fmChilden.Close();
}
fm.MdiParent=this;
fm.WindowState=FormWindowState.Maximized;
fm.Show();
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -