📄 form6.frm
字号:
VERSION 5.00
Begin VB.Form Form6
Caption = "打印选中人员"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
Icon = "Form6.frx":0000
LinkTopic = "Form6"
LockControls = -1 'True
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 1 '所有者中心
Begin VB.CommandButton Command1
Caption = "简单打印/导出"
Height = 375
Left = 120
TabIndex = 2
Top = 600
Width = 1335
End
Begin VB.CommandButton Command2
Caption = "完整打印/导出"
Height = 375
Left = 120
TabIndex = 1
Top = 1920
Width = 1335
End
Begin VB.CommandButton Command3
Caption = "取消"
Height = 375
Left = 3120
TabIndex = 0
Top = 2520
Width = 975
End
Begin VB.Label Label2
Caption = "仅打印员工编号、姓名、性别、所在部门、岗位名称、毕业时间、学历等信息"
Height = 735
Left = 1680
TabIndex = 4
Top = 600
Width = 2775
End
Begin VB.Label Label3
Caption = "打印完整信息"
Height = 375
Left = 1800
TabIndex = 3
Top = 1920
Width = 2775
End
End
Attribute VB_Name = "Form6"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
DataReport3.Show
End Sub
Private Sub Command2_Click()
DataReport4.Show
End Sub
Private Sub Command3_Click()
Unload Form6
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -