home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November A / PCWK1103A.iso / Top10FreewarePL-SOFT / TerminarzUcznia / Dane / TU.exe / 0 / RCDATA / TOPROGRAMIE / TOPROGRAMIE.txt < prev   
Text File  |  2003-02-10  |  3KB  |  112 lines

  1. object OProgramie: TOProgramie
  2.   Left = 199
  3.   Top = 188
  4.   BorderStyle = bsNone
  5.   Caption = 'O programie...'
  6.   ClientHeight = 295
  7.   ClientWidth = 413
  8.   Color = clSkyBlue
  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 = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image2: TImage
  19.     Left = 8
  20.     Top = 8
  21.     Width = 400
  22.     Height = 50
  23.     AutoSize = True
  24.     Picture.Data = {<image000.jpg>}
  25.   end
  26.   object Label1: TLabel
  27.     Left = 64
  28.     Top = 256
  29.     Width = 120
  30.     Height = 13
  31.     Caption = 'www.mkhomepage.prv.pl'
  32.     OnClick = Label1Click
  33.     OnMouseMove = Label1MouseMove
  34.     OnMouseLeave = Label1MouseLeave
  35.   end
  36.   object FlatSpeedButton1: TFlatSpeedButton
  37.     Left = 304
  38.     Top = 264
  39.     Width = 65
  40.     Height = 25
  41.     ColorHighLight = clSkyBlue
  42.     ColorShadow = clSkyBlue
  43.     Caption = 'Zamknij'
  44.     OnClick = FlatSpeedButton1Click
  45.   end
  46.   object FlatSpeedButton2: TFlatSpeedButton
  47.     Left = 232
  48.     Top = 264
  49.     Width = 65
  50.     Height = 25
  51.     ColorHighLight = clSkyBlue
  52.     ColorShadow = clSkyBlue
  53.     Caption = 'E-mail'
  54.     OnClick = FlatSpeedButton2Click
  55.   end
  56.   object Panel1: TPanel
  57.     Left = 64
  58.     Top = 72
  59.     Width = 300
  60.     Height = 183
  61.     BevelOuter = bvNone
  62.     Color = clSkyBlue
  63.     TabOrder = 0
  64.     object Image1: TImage
  65.       Left = 0
  66.       Top = 0
  67.       Width = 300
  68.       Height = 175
  69.       AutoSize = True
  70.       Picture.Data = {<image001.jpg>}
  71.     end
  72.     object Memo1: TMemo
  73.       Left = 48
  74.       Top = 24
  75.       Width = 217
  76.       Height = 121
  77.       Alignment = taCenter
  78.       BevelInner = bvNone
  79.       BorderStyle = bsNone
  80.       Lines.Strings = (
  81.         ''
  82.         'T E R M I N A R Z   U C Z N I A'
  83.         '---------------------------------------------------'
  84.         'Wersja 2.0'
  85.         'Copyright by Marcin Krzywonos'
  86.         'Data utworzenia programu:'
  87.         '05 stycze'#324' 2003r'
  88.         '---------------------------------------------------'
  89.         'Program jest darmowy, wi'#281'c'
  90.         'mo'#380'esz go kopiowa'#263' i u'#380'ywa'#263' '
  91.         'ile tylko chcesz...'
  92.         'Nie mo'#380'esz jednak bra'#263' za'
  93.         'program '#380'adnej op'#322'aty.'
  94.         '---------------------------------------------------'
  95.         'Najnowsze wersje programu i'
  96.         'inne moje programy znajdziesz'
  97.         'na mojej stronie:'
  98.         'www.mkhomepage.prv.pl.'
  99.         '---------------------------------------------------'
  100.         'Je'#380'eli chcesz si'#281' ze mn'#261' '
  101.         'skontaktowa'#263' pisz na '
  102.         'm'#243'j adres e-mail:'
  103.         'hrabio@poczta.onet.pl'
  104.         ''
  105.         '                       Marcin Krzywonos')
  106.       ReadOnly = True
  107.       ScrollBars = ssVertical
  108.       TabOrder = 0
  109.     end
  110.   end
  111. end
  112.