📄 frmmain1.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form frmMain
Caption = "员工请假管理系统"
ClientHeight = 6840
ClientLeft = 60
ClientTop = 630
ClientWidth = 9660
LinkTopic = "Form1"
LockControls = -1 'True
ScaleHeight = 6840
ScaleWidth = 9660
WindowState = 2 'Maximized
Begin MSComctlLib.StatusBar StatusBar1
Align = 2 'Align Bottom
Height = 375
Left = 0
TabIndex = 0
Top = 6465
Width = 9660
_ExtentX = 17039
_ExtentY = 661
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 5
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Alignment = 1
AutoSize = 1
Object.Width = 5292
MinWidth = 5292
Text = "欢迎使员工请假管理系统"
TextSave = "欢迎使员工请假管理系统"
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Alignment = 2
Object.Width = 1764
MinWidth = 1764
Text = "操作员:"
TextSave = "操作员:"
EndProperty
BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Object.Width = 4410
MinWidth = 4410
Text = "admin"
TextSave = "admin"
EndProperty
BeginProperty Panel4 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Alignment = 2
Object.Width = 1764
MinWidth = 1764
Text = "系统时间:"
TextSave = "系统时间:"
EndProperty
BeginProperty Panel5 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 5
Alignment = 1
AutoSize = 1
Object.Width = 4410
MinWidth = 4410
TextSave = "12:45"
EndProperty
EndProperty
End
Begin VB.Menu mnuMainBasic
Caption = "基础设置"
Begin VB.Menu mnuBasic
Caption = "基础设置(&B)"
End
Begin VB.Menu mnuOperaterManager
Caption = "操作员管理"
End
Begin VB.Menu mnuExit
Caption = "退出(&X)"
End
End
Begin VB.Menu mnuEmpManager
Caption = "员工管理"
Begin VB.Menu mnuInfoManager
Caption = "员工信息管理"
End
Begin VB.Menu mnuInfoQuery
Caption = "员工信息查询"
End
End
Begin VB.Menu LeavelMainManager
Caption = "请假管理"
Begin VB.Menu mnuLeavelManager
Caption = "请假管理"
End
Begin VB.Menu mnuQuery
Caption = "请假查询"
End
End
Begin VB.Menu mnuHelp
Caption = "帮助"
Begin VB.Menu mnuAbout
Caption = "关于"
End
End
End
Attribute VB_Name = "frmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
'Download by http://www.codefans.net
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
' MsgBox rctLeavelStatus.RecordCount
' MsgBox rctLeavelType.RecordCount
' MsgBox rctMarriageStatus.RecordCount
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -