📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "关于我的应用程序"
ClientHeight = 3705
ClientLeft = 2340
ClientTop = 1935
ClientWidth = 5970
ClipControls = 0 'False
Icon = "frmAbout.frx":0000
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2557.257
ScaleMode = 0 'User
ScaleWidth = 5606.139
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.PictureBox picIcon
AutoSize = -1 'True
ClipControls = 0 'False
Height = 540
Left = 240
Picture = "frmAbout.frx":000C
ScaleHeight = 337.12
ScaleMode = 0 'User
ScaleWidth = 337.12
TabIndex = 1
Top = 240
Width = 540
End
Begin VB.CommandButton cmdOK
Cancel = -1 'True
Caption = "确定"
Default = -1 'True
Height = 345
Left = 4275
TabIndex = 0
Top = 2760
Width = 1500
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 1
X1 = 84.515
X2 = 5451.196
Y1 = 1687.583
Y2 = 1687.583
End
Begin VB.Label lblDescription
Caption = "海媚仓库管理系统"
ForeColor = &H00000000&
Height = 315
Left = 1050
TabIndex = 2
Top = 1125
Visible = 0 'False
Width = 3015
End
Begin VB.Label lblTitle
Caption = "应用程序标题"
ForeColor = &H00000000&
Height = 480
Left = 1050
TabIndex = 4
Top = 240
Width = 3885
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
BorderWidth = 2
Index = 0
X1 = 98.6
X2 = 5309.399
Y1 = 1697.936
Y2 = 1697.936
End
Begin VB.Label lblVersion
Caption = "版本Ver 5.03.005"
Height = 225
Left = 1050
TabIndex = 5
Top = 780
Width = 3885
End
Begin VB.Label lblDisclaimer
Caption = $"frmAbout.frx":0316
ForeColor = &H00000000&
Height = 870
Left = 255
TabIndex = 3
Top = 2625
Width = 3885
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub cmdOK_Click()
Unload Me
End Sub
Private Sub Form_Load()
Caption = "关于 " & app.Title
lblTitle.Caption = app.Title
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -