?? dayin.frm
字號:
VERSION 5.00
Begin VB.Form dayin
Caption = "打印預覽"
ClientHeight = 7200
ClientLeft = 60
ClientTop = 345
ClientWidth = 6000
Icon = "dayin.frx":0000
LinkTopic = "Form1"
ScaleHeight = 7200
ScaleWidth = 6000
StartUpPosition = 3 '窗口缺省
Begin VB.PictureBox CRViewer91
Height = 7000
Left = 0
ScaleHeight = 6945
ScaleWidth = 5745
TabIndex = 0
Top = 0
Width = 5800
End
End
Attribute VB_Name = "dayin"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'Dim Report As New CrystalReport1
'Private Sub Form_Load()
'Screen.MousePointer = vbHourglass
'CRViewer91.ReportSource = Report
'CRViewer91.ViewReport
'Screen.MousePointer = vbDefault
'End Sub
'Private Sub Form_Resize()
'CRViewer91.Top = 0
'CRViewer91.Left = 0
'CRViewer91.Height = ScaleHeight
'CRViewer91.Width = ScaleWidth
'End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -