📄 frmhelp.frm
字号:
VERSION 5.00
Begin VB.Form frmQueryHelp
BorderStyle = 1 'Fixed Single
Caption = "帮助"
ClientHeight = 4140
ClientLeft = 45
ClientTop = 330
ClientWidth = 6585
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4140
ScaleWidth = 6585
StartUpPosition = 1 'CenterOwner
Begin VB.TextBox txthelp
Appearance = 0 'Flat
BorderStyle = 0 'None
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 3135
Left = 240
MultiLine = -1 'True
TabIndex = 0
TabStop = 0 'False
Text = "frmHelp.frx":0000
Top = 240
Width = 6015
End
Begin VB.CommandButton cmdClose
Caption = "确定"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 4920
TabIndex = 1
Top = 3600
Width = 1335
End
End
Attribute VB_Name = "frmQueryHelp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'打印数据网格控件 黄敬东
Option Explicit
Private Sub cmdClose_Click()
Unload Me
End Sub
Private Sub txthelp_GotFocus()
cmdClose.SetFocus
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -