📄 frmmain.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.MDIForm frmMain
BackColor = &H8000000C&
Caption = "人事管理系统"
ClientHeight = 7185
ClientLeft = 1680
ClientTop = 2355
ClientWidth = 11880
Icon = "frmMain.frx":0000
LinkTopic = "MDIForm1"
ScrollBars = 0 'False
WindowState = 2 'Maximized
Begin MSComctlLib.StatusBar sbStatusBar
Align = 2 'Align Bottom
Height = 270
Left = 0
TabIndex = 0
Top = 6915
Width = 11880
_ExtentX = 20955
_ExtentY = 476
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 3
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
AutoSize = 1
Object.Width = 15293
Text = "Status"
TextSave = "Status"
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 6
AutoSize = 2
TextSave = "2006-1-4"
EndProperty
BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 5
AutoSize = 2
TextSave = "18:13"
EndProperty
EndProperty
End
Begin VB.Menu xt
Caption = "用户信息管理"
Begin VB.Menu tjyh
Caption = "用户添加"
End
Begin VB.Menu scyh
Caption = "用户删除"
End
Begin VB.Menu xgyh
Caption = "用户修改"
End
End
Begin VB.Menu ygxx
Caption = "员工信息管理"
Begin VB.Menu xxtj
Caption = "员工信息添加"
End
Begin VB.Menu xxxg
Caption = "员工信息修改"
End
Begin VB.Menu scxx
Caption = "员工信息删除"
End
End
Begin VB.Menu xxcx
Caption = "编号查询"
End
Begin VB.Menu help
Caption = "帮助"
End
Begin VB.Menu exit
Caption = "退出"
End
End
Attribute VB_Name = "frmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cusiMenu_Click()
frmcusi.Show
End Sub
Private Sub exit_Click()
End
End Sub
Private Sub MDIForm_Load()
dColor.Show
End Sub
Private Sub MDIForm_Resize()
If Me.Height > 1100 Then
dColor.Height = Me.Height - 1100
End If
If Me.Width > 180 Then
dColor.Width = Me.Width - 180
End If
End Sub
Private Sub tcxt_Click()
End
End Sub
Private Sub scxx_Click()
frmstsi.Show
End Sub
Private Sub scyh_Click()
frmcusi.Show
End Sub
Private Sub tjyh_Click()
frmcusi.Show
End Sub
Private Sub xgyh_Click()
frmcusi.Show
End Sub
Private Sub xxcx_Click()
frmsumi.Show
End Sub
Private Sub xxtj_Click()
frmstsi.Show
End Sub
Private Sub xxxg_Click()
frmstsi.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -