⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.frm

📁 1系统功能分析 系统开发的总体任务是实现学生信息关系的系统化
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "人事信息管理系统"
   ClientHeight    =   5595
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   7665
   LinkTopic       =   "Form1"
   Picture         =   "Form1.frx":0000
   ScaleHeight     =   5595
   ScaleWidth      =   7665
   StartUpPosition =   3  '窗口缺省
   WindowState     =   2  'Maximized
   Begin VB.CommandButton Command9 
      Caption         =   "退出"
      Height          =   495
      Left            =   6360
      TabIndex        =   7
      Top             =   2160
      Width           =   1335
   End
   Begin VB.CommandButton Command7 
      Caption         =   "档案管理"
      Height          =   495
      Left            =   4680
      TabIndex        =   6
      Top             =   2160
      Width           =   1335
   End
   Begin VB.CommandButton Command6 
      Caption         =   "决策查询"
      Height          =   495
      Left            =   3000
      TabIndex        =   5
      Top             =   2160
      Width           =   1335
   End
   Begin VB.CommandButton Command5 
      Caption         =   "教育培训信息"
      Height          =   495
      Left            =   1320
      TabIndex        =   4
      Top             =   2160
      Width           =   1335
   End
   Begin VB.CommandButton Command4 
      Caption         =   "人事变动管理"
      Height          =   495
      Left            =   6360
      TabIndex        =   3
      Top             =   1320
      Width           =   1335
   End
   Begin VB.CommandButton Command3 
      Caption         =   "日常考核信息管理"
      Height          =   495
      Left            =   4680
      TabIndex        =   2
      Top             =   1320
      Width           =   1335
   End
   Begin VB.CommandButton Command2 
      Caption         =   "部门信息管理"
      Height          =   495
      Left            =   3000
      TabIndex        =   1
      Top             =   1320
      Width           =   1335
   End
   Begin VB.CommandButton Command1 
      Caption         =   "人事档案信息管理系"
      Height          =   495
      Left            =   1320
      TabIndex        =   0
      Top             =   1320
      Width           =   1335
   End
   Begin VB.Label Label1 
      Caption         =   "人事信息档案管理系统"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   14.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   2160
      TabIndex        =   8
      Top             =   240
      Width           =   4095
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Load main_rsxx
      main_rsxx.Show
End Sub

Private Sub Command2_Click()
Load main_bmgl
      main_bmgl.Show
End Sub

Private Sub Command3_Click()
 Load main_rckh
      main_rckh.Show
End Sub

Private Sub Command4_Click()
Load main_rsbd
      main_rsbd.Show
End Sub

Private Sub Command5_Click()
Load main_jypx
      main_jypx.Show
End Sub

Private Sub Command6_Click()
 Load main_jccx
      main_jccx.Show
End Sub

Private Sub Command7_Click()
Load main_tj
      main_tj.Show
End Sub


Private Sub Command9_Click()
End
End Sub

⌨️ 快捷键说明

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