📄 frmhelp.frm
字号:
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form frmHelp
BorderStyle = 3 'Fixed Dialog
Caption = "Help"
ClientHeight = 4230
ClientLeft = 45
ClientTop = 435
ClientWidth = 10500
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4230
ScaleWidth = 10500
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "确定"
Height = 495
Left = 4080
TabIndex = 1
Top = 3480
Width = 1575
End
Begin RichTextLib.RichTextBox RichTextBox1
Height = 3015
Left = 120
TabIndex = 0
Top = 240
Width = 10215
_ExtentX = 18018
_ExtentY = 5318
_Version = 393217
Enabled = -1 'True
TextRTF = $"frmHelp.frx":0000
End
End
Attribute VB_Name = "frmHelp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Form_Load()
RichTextBox1.Text = "比较之前请先合并选中的这两个数据库!!"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -