Summary Table
Categories |
Total Count |
PII |
0 |
URL |
0 |
DNS |
0 |
EKL |
0 |
IP |
0 |
PORT |
0 |
VsID |
0 |
CF |
0 |
AI |
0 |
VPD |
0 |
PL |
0 |
Other |
0 |
File Content
object frmAddServer: TfrmAddServer
Left = 287
Top = 259
Anchors = [akTop]
Caption = 'Add Server'
ClientHeight = 139
ClientWidth = 335
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -7
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object lblAddress: TLabel
Left = 7
Top = 14
Width = 63
Height = 16
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Caption = 'Address:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object lblPortNumber: TLabel
Left = 7
Top = 44
Width = 91
Height = 16
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Caption = 'Port Number:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label1: TLabel
Left = 7
Top = 78
Width = 111
Height = 16
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Caption = 'SSH Username:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 263
Top = 76
Width = 54
Height = 16
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Caption = '(xxxvista)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object edtAddress: TEdit
Left = 145
Top = 6
Width = 172
Height = 21
Hint = 'Enter Server Address, either as Server Name or IP Address'
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
TabOrder = 0
end
object edtPortNumber: TEdit
Left = 145
Top = 36
Width = 112
Height = 21
Hint = 'Enter the Port Number to use for this server'
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
TabOrder = 1
end
object bbtnOK: TBitBtn
Left = 13
Top = 106
Width = 85
Height = 26
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -7
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Kind = bkOK
NumGlyphs = 2
ParentFont = False
TabOrder = 3
end
object bbtnCancel: TBitBtn
Left = 145
Top = 106
Width = 85
Height = 26
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -7
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Kind = bkCancel
NumGlyphs = 2
ParentFont = False
TabOrder = 4
end
object edtSSHusername: TEdit
Left = 145
Top = 75
Width = 112
Height = 21
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
TabOrder = 2
end
end