find.frm
来自「工作报表的源程序内容」· FRM 代码 · 共 33 行
FRM
33 行
VERSION 5.00
Begin VB.Form Find
Caption = "find"
ClientHeight = 6555
ClientLeft = 60
ClientTop = 345
ClientWidth = 6795
LinkTopic = "Form3"
ScaleHeight = 6555
ScaleWidth = 6795
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "返回"
Height = 375
Left = 2880
TabIndex = 0
Top = 6000
Width = 855
End
End
Attribute VB_Name = "Find"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
Form1.Show
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?