| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289 |
- object FileSystemInfoDialog: TFileSystemInfoDialog
- Left = 345
- Top = 178
- BorderStyle = bsDialog
- Caption = 'Server and protocol information'
- ClientHeight = 385
- ClientWidth = 367
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- Position = poMainFormCenter
- DesignSize = (
- 367
- 385)
- PixelsPerInch = 96
- TextHeight = 13
- object CloseButton: TButton
- Left = 283
- Top = 351
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Close'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object ServerGroup: TXPGroupBox
- Left = 8
- Top = 8
- Width = 351
- Height = 105
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Server information'
- TabOrder = 1
- DesignSize = (
- 351
- 105)
- object Label1: TLabel
- Left = 10
- Top = 18
- Width = 103
- Height = 13
- Caption = 'SSH protocol version:'
- end
- object Label2: TLabel
- Left = 10
- Top = 50
- Width = 98
- Height = 13
- Caption = 'Encryption algorithm:'
- end
- object Label3: TLabel
- Left = 10
- Top = 66
- Width = 63
- Height = 13
- Caption = 'Compression:'
- end
- object Label7: TLabel
- Left = 10
- Top = 82
- Width = 98
- Height = 13
- Caption = 'File transfer protocol:'
- end
- object Label11: TLabel
- Left = 10
- Top = 34
- Width = 98
- Height = 13
- Caption = 'SSH implementation:'
- end
- object SshVersionEdit: TEdit
- Left = 214
- Top = 18
- Width = 129
- Height = 17
- TabStop = False
- Anchors = [akLeft, akTop, akRight]
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 0
- Text = 'SshVersionEdit'
- end
- object CipherEdit: TEdit
- Left = 214
- Top = 50
- Width = 129
- Height = 17
- TabStop = False
- Anchors = [akLeft, akTop, akRight]
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 2
- Text = 'CipherEdit'
- end
- object CompressionEdit: TEdit
- Left = 214
- Top = 66
- Width = 129
- Height = 17
- TabStop = False
- Anchors = [akLeft, akTop, akRight]
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 3
- Text = 'CompressionEdit'
- end
- object FSProtocolEdit: TEdit
- Left = 214
- Top = 82
- Width = 129
- Height = 17
- TabStop = False
- Anchors = [akLeft, akTop, akRight]
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 4
- Text = 'FSProtocolEdit'
- end
- object SshImplementationEdit: TEdit
- Left = 214
- Top = 34
- Width = 129
- Height = 17
- TabStop = False
- Anchors = [akLeft, akTop, akRight]
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 1
- Text = 'SshImplementationEdit'
- end
- end
- object ProtocolGroup: TXPGroupBox
- Left = 8
- Top = 120
- Width = 351
- Height = 223
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Protocol capabilities/information'
- TabOrder = 2
- DesignSize = (
- 351
- 223)
- object Label4: TLabel
- Left = 10
- Top = 18
- Width = 118
- Height = 13
- Caption = 'Can change permissions:'
- end
- object Label5: TLabel
- Left = 10
- Top = 34
- Width = 125
- Height = 13
- Caption = 'Can change owner/group:'
- end
- object Label6: TLabel
- Left = 10
- Top = 50
- Width = 152
- Height = 13
- Caption = 'Can execute arbitrary command:'
- end
- object Label8: TLabel
- Left = 10
- Top = 66
- Width = 134
- Height = 13
- Caption = 'Can create symlink/hardlink:'
- end
- object Label9: TLabel
- Left = 10
- Top = 98
- Width = 162
- Height = 13
- Caption = 'Native text (ASCII) mode transfers:'
- end
- object Label10: TLabel
- Left = 10
- Top = 82
- Width = 115
- Height = 13
- Caption = 'Can lookup user groups:'
- end
- object ModeChangingEdit: TEdit
- Left = 214
- Top = 18
- Width = 129
- Height = 17
- TabStop = False
- Anchors = [akLeft, akTop, akRight]
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 0
- Text = 'ModeChangingEdit'
- end
- object OwnerGroupChangingEdit: TEdit
- Left = 214
- Top = 34
- Width = 129
- Height = 17
- TabStop = False
- Anchors = [akLeft, akTop, akRight]
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 1
- Text = 'OwnerGroupChangingEdit'
- end
- object AnyCommandEdit: TEdit
- Left = 214
- Top = 50
- Width = 129
- Height = 17
- TabStop = False
- Anchors = [akLeft, akTop, akRight]
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 2
- Text = 'AnyCommandEdit'
- end
- object SymbolicHardLinkEdit: TEdit
- Left = 214
- Top = 66
- Width = 129
- Height = 17
- TabStop = False
- Anchors = [akLeft, akTop, akRight]
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 3
- Text = 'SymbolicHardLinkEdit'
- end
- object NativeTextModeEdit: TEdit
- Left = 214
- Top = 98
- Width = 129
- Height = 17
- TabStop = False
- Anchors = [akLeft, akTop, akRight]
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 4
- Text = 'NativeTextModeEdit'
- end
- object UserGroupListingEdit: TEdit
- Left = 214
- Top = 82
- Width = 129
- Height = 17
- TabStop = False
- Anchors = [akLeft, akTop, akRight]
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 5
- Text = 'UserGroupListingEdit'
- end
- object InfoMemo: TMemo
- Left = 8
- Top = 120
- Width = 335
- Height = 93
- TabStop = False
- Anchors = [akLeft, akTop, akRight, akBottom]
- Color = clBtnFace
- Lines.Strings = (
- 'InfoMemo')
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 6
- WantReturns = False
- WordWrap = False
- end
- end
- end
|