frm_main.frm
上传用户:wd52qq
上传日期:2022-07-24
资源大小:5366k
文件大小:1k
- 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