📄 frm_main.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frm_main
AutoRedraw = -1 'True
BorderStyle = 3 'Fixed Dialog
Caption = "人事档案管理系统"
ClientHeight = 5805
ClientLeft = 45
ClientTop = 615
ClientWidth = 7695
Icon = "frm_main.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "frm_main.frx":0442
ScaleHeight = 5805
ScaleWidth = 7695
StartUpPosition = 1 '所有者中心
Begin MSComctlLib.Toolbar Toolbar1
Align = 1 'Align Top
Height = 855
Left = 0
TabIndex = 1
Top = 0
Width = 7695
_ExtentX = 13573
_ExtentY = 1508
ButtonWidth = 1455
ButtonHeight = 1349
Appearance = 1
ImageList = "ImageList1"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 8
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "登记"
ImageIndex = 1
EndProperty
BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "维护"
ImageIndex = 2
EndProperty
BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "人事变更"
ImageIndex = 3
EndProperty
BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "查询"
ImageIndex = 4
EndProperty
BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "统计排序"
ImageIndex = 5
EndProperty
BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "修改密码"
ImageIndex = 8
EndProperty
BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "退出"
ImageIndex = 6
EndProperty
BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "关于"
ImageIndex = 7
EndProperty
EndProperty
End
Begin MSComctlLib.ImageList ImageList1
Left = 3360
Top = 2760
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 32
ImageHeight = 32
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 8
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frm_main.frx":251F
Key = ""
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frm_main.frx":2971
Key = ""
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frm_main.frx":2DC3
Key = ""
EndProperty
BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frm_main.frx":3215
Key = ""
EndProperty
BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frm_main.frx":3667
Key = ""
EndProperty
BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frm_main.frx":3AB9
Key = ""
EndProperty
BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frm_main.frx":3F0B
Key = ""
EndProperty
BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frm_main.frx":465D
Key = ""
EndProperty
EndProperty
End
Begin VB.Timer Timer1
Interval = 1000
Left = 5040
Top = 2880
End
Begin MSComctlLib.StatusBar StatusBar1
Align = 2 'Align Bottom
Height = 375
Left = 0
TabIndex = 0
Top = 5430
Width = 7695
_ExtentX = 13573
_ExtentY = 661
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 3
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Alignment = 1
Object.Width = 5362
MinWidth = 5362
Text = "欢迎使用人事档案管理系统"
TextSave = "欢迎使用人事档案管理系统"
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Alignment = 1
Object.Width = 4304
MinWidth = 4304
EndProperty
BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Alignment = 1
AutoSize = 1
Object.Width = 3784
Text = "版权所有:冰蓝工作室"
TextSave = "版权所有:冰蓝工作室"
EndProperty
EndProperty
End
Begin VB.Menu dj
Caption = "登记"
End
Begin VB.Menu wh
Caption = "维护"
End
Begin VB.Menu bg
Caption = "人事变更"
End
Begin VB.Menu cx
Caption = "查询"
End
Begin VB.Menu tj
Caption = "统计排序"
End
Begin VB.Menu xg
Caption = "修改密码"
End
Begin VB.Menu exit
Caption = "退出"
End
Begin VB.Menu about
Caption = "关于"
End
End
Attribute VB_Name = "frm_main"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub about_Click()
frmAbout.Show 1
End Sub
Private Sub bg_Click()
frm_bg.Show 1
End Sub
Private Sub cx_Click()
frm_cx.Show 1
End Sub
Private Sub dj_Click()
frm_dj.Show 1
End Sub
Private Sub exit_Click()
If MsgBox("您确定要退出人事管理系统吗?", vbInformation Or vbOKCancel) = vbOK Then End
End Sub
Private Sub Form_Load()
StatusBar1.Panels(2).Text = Format(Now, "yyyy年mm月dd日 hh:mm:ss")
End Sub
Private Sub Timer1_Timer()
StatusBar1.Panels(2).Text = Format(Now, "yyyy年mm月dd日 hh:mm:ss")
End Sub
Private Sub tj_Click()
frm_tj.Show 1
End Sub
Private Sub Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button)
Select Case Button.Index
Case 1: frm_dj.Show 1
Case 2: frm_wh.Show 1
Case 3: frm_bg.Show 1
Case 4: frm_cx.Show 1
Case 5: frm_tj.Show 1
Case 6: frm_mima.Show 1
Case 7: Call exit_Click
Case 8: frmAbout.Show 1
End Select
End Sub
Private Sub wh_Click()
frm_wh.Show 1
End Sub
Private Sub xg_Click()
frm_mima.Show 1
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -