object MainForm: TMainForm Left = 579 Top = 218 Width = 301 Height = 260 Caption = 'Server statistic' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy DesignSize = ( 293 226) PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 8 Top = 191 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Caption = 'Obnovit' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 88 Top = 191 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Caption = 'Nastaven'#237 TabOrder = 1 OnClick = Button2Click end object ListView1: TListView Left = 8 Top = 8 Width = 277 Height = 177 Anchors = [akLeft, akTop, akRight, akBottom] Columns = < item Caption = 'M'#283#345'en'#225' veli'#269'ina' Width = 150 end item Caption = 'Hodnota' Width = 100 end> ReadOnly = True TabOrder = 2 ViewStyle = vsReport end object Timer1: TTimer Interval = 60000 OnTimer = Timer1Timer Left = 16 Top = 32 end object IdHTTP1: TIdHTTP MaxLineAction = maException ReadTimeout = 0 AllowCookies = True ProxyParams.BasicAuthentication = False ProxyParams.ProxyPort = 0 Request.ContentLength = -1 Request.ContentRangeEnd = 0 Request.ContentRangeStart = 0 Request.ContentType = 'text/html' Request.Accept = 'text/html, */*' Request.BasicAuthentication = False Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)' HTTPOptions = [hoForceEncodeParams] Left = 96 Top = 136 end end