home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Software / TemaCD / HTMLed / EDITOR.EXE / 0 / RCDATA / TFINDFORM / TFINDFORM.txt
Text File  |  1998-10-11  |  2KB  |  113 lines

  1. object FindForm: TFindForm
  2.   Left = 216
  3.   Top = 151
  4.   BorderStyle = bsDialog
  5.   Caption = 'Naj∩┐╜t'
  6.   ClientHeight = 190
  7.   ClientWidth = 395
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 16
  20.     Width = 25
  21.     Height = 13
  22.     Caption = '&Naj∩┐╜t:'
  23.   end
  24.   object FromRG: TRadioGroup
  25.     Left = 16
  26.     Top = 64
  27.     Width = 113
  28.     Height = 57
  29.     Caption = '&Za∩┐╜∩┐╜t'
  30.     ItemIndex = 1
  31.     Items.Strings = (
  32.       'o&d kurzoru'
  33.       '&cel∩┐╜ soubor')
  34.     TabOrder = 0
  35.   end
  36.   object OptionsGB: TGroupBox
  37.     Left = 136
  38.     Top = 64
  39.     Width = 161
  40.     Height = 57
  41.     Caption = '&Volby'
  42.     TabOrder = 1
  43.     object CaseChB: TCheckBox
  44.       Left = 8
  45.       Top = 16
  46.       Width = 137
  47.       Height = 17
  48.       Caption = '&rozli∩┐╜ovat velk∩┐╜ a mal∩┐╜'
  49.       TabOrder = 0
  50.     end
  51.     object DIntelChB: TCheckBox
  52.       Left = 8
  53.       Top = 35
  54.       Width = 121
  55.       Height = 17
  56.       Caption = '&inteligence diakritiky'
  57.       TabOrder = 1
  58.     end
  59.   end
  60.   object OKButton: TButton
  61.     Left = 192
  62.     Top = 144
  63.     Width = 75
  64.     Height = 25
  65.     Caption = '&OK'
  66.     Default = True
  67.     ModalResult = 1
  68.     TabOrder = 2
  69.     OnClick = OKButtonClick
  70.   end
  71.   object CancelButton: TButton
  72.     Left = 280
  73.     Top = 144
  74.     Width = 75
  75.     Height = 25
  76.     Cancel = True
  77.     Caption = '&Storno'
  78.     ModalResult = 2
  79.     TabOrder = 3
  80.   end
  81.   object Animate1: TAnimate
  82.     Left = 328
  83.     Top = 16
  84.     Width = 48
  85.     Height = 50
  86.     Active = True
  87.     CommonAVI = aviFindFile
  88.     StopFrame = 23
  89.   end
  90.   object FindCB: TComboBox98
  91.     Left = 16
  92.     Top = 32
  93.     Width = 289
  94.     Height = 21
  95.     ItemHeight = 13
  96.     TabOrder = 5
  97.     Complete = True
  98.     MinLengthComplete = 0
  99.   end
  100.   object FormStorage1: TFormStorage
  101.     IniSection = '\Software\DRHTML\Find'
  102.     Options = []
  103.     UseRegistry = True
  104.     StoredProps.Strings = (
  105.       'FindCB.Items'
  106.       'CaseChB.Checked'
  107.       'DIntelChB.Checked'
  108.       'FromRG.ItemIndex')
  109.     Left = 16
  110.     Top = 152
  111.   end
  112. end
  113.