object FMain: TFMain Left = 402 Top = 242 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'FMain' ClientHeight = 201 ClientWidth = 384 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 8 Top = 8 Width = 209 Height = 185 Picture.Data = {} end object Button1: TButton Left = 232 Top = 8 Width = 145 Height = 25 Caption = '&Uruchom gr'#281 Default = True TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 64 Top = 72 Width = 145 Height = 25 Caption = 'Instaluj Direct&X' TabOrder = 1 Visible = False OnClick = Button2Click end object Button5: TButton Left = 232 Top = 48 Width = 145 Height = 25 Cancel = True Caption = 'Zam&knij' TabOrder = 4 OnClick = Button5Click end object Button4: TButton Left = 64 Top = 104 Width = 145 Height = 25 Caption = '&Dema' TabOrder = 3 Visible = False OnClick = Button4Click end object Button3: TButton Left = 64 Top = 136 Width = 145 Height = 25 Caption = 'Instaluj &Acrobat Reader' TabOrder = 2 Visible = False OnClick = Button3Click end object Timer1: TTimer Enabled = False Interval = 500 OnTimer = Timer1Timer Left = 8 Top = 8 end end