📄 aboutfrm.frm
字号:
VERSION 5.00
Begin VB.Form AboutFrm
BorderStyle = 3 'Fixed Dialog
Caption = "About"
ClientHeight = 855
ClientLeft = 4650
ClientTop = 4290
ClientWidth = 4185
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 855
ScaleWidth = 4185
ShowInTaskbar = 0 'False
Begin VB.Label Label2
Caption = "Object Editor V1.0 by Michael Jennings"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
TabIndex = 1
Top = 480
Width = 3975
End
Begin VB.Label Label1
Caption = "Jump-Point: Ion"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
TabIndex = 0
Top = 120
Width = 3975
End
End
Attribute VB_Name = "AboutFrm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -