home *** CD-ROM | disk | FTP | other *** search
- object FindForm: TFindForm
- Left = 118
- Top = 176
- ActiveControl = FindTarget
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = 'Find'
- ClientHeight = 51
- ClientWidth = 227
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object FindNext: TButton
- Left = 0
- Top = 28
- Width = 57
- Height = 21
- Caption = 'Find Next'
- Default = True
- TabOrder = 0
- OnClick = FindNextClick
- end
- object FindClose: TButton
- Left = 168
- Top = 28
- Width = 57
- Height = 21
- Cancel = True
- Caption = 'Close'
- TabOrder = 1
- OnClick = FindCloseClick
- end
- object FindTarget: TComboBox
- Left = 0
- Top = 4
- Width = 225
- Height = 21
- ItemHeight = 13
- TabOrder = 2
- end
- end
-