?? frmprintg.frm
字號(hào):
VERSION 5.00
Begin VB.Form frmPrintG
Caption = "歸檔文件打印報(bào)表"
ClientHeight = 3492
ClientLeft = 48
ClientTop = 336
ClientWidth = 5808
MaxButton = 0 'False
ScaleHeight = 3492
ScaleWidth = 5808
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton cmdShow
Caption = "Command1"
Height = 372
Left = 960
TabIndex = 0
Top = 960
Width = 1452
End
End
Attribute VB_Name = "frmPrintG"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdShow_Click()
rptDataG.Show
End Sub
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -