home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Enter 1999 March / enter_03_1999_2.iso / ENTER.EXE / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1999-01-18  |  2KB  |  96 lines

  1. object Form3: TForm3
  2.   Left = 111
  3.   Top = 110
  4.   Width = 517
  5.   Height = 245
  6.   BorderIcons = []
  7.   Caption = 'ENTER'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 201
  23.     Height = 193
  24.     Caption = 'Panel1'
  25.     TabOrder = 0
  26.     object Memo1: TMemo
  27.       Left = 16
  28.       Top = 8
  29.       Width = 169
  30.       Height = 169
  31.       Cursor = crArrow
  32.       TabStop = False
  33.       Alignment = taCenter
  34.       BorderStyle = bsNone
  35.       Color = clBtnFace
  36.       Font.Charset = DEFAULT_CHARSET
  37.       Font.Color = clWindowText
  38.       Font.Height = -11
  39.       Font.Name = 'MS Sans Serif'
  40.       Font.Style = [fsBold]
  41.       Lines.Strings = (
  42.         ''
  43.         'Nie mo∩┐╜na by∩┐╜o uruchomi∩┐╜ '
  44.         'domy∩┐╜lnej przegl∩┐╜darki.'
  45.         ''
  46.         'Po prawej stronie mo∩┐╜esz '
  47.         'wybra∩┐╜ jedn∩┐╜ z przegl∩┐╜darek '
  48.         'i uruchomi∩┐╜ jej instalacj∩┐╜  '
  49.         'naciskaj∩┐╜c przycisk Instaluj.'
  50.         ''
  51.         'Mo∩┐╜esz r∩┐╜wnie∩┐╜ skorzysta∩┐╜ z '
  52.         'dodatkowej pomocy '
  53.         'naciskaj∩┐╜c przycisk Pomoc.')
  54.       ParentFont = False
  55.       ReadOnly = True
  56.       TabOrder = 0
  57.     end
  58.   end
  59.   object ListBox1: TListBox
  60.     Left = 224
  61.     Top = 8
  62.     Width = 273
  63.     Height = 153
  64.     ItemHeight = 13
  65.     TabOrder = 1
  66.   end
  67.   object Button1: TButton
  68.     Left = 224
  69.     Top = 176
  70.     Width = 89
  71.     Height = 25
  72.     Caption = 'Instaluj'
  73.     Default = True
  74.     TabOrder = 2
  75.     OnClick = Button1Click
  76.   end
  77.   object Button2: TButton
  78.     Left = 328
  79.     Top = 176
  80.     Width = 81
  81.     Height = 25
  82.     Caption = 'Zako∩┐╜cz'
  83.     TabOrder = 3
  84.     OnClick = Button2Click
  85.   end
  86.   object Button3: TButton
  87.     Left = 424
  88.     Top = 176
  89.     Width = 75
  90.     Height = 25
  91.     Caption = 'Pomoc'
  92.     TabOrder = 4
  93.     OnClick = Button3Click
  94.   end
  95. end
  96.