📄 wizpage4.frm
字号:
VERSION 5.00
Begin VB.Form WizPage4
BorderStyle = 0 'None
ClientHeight = 4500
ClientLeft = 5205
ClientTop = 4245
ClientWidth = 4320
ClipControls = 0 'False
ControlBox = 0 'False
Icon = "WizPage4.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 300
ScaleMode = 3 'Pixel
ScaleWidth = 288
ShowInTaskbar = 0 'False
Begin VB.Label Label1
Caption = "This is a page which has a different size than the others. The Control detects this and changes its dimensions accordingly."
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 690
Index = 0
Left = 180
TabIndex = 0
Top = 255
Width = 4005
WordWrap = -1 'True
End
End
Attribute VB_Name = "WizPage4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -