frmhelp.frm
来自「库房和客服配货单比较,合并数据表,并带有进度条」· FRM 代码 · 共 51 行
FRM
51 行
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 + =
减小字号Ctrl + -
显示快捷键?