📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form Frmabout
BorderStyle = 1 'Fixed Single
Caption = "关于"
ClientHeight = 4275
ClientLeft = 45
ClientTop = 435
ClientWidth = 6000
Icon = "Frmabout.frx":0000
LinkTopic = "Form5"
MaxButton = 0 'False
ScaleHeight = 4275
ScaleWidth = 6000
StartUpPosition = 1 '所有者中心
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 4800
TabIndex = 0
Top = 3360
Width = 1095
End
Begin VB.Label Label5
Caption = "版本:V1.0"
Height = 255
Left = 5040
TabIndex = 5
Top = 2880
Width = 855
End
Begin VB.Label Label4
Caption = $"Frmabout.frx":08CA
Height = 975
Left = 720
TabIndex = 4
Top = 1800
Width = 4575
End
Begin VB.Label Label3
Caption = "星子行"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 2640
TabIndex = 3
Top = 1320
Width = 735
End
Begin VB.Label Label2
Caption = $"Frmabout.frx":09BD
Height = 735
Left = 960
TabIndex = 2
Top = 3360
Width = 3735
End
Begin VB.Label Label1
Caption = "声明:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
TabIndex = 1
Top = 3360
Width = 615
End
Begin VB.Image Scmicon
Height = 480
Left = 120
Picture = "Frmabout.frx":0A63
Top = 1320
Width = 480
End
Begin VB.Line Line1
X1 = 120
X2 = 5880
Y1 = 3240
Y2 = 3240
End
Begin VB.Image Abia
Height = 1200
Left = 0
Picture = "Frmabout.frx":132D
Top = 0
Width = 6000
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 + -