📄 frmtest.frm
字号:
VERSION 5.00
Begin VB.Form frmTest
Caption = "Enhanced Print with Preview Test"
ClientHeight = 6495
ClientLeft = 60
ClientTop = 345
ClientWidth = 6810
ForeColor = &H00C00000&
Icon = "frmTest.frx":0000
LinkTopic = "Form1"
ScaleHeight = 6495
ScaleWidth = 6810
StartUpPosition = 2 'CenterScreen
Begin VB.Frame fraUser
Caption = "User Options"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1095
Left = 5040
TabIndex = 21
Top = 2520
Width = 1695
Begin VB.CheckBox chkCopies
Appearance = 0 'Flat
Caption = "Choose Copies"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 255
Left = 120
TabIndex = 23
Top = 720
Value = 1 'Checked
Width = 1455
End
Begin VB.CheckBox chkPrinter
Appearance = 0 'Flat
Caption = "Choose Printer"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 255
Left = 120
TabIndex = 22
Top = 360
Value = 1 'Checked
Width = 1455
End
End
Begin VB.Frame fraOrientation
Caption = "Orientation"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1575
Left = 5040
TabIndex = 16
Top = 840
Width = 1695
Begin VB.OptionButton optOrientation
Appearance = 0 'Flat
Caption = "Landscape"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 255
Index = 2
Left = 120
TabIndex = 20
Top = 1200
Width = 1455
End
Begin VB.OptionButton optOrientation
Appearance = 0 'Flat
Caption = "Portrait"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 255
Index = 1
Left = 120
TabIndex = 19
Top = 840
Width = 1455
End
Begin VB.Label lblOStatus
Alignment = 2 'Center
BackColor = &H80000018&
BorderStyle = 1 'Fixed Single
Caption = "Available"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
TabIndex = 18
Top = 480
Width = 1455
End
Begin VB.Label lblOrientation
Caption = "Status:"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
TabIndex = 17
Top = 240
Width = 1455
End
End
Begin VB.CheckBox chkLast
Appearance = 0 'Flat
Caption = "Print date and time information on last page"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 255
Left = 1200
TabIndex = 15
Top = 5760
Width = 3735
End
Begin VB.CheckBox chkJustify
Appearance = 0 'Flat
Caption = "Justify footer left or right for odd/even pages"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 255
Left = 1200
TabIndex = 14
Top = 5520
Width = 3735
End
Begin VB.TextBox txtFooter
Alignment = 2 'Center
Appearance = 0 'Flat
BeginProperty Font
Name = "Verdana"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 375
Left = 1200
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 12
Text = "frmTest.frx":27A2
Top = 5040
Width = 3735
End
Begin VB.CheckBox chkAfter
Appearance = 0 'Flat
Caption = "Add new page after last piece of text"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 255
Left = 1200
TabIndex = 11
Top = 4080
Width = 3735
End
Begin VB.CheckBox chkBefore
Appearance = 0 'Flat
Caption = "Add new page before next piece of text"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -