📄 frmpreview.frm
字号:
VERSION 5.00
Begin VB.Form frmPreview
AutoRedraw = -1 'True
Caption = "Print Preview"
ClientHeight = 6210
ClientLeft = 165
ClientTop = 450
ClientWidth = 7605
Icon = "frmPreview.frx":0000
LinkTopic = "Form1"
ScaleHeight = 6210
ScaleWidth = 7605
Begin VB.PictureBox picControl
BorderStyle = 0 'None
Height = 495
Left = 0
ScaleHeight = 495
ScaleWidth = 7575
TabIndex = 0
Top = 0
Width = 7575
Begin VB.PictureBox picPages
AutoRedraw = -1 'True
Height = 315
Left = 4440
ScaleHeight = 255
ScaleWidth = 1155
TabIndex = 14
Top = 60
Width = 1215
Begin VB.Label lblStatus
Caption = "Page:"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 30
TabIndex = 15
Top = 15
Width = 1095
End
End
Begin VB.CommandButton cmdNext
Caption = "&Next"
Enabled = 0 'False
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 3480
TabIndex = 13
Top = 60
Width = 855
End
Begin VB.CommandButton cmdPrevious
Caption = "P&revious"
Enabled = 0 'False
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 2520
TabIndex = 12
Top = 60
Width = 855
End
Begin VB.ComboBox cboZoom
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
ItemData = "frmPreview.frx":27A2
Left = 600
List = "frmPreview.frx":27A4
TabIndex = 10
Text = "cboZoom"
Top = 60
Width = 1815
End
Begin VB.CommandButton cmdPrint
Caption = "&Print ..."
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 5760
TabIndex = 2
Top = 60
Width = 855
End
Begin VB.CommandButton cmdClose
Cancel = -1 'True
Caption = "&Close"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 6720
TabIndex = 1
Top = 60
Width = 855
End
Begin VB.Label lblView
Caption = "View:"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 60
TabIndex = 11
Top = 90
Width = 495
End
End
Begin VB.PictureBox picScroll
Height = 5655
Left = 0
ScaleHeight = 5595
ScaleWidth = 7515
TabIndex = 3
Top = 480
Width = 7575
Begin VB.VScrollBar vsPreview
Height = 1215
Left = 3000
TabIndex = 9
Top = 840
Width = 255
End
Begin VB.HScrollBar hsPreview
Height = 255
Left = 720
TabIndex = 8
Top = 4560
Width = 1725
End
Begin VB.PictureBox picShow
AutoRedraw = -1 'True
BorderStyle = 0 'None
Height = 3615
Left = 240
ScaleHeight = 3615
ScaleWidth = 3540
TabIndex = 4
Top = 480
Width = 3540
Begin VB.PictureBox picHold
BorderStyle = 0 'None
Height = 1815
Left = 240
ScaleHeight = 1815
ScaleWidth = 2175
TabIndex = 6
Top = 120
Width = 2175
Begin VB.PictureBox picDoc
Appearance = 0 'Flat
AutoRedraw = -1 'True
BackColor = &H80000005&
BorderStyle = 0 'None
Enabled = 0 'False
ForeColor = &H80000008&
Height = 1215
Left = 240
ScaleHeight = 1215
ScaleWidth = 1695
TabIndex = 7
Top = 240
Visible = 0 'False
Width = 1695
End
End
Begin VB.PictureBox picNormal
Appearance = 0 'Flat
AutoRedraw = -1 'True
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 1215
Left = 480
ScaleHeight = 1215
ScaleWidth = 1695
TabIndex = 5
Top = 2040
Visible = 0 'False
Width = 1695
End
End
End
End
Attribute VB_Name = "frmPreview"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
' ==============================================================
' Project: Enhance Print object
' Author: edward moth
' Copyright:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -