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

  1. object ReplaceForm: TReplaceForm
  2.   Left = 235
  3.   Top = 136
  4.   BorderStyle = bsDialog
  5.   Caption = 'Zam∩┐╜nit'
  6.   ClientHeight = 260
  7.   ClientWidth = 314
  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 = 8
  20.     Width = 16
  21.     Height = 13
  22.     Caption = 'Co:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 16
  26.     Top = 56
  27.     Width = 21
  28.     Height = 13
  29.     Caption = '∩┐╜∩┐╜m:'
  30.   end
  31.   object FromRG: TRadioGroup
  32.     Left = 16
  33.     Top = 113
  34.     Width = 110
  35.     Height = 57
  36.     Caption = '&Za∩┐╜∩┐╜t'
  37.     ItemIndex = 1
  38.     Items.Strings = (
  39.       'od kurzoru'
  40.       'cel∩┐╜ soubor')
  41.     TabOrder = 0
  42.   end
  43.   object OptionsGB: TGroupBox
  44.     Left = 139
  45.     Top = 113
  46.     Width = 157
  47.     Height = 98
  48.     Caption = '&Volby'
  49.     TabOrder = 1
  50.     object CaseChB: TCheckBox
  51.       Left = 8
  52.       Top = 16
  53.       Width = 139
  54.       Height = 17
  55.       Caption = 'Rozli∩┐╜ovat velk∩┐╜ a mal∩┐╜'
  56.       TabOrder = 0
  57.     end
  58.     object DIntelChB: TCheckBox
  59.       Left = 8
  60.       Top = 35
  61.       Width = 121
  62.       Height = 17
  63.       Caption = 'Inteligentn∩┐╜ diakritika'
  64.       TabOrder = 1
  65.     end
  66.     object RepAllChb: TCheckBox
  67.       Left = 8
  68.       Top = 55
  69.       Width = 97
  70.       Height = 17
  71.       Caption = 'Zam∩┐╜nit v∩┐╜e'
  72.       TabOrder = 2
  73.     end
  74.     object PromptChb: TCheckBox
  75.       Left = 8
  76.       Top = 74
  77.       Width = 113
  78.       Height = 17
  79.       Caption = 'Pt∩┐╜t se na z∩┐╜m∩┐╜nu'
  80.       TabOrder = 3
  81.     end
  82.   end
  83.   object OKButton: TButton
  84.     Left = 128
  85.     Top = 221
  86.     Width = 75
  87.     Height = 25
  88.     Caption = 'OK'
  89.     Default = True
  90.     ModalResult = 1
  91.     TabOrder = 2
  92.     OnClick = OKButtonClick
  93.   end
  94.   object CancelButton: TButton
  95.     Left = 216
  96.     Top = 221
  97.     Width = 75
  98.     Height = 25
  99.     Cancel = True
  100.     Caption = 'Storno'
  101.     ModalResult = 2
  102.     TabOrder = 3
  103.   end
  104.   object FindCB: TComboBox98
  105.     Left = 16
  106.     Top = 24
  107.     Width = 289
  108.     Height = 21
  109.     ItemHeight = 13
  110.     TabOrder = 4
  111.     Complete = True
  112.     MinLengthComplete = 0
  113.   end
  114.   object WitCB: TComboBox98
  115.     Left = 16
  116.     Top = 72
  117.     Width = 289
  118.     Height = 21
  119.     ItemHeight = 13
  120.     TabOrder = 5
  121.     Complete = True
  122.     MinLengthComplete = 0
  123.   end
  124.   object FormStorage1: TFormStorage
  125.     IniSection = '\Software\DRHTML\Replace'
  126.     Options = []
  127.     UseRegistry = True
  128.     StoredProps.Strings = (
  129.       'CaseChB.Checked'
  130.       'DIntelChB.Checked'
  131.       'FindCB.Items'
  132.       'FromRG.ItemIndex'
  133.       'PromptChb.Checked'
  134.       'RepAllChb.Checked'
  135.       'WitCB.Items')
  136.     Left = 24
  137.     Top = 208
  138.   end
  139. end
  140.