📄 about.frm
字号:
VERSION 5.00
Begin VB.Form About
AutoRedraw = -1 'True
BorderStyle = 3 'Fixed Dialog
Caption = "程序设计:东化科技"
ClientHeight = 1560
ClientLeft = 45
ClientTop = 330
ClientWidth = 3285
Icon = "About.frx":0000
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1560
ScaleWidth = 3285
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.Frame Frame1
Caption = "Copyright"
BeginProperty Font
Name = "Arial"
Size = 10.5
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00808000&
Height = 1275
Left = 105
TabIndex = 0
Top = 165
Width = 3075
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "东化科技"
BeginProperty Font
Name = "宋体"
Size = 26.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 525
Left = 465
TabIndex = 1
Top = 465
Width = 2175
End
End
End
Attribute VB_Name = "About"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
About.HelpContextID = 8
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -