📄 frm_about_us.frm
字号:
VERSION 5.00
Begin VB.Form frmabout
BackColor = &H00000040&
BorderStyle = 1 'Fixed Single
Caption = "About us..."
ClientHeight = 5070
ClientLeft = 4860
ClientTop = 2385
ClientWidth = 6885
FillStyle = 0 'Solid
ForeColor = &H00808080&
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 5070
ScaleWidth = 6885
Begin VB.CommandButton Command1
Caption = "G&o Back"
Height = 255
Left = 2640
TabIndex = 1
Top = 4620
Width = 1155
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = $"FRM_ABOUT_US.frx":0000
Enabled = 0 'False
BeginProperty Font
Name = "Book Antiqua"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0C0FF&
Height = 4335
Left = 360
TabIndex = 0
Top = 120
Width = 6075
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 + -