frm_main.frm
来自「本软件可适用于各大、中、小型企业的人力资源管理。」· FRM 代码 · 共 42 行
FRM
42 行
VERSION 5.00
Begin VB.Form frm_main
Caption = "人力资源管理系统"
ClientHeight = 6615
ClientLeft = 60
ClientTop = 630
ClientWidth = 10545
LinkTopic = "Form1"
ScaleHeight = 6615
ScaleWidth = 10545
StartUpPosition = 2 '屏幕中心
Begin VB.Menu m
Caption = "基本资料管理"
Index = 1
Begin VB.Menu m1
Caption = "部门管理"
Index = 0
End
Begin VB.Menu m1
Caption = "工种管理"
Index = 1
End
Begin VB.Menu m1
Caption = "职务类型管理"
Index = 2
End
Begin VB.Menu m1
Caption = "职称类型管理"
Index = 3
End
Begin VB.Menu m1
Caption = "文化程度"
Index = 4
End
End
End
Attribute VB_Name = "frm_main"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?