frm_main.frm
上传用户:wd52qq
上传日期:2022-07-24
资源大小:5366k
文件大小:1k
源码类别:

企业管理

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Begin VB.Form frm_main 
  3.    Caption         =   "人力资源管理系统"
  4.    ClientHeight    =   6615
  5.    ClientLeft      =   60
  6.    ClientTop       =   630
  7.    ClientWidth     =   10545
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   6615
  10.    ScaleWidth      =   10545
  11.    StartUpPosition =   2  '屏幕中心
  12.    Begin VB.Menu m 
  13.       Caption         =   "基本资料管理"
  14.       Index           =   1
  15.       Begin VB.Menu m1 
  16.          Caption         =   "部门管理"
  17.          Index           =   0
  18.       End
  19.       Begin VB.Menu m1 
  20.          Caption         =   "工种管理"
  21.          Index           =   1
  22.       End
  23.       Begin VB.Menu m1 
  24.          Caption         =   "职务类型管理"
  25.          Index           =   2
  26.       End
  27.       Begin VB.Menu m1 
  28.          Caption         =   "职称类型管理"
  29.          Index           =   3
  30.       End
  31.       Begin VB.Menu m1 
  32.          Caption         =   "文化程度"
  33.          Index           =   4
  34.       End
  35.    End
  36. End
  37. Attribute VB_Name = "frm_main"
  38. Attribute VB_GlobalNameSpace = False
  39. Attribute VB_Creatable = False
  40. Attribute VB_PredeclaredId = True
  41. Attribute VB_Exposed = False