📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmabout
BackColor = &H00FFFFC0&
Caption = "关于"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 3090
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.PictureBox Picture1
Height = 975
Left = 120
Picture = "frmabout.frx":0000
ScaleHeight = 915
ScaleWidth = 1035
TabIndex = 4
Top = 360
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 3480
TabIndex = 3
Top = 2400
Width = 975
End
Begin VB.Line Line1
X1 = 0
X2 = 4680
Y1 = 2280
Y2 = 2280
End
Begin VB.Label Label3
BackColor = &H00FFFFC0&
Caption = "系统说明"
Height = 495
Left = 1800
TabIndex = 2
Top = 1440
Width = 1815
End
Begin VB.Label Label2
BackColor = &H00FFFFC0&
Caption = "版本2.0.0"
Height = 495
Left = 1800
TabIndex = 1
Top = 840
Width = 1695
End
Begin VB.Label Label1
BackColor = &H00FFFFC0&
Caption = "仓库管理系统"
Height = 375
Left = 1800
TabIndex = 0
Top = 360
Width = 1575
End
End
Attribute VB_Name = "frmabout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -