📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "关于 protect"
ClientHeight = 3525
ClientLeft = 45
ClientTop = 435
ClientWidth = 5865
ClipControls = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3525
ScaleWidth = 5865
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Tag = "关于 protect"
Begin VB.PictureBox picIcon
AutoSize = -1 'True
BackColor = &H00C0C0C0&
ClipControls = 0 'False
Height = 780
Left = 240
Picture = "frmAbout.frx":0000
ScaleHeight = 720
ScaleMode = 0 'User
ScaleWidth = 720
TabIndex = 1
TabStop = 0 'False
Top = 240
Width = 780
End
Begin VB.CommandButton cmdOK
Cancel = -1 'True
Caption = "确定"
Default = -1 'True
Height = 345
Left = 4245
TabIndex = 0
Tag = "确定"
Top = 2625
Width = 1467
End
Begin VB.Label lblDescription
Caption = "该程序用来连接“矿井升降机综合后备保护仪”,形成其软件平台"
ForeColor = &H00000000&
Height = 1170
Left = 1050
TabIndex = 5
Tag = "应用程序描述"
Top = 1125
Width = 4092
End
Begin VB.Label lblTitle
Caption = "矿井升降机综合后备保护仪 软件监控平台"
ForeColor = &H00000000&
Height = 480
Left = 1050
TabIndex = 4
Tag = "应用程序标题"
Top = 240
Width = 4092
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
Caption = "版本05.03"
Height = 225
Left = 1050
TabIndex = 3
Tag = "版本"
Top = 780
Width = 4092
End
Begin VB.Label lblDisclaimer
Caption = "版权所有 泰安市无线电二厂"
ForeColor = &H00000000&
Height = 825
Left = 255
TabIndex = 2
Tag = "警告: ..."
Top = 2625
Width = 3870
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 + -