pnt.frm
来自「一个使用vb编写的人事管理系统」· FRM 代码 · 共 31 行
FRM
31 行
VERSION 5.00
Begin VB.Form Pnt
Caption = "数据打印"
ClientHeight = 5565
ClientLeft = 60
ClientTop = 345
ClientWidth = 7095
LinkTopic = "Form1"
ScaleHeight = 5565
ScaleWidth = 7095
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "Command1"
Height = 495
Left = 5400
TabIndex = 0
Top = 4920
Width = 1215
End
End
Attribute VB_Name = "Pnt"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
DataReport1.Show
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?