home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / sharewar / Slunec / app / 16 / Renamer.exe / 0 / RCDATA / TAPPDIRECTORYFORM / TAPPDIRECTORYFORM.txt < prev   
Text File  |  2000-08-06  |  2KB  |  109 lines

  1. object AppDirectoryForm: TAppDirectoryForm
  2.   Left = 350
  3.   Top = 182
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Adres∩┐╜∩┐╜ aplikace...'
  7.   ClientHeight = 412
  8.   ClientWidth = 288
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 15
  22.     Top = 8
  23.     Width = 200
  24.     Height = 22
  25.     Hint = 'Roz∩┐╜∩┐╜∩┐╜en∩┐╜ funkce Renameru'
  26.     AutoSize = True
  27.     ParentShowHint = False
  28.     Picture.Data = {<image001.bmp>}
  29.     ShowHint = True
  30.   end
  31.   object Label1: TLabel
  32.     Left = 20
  33.     Top = 8
  34.     Width = 145
  35.     Height = 20
  36.     Caption = 'Soubor nenalezen...'
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -16
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ParentFont = False
  43.     Transparent = True
  44.   end
  45.   object Label2: TLabel
  46.     Left = 16
  47.     Top = 40
  48.     Width = 257
  49.     Height = 73
  50.     AutoSize = False
  51.     Caption = 
  52.       'Soubor s n∩┐╜pov∩┐╜dou  nebyl nalezen na p∩┐╜edpokl∩┐╜dan∩┐╜ cest∩┐╜.'#13#10#13#10'Zvo' +
  53.       'lte, pros∩┐╜m, adres∩┐╜∩┐╜, v n∩┐╜m∩┐╜ je Renamer nainstalov∩┐╜n:'
  54.     Transparent = True
  55.     WordWrap = True
  56.   end
  57.   object Label3: TLabel
  58.     Left = 16
  59.     Top = 336
  60.     Width = 257
  61.     Height = 13
  62.     AutoSize = False
  63.     Caption = 'C:\Lojza\Projects\Renamer'
  64.     Transparent = True
  65.   end
  66.   object Bevel1: TBevel
  67.     Left = 16
  68.     Top = 360
  69.     Width = 257
  70.     Height = 9
  71.     Shape = bsTopLine
  72.   end
  73.   object AppDriveComboBox: TDriveComboBox
  74.     Left = 15
  75.     Top = 112
  76.     Width = 257
  77.     Height = 19
  78.     DirList = AppDirectoryListBox
  79.     TabOrder = 0
  80.   end
  81.   object AppDirectoryListBox: TDirectoryListBox
  82.     Left = 16
  83.     Top = 136
  84.     Width = 257
  85.     Height = 193
  86.     DirLabel = Label3
  87.     ItemHeight = 16
  88.     TabOrder = 1
  89.   end
  90.   object CancelBtn: TButton
  91.     Left = 200
  92.     Top = 376
  93.     Width = 75
  94.     Height = 25
  95.     Caption = 'Zru∩┐╜it'
  96.     TabOrder = 2
  97.     OnClick = CancelBtnClick
  98.   end
  99.   object OKBtn: TButton
  100.     Left = 96
  101.     Top = 376
  102.     Width = 75
  103.     Height = 25
  104.     Caption = 'OK'
  105.     TabOrder = 3
  106.     OnClick = OKBtnClick
  107.   end
  108. end
  109.