object ReplaceForm: TReplaceForm Left = 235 Top = 136 BorderStyle = bsDialog Caption = 'Zam�nit' ClientHeight = 260 ClientWidth = 314 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 8 Width = 16 Height = 13 Caption = 'Co:' end object Label2: TLabel Left = 16 Top = 56 Width = 21 Height = 13 Caption = '��m:' end object FromRG: TRadioGroup Left = 16 Top = 113 Width = 110 Height = 57 Caption = '&Za��t' ItemIndex = 1 Items.Strings = ( 'od kurzoru' 'cel� soubor') TabOrder = 0 end object OptionsGB: TGroupBox Left = 139 Top = 113 Width = 157 Height = 98 Caption = '&Volby' TabOrder = 1 object CaseChB: TCheckBox Left = 8 Top = 16 Width = 139 Height = 17 Caption = 'Rozli�ovat velk� a mal�' TabOrder = 0 end object DIntelChB: TCheckBox Left = 8 Top = 35 Width = 121 Height = 17 Caption = 'Inteligentn� diakritika' TabOrder = 1 end object RepAllChb: TCheckBox Left = 8 Top = 55 Width = 97 Height = 17 Caption = 'Zam�nit v�e' TabOrder = 2 end object PromptChb: TCheckBox Left = 8 Top = 74 Width = 113 Height = 17 Caption = 'Pt�t se na z�m�nu' TabOrder = 3 end end object OKButton: TButton Left = 128 Top = 221 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = OKButtonClick end object CancelButton: TButton Left = 216 Top = 221 Width = 75 Height = 25 Cancel = True Caption = 'Storno' ModalResult = 2 TabOrder = 3 end object FindCB: TComboBox98 Left = 16 Top = 24 Width = 289 Height = 21 ItemHeight = 13 TabOrder = 4 Complete = True MinLengthComplete = 0 end object WitCB: TComboBox98 Left = 16 Top = 72 Width = 289 Height = 21 ItemHeight = 13 TabOrder = 5 Complete = True MinLengthComplete = 0 end object FormStorage1: TFormStorage IniSection = '\Software\DRHTML\Replace' Options = [] UseRegistry = True StoredProps.Strings = ( 'CaseChB.Checked' 'DIntelChB.Checked' 'FindCB.Items' 'FromRG.ItemIndex' 'PromptChb.Checked' 'RepAllChb.Checked' 'WitCB.Items') Left = 24 Top = 208 end end