home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / chip12_99.iso / software / clipboard / clip_pile / SETUP.EXE / file0001.bin / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  1999-10-03  |  2.0 KB  |  105 lines

  1. object Form2: TForm2
  2.   Left = 205
  3.   Top = 117
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Find'
  7.   ClientHeight = 145
  8.   ClientWidth = 450
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OnCreate = FormCreate
  16.   OnKeyDown = FormKeyDown
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object CheckBox1: TCheckBox
  21.     Left = 8
  22.     Top = 80
  23.     Width = 137
  24.     Height = 17
  25.     Caption = 'Match &whole word only'
  26.     TabOrder = 0
  27.   end
  28.   object CheckBox2: TCheckBox
  29.     Left = 8
  30.     Top = 104
  31.     Width = 80
  32.     Height = 17
  33.     Caption = 'Match ca&se'
  34.     TabOrder = 1
  35.   end
  36.   object ComboBox1: TComboBox
  37.     Left = 8
  38.     Top = 16
  39.     Width = 289
  40.     Height = 21
  41.     Style = csSimple
  42.     DropDownCount = 20
  43.     ItemHeight = 13
  44.     TabOrder = 2
  45.     OnKeyPress = ComboBox1KeyPress
  46.   end
  47.   object Button1: TButton
  48.     Left = 320
  49.     Top = 16
  50.     Width = 120
  51.     Height = 23
  52.     Caption = 'The current &item'
  53.     TabOrder = 3
  54.     OnClick = Button1Click
  55.   end
  56.   object Button2: TButton
  57.     Left = 320
  58.     Top = 48
  59.     Width = 120
  60.     Height = 23
  61.     Caption = 'The c&urrent collection'
  62.     TabOrder = 4
  63.     OnClick = Button2Click
  64.   end
  65.   object Button3: TButton
  66.     Left = 320
  67.     Top = 80
  68.     Width = 120
  69.     Height = 23
  70.     Caption = '&All collections'
  71.     TabOrder = 5
  72.     OnClick = Button3Click
  73.   end
  74.   object Button4: TButton
  75.     Left = 320
  76.     Top = 112
  77.     Width = 120
  78.     Height = 22
  79.     Caption = '&Cancel'
  80.     ModalResult = 2
  81.     TabOrder = 6
  82.   end
  83.   object FormStorage1: TFormStorage
  84.     IniFileName = 'ClipStore.ini'
  85.     Options = []
  86.     StoredProps.Strings = (
  87.       'ComboBox1.Items')
  88.     Left = 216
  89.     Top = 104
  90.   end
  91.   object RxGradientCaption1: TRxGradientCaption
  92.     Captions = <>
  93.     DefaultFont = False
  94.     FormCaption = 'Find'
  95.     Font.Charset = ANSI_CHARSET
  96.     Font.Color = clWhite
  97.     Font.Height = -12
  98.     Font.Name = 'Federation'
  99.     Font.Style = [fsBold]
  100.     StartColor = clBlue
  101.     Left = 249
  102.     Top = 104
  103.   end
  104. end
  105.