?? frmpartyprint.frm
字號:
VERSION 5.00
Object = "{00025600-0000-0000-C000-000000000046}#4.6#0"; "CRYSTL32.OCX"
Begin VB.Form frmPartyPrint
Caption = "打印預覽"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
Icon = "frmPartyPrint.frx":0000
LinkTopic = "Form3"
MaxButton = 0 'False
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 'Windows Default
Begin Crystal.CrystalReport rptReports
Left = 1560
Top = 1200
_ExtentX = 741
_ExtentY = 741
_Version = 262150
ReportFileName = " "
WindowControlBox= -1 'True
WindowMaxButton = -1 'True
WindowMinButton = -1 'True
DiscardSavedData= -1 'True
End
End
Attribute VB_Name = "frmPartyPrint"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Public Sub ShowPreviewWindow(strCaption As String)
On Error Resume Next
Dim sngTpp As String
Dim intWidth As Integer
Dim intwidthp As Integer
Screen.MousePointer = 11
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -