📄 about.pag
字号:
VERSION 5.00
Begin VB.PropertyPage About
Caption = "About"
ClientHeight = 3495
ClientLeft = 0
ClientTop = 0
ClientWidth = 5925
PaletteMode = 0 'Halftone
ScaleHeight = 3495
ScaleWidth = 5925
Begin VB.Label Label3
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "VOTE HERE!"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 2280
MouseIcon = "About.pgx":0000
MousePointer = 99 'Custom
TabIndex = 2
Top = 2160
Width = 1380
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "DownLoad OCX Made By - Sean Gallardy"
Height = 195
Left = 1485
TabIndex = 0
Top = 1560
Width = 2955
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Visit My WebSite"
Height = 255
Left = 2355
MouseIcon = "About.pgx":030A
MousePointer = 99 'Custom
TabIndex = 1
Top = 1800
Width = 1215
End
End
Attribute VB_Name = "About"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
Private Sub Label2_Click()
Shell ("Start http://www.members.tripod.com/darkmsoft/index.html"), vbHide
End Sub
Private Sub Label2_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Label2.ForeColor = vbBlue
End Sub
Private Sub Label3_Click()
Shell ("Start http://www.pscode.com/xq/ASP/txtCodeId.23693/lngWId.1/qx/vb/scripts/ShowCode.htm"), vbHide
End Sub
Private Sub Label3_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Label3.ForeColor = vbRed
End Sub
Private Sub PropertyPage_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Label2.ForeColor = vbBlack
Label3.ForeColor = vbBlack
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -