home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2001 December / pcwk12201b.iso / Reklamy / JaPa / Install.exe / 0 / RCDATA / TF_BROWSE / TF_BROWSE.txt
Text File  |  2001-03-16  |  2KB  |  120 lines

  1. object F_BROWSE: TF_BROWSE
  2.   Left = 597
  3.   Top = 146
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Katalog docelowy'
  7.   ClientHeight = 294
  8.   ClientWidth = 255
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 0
  21.     Top = 12
  22.     Width = 255
  23.     Height = 22
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'Wska∩┐╜ katalog docelowy:'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 8
  30.     Top = 40
  31.     Width = 80
  32.     Height = 19
  33.     AutoSize = False
  34.     Caption = 'Dyski:'
  35.     Transparent = True
  36.   end
  37.   object Label3: TLabel
  38.     Left = 8
  39.     Top = 64
  40.     Width = 81
  41.     Height = 20
  42.     AutoSize = False
  43.     Caption = 'Katalogi:'
  44.     Transparent = True
  45.   end
  46.   object Bevel1: TBevel
  47.     Left = 8
  48.     Top = 176
  49.     Width = 239
  50.     Height = 7
  51.     Shape = bsTopLine
  52.   end
  53.   object Bevel2: TBevel
  54.     Left = 8
  55.     Top = 240
  56.     Width = 239
  57.     Height = 5
  58.     Shape = bsTopLine
  59.   end
  60.   object Label4: TLabel
  61.     Left = 8
  62.     Top = 187
  63.     Width = 242
  64.     Height = 21
  65.     Alignment = taCenter
  66.     AutoSize = False
  67.     Caption = '∩┐╜cie∩┐╜ka instalacji:'
  68.   end
  69.   object Button1: TButton
  70.     Left = 48
  71.     Top = 256
  72.     Width = 80
  73.     Height = 25
  74.     Hint = 'Zaakceptuj wybran∩┐╜ ∩┐╜cie∩┐╜k∩┐╜'
  75.     Caption = 'Akceptuj'
  76.     ParentShowHint = False
  77.     ShowHint = True
  78.     TabOrder = 3
  79.     OnClick = Button1Click
  80.   end
  81.   object Button2: TButton
  82.     Left = 128
  83.     Top = 256
  84.     Width = 80
  85.     Height = 25
  86.     Hint = 'Zaniechaj zmiany ∩┐╜cie∩┐╜ki'
  87.     Caption = 'Anuluj'
  88.     ParentShowHint = False
  89.     ShowHint = True
  90.     TabOrder = 4
  91.     OnClick = Button2Click
  92.   end
  93.   object DriveComboBox1: TDriveComboBox
  94.     Left = 96
  95.     Top = 40
  96.     Width = 151
  97.     Height = 19
  98.     DirList = DirectoryListBox1
  99.     TabOrder = 0
  100.   end
  101.   object DirectoryListBox1: TDirectoryListBox
  102.     Left = 96
  103.     Top = 64
  104.     Width = 151
  105.     Height = 100
  106.     IntegralHeight = True
  107.     ItemHeight = 16
  108.     TabOrder = 1
  109.     OnChange = DirectoryListBox1Change
  110.   end
  111.   object Edit1: TEdit
  112.     Left = 8
  113.     Top = 208
  114.     Width = 240
  115.     Height = 21
  116.     MaxLength = 250
  117.     TabOrder = 2
  118.   end
  119. end
  120.