📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
Caption = " QuakeView info"
ClientHeight = 2895
ClientLeft = 60
ClientTop = 345
ClientWidth = 3990
ControlBox = 0 'False
LinkTopic = "Form2"
ScaleHeight = 2895
ScaleWidth = 3990
StartUpPosition = 3 'Windows-Standard
Begin VB.CommandButton Command1
Caption = "OK"
Height = 375
Left = 2760
TabIndex = 5
Top = 2400
Width = 1095
End
Begin VB.Label Label5
Caption = "Marius Schmidt (lupin003@gmx.de)"
Height = 255
Left = 120
TabIndex = 4
Top = 2280
Width = 3495
End
Begin VB.Label Label4
Caption = $"frmAbout.frx":0000
Height = 1095
Left = 120
TabIndex = 3
Top = 960
Width = 3735
End
Begin VB.Label Label3
Alignment = 2 'Zentriert
Caption = "Visual Basic MD2/MD3 viewer"
Height = 255
Left = 120
TabIndex = 2
Top = 545
Width = 3735
End
Begin VB.Label Label2
Alignment = 2 'Zentriert
Caption = "QuakeView"
BeginProperty Font
Name = "MS Serif"
Size = 18
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 120
TabIndex = 1
Top = 120
Width = 3735
End
Begin VB.Label Label1
Caption = "Webpage: www.matrixvb.da.ru"
Height = 255
Left = 120
TabIndex = 0
Top = 2520
Width = 2775
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -