📄 searche.dfm
字号:
object SearchForm: TSearchForm
Left = 225
Top = 166
ActiveControl = cbxFind
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
BorderWidth = 5
Caption = #26597#25214'/'#26367#25442
ClientHeight = 145
ClientWidth = 391
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 12
object lblFind: TLabel
Left = 8
Top = 4
Width = 54
Height = 12
Alignment = taRightJustify
Caption = #26597#25214'(&T):'
FocusControl = cbxFind
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object lblReplace: TLabel
Left = 8
Top = 28
Width = 54
Height = 12
Alignment = taRightJustify
Caption = #26367#25442'(&K):'
FocusControl = cbxReplace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object cbxFind: TComboBox
Left = 64
Top = 0
Width = 242
Height = 20
DropDownCount = 16
ItemHeight = 12
TabOrder = 0
OnChange = cbxFindChange
end
object cbxReplace: TComboBox
Left = 64
Top = 24
Width = 242
Height = 20
DropDownCount = 16
ItemHeight = 12
TabOrder = 1
end
object btnFindFirst: TButton
Left = 316
Top = 0
Width = 75
Height = 25
Caption = #26597#25214'(&F)'
Enabled = False
TabOrder = 2
OnClick = btnFindFirstClick
end
object btnFindNext: TButton
Left = 316
Top = 30
Width = 75
Height = 25
Caption = #19979#19968#20010'(&N)'
Enabled = False
TabOrder = 3
OnClick = btnFindNextClick
end
object btnReplace: TButton
Left = 316
Top = 60
Width = 75
Height = 25
Caption = #26367#25442'(&R)'
Enabled = False
TabOrder = 4
OnClick = btnReplaceClick
end
object btnRepAll: TButton
Left = 316
Top = 90
Width = 75
Height = 25
Caption = #20840#25442'(&A)'
Enabled = False
TabOrder = 5
OnClick = btnRepAllClick
end
object btnCancel: TButton
Left = 316
Top = 120
Width = 75
Height = 25
Cancel = True
Caption = #21462#28040'(&C)'
ModalResult = 2
TabOrder = 7
OnClick = btnCancelClick
end
object gbxOptions: TGroupBox
Left = 0
Top = 50
Width = 105
Height = 95
Caption = #36873#39033
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 8
object ckxMatchCase: TCheckBox
Left = 6
Top = 28
Width = 97
Height = 17
Caption = #21306#20998#22823#23567#20889'(&U)'
TabOrder = 0
end
object ckxWholeWord: TCheckBox
Left = 6
Top = 62
Width = 97
Height = 17
Caption = #25972#35789#21305#37197'(&W)'
TabOrder = 1
end
end
object rgpDirection: TRadioGroup
Left = 111
Top = 50
Width = 195
Height = 32
Caption = #26041#21521
Columns = 2
ItemIndex = 0
Items.Strings = (
#21521#21069'(&P)'
#21521#21518'(&B)')
TabOrder = 9
end
object rgpOrigin: TRadioGroup
Left = 215
Top = 88
Width = 91
Height = 57
Caption = #36215#22987#22788
ItemIndex = 0
Items.Strings = (
#22836'/'#23614#22788'(&V)'
#20809#26631#22788'(&E)')
TabOrder = 11
end
object rgpScope: TRadioGroup
Left = 111
Top = 88
Width = 101
Height = 57
Caption = #33539#22260
ItemIndex = 0
Items.Strings = (
#25972#31687#25991#26412'(&D)'
#36873#20013#25991#26412'(&S)')
TabOrder = 10
end
object btnCount: TButton
Left = 316
Top = 72
Width = 75
Height = 25
Caption = #35745#25968'(&J)'
TabOrder = 6
Visible = False
OnClick = btnCountClick
end
object ActionList1: TActionList
Left = 56
Top = 48
object EditCut1: TEditCut
Category = 'Edit'
Caption = 'Cu&t'
Hint = 'Cut|Cuts the selection and puts it on the Clipboard'
ImageIndex = 0
ShortCut = 16472
OnExecute = EditCut1Execute
end
object EditCopy1: TEditCopy
Category = 'Edit'
Caption = '&Copy'
Hint = 'Copy|Copies the selection and puts it on the Clipboard'
ImageIndex = 1
ShortCut = 16451
OnExecute = EditCopy1Execute
end
object EditPaste1: TEditPaste
Category = 'Edit'
Caption = '&Paste'
Hint = 'Paste|Inserts Clipboard contents'
ImageIndex = 2
ShortCut = 16470
OnExecute = EditPaste1Execute
end
object EditSelectAll1: TEditSelectAll
Category = 'Edit'
Caption = 'Select &All'
Hint = 'Select All|Selects the entire document'
ShortCut = 16449
OnExecute = EditSelectAll1Execute
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -