home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 205
- Top = 117
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Find'
- ClientHeight = 145
- ClientWidth = 450
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object CheckBox1: TCheckBox
- Left = 8
- Top = 80
- Width = 137
- Height = 17
- Caption = 'Match &whole word only'
- TabOrder = 0
- end
- object CheckBox2: TCheckBox
- Left = 8
- Top = 104
- Width = 80
- Height = 17
- Caption = 'Match ca&se'
- TabOrder = 1
- end
- object ComboBox1: TComboBox
- Left = 8
- Top = 16
- Width = 289
- Height = 21
- Style = csSimple
- DropDownCount = 20
- ItemHeight = 13
- TabOrder = 2
- OnKeyPress = ComboBox1KeyPress
- end
- object Button1: TButton
- Left = 320
- Top = 16
- Width = 120
- Height = 23
- Caption = 'The current &item'
- TabOrder = 3
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 320
- Top = 48
- Width = 120
- Height = 23
- Caption = 'The c&urrent collection'
- TabOrder = 4
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 320
- Top = 80
- Width = 120
- Height = 23
- Caption = '&All collections'
- TabOrder = 5
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 320
- Top = 112
- Width = 120
- Height = 22
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 6
- end
- object FormStorage1: TFormStorage
- IniFileName = 'ClipStore.ini'
- Options = []
- StoredProps.Strings = (
- 'ComboBox1.Items')
- Left = 216
- Top = 104
- end
- object RxGradientCaption1: TRxGradientCaption
- Captions = <>
- DefaultFont = False
- FormCaption = 'Find'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -12
- Font.Name = 'Federation'
- Font.Style = [fsBold]
- StartColor = clBlue
- Left = 249
- Top = 104
- end
- end
-