📄 frmfind.frm
字号:
VERSION 5.00
Begin VB.Form frmFind
BorderStyle = 3 'Fixed Dialog
Caption = "Find"
ClientHeight = 2190
ClientLeft = 45
ClientTop = 330
ClientWidth = 5430
Icon = "frmFind.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2190
ScaleWidth = 5430
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Begin VB.PictureBox picBar
BorderStyle = 0 'None
Height = 1290
Left = 75
ScaleHeight = 1290
ScaleWidth = 5340
TabIndex = 6
Top = 900
Width = 5340
Begin VB.CommandButton cmdReplaceAll
Caption = "Replace &All"
Height = 315
Left = 4275
TabIndex = 13
Top = 525
Width = 990
End
Begin VB.CommandButton cmdHelp
Caption = "&Help"
Height = 315
Left = 4275
TabIndex = 12
Top = 900
Width = 990
End
Begin VB.CommandButton cmdReplace
Caption = "&Replace..."
Height = 315
Left = 4275
TabIndex = 11
Top = 150
Width = 990
End
Begin VB.Frame Frame1
Caption = "Search Options"
Height = 1215
Left = 75
TabIndex = 7
Top = 0
Width = 4065
Begin VB.CheckBox chkWholeWord
Caption = "Find Whole Word &Only"
Height = 240
Left = 150
TabIndex = 10
Top = 300
Width = 1965
End
Begin VB.CheckBox chkMatchCase
Caption = "Match Ca&se"
Height = 240
Left = 150
TabIndex = 9
Top = 600
Width = 1965
End
Begin VB.CheckBox chkNoHighlight
Caption = "No &Highlight"
Height = 240
Left = 150
TabIndex = 8
Top = 900
Width = 1965
End
End
End
Begin VB.ComboBox cboReplace
Height = 315
Left = 1200
TabIndex = 5
Top = 450
Width = 3015
End
Begin VB.CommandButton cmdCancel
Caption = "Cancel"
Height = 315
Left = 4350
TabIndex = 3
Top = 450
Width = 990
End
Begin VB.CommandButton cmdFind
Caption = "&Find"
Height = 315
Left = 4350
TabIndex = 1
Top = 75
Width = 990
End
Begin VB.ComboBox cboFind
Height = 315
Left = 1200
TabIndex = 0
Top = 75
Width = 3015
End
Begin VB.Label lblReplace
Caption = "Replace &With:"
Height = 240
Left = 75
TabIndex = 4
Top = 525
Width = 1065
End
Begin VB.Label lblFind
Caption = "Fin&d What:"
Height = 240
Left = 75
TabIndex = 2
Top = 150
Width = 840
End
End
Attribute VB_Name = "frmFind"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'***************************************************************'
' ELITEPAD '
' Written by '
' Andrea Batina '
' '
' You are free to use the source code in your private, '
' non-commercial, projects without permission. If you want '
' to use this code in commercial projects EXPLICIT permission '
' from the author is required. '
' '
' '
' Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -