home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 2000 January / PCShareware-1-00.iso / PP4 / MGX.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Encoding:
Text File  |  1999-08-16  |  2.0 KB  |  98 lines

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