home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 April / ChipCD_498.iso / software / sharewar / nowos / virtuapa / virtplay.exe / VirtuaPlayer.exe / 0 / RCDATA / TVPINFO / TVPINFO.txt < prev   
Text File  |  1998-01-25  |  4KB  |  184 lines

  1. object vpInfo: TvpInfo
  2.   Left = 285
  3.   Top = 151
  4.   BorderStyle = bsDialog
  5.   Caption = 'Informacje o programie'
  6.   ClientHeight = 293
  7.   ClientWidth = 329
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object iPanel: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 313
  20.     Height = 241
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object iAppName: TLabel
  25.       Left = 64
  26.       Top = 12
  27.       Width = 153
  28.       Height = 31
  29.       Caption = 'VirtuaPlayer'
  30.       Color = clBtnFace
  31.       Font.Color = clWindowText
  32.       Font.Height = -27
  33.       Font.Name = 'Times New Roman'
  34.       Font.Style = [fsBold]
  35.       ParentColor = False
  36.       ParentFont = False
  37.       Transparent = True
  38.     end
  39.     object iLab5: TLabel
  40.       Left = 64
  41.       Top = 64
  42.       Width = 232
  43.       Height = 13
  44.       Caption = 'Copyright ∩┐╜ 1996-1998 Przemys∩┐╜aw Przedwojski.'
  45.       Transparent = True
  46.     end
  47.     object iLab6: TLabel
  48.       Left = 64
  49.       Top = 80
  50.       Width = 137
  51.       Height = 13
  52.       Caption = 'Wszelkie prawa zastrze∩┐╜one.'
  53.       Transparent = True
  54.     end
  55.     object iLab8: TLabel
  56.       Left = 64
  57.       Top = 128
  58.       Width = 89
  59.       Height = 13
  60.       Caption = 'Kontakt z autorem:'
  61.       Font.Color = clWindowText
  62.       Font.Height = -11
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.       Transparent = True
  67.     end
  68.     object iLab4: TLabel
  69.       Left = 64
  70.       Top = 48
  71.       Width = 169
  72.       Height = 13
  73.       Caption = 'Odtwarzacz plik∩┐╜w multimedialnych.'
  74.       Transparent = True
  75.     end
  76.     object iLab20: TLabel
  77.       Left = 64
  78.       Top = 196
  79.       Width = 127
  80.       Height = 13
  81.       Caption = 'Dost∩┐╜pna pami∩┐╜∩┐╜ fizyczna:'
  82.       Transparent = True
  83.     end
  84.     object iLab21: TLabel
  85.       Left = 64
  86.       Top = 212
  87.       Width = 82
  88.       Height = 13
  89.       Caption = 'Pami∩┐╜∩┐╜ w u∩┐╜yciu:'
  90.       Transparent = True
  91.     end
  92.     object iPhysMem: TLabel
  93.       Left = 200
  94.       Top = 196
  95.       Width = 22
  96.       Height = 13
  97.       Caption = '0 kB'
  98.       Transparent = True
  99.     end
  100.     object iFreeRes: TLabel
  101.       Left = 200
  102.       Top = 212
  103.       Width = 17
  104.       Height = 13
  105.       Caption = '0 %'
  106.       Transparent = True
  107.     end
  108.     object iBevel: TBevel
  109.       Left = 64
  110.       Top = 185
  111.       Width = 233
  112.       Height = 2
  113.       Shape = bsBottomLine
  114.     end
  115.     object iLab7: TLabel
  116.       Left = 64
  117.       Top = 104
  118.       Width = 180
  119.       Height = 13
  120.       Caption = 'Program nale∩┐╜y do kategorii Freeware.'
  121.       Transparent = True
  122.     end
  123.     object iHomePage: TLabel
  124.       Left = 64
  125.       Top = 160
  126.       Width = 221
  127.       Height = 13
  128.       Hint = 'Strona domowa'
  129.       Caption = 'http://aurora.put.poznan.pl/~wojski/index.html'
  130.       Font.Color = clBlue
  131.       Font.Height = -11
  132.       Font.Name = 'MS Sans Serif'
  133.       Font.Style = [fsUnderline]
  134.       ParentFont = False
  135.       Transparent = True
  136.       OnClick = iHomePageClick
  137.       OnMouseDown = iHomePageMouseDown
  138.       OnMouseUp = iHomePageMouseUp
  139.     end
  140.     object iImgIcon: TImage
  141.       Left = 16
  142.       Top = 16
  143.       Width = 32
  144.       Height = 32
  145.       Picture.Data = {<image000.ico>}
  146.     end
  147.     object iEMail: TLabel
  148.       Left = 64
  149.       Top = 144
  150.       Width = 137
  151.       Height = 13
  152.       Hint = 'Poczta elektroniczna'
  153.       Caption = 'wojski@aurora.put.poznan.pl'
  154.       Font.Color = clBlue
  155.       Font.Height = -11
  156.       Font.Name = 'MS Sans Serif'
  157.       Font.Style = [fsUnderline]
  158.       ParentFont = False
  159.       Transparent = True
  160.       OnClick = iEMailClick
  161.       OnMouseDown = iEMailMouseDown
  162.       OnMouseUp = iEMailMouseUp
  163.     end
  164.   end
  165.   object iOk: TButton
  166.     Left = 168
  167.     Top = 259
  168.     Width = 73
  169.     Height = 25
  170.     Caption = '&OK'
  171.     ModalResult = 1
  172.     TabOrder = 1
  173.   end
  174.   object iHelp: TButton
  175.     Left = 248
  176.     Top = 259
  177.     Width = 73
  178.     Height = 25
  179.     Caption = 'Pomo&c'
  180.     TabOrder = 2
  181.     OnClick = iHelpClick
  182.   end
  183. end
  184.