object InfoWindow: TInfoWindow Left = 184 Top = 271 Width = 800 Height = 277 Caption = 'Informace' Color = clBtnFace Constraints.MinHeight = 115 Constraints.MinWidth = 176 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 792 Height = 243 Align = alClient BevelOuter = bvNone Caption = 'Panel1' TabOrder = 0 DesignSize = ( 792 243) object Button2: TButton Left = 633 Top = 211 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'Obnovit' TabOrder = 0 OnClick = Button2Click end object Button1: TButton Left = 714 Top = 211 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'Zav'#345#237't' TabOrder = 1 OnClick = Button1Click end object ListView1: TListView Left = 4 Top = 4 Width = 785 Height = 201 Anchors = [akLeft, akTop, akRight, akBottom] Columns = < item Caption = 'Jm'#233'no' Width = 90 end item Caption = 'P'#345'ihl'#225#353'en'#253' u'#382'ivatel' Width = 100 end item Caption = 'Popis u'#382'ivatele' Width = 100 end item Caption = 'Jm'#233'no po'#269#237'ta'#269'e' Width = 90 end item Caption = 'IP adresa' Width = 80 end item Caption = 'Stav' end item Caption = 'P'#345#237'tomen' Width = 60 end item Caption = 'N'#225'zev aplikace' Width = 110 end item Caption = 'Opera'#269'n'#237' syst'#233'm' Width = 100 end> ReadOnly = True TabOrder = 2 ViewStyle = vsReport end object CheckBox1: TCheckBox Left = 8 Top = 215 Width = 169 Height = 17 Anchors = [akLeft, akBottom] Caption = 'Automaticky m'#283'nit v'#253#353'ku okna' TabOrder = 3 OnClick = CheckBox1Click end end object Timer1: TTimer Enabled = False Interval = 10000 OnTimer = Timer1Timer Left = 16 Top = 32 end end