home *** CD-ROM | disk | FTP | other *** search
- object SearchForm: TSearchForm
- Left = 237
- Top = 206
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Search'
- ClientHeight = 165
- ClientWidth = 496
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 16
- Top = 24
- Width = 75
- Height = 19
- Caption = 'Find What:'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- end
- object FindText: TEdit
- Left = 120
- Top = 20
- Width = 249
- Height = 27
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnChange = FindTextChange
- end
- object Button1: TButton
- Left = 384
- Top = 24
- Width = 105
- Height = 25
- Caption = '&Find'
- Default = True
- Enabled = False
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 384
- Top = 64
- Width = 105
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = Button2Click
- end
- object WholeWord: TCheckBox
- Left = 16
- Top = 64
- Width = 225
- Height = 17
- Caption = 'Match &whole word only'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- end
- object MatchCase: TCheckBox
- Left = 16
- Top = 96
- Width = 121
- Height = 17
- Caption = 'Match &case'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- end
- object GlobalSearch: TCheckBox
- Left = 16
- Top = 128
- Width = 265
- Height = 17
- Caption = '&Search all open documents'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- end
- end
-