📄 mainframe.cs
字号:
this.menuClear});
this.menuHistoryMenu.Text = "历史管理(&H)";
//
// userOperatorHistory
//
this.userOperatorHistory.Enabled = false;
this.userOperatorHistory.Index = 0;
this.userOperatorHistory.Text = "用户操作历史(&U)";
this.userOperatorHistory.Click += new System.EventHandler(this.userOperatorHistory_Click);
//
// menuEmployeeHistory
//
this.menuEmployeeHistory.Enabled = false;
this.menuEmployeeHistory.Index = 1;
this.menuEmployeeHistory.Text = "职工刷卡历史(&E)";
this.menuEmployeeHistory.Click += new System.EventHandler(this.menuEmployeeHistory_Click);
//
// menuDataHistory
//
this.menuDataHistory.Enabled = false;
this.menuDataHistory.Index = 2;
this.menuDataHistory.Text = "数据操作历史(&D)";
this.menuDataHistory.Visible = false;
this.menuDataHistory.Click += new System.EventHandler(this.menuDataHistory_Click);
//
// menuDengLuHistory
//
this.menuDengLuHistory.Enabled = false;
this.menuDengLuHistory.Index = 3;
this.menuDengLuHistory.Text = "用户登录历史(&V)";
this.menuDengLuHistory.Click += new System.EventHandler(this.menuDengLuHistory_Click);
//
// menuZhuCheHistory
//
this.menuZhuCheHistory.Enabled = false;
this.menuZhuCheHistory.Index = 4;
this.menuZhuCheHistory.Text = "用户注册历史(&Z)";
this.menuZhuCheHistory.Click += new System.EventHandler(this.menuZhuCheHistory_Click);
//
// menuUserManagerHistory
//
this.menuUserManagerHistory.Enabled = false;
this.menuUserManagerHistory.Index = 5;
this.menuUserManagerHistory.Text = "用户管理历史(&M)";
this.menuUserManagerHistory.Visible = false;
this.menuUserManagerHistory.Click += new System.EventHandler(this.menuUserManagerHistory_Click);
//
// menuFaKaHistory
//
this.menuFaKaHistory.Enabled = false;
this.menuFaKaHistory.Index = 6;
this.menuFaKaHistory.Text = "用户发卡历史(&F)";
this.menuFaKaHistory.Click += new System.EventHandler(this.menuFaKaHistory_Click);
//
// menuClear
//
this.menuClear.Enabled = false;
this.menuClear.Index = 7;
this.menuClear.Text = "清除表记录(&C)";
this.menuClear.Click += new System.EventHandler(this.menuClear_Click);
//
// menuWindow
//
this.menuWindow.Index = 6;
this.menuWindow.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menulevel,
this.menuApeak,
this.menuLayer,
this.menuHormal,
this.menuItem11,
this.menuTool,
this.menuStatus,
this.menuItem5,
this.menuExit});
this.menuWindow.Text = "窗口(&W)";
//
// menulevel
//
this.menulevel.Index = 0;
this.menulevel.Text = "水平排列 (&H)";
this.menulevel.Click += new System.EventHandler(this.menulevel_Click);
//
// menuApeak
//
this.menuApeak.Index = 1;
this.menuApeak.Text = "垂直排列(&V)";
this.menuApeak.Click += new System.EventHandler(this.menuApeak_Click);
//
// menuLayer
//
this.menuLayer.Index = 2;
this.menuLayer.Text = "层叠排列(&L)";
this.menuLayer.Click += new System.EventHandler(this.menuLayer_Click);
//
// menuHormal
//
this.menuHormal.Index = 3;
this.menuHormal.Text = "正常排列(&N)";
this.menuHormal.Visible = false;
this.menuHormal.Click += new System.EventHandler(this.menuHormal_Click);
//
// menuItem11
//
this.menuItem11.Index = 4;
this.menuItem11.Text = "-";
//
// menuTool
//
this.menuTool.Checked = true;
this.menuTool.Index = 5;
this.menuTool.Text = "工具栏(&T)";
this.menuTool.Click += new System.EventHandler(this.menuTool_Click);
//
// menuStatus
//
this.menuStatus.Checked = true;
this.menuStatus.Index = 6;
this.menuStatus.Text = "状态栏(&S)";
this.menuStatus.Click += new System.EventHandler(this.menuStatus_Click);
//
// menuItem5
//
this.menuItem5.Index = 7;
this.menuItem5.Text = "-";
//
// menuExit
//
this.menuExit.Index = 8;
this.menuExit.Text = "退出系统(&E)";
this.menuExit.Click += new System.EventHandler(this.menuExit_Click);
//
// menuHelp
//
this.menuHelp.Index = 7;
this.menuHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuCopyright,
this.menuSoftWareEnrol,
this.menuSoftUsed,
this.menuAbout});
this.menuHelp.Text = "帮助(&H)";
//
// menuCopyright
//
this.menuCopyright.Index = 0;
this.menuCopyright.Text = "版权(&B)";
this.menuCopyright.Click += new System.EventHandler(this.menuCopyright_Click);
//
// menuSoftWareEnrol
//
this.menuSoftWareEnrol.Index = 1;
this.menuSoftWareEnrol.Text = "软件注册(&S)";
this.menuSoftWareEnrol.Visible = false;
this.menuSoftWareEnrol.Click += new System.EventHandler(this.menuSoftWareEnrol_Click);
//
// menuSoftUsed
//
this.menuSoftUsed.Index = 2;
this.menuSoftUsed.Text = "软件使用(&J)";
this.menuSoftUsed.Visible = false;
this.menuSoftUsed.Click += new System.EventHandler(this.menuSoftUsed_Click);
//
// menuAbout
//
this.menuAbout.Index = 3;
this.menuAbout.Text = "关于版本(&A)";
this.menuAbout.Click += new System.EventHandler(this.menuAbout_Click);
//
// tool
//
this.tool.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
this.tool.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
this.toolInput,
this.toolRead,
this.toolSearch,
this.toolUserManager,
this.toolQuanXian,
this.toolBasicDesign});
this.tool.Cursor = System.Windows.Forms.Cursors.Hand;
this.tool.DropDownArrows = true;
this.tool.ImageList = this.imageList;
this.tool.Location = new System.Drawing.Point(0, 0);
this.tool.Name = "tool";
this.tool.ShowToolTips = true;
this.tool.Size = new System.Drawing.Size(930, 28);
this.tool.TabIndex = 0;
this.tool.TextAlign = System.Windows.Forms.ToolBarTextAlign.Right;
this.tool.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tool_ButtonClick);
this.tool.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tool_MouseUp);
this.tool.MouseMove += new System.Windows.Forms.MouseEventHandler(this.tool_MouseMove);
this.tool.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tool_MouseDown);
//
// toolInput
//
this.toolInput.Enabled = false;
this.toolInput.ImageIndex = 0;
this.toolInput.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
this.toolInput.Text = "考勤管理(&K)";
//
// toolRead
//
this.toolRead.Enabled = false;
this.toolRead.ImageIndex = 3;
this.toolRead.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
this.toolRead.Text = "开始考勤(&R)";
//
// toolSearch
//
this.toolSearch.DropDownMenu = this.contextMenuSearch;
this.toolSearch.Enabled = false;
this.toolSearch.ImageIndex = 4;
this.toolSearch.Style = System.Windows.Forms.ToolBarButtonStyle.DropDownButton;
this.toolSearch.Text = "查询(&S)";
//
// contextMenuSearch
//
this.contextMenuSearch.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuLateMenu,
this.menuEarlyMenu,
this.menuLeaveMenu,
this.menuWeiLMenu,
this.menuItem9,
this.menuKaoQinTimeDesign});
//
// menuLateMenu
//
this.menuLateMenu.Index = 0;
this.menuLateMenu.Text = "迟到查询(&L)";
this.menuLateMenu.Click += new System.EventHandler(this.menuLateMenu_Click);
//
// menuEarlyMenu
//
this.menuEarlyMenu.Index = 1;
this.menuEarlyMenu.Text = "早退查询(&Z)";
this.menuEarlyMenu.Visible = false;
this.menuEarlyMenu.Click += new System.EventHandler(this.menuEarlyMenu_Click);
//
// menuLeaveMenu
//
this.menuLeaveMenu.Index = 2;
this.menuLeaveMenu.Text = "请假查询(&Q)";
this.menuLeaveMenu.Click += new System.EventHandler(this.menuLeaveMenu_Click);
//
// menuWeiLMenu
//
this.menuWeiLMenu.Index = 3;
this.menuWeiLMenu.Text = "未到查询(&W)";
this.menuWeiLMenu.Click += new System.EventHandler(this.menuWeiLMenu_Click);
//
// menuItem9
//
this.menuItem9.Index = 4;
this.menuItem9.Text = "-";
//
// menuKaoQinTimeDesign
//
this.menuKaoQinTimeDesign.Index = 5;
this.menuKaoQinTimeDesign.Text = "考勤时间设置(&K)";
this.menuKaoQinTimeDesign.Click += new System.EventHandler(this.menuKaoQinTimeDesign_Click);
//
// toolUserManager
//
this.toolUserManager.Enabled = false;
this.toolUserManager.ImageIndex = 6;
this.toolUserManager.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
this.toolUserManager.Text = "用户管理(&U)";
//
// toolQuanXian
//
this.toolQuanXian.Enabled = false;
this.toolQuanXian.ImageIndex = 5;
this.toolQuanXian.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
this.toolQuanXian.Text = "权限管理(&Q)";
//
// toolBasicDesign
//
this.toolBasicDesign.DropDownMenu = this.contextMenuFrameDesign;
this.toolBasicDesign.Enabled = false;
this.toolBasicDesign.ImageIndex = 1;
this.toolBasicDesign.Style = System.Windows.Forms.ToolBarButtonStyle.DropDownButton;
this.toolBasicDesign.Text = "窗体设置(&B)";
//
// contextMenuFrameDesign
//
this.contextMenuFrameDesign.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuHorizontal,
this.menuVertical,
this.menuLayter,
this.menuItem1,
this.menuSystemInit});
//
// menuHorizontal
//
this.menuHorizontal.Index = 0;
this.menuHorizontal.Text = "水平排列(&H)";
this.menuHorizontal.Click += new System.EventHandler(this.menuHorizontal_Click);
//
// menuVertical
//
this.menuVertical.Index = 1;
this.menuVertical.Text = "垂直排列(&V)";
this.menuVertical.Click += new System.EventHandler(this.menuVertical_Click);
//
// menuLayter
//
this.menuLayter.Index = 2;
this.menuLayter.Text = "层叠排列(&L)";
this.menuLayter.Click += new System.EventHandler(this.menuLayter_Click);
//
// menuItem1
//
this.menuItem1.Index = 3;
this.menuItem1.Text = "-";
//
// menuSystemInit
//
this.menuSystemInit.Enabled = false;
this.menuSystemInit.Index = 4;
this.menuSystemInit.Text = "系统初始化(&I)";
this.menuSystemInit.Click += new System.EventHandler(this.menuSystemInit_Click);
//
// imageList
//
this.imageList.ImageSize = new System.Drawing.Size(16, 16);
this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
this.imageList.TransparentColor = System.Drawing.Color.Transparent;
//
// statusPanel
//
this.statusPanel.Cursor = System.Windows.Forms.Cursors.Hand;
this.statusPanel.Location = new System.Drawing.Point(0, 427);
this.statusPanel.Name = "statusPanel";
this.statusPanel.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
this.stautsBar,
this.stautsUser,
this.statusTime,
this.stautsOther});
this.statusPanel.ShowPanels = true;
this.statusPanel.Size = new System.Drawing.Size(930, 24);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -