home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / ctenari / Mojdis / statistika.exe / 0 / RCDATA / TOPROGRAME / TOPROGRAME.txt
Encoding:
Text File  |  2000-08-20  |  1.3 KB  |  61 lines

  1. object OPrograme: TOPrograme
  2.   Left = 192
  3.   Top = 230
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'O programe'
  6.   ClientHeight = 134
  7.   ClientWidth = 243
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnKeyDown = FormKeyDown
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object CoolScrollingText1: TCoolScrollingText
  20.     Left = 0
  21.     Top = 0
  22.     Width = 243
  23.     Height = 134
  24.     Alignment = taCenter
  25.     Interval = 40
  26.     ScrollDirection = sdBottomToTop
  27.     Strings.Strings = (
  28.       '∩┐╜tatistika pripojenia na internet'
  29.       ''
  30.       ''
  31.       'Tento program sl∩┐╜∩┐╜i'
  32.       'na zobrazenie inform∩┐╜cii '
  33.       'ulo∩┐╜en∩┐╜ch programom'
  34.       'DialUp Meter '
  35.       ''
  36.       'Zobrazuje ∩┐╜tatistiku'
  37.       'min∩┐╜t str∩┐╜ven∩┐╜ch na internete'
  38.       ''
  39.       ''
  40.       '  '
  41.       'www.dumeter.home.sk'
  42.       ''
  43.       ''
  44.       '(c) 2000  Ing. Peter Mojdis ')
  45.     ShadowColor = clRed
  46.     ShadowSize = 2
  47.     ShadowPos = spRightBottom
  48.     SimpleView = True
  49.     Align = alClient
  50.     Color = clBlack
  51.     Font.Charset = EASTEUROPE_CHARSET
  52.     Font.Color = 10008744
  53.     Font.Height = -13
  54.     Font.Name = 'Tahoma'
  55.     Font.Style = []
  56.     ParentColor = False
  57.     ParentFont = False
  58.     OnClick = CoolScrollingText1Click
  59.   end
  60. end
  61.