You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6948 8e941d3f-bd1b-0410-a28a-d453659cc2b4
206 lines
3.8 KiB
Plaintext
206 lines
3.8 KiB
Plaintext
object Form2: TForm2
|
|
Left = 445
|
|
Height = 386
|
|
Top = 170
|
|
Width = 487
|
|
Caption = 'Find'
|
|
ClientHeight = 386
|
|
ClientWidth = 487
|
|
LCLVersion = '2.1.0.0'
|
|
object lblTextToFind: TLabel
|
|
Left = 24
|
|
Height = 15
|
|
Top = 16
|
|
Width = 59
|
|
Caption = 'Text to find'
|
|
ParentColor = False
|
|
end
|
|
object edName: TEdit
|
|
Left = 128
|
|
Height = 23
|
|
Top = 11
|
|
Width = 337
|
|
TabOrder = 0
|
|
Text = 'object'
|
|
end
|
|
object btnFind: TButton
|
|
Left = 264
|
|
Height = 25
|
|
Top = 344
|
|
Width = 75
|
|
Caption = 'Find'
|
|
ModalResult = 1
|
|
TabOrder = 8
|
|
end
|
|
object btnCancel: TButton
|
|
Left = 390
|
|
Height = 25
|
|
Top = 344
|
|
Width = 75
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 9
|
|
end
|
|
object cmbReplaceWidth: TComboBox
|
|
Left = 128
|
|
Height = 23
|
|
Top = 46
|
|
Width = 337
|
|
ItemHeight = 15
|
|
TabOrder = 2
|
|
Text = 'class'
|
|
end
|
|
object btnHelp: TButton
|
|
Left = 16
|
|
Height = 25
|
|
Top = 344
|
|
Width = 75
|
|
Caption = 'Help'
|
|
ModalResult = 6
|
|
TabOrder = 7
|
|
end
|
|
object cbReplaceWith: TCheckBox
|
|
Left = 24
|
|
Height = 19
|
|
Top = 48
|
|
Width = 87
|
|
Caption = 'Replace with'
|
|
TabOrder = 1
|
|
end
|
|
object gbOptions: TGroupBox
|
|
Left = 24
|
|
Height = 231
|
|
Top = 89
|
|
Width = 232
|
|
Caption = 'Options'
|
|
ClientHeight = 211
|
|
ClientWidth = 228
|
|
TabOrder = 3
|
|
object cbCaseSensitive: TCheckBox
|
|
Left = 18
|
|
Height = 19
|
|
Top = 8
|
|
Width = 93
|
|
Caption = 'Case sensitive'
|
|
TabOrder = 0
|
|
end
|
|
object cbWholeWordsOnly: TCheckBox
|
|
Left = 18
|
|
Height = 19
|
|
Top = 36
|
|
Width = 115
|
|
Caption = 'Whole words only'
|
|
TabOrder = 1
|
|
end
|
|
object cbRegularExpressions: TCheckBox
|
|
Left = 18
|
|
Height = 19
|
|
Top = 64
|
|
Width = 123
|
|
Caption = 'Regular expressions'
|
|
TabOrder = 2
|
|
end
|
|
object cbMultilinePattern: TCheckBox
|
|
Left = 18
|
|
Height = 19
|
|
Top = 96
|
|
Width = 108
|
|
Caption = 'Multiline pattern'
|
|
TabOrder = 3
|
|
end
|
|
object cbPromptOnReplace: TCheckBox
|
|
Left = 18
|
|
Height = 19
|
|
Top = 128
|
|
Width = 118
|
|
Caption = 'Prompt on replace'
|
|
Enabled = False
|
|
TabOrder = 4
|
|
end
|
|
end
|
|
object gbOrigin: TGroupBox
|
|
Left = 280
|
|
Height = 71
|
|
Top = 89
|
|
Width = 185
|
|
Caption = 'Origin'
|
|
ClientHeight = 51
|
|
ClientWidth = 181
|
|
TabOrder = 4
|
|
object rbFromCursor: TRadioButton
|
|
Left = 16
|
|
Height = 19
|
|
Top = 0
|
|
Width = 84
|
|
Caption = 'From cursor'
|
|
Checked = True
|
|
TabOrder = 0
|
|
TabStop = True
|
|
end
|
|
object rbFromBeginning: TRadioButton
|
|
Left = 16
|
|
Height = 19
|
|
Top = 24
|
|
Width = 105
|
|
Caption = 'From beginning'
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object gbSearchScope: TGroupBox
|
|
Left = 280
|
|
Height = 72
|
|
Top = 168
|
|
Width = 185
|
|
Caption = 'Search scope'
|
|
ClientHeight = 52
|
|
ClientWidth = 181
|
|
TabOrder = 5
|
|
object rbSelectedText: TRadioButton
|
|
Left = 16
|
|
Height = 19
|
|
Top = 1
|
|
Width = 86
|
|
Caption = 'Selected text'
|
|
Checked = True
|
|
TabOrder = 0
|
|
TabStop = True
|
|
end
|
|
object rbGlobal: TRadioButton
|
|
Left = 16
|
|
Height = 19
|
|
Top = 24
|
|
Width = 54
|
|
Caption = 'Global'
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object gbDirection: TGroupBox
|
|
Left = 280
|
|
Height = 72
|
|
Top = 248
|
|
Width = 185
|
|
Caption = 'Direction'
|
|
ClientHeight = 52
|
|
ClientWidth = 181
|
|
TabOrder = 6
|
|
object rbBackwardSearch: TRadioButton
|
|
Left = 16
|
|
Height = 19
|
|
Top = 0
|
|
Width = 108
|
|
Caption = 'Backward search'
|
|
Checked = True
|
|
TabOrder = 0
|
|
TabStop = True
|
|
end
|
|
object rbForwardSearch: TRadioButton
|
|
Left = 16
|
|
Height = 19
|
|
Top = 24
|
|
Width = 100
|
|
Caption = 'Forward search'
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|