📄 dlgabout.frm
字号:
VERSION 5.00
Begin VB.Form dlgAbout
BackColor = &H8000000C&
Caption = "About VertMenu ActiveX Control"
ClientHeight = 2685
ClientLeft = 2535
ClientTop = 4575
ClientWidth = 5385
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2685
ScaleWidth = 5385
Begin VB.CommandButton cmdOK
Cancel = -1 'True
Caption = "&OK"
Default = -1 'True
Height = 330
Left = 1980
TabIndex = 1
Top = 2295
Width = 1230
End
Begin VB.Label Label2
Caption = "Copyright 1997 WinResources Computing, Inc., Solana Beach, CA 90275"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 555
Left = 225
TabIndex = 2
Top = 1575
Width = 4875
End
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "Vertical Menu ActiveX Control"
BeginProperty Font
Name = "MS Sans Serif"
Size = 24
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 1275
Left = 585
TabIndex = 0
Top = 180
Width = 4245
End
End
Attribute VB_Name = "dlgAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub cmdOK_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -