📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmabout
BackColor = &H8000000A&
BorderStyle = 3 'Fixed Dialog
Caption = "版权"
ClientHeight = 2070
ClientLeft = 45
ClientTop = 330
ClientWidth = 4065
ForeColor = &H00C0C0C0&
Icon = "frmabout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2070
ScaleWidth = 4065
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.Label Label2
Caption = "作者:雪冰灵"
Height = 195
Left = 2640
TabIndex = 1
Top = 1620
Width = 1035
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "rosesnow.heha.net"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 180
Left = 2400
TabIndex = 0
Top = 1800
Width = 1530
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "2000.4 第一版"
Height = 180
Left = 1440
TabIndex = 4
Top = 360
Width = 1170
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "GNU通用公共许可证(GPL)"
Height = 180
Left = 1020
TabIndex = 3
Top = 120
Width = 1980
End
Begin VB.Label Label3
Caption = $"frmabout.frx":000C
Height = 1035
Left = 240
TabIndex = 2
Top = 660
Width = 3555
End
End
Attribute VB_Name = "frmabout"
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 + -