home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 111
- Top = 110
- Width = 517
- Height = 245
- BorderIcons = []
- Caption = 'MGX Infoservice'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 201
- Height = 193
- Caption = 'Panel1'
- TabOrder = 0
- object Memo1: TMemo
- Left = 16
- Top = 8
- Width = 169
- Height = 169
- Cursor = crArrow
- TabStop = False
- Alignment = taCenter
- BorderStyle = bsNone
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Lines.Strings = (
- ''
- 'Nie mo�na by�o uruchomi� '
- 'domy�lnej przegl�darki.'
- ''
- 'Po prawej stronie mo�esz '
- 'wybra� jedn� z przegl�darek '
- 'i uruchomi� jej instalacj� '
- 'naciskaj�c przycisk Instaluj.'
- ''
- 'Mo�esz r�wnie� skorzysta� z '
- 'dodatkowej pomocy '
- 'naciskaj�c przycisk Pomoc.')
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- end
- end
- object ListBox1: TListBox
- Left = 224
- Top = 8
- Width = 273
- Height = 153
- ItemHeight = 13
- TabOrder = 1
- end
- object Button1: TButton
- Left = 224
- Top = 176
- Width = 89
- Height = 25
- Caption = 'Instaluj'
- Default = True
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 328
- Top = 176
- Width = 81
- Height = 25
- Caption = 'Zako�cz'
- TabOrder = 3
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 424
- Top = 176
- Width = 75
- Height = 25
- Caption = 'Pomoc'
- TabOrder = 4
- OnClick = Button3Click
- end
- end
-