home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 December
/
PCWorld_2000-12_cd.bin
/
Software
/
Vyzkuste
/
renamer
/
Renamer.exe
/
0
/
RCDATA
/
TAPPDIRECTORYFORM
/
TAPPDIRECTORYFORM.txt
< prev
Wrap
Text File
|
2000-09-17
|
2KB
|
109 lines
object AppDirectoryForm: TAppDirectoryForm
Left = 296
Top = 177
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Adres�� aplikace...'
ClientHeight = 429
ClientWidth = 288
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
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 = {<image001.bmp>}
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 = 344
Width = 257
Height = 13
AutoSize = False
Caption = 'C:\Lojza\Projects\Renamer'
Transparent = True
end
object Bevel1: TBevel
Left = 16
Top = 368
Width = 257
Height = 9
Shape = bsTopLine
end
object AppDriveComboBox: TDriveComboBox
Left = 15
Top = 120
Width = 257
Height = 19
DirList = AppDirectoryListBox
TabOrder = 0
end
object AppDirectoryListBox: TDirectoryListBox
Left = 16
Top = 144
Width = 257
Height = 193
DirLabel = Label3
ItemHeight = 16
TabOrder = 1
end
object CancelBtn: TButton
Left = 200
Top = 392
Width = 75
Height = 25
Caption = 'Zru�it'
TabOrder = 2
OnClick = CancelBtnClick
end
object OKBtn: TButton
Left = 96
Top = 392
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 3
OnClick = OKBtnClick
end
end