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

📄 form5.frm

📁 本人长期从事人事管理工作
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form5 
   Caption         =   "打印全部人员"
   ClientHeight    =   3195
   ClientLeft      =   1065
   ClientTop       =   1350
   ClientWidth     =   4680
   Icon            =   "Form5.frx":0000
   LinkTopic       =   "Form5"
   LockControls    =   -1  'True
   ScaleHeight     =   3195
   ScaleWidth      =   4680
   StartUpPosition =   1  '所有者中心
   Begin VB.CommandButton Command3 
      Caption         =   "取消"
      Height          =   375
      Left            =   3360
      TabIndex        =   5
      Top             =   2640
      Width           =   975
   End
   Begin VB.CommandButton Command2 
      Caption         =   "完整打印/导出"
      Height          =   375
      Left            =   120
      TabIndex        =   1
      Top             =   2160
      Width           =   1335
   End
   Begin VB.CommandButton Command1 
      Caption         =   "简单打印/导出"
      Height          =   375
      Left            =   120
      TabIndex        =   0
      Top             =   1200
      Width           =   1335
   End
   Begin VB.Label Label3 
      Caption         =   "打印完整信息"
      Height          =   375
      Left            =   1680
      TabIndex        =   4
      Top             =   2160
      Width           =   2775
   End
   Begin VB.Label Label2 
      Caption         =   "仅打印员工编号、姓名、性别、所在部门、岗位名称、毕业时间、学历等信息"
      Height          =   735
      Left            =   1680
      TabIndex        =   3
      Top             =   1200
      Width           =   2775
   End
   Begin VB.Label Label1 
      Caption         =   "   本命令将打印数据库中所有人员信息,如果仅希望有选择的打印部分人员,请使用“查询”项目中的“打印”命令。"
      Height          =   615
      Left            =   240
      TabIndex        =   2
      Top             =   240
      Width           =   4215
   End
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()


DataReport1.Show


End Sub

Private Sub Command2_Click()
DataReport2.Show
End Sub

Private Sub Command3_Click()
Unload Form5

End Sub

⌨️ 快捷键说明

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