aboutfrm.frm
来自「超级C&C有没有搞错,VB还能编出这种即时策略游戏来!没错,这就是我们的超级C&」· FRM 代码 · 共 55 行
FRM
55 行
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 + =
减小字号Ctrl + -
显示快捷键?