📄 frmsshreport.frm
字号:
VERSION 5.00
Object = "{00025600-0000-0000-C000-000000000046}#4.6#0"; "CRYSTL32.OCX"
Begin VB.Form frmSSHReport
Caption = "Form3"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form3"
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 = "frmSSHReport"
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 + -