object frmProperties: TfrmProperties Left = 530 Top = 204 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Properties' ClientHeight = 390 ClientWidth = 359 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label16: TLabel Left = 32 Top = 208 Width = 49 Height = 13 Caption = 'Password:' end object btnOk: TButton Left = 112 Top = 360 Width = 75 Height = 25 Cancel = True Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 1 OnClick = btnOkClick end object PageControl: TPageControl Left = 8 Top = 8 Width = 337 Height = 345 ActivePage = tabHost HotTrack = True TabOrder = 0 object tabGeneral: TTabSheet Caption = 'General' object Image: TImage Left = 16 Top = 8 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object lblName: TLabel Left = 80 Top = 16 Width = 3 Height = 13 end object Bevel1: TBevel Left = 16 Top = 48 Width = 297 Height = 10 Shape = bsTopLine end object Label1: TLabel Left = 16 Top = 68 Width = 68 Height = 13 Caption = 'Friendly name:' end object Label2: TLabel Left = 16 Top = 93 Width = 54 Height = 13 Caption = 'Host name:' end object Label3: TLabel Left = 16 Top = 143 Width = 54 Height = 13 Caption = 'User name:' end object Label14: TLabel Left = 16 Top = 168 Width = 49 Height = 13 Caption = 'Password:' end object Bevel2: TBevel Left = 16 Top = 200 Width = 297 Height = 10 Shape = bsTopLine end object Label15: TLabel Left = 16 Top = 216 Width = 33 Height = 13 Caption = 'Status:' end object lblConnected: TLabel Left = 104 Top = 216 Width = 3 Height = 13 end object Label17: TLabel Left = 16 Top = 118 Width = 19 Height = 13 Caption = 'Port' end object txtName: TEdit Left = 104 Top = 64 Width = 145 Height = 21 TabOrder = 0 OnChange = txtNameChange end object txtHost: TEdit Left = 104 Top = 89 Width = 145 Height = 21 TabOrder = 1 OnChange = txtNameChange end object txtUser: TEdit Left = 104 Top = 139 Width = 145 Height = 21 TabOrder = 3 OnChange = txtNameChange end object txtPassword: TEdit Left = 104 Top = 164 Width = 145 Height = 21 PasswordChar = '*' TabOrder = 4 OnChange = txtNameChange end object txtPort: TEdit Left = 104 Top = 114 Width = 145 Height = 21 TabOrder = 2 OnChange = txtNameChange end end object tabHost: TTabSheet Caption = 'Host details' object lblVersion: TLabel Left = 104 Top = 16 Width = 45 Height = 13 Caption = 'lblVersion' end object lblHostInfo: TLabel Left = 104 Top = 40 Width = 50 Height = 13 Caption = 'lblHostInfo' end object lblThreadId: TLabel Left = 104 Top = 64 Width = 53 Height = 13 Caption = 'lblThreadId' end object Label4: TLabel Left = 8 Top = 16 Width = 35 Height = 13 Caption = 'Version' end object Label5: TLabel Left = 8 Top = 40 Width = 57 Height = 13 Caption = 'Connection:' end object Label11: TLabel Left = 8 Top = 64 Width = 71 Height = 13 Caption = 'Connection ID:' end object Label6: TLabel Left = 8 Top = 168 Width = 96 Height = 13 Caption = 'Processes on server' end object Label7: TLabel Left = 8 Top = 88 Width = 79 Height = 13 Caption = 'Server Statistics:' end object lblStat: TLabel Left = 104 Top = 88 Width = 217 Height = 65 AutoSize = False WordWrap = True end object lstProcesses: TListView Left = 8 Top = 184 Width = 313 Height = 129 Columns = < item Caption = 'ID' Width = 30 end item Caption = 'User' Width = 70 end item Caption = 'Host' Width = 75 end item Caption = 'Db' Width = 70 end item Caption = 'Command' Width = 64 end> ReadOnly = True HideSelection = False RowSelect = True TabOrder = 0 ViewStyle = vsReport end object btnRefresh: TButton Left = 216 Top = 162 Width = 103 Height = 20 Caption = '&Refresh Processes' TabOrder = 1 OnClick = btnRefreshClick end object btnGrants: TButton Left = 240 Top = 3 Width = 86 Height = 25 Caption = 'Refresh &Grants' TabOrder = 2 OnClick = btnGrantsClick end end end object btnCancel: TButton Left = 192 Top = 360 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object btnApply: TButton Left = 272 Top = 360 Width = 75 Height = 25 Caption = '&Apply' Enabled = False TabOrder = 3 OnClick = btnApplyClick end end