📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BackColor = &H80000011&
BorderStyle = 3 'Fixed Dialog
Caption = "关于系统 "
ClientHeight = 3645
ClientLeft = 30
ClientTop = 330
ClientWidth = 5895
ClipControls = 0 'False
ForeColor = &H00FFFFFF&
Icon = "frmAbout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Palette = "frmAbout.frx":08CA
Picture = "frmAbout.frx":12C18C
ScaleHeight = 3645
ScaleWidth = 5895
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Tag = "About Project1"
Begin VB.PictureBox picIcon
AutoSize = -1 'True
BackColor = &H00C0C0C0&
ClipControls = 0 'False
Height = 540
Left = 240
Picture = "frmAbout.frx":1389BA
ScaleHeight = 479.532
ScaleMode = 0 'User
ScaleWidth = 479.532
TabIndex = 2
TabStop = 0 'False
Top = 240
Width = 540
End
Begin VB.CommandButton cmdOK
Cancel = -1 'True
Caption = "确定"
Default = -1 'True
Height = 345
Left = 4245
TabIndex = 0
Tag = "OK"
Top = 2625
Width = 1467
End
Begin VB.CommandButton cmdSysInfo
Caption = "取消"
Height = 345
Left = 4260
TabIndex = 1
Tag = "&System Info..."
Top = 3075
Width = 1452
End
Begin VB.Label lblDescription
BackColor = &H00C0C0C0&
Caption = "指导教师:毕晓玲"
ForeColor = &H00000000&
Height = 465
Left = 960
TabIndex = 5
Tag = "App Description"
Top = 960
Width = 3135
End
Begin VB.Label lblTitle
BackColor = &H00C0C0C0&
Caption = "系统名称: 航空公司信息管理系统"
ForeColor = &H00000000&
Height = 465
Left = 960
TabIndex = 4
Tag = "Application Title"
Top = 240
Width = 3135
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 1
X1 = 225
X2 = 5657
Y1 = 2430
Y2 = 2430
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
BorderWidth = 2
Index = 0
X1 = 240
X2 = 5657
Y1 = 2445
Y2 = 2445
End
Begin VB.Label lblVersion
BackColor = &H00C0C0C0&
Caption = "系统制作: 居尧君"
Height = 465
Left = 960
TabIndex = 3
Tag = "Version"
Top = 1680
Width = 3165
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdOK_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -