object ReplaceForm: TReplaceForm Left = 436 Top = 248 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Nahradit v n�zvu...' ClientHeight = 195 ClientWidth = 288 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 20 Width = 75 Height = 13 Caption = 'Hledat v n�zvu:' Transparent = True end object Label2: TLabel Left = 16 Top = 52 Width = 63 Height = 13 Caption = 'Nahradit ��m:' Transparent = True end object Bevel1: TBevel Left = 16 Top = 144 Width = 257 Height = 9 Shape = bsTopLine end object Label3: TLabel Left = 16 Top = 116 Width = 76 Height = 13 Caption = 'Jak nahrazovat:' Transparent = True end object FindWhatEdit: TEdit Left = 112 Top = 16 Width = 161 Height = 21 TabOrder = 0 OnKeyPress = FindWhatEditKeyPress end object ReplaceWithEdit: TEdit Left = 112 Top = 48 Width = 161 Height = 21 TabOrder = 1 OnKeyPress = ReplaceWithEditKeyPress end object OKBtn: TButton Left = 96 Top = 160 Width = 75 Height = 25 Caption = 'OK' Enabled = False TabOrder = 3 OnClick = OKBtnClick OnKeyPress = OKBtnKeyPress end object CancelBtn: TButton Left = 200 Top = 160 Width = 75 Height = 25 Caption = 'Zru�it' TabOrder = 4 OnClick = CancelBtnClick OnKeyPress = CancelBtnKeyPress end object ReplaceModeCombo: TComboBox Left = 112 Top = 112 Width = 161 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'Prvn� v�skyt' 'V�echny v�skyty') TabOrder = 2 OnChange = ReplaceModeComboChange OnKeyPress = ReplaceModeComboKeyPress end end