object FMain: TFMain Left = 0 Top = 0 Caption = 'KG Orders Server' ClientHeight = 597 ClientWidth = 773 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OnClose = FormClose DesignSize = ( 773 597) TextHeight = 13 object memoInfo: TMemo Left = 8 Top = 44 Width = 753 Height = 549 Anchors = [akLeft, akTop, akRight, akBottom] Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Lucida Console' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 0 end object btnApiSwaggerUI: TButton Left = 297 Top = 8 Width = 100 Height = 25 Caption = 'Api SwaggerUI' TabOrder = 1 OnClick = btnApiSwaggerUIClick end object btnData: TButton Left = 525 Top = 8 Width = 75 Height = 25 Caption = 'Data' TabOrder = 2 OnClick = btnDataClick end object btnExit: TButton Left = 671 Top = 8 Width = 75 Height = 25 Caption = 'Exit' TabOrder = 3 OnClick = btnExitClick end object btnAuthSwaggerUI: TButton Left = 169 Top = 8 Width = 100 Height = 25 Caption = 'Auth SwaggerUI' TabOrder = 4 OnClick = btnAuthSwaggerUIClick end object initTimer: TTimer OnTimer = initTimerTimer Left = 58 Top = 398 end end