📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form Frmabout
BackColor = &H80000003&
Caption = "关于..."
ClientHeight = 3855
ClientLeft = 60
ClientTop = 420
ClientWidth = 5445
LinkTopic = "Form1"
ScaleHeight = 3855
ScaleWidth = 5445
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "采用Microsoft office2000 Access建表."
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000001&
Height = 615
Left = 840
TabIndex = 2
Top = 2040
Width = 4815
End
Begin VB.Label Label2
BackColor = &H80000003&
BackStyle = 0 'Transparent
Caption = "开发工具:VB"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000001&
Height = 495
Left = 840
TabIndex = 1
Top = 1200
Width = 2535
End
Begin VB.Label Label1
BackColor = &H80000003&
BackStyle = 0 'Transparent
Caption = "开发者:王旭"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000001&
Height = 375
Left = 840
TabIndex = 0
Top = 480
Width = 4695
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 + -