home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / clipma / cm32.exe / CLIPMT42.EXE / 0 / RCDATA / TFRMFIND / TFRMFIND.txt
Encoding:
Text File  |  1997-02-01  |  1.6 KB  |  88 lines

  1. object frmFind: TfrmFind
  2.   Left = 261
  3.   Top = 117
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Find Clip Item'
  7.   ClientHeight = 117
  8.   ClientWidth = 299
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefaultPosOnly
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object txtFindText: TEdit
  19.     Left = 4
  20.     Top = 4
  21.     Width = 293
  22.     Height = 21
  23.     TabOrder = 0
  24.   end
  25.   object grp1: TGroupBox
  26.     Left = 4
  27.     Top = 28
  28.     Width = 293
  29.     Height = 49
  30.     Caption = 'Scope Of Search'
  31.     TabOrder = 1
  32.     object rbCurrColl: TRadioButton
  33.       Left = 12
  34.       Top = 20
  35.       Width = 121
  36.       Height = 21
  37.       Caption = 'C&urrent Collection'
  38.       Checked = True
  39.       TabOrder = 0
  40.       TabStop = True
  41.     end
  42.     object rbAllColl: TRadioButton
  43.       Left = 148
  44.       Top = 20
  45.       Width = 117
  46.       Height = 21
  47.       Caption = '&All Collections'
  48.       TabOrder = 1
  49.     end
  50.   end
  51.   object cmdOk: TBitBtn
  52.     Left = 60
  53.     Top = 84
  54.     Width = 75
  55.     Height = 28
  56.     Caption = '&OK'
  57.     TabOrder = 2
  58.     Kind = bkOK
  59.   end
  60.   object cmdCancel: TBitBtn
  61.     Left = 140
  62.     Top = 84
  63.     Width = 75
  64.     Height = 28
  65.     Caption = '&Cancel'
  66.     TabOrder = 3
  67.     Kind = bkCancel
  68.   end
  69.   object BitBtn1: TBitBtn
  70.     Left = 220
  71.     Top = 84
  72.     Width = 75
  73.     Height = 27
  74.     HelpContext = 306
  75.     TabOrder = 4
  76.     Kind = bkHelp
  77.   end
  78.   object AdrockFormPosition1: TAdrockFormPosition
  79.     Version = '1.40b'
  80.     SectionName = 'SaveFrmFind'
  81.     IniFile = 'clipmt40.ini'
  82.     WriteWhenLoaded = False
  83.     SaveDefaultDetails = False
  84.     Left = 4
  85.     Top = 83
  86.   end
  87. end
  88.