📄 help.frm
字号:
VERSION 5.00
Begin VB.Form ahelp
Caption = "关于"
ClientHeight = 3345
ClientLeft = 60
ClientTop = 375
ClientWidth = 4680
LinkTopic = "Form2"
ScaleHeight = 3345
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 1440
TabIndex = 5
Top = 2760
Width = 1575
End
Begin VB.Frame Frame1
Height = 2415
Left = 240
TabIndex = 0
Top = 240
Width = 4095
Begin VB.Image Image1
Height = 765
Left = 120
Picture = "help.frx":0000
Top = 960
Width = 1305
End
Begin VB.Label Label4
Caption = "程序: 刘明"
Height = 375
Left = 1680
TabIndex = 4
Top = 1440
Width = 1455
End
Begin VB.Label Label3
Caption = "河北工业大学分校"
Height = 255
Left = 2400
TabIndex = 3
Top = 1920
Width = 1455
End
Begin VB.Label Label2
Caption = "负责人: 陈之贺"
Height = 375
Left = 1680
TabIndex = 2
Top = 960
Width = 2055
End
Begin VB.Label Label1
Caption = "进出库管理统计系统"
BeginProperty Font
Name = "新宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 840
TabIndex = 1
Top = 360
Width = 2415
End
End
End
Attribute VB_Name = "ahelp"
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 + -