object Form1: TForm1 Left = 475 Height = 371 Top = 425 Width = 622 Caption = 'Server Properties' ClientHeight = 371 ClientWidth = 622 DefaultMonitor = dmPrimary OnShow = FormShow Position = poScreenCenter LCLVersion = '1.8.0.5' object Memo1: TMemo Left = 8 Height = 295 Top = 9 Width = 603 Anchors = [akTop, akLeft, akRight, akBottom] ScrollBars = ssAutoVertical TabOrder = 0 end object Button1: TButton Left = 535 Height = 25 Top = 312 Width = 75 Anchors = [akRight, akBottom] Caption = 'Close' OnClick = Button1Click TabOrder = 1 end object Button2: TButton Left = 8 Height = 25 Top = 313 Width = 75 Anchors = [akLeft, akBottom] Caption = 'Backup' OnClick = Button2Click TabOrder = 2 end object Button3: TButton Left = 88 Height = 25 Top = 313 Width = 75 Anchors = [akLeft, akBottom] Caption = 'Restore' OnClick = Button3Click TabOrder = 3 end object Button4: TButton Left = 168 Height = 25 Top = 313 Width = 75 Anchors = [akLeft, akBottom] Caption = 'Server Log' OnClick = Button4Click TabOrder = 4 end object Button5: TButton Left = 248 Height = 25 Top = 312 Width = 75 Anchors = [akLeft, akBottom] Caption = 'Statistics' OnClick = Button5Click TabOrder = 5 end object Button6: TButton Left = 328 Height = 25 Top = 312 Width = 75 Caption = 'Users' OnClick = Button6Click TabOrder = 6 end object Button7: TButton Left = 408 Height = 25 Top = 312 Width = 75 Anchors = [akLeft, akBottom] Caption = 'Validate' OnClick = Button7Click TabOrder = 7 end object Button8: TButton Left = 9 Height = 25 Top = 344 Width = 151 Caption = 'Limbo Transactions' OnClick = Button8Click TabOrder = 8 end object IBServerProperties1: TIBServerProperties ServerName = 'localhost' Protocol = TCP Params.Strings = ( 'user_name=SYSDBA' '' ) TraceFlags = [] Options = [] left = 320 top = 24 end object IBLogService1: TIBLogService ServerName = 'localhost' Protocol = TCP TraceFlags = [] left = 320 top = 72 end object IBStatisticalService1: TIBStatisticalService ServerName = 'localhost' Protocol = TCP TraceFlags = [] DatabaseName = 'employee' Options = [DataPages] left = 320 top = 112 end object IBValidationService1: TIBValidationService ServerName = 'localhost' Protocol = TCP TraceFlags = [] DatabaseName = 'employee' Options = [ValidateFull] GlobalAction = CommitGlobal left = 320 top = 160 end end