📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BackColor = &H000080FF&
BorderStyle = 3 'Fixed Dialog
Caption = "关于本应用程序"
ClientHeight = 3315
ClientLeft = 2340
ClientTop = 1935
ClientWidth = 5925
ClipControls = 0 'False
LinkTopic = "Form2"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2288.072
ScaleMode = 0 'User
ScaleWidth = 5563.881
ShowInTaskbar = 0 'False
Begin VB.CommandButton cmdOK
BackColor = &H0000FF00&
Cancel = -1 'True
Caption = "返回(&A)"
Default = -1 'True
Height = 465
Left = 4515
Style = 1 'Graphical
TabIndex = 0
Top = 2505
Width = 1155
End
Begin VB.Label lblTitle
BackColor = &H008080FF&
BackStyle = 0 'Transparent
Caption = "设备管理系统"
BeginProperty Font
Name = "黑体"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Index = 0
Left = 3750
TabIndex = 2
Top = 240
Width = 2085
End
Begin VB.Label lblTitle
BackColor = &H008080FF&
BackStyle = 0 'Transparent
Caption = "设备管理系统"
BeginProperty Font
Name = "黑体"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 375
Index = 1
Left = 3795
TabIndex = 3
Top = 285
Width = 2085
End
Begin VB.Image Image1
Height = 1230
Left = 390
Picture = "frmAbout.frx":0000
Top = 615
Width = 2250
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 1
X1 = 126.772
X2 = 5351.655
Y1 = 1470.164
Y2 = 1470.164
End
Begin VB.Label lblDescription
BackStyle = 0 'Transparent
Caption = "课程设计"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 435
Left = 3300
TabIndex = 1
Top = 1470
Width = 2640
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
BorderWidth = 2
Index = 0
X1 = 140.858
X2 = 5351.655
Y1 = 1480.517
Y2 = 1480.517
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
Private Sub Form_Load()
Me.Left = (Screen.Width - Me.Width) / 2
Me.Top = (Screen.Height - Me.Height) / 2
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -