frmhelp.frm
来自「会计管理信息系统windows界面vb编程 会计管理信息系统windows界面」· FRM 代码 · 共 39 行
FRM
39 行
VERSION 5.00
Begin VB.Form frmHelp
Caption = "帮助"
ClientHeight = 1380
ClientLeft = 60
ClientTop = 450
ClientWidth = 9225
Icon = "frmHelp.frx":0000
LinkTopic = "Form2"
Picture = "frmHelp.frx":014A
ScaleHeight = 1380
ScaleWidth = 9225
StartUpPosition = 2 '屏幕中心
Begin VB.PictureBox Picture1
Height = 1455
Left = 0
Picture = "frmHelp.frx":49D5
ScaleHeight = 1395
ScaleWidth = 9315
TabIndex = 0
Top = 0
Width = 9375
Begin VB.Label Label1
BackColor = &H0080C0FF&
Caption = "友好提示:请确保按如下格式输。注意:只有在出现了空行时才实现保存!"
Height = 375
Left = 0
TabIndex = 1
Top = 0
Width = 9255
End
End
End
Attribute VB_Name = "frmHelp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?