form5.frm

来自「(VB)人力资源系统源码+源码+25000字论文+开题+文献+外文翻译+论文答辩」· FRM 代码 · 共 115 行

FRM
115
字号
VERSION 5.00
Begin VB.Form Form2 
   BackColor       =   &H00FF8080&
   Caption         =   "功能选择"
   ClientHeight    =   5850
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6420
   LinkTopic       =   "Form2"
   ScaleHeight     =   5850
   ScaleMode       =   0  'User
   ScaleWidth      =   6420
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command8 
      Caption         =   "查询"
      Height          =   375
      Left            =   480
      TabIndex        =   7
      Top             =   2880
      Width           =   1575
   End
   Begin VB.CommandButton Command7 
      Caption         =   "打印"
      Height          =   375
      Left            =   480
      TabIndex        =   6
      Top             =   3360
      Width           =   1575
   End
   Begin VB.CommandButton Command2 
      Caption         =   "家庭关系系统"
      Height          =   375
      Left            =   480
      TabIndex        =   5
      Top             =   2400
      Width           =   1575
   End
   Begin VB.CommandButton Command6 
      Caption         =   "用户管理"
      Height          =   375
      Left            =   480
      TabIndex        =   4
      Top             =   1920
      Width           =   1575
   End
   Begin VB.CommandButton Command5 
      Caption         =   "退出"
      Height          =   375
      Left            =   480
      TabIndex        =   3
      Top             =   3840
      Width           =   1575
   End
   Begin VB.CommandButton Command4 
      Caption         =   "人事变动"
      Height          =   375
      Left            =   480
      TabIndex        =   2
      Top             =   1440
      Width           =   1575
   End
   Begin VB.CommandButton Command3 
      Caption         =   "企业部门情况"
      Height          =   375
      Left            =   480
      TabIndex        =   1
      Top             =   960
      Width           =   1575
   End
   Begin VB.CommandButton Command1 
      Caption         =   "人事档案信息"
      Height          =   375
      Left            =   480
      TabIndex        =   0
      Top             =   480
      Width           =   1575
   End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form4.Show
End Sub

Private Sub Command2_Click()
Form7.Show
End Sub

Private Sub Command3_Click()
Form5.Show
End Sub

Private Sub Command4_Click()
Form6.Show
End Sub

Private Sub Command5_Click()
Unload Me
End Sub

Private Sub Command6_Click()
Form3.Show
End Sub

Private Sub Command7_Click()
DataReport1.Show
End Sub

Private Sub Command8_Click()
Form8.Show
End Sub

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?