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

📄 hrform.frm

📁 本系统主要介绍了企业工资管理的一些内容。
💻 FRM
字号:
VERSION 5.00
Begin VB.Form HRForm 
   Caption         =   "人员管理"
   ClientHeight    =   8205
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   12645
   LinkTopic       =   "Form2"
   ScaleHeight     =   8205
   ScaleWidth      =   12645
   WindowState     =   2  'Maximized
   Begin VB.CommandButton cmdCancel 
      Caption         =   "取消"
      Height          =   375
      Left            =   11040
      TabIndex        =   3
      Top             =   3240
      Width           =   1335
   End
   Begin VB.CommandButton cmdUpdateEmployee 
      Caption         =   "修改员工"
      Height          =   375
      Left            =   11040
      TabIndex        =   2
      Top             =   2640
      Width           =   1335
   End
   Begin VB.CommandButton cmdDeleteEmployee 
      Caption         =   "删除员工"
      Height          =   375
      Left            =   11040
      TabIndex        =   1
      Top             =   2040
      Width           =   1335
   End
   Begin VB.CommandButton cmdAddEmployee 
      Caption         =   "添加员工"
      Height          =   375
      Left            =   11040
      TabIndex        =   0
      Top             =   1440
      Width           =   1335
   End
   Begin VB.OLE OLE1 
      Class           =   "ET.Workbook.6"
      Height          =   5655
      Left            =   1800
      OleObjectBlob   =   "HRForm.frx":0000
      TabIndex        =   4
      Top             =   1440
      Width           =   8415
   End
End
Attribute VB_Name = "HRForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdAddEmployee_Click()
  AddEForm.Show
End Sub

Private Sub cmdCancel_Click()
 Me.Hide
End Sub

Private Sub cmdUpdateEmployee_Click()
  UpdateEForm.Show
End Sub

⌨️ 快捷键说明

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