object AppDirectoryForm: TAppDirectoryForm Left = 350 Top = 182 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Adres�� aplikace...' ClientHeight = 412 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 Image1: TImage Left = 15 Top = 8 Width = 200 Height = 22 Hint = 'Roz���en� funkce Renameru' AutoSize = True ParentShowHint = False Picture.Data = {} ShowHint = True end object Label1: TLabel Left = 20 Top = 8 Width = 145 Height = 20 Caption = 'Soubor nenalezen...' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object Label2: TLabel Left = 16 Top = 40 Width = 257 Height = 73 AutoSize = False Caption = 'Soubor s n�pov�dou nebyl nalezen na p�edpokl�dan� cest�.'#13#10#13#10'Zvo' + 'lte, pros�m, adres��, v n�m� je Renamer nainstalov�n:' Transparent = True WordWrap = True end object Label3: TLabel Left = 16 Top = 336 Width = 257 Height = 13 AutoSize = False Caption = 'C:\Lojza\Projects\Renamer' Transparent = True end object Bevel1: TBevel Left = 16 Top = 360 Width = 257 Height = 9 Shape = bsTopLine end object AppDriveComboBox: TDriveComboBox Left = 15 Top = 112 Width = 257 Height = 19 DirList = AppDirectoryListBox TabOrder = 0 end object AppDirectoryListBox: TDirectoryListBox Left = 16 Top = 136 Width = 257 Height = 193 DirLabel = Label3 ItemHeight = 16 TabOrder = 1 end object CancelBtn: TButton Left = 200 Top = 376 Width = 75 Height = 25 Caption = 'Zru�it' TabOrder = 2 OnClick = CancelBtnClick end object OKBtn: TButton Left = 96 Top = 376 Width = 75 Height = 25 Caption = 'OK' TabOrder = 3 OnClick = OKBtnClick end end