home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / sharewar / extract / Extractor.exe / 0 / RCDATA / TFIND / TFIND.txt
Encoding:
Text File  |  2000-07-04  |  2.9 KB  |  152 lines

  1. object Find: TFind
  2.   Left = 304
  3.   Top = 212
  4.   HelpContext = 1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Hledat'
  7.   ClientHeight = 217
  8.   ClientWidth = 337
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 12
  22.     Width = 24
  23.     Height = 13
  24.     Caption = '&Text:'
  25.     FocusControl = cboText
  26.   end
  27.   object btnOk: TButton
  28.     Left = 176
  29.     Top = 184
  30.     Width = 73
  31.     Height = 25
  32.     Anchors = [akRight, akBottom]
  33.     Caption = 'OK'
  34.     Default = True
  35.     Enabled = False
  36.     ModalResult = 1
  37.     TabOrder = 4
  38.   end
  39.   object btnCancel: TButton
  40.     Left = 256
  41.     Top = 184
  42.     Width = 73
  43.     Height = 25
  44.     Anchors = [akRight, akBottom]
  45.     Cancel = True
  46.     Caption = 'Zru∩┐╜it'
  47.     ModalResult = 2
  48.     TabOrder = 5
  49.   end
  50.   object gbFindLocation: TGroupBox
  51.     Left = 8
  52.     Top = 36
  53.     Width = 321
  54.     Height = 77
  55.     Caption = 'Prohled∩┐╜vat polo∩┐╜ky'
  56.     TabOrder = 1
  57.     object cbxFileName: TCheckBox
  58.       Left = 8
  59.       Top = 16
  60.       Width = 97
  61.       Height = 17
  62.       Caption = '&Jm∩┐╜no souboru'
  63.       TabOrder = 0
  64.     end
  65.     object cbxFileSize: TCheckBox
  66.       Left = 160
  67.       Top = 16
  68.       Width = 97
  69.       Height = 17
  70.       Caption = '&Velikost souboru'
  71.       TabOrder = 3
  72.     end
  73.     object cbxFilePos: TCheckBox
  74.       Left = 8
  75.       Top = 52
  76.       Width = 97
  77.       Height = 17
  78.       Caption = '&Pozice souboru'
  79.       TabOrder = 2
  80.     end
  81.     object cbxFileType: TCheckBox
  82.       Left = 8
  83.       Top = 34
  84.       Width = 81
  85.       Height = 17
  86.       Caption = 'T&yp souboru'
  87.       TabOrder = 1
  88.     end
  89.     object cbxFileInfo: TCheckBox
  90.       Left = 160
  91.       Top = 34
  92.       Width = 41
  93.       Height = 17
  94.       Caption = '&Info'
  95.       TabOrder = 4
  96.     end
  97.   end
  98.   object cboText: TComboBox
  99.     Left = 40
  100.     Top = 8
  101.     Width = 289
  102.     Height = 21
  103.     DropDownCount = 10
  104.     ItemHeight = 13
  105.     TabOrder = 0
  106.     OnChange = cboTextChange
  107.   end
  108.   object gbProperties: TGroupBox
  109.     Left = 8
  110.     Top = 120
  111.     Width = 161
  112.     Height = 89
  113.     Caption = 'Mo∩┐╜nosti'
  114.     TabOrder = 2
  115.     object cbxWholeString: TCheckBox
  116.       Left = 8
  117.       Top = 34
  118.       Width = 113
  119.       Height = 17
  120.       Caption = 'Hledat &cel∩┐╜ ∩┐╜etezec'
  121.       TabOrder = 1
  122.     end
  123.     object cbxOnlySelected: TCheckBox
  124.       Left = 8
  125.       Top = 52
  126.       Width = 137
  127.       Height = 17
  128.       Caption = 'Prohled∩┐╜vat jen vy&bran∩┐╜'
  129.       TabOrder = 2
  130.     end
  131.     object cbxCaseSensitive: TCheckBox
  132.       Left = 8
  133.       Top = 16
  134.       Width = 145
  135.       Height = 17
  136.       Caption = 'Rozli∩┐╜ovat v&elikost p∩┐╜smen'
  137.       TabOrder = 0
  138.     end
  139.   end
  140.   object rgDirection: TRadioGroup
  141.     Left = 176
  142.     Top = 120
  143.     Width = 153
  144.     Height = 57
  145.     Caption = 'Sm∩┐╜r hled∩┐╜n∩┐╜'
  146.     Items.Strings = (
  147.       'Vp∩┐╜e&d'
  148.       '&Zp∩┐╜t')
  149.     TabOrder = 3
  150.   end
  151. end
  152.