📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmabout
BackColor = &H00FF8080&
BorderStyle = 1 'Fixed Single
Caption = "系统信息"
ClientHeight = 2595
ClientLeft = 5355
ClientTop = 2220
ClientWidth = 4470
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 2595
ScaleWidth = 4470
Begin VB.Label Label5
BackColor = &H00FF8080&
Caption = "E-MAIL: sky_510@hztc.edu.cn"
Height = 255
Left = 960
TabIndex = 4
Top = 2040
Width = 2655
End
Begin VB.Label Label4
BackColor = &H00FF8080&
Caption = "开发者:JOO1 朱烽"
Height = 255
Left = 1200
TabIndex = 3
Top = 1560
Width = 1815
End
Begin VB.Label Label3
BackColor = &H00FF8080&
Caption = "开发时间: 2004.4"
Height = 255
Left = 1200
TabIndex = 2
Top = 1200
Width = 1935
End
Begin VB.Label Label2
BackColor = &H00FF8080&
Caption = "版本号: V 1. 0"
Height = 255
Left = 1200
TabIndex = 1
Top = 840
Width = 1815
End
Begin VB.Label Label1
Alignment = 2 'Center
BackColor = &H00FF8080&
Caption = "单位车辆管理系统"
BeginProperty Font
Name = "隶书"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 840
TabIndex = 0
Top = 240
Width = 2655
End
End
Attribute VB_Name = "frmabout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
frmabout.Left = 5310
frmabout.Top = 1890
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -