📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form Frmabout
BorderStyle = 1 'Fixed Single
Caption = "关于"
ClientHeight = 3465
ClientLeft = 4485
ClientTop = 2430
ClientWidth = 5490
BeginProperty Font
Name = "楷体_GB2312"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Icon = "Frmabout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 231
ScaleMode = 3 'Pixel
ScaleWidth = 366
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label4
BackColor = &H80000001&
BackStyle = 0 'Transparent
Caption = "2008-05-15"
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 405
Left = 1920
TabIndex = 3
Top = 2760
Width = 1455
End
Begin VB.Label Label3
BackColor = &H80000001&
BackStyle = 0 'Transparent
Caption = "蒋磊 制作"
BeginProperty Font
Name = "楷体_GB2312"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 405
Left = 1680
TabIndex = 2
Top = 2280
Width = 1815
End
Begin VB.Label Label2
BackColor = &H80000001&
BackStyle = 0 'Transparent
Caption = "计算机应用(网络)"
BeginProperty Font
Name = "楷体_GB2312"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 300
Left = 1320
TabIndex = 1
Top = 1680
Width = 3255
End
Begin VB.Label Label1
BackColor = &H80000001&
BackStyle = 0 'Transparent
Caption = "汽车租赁管理系统"
BeginProperty Font
Name = "楷体_GB2312"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 615
Left = 960
TabIndex = 0
Top = 840
Width = 3735
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 + -