home *** CD-ROM | disk | FTP | other *** search
- object NewConnForm: TNewConnForm
- Left = 331
- Top = 232
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'New Connection'
- ClientHeight = 493
- ClientWidth = 494
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PrintScale = poNone
- OnCreate = FormCreate
- OnHelp = FormHelp
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 158
- Top = 461
- Width = 73
- Height = 23
- HelpContext = 7012
- Caption = 'Connect'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object Button2: TButton
- Left = 254
- Top = 461
- Width = 73
- Height = 23
- HelpContext = 7013
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object PageControl1: TPageControl
- Left = 7
- Top = 7
- Width = 477
- Height = 442
- ActivePage = TabSheet2
- TabOrder = 2
- object TabSheet1: TTabSheet
- Caption = 'Connection'
- object Label1: TLabel
- Left = 58
- Top = 41
- Width = 26
- Height = 13
- Caption = 'Host:'
- end
- object Label7: TLabel
- Left = 62
- Top = 70
- Width = 24
- Height = 13
- Alignment = taRightJustify
- Caption = 'Port:'
- end
- object Label9: TLabel
- Left = 53
- Top = 14
- Width = 31
- Height = 13
- Alignment = taRightJustify
- Caption = 'Name:'
- end
- object GroupBox3: TGroupBox
- Left = 14
- Top = 98
- Width = 428
- Height = 113
- Caption = 'User identification (optional)'
- TabOrder = 3
- object Label4: TLabel
- Left = 43
- Top = 29
- Width = 29
- Height = 13
- Alignment = taRightJustify
- Caption = 'Login:'
- end
- object Label5: TLabel
- Left = 23
- Top = 57
- Width = 50
- Height = 13
- Alignment = taRightJustify
- Caption = 'Password:'
- end
- object LEdit: TEdit
- Left = 80
- Top = 25
- Width = 222
- Height = 21
- HelpContext = 7006
- TabOrder = 0
- end
- object PEdit: TEdit
- Left = 80
- Top = 53
- Width = 222
- Height = 21
- HelpContext = 7007
- PasswordChar = '*'
- TabOrder = 1
- end
- object CheckBox8: TCheckBox
- Left = 80
- Top = 84
- Width = 97
- Height = 17
- HelpContext = 7015
- Caption = 'Save password'
- TabOrder = 2
- end
- end
- object TCPNameEdit: TEdit
- Left = 95
- Top = 38
- Width = 219
- Height = 21
- HelpContext = 7004
- TabOrder = 1
- end
- object TCPPortEdit: TEdit
- Left = 94
- Top = 66
- Width = 49
- Height = 21
- HelpContext = 7005
- TabOrder = 2
- end
- object GroupBox2: TGroupBox
- Left = 14
- Top = 220
- Width = 428
- Height = 180
- Caption = 'Session options'
- TabOrder = 4
- object Label3: TLabel
- Left = 299
- Top = 51
- Width = 37
- Height = 13
- Caption = 'minutes'
- end
- object Label6: TLabel
- Left = 299
- Top = 23
- Width = 39
- Height = 13
- Caption = 'seconds'
- end
- object CheckBox2: TCheckBox
- Left = 16
- Top = 48
- Width = 233
- Height = 17
- HelpContext = 7008
- Caption = 'Keep remote session reconnectable'
- TabOrder = 3
- OnClick = CheckBox2Click
- end
- object Edit2: TEdit
- Left = 230
- Top = 48
- Width = 49
- Height = 21
- HelpContext = 7009
- TabOrder = 4
- Text = '1'
- end
- object UpDown1: TUpDown
- Left = 279
- Top = 48
- Width = 12
- Height = 21
- Associate = Edit2
- Min = 1
- Max = 3600
- Position = 1
- TabOrder = 5
- Thousands = False
- end
- object CheckBox3: TCheckBox
- Left = 16
- Top = 149
- Width = 97
- Height = 17
- HelpContext = 7010
- Caption = 'Enable mouse'
- Checked = True
- State = cbChecked
- TabOrder = 9
- end
- object CheckBox6: TCheckBox
- Left = 16
- Top = 123
- Width = 134
- Height = 17
- HelpContext = 7020
- Caption = 'Disable compression'
- TabOrder = 8
- end
- object AutorestoreUD: TUpDown
- Left = 279
- Top = 19
- Width = 12
- Height = 21
- Associate = Edit1
- Min = 1
- Max = 32000
- Position = 1
- TabOrder = 2
- end
- object Edit1: TEdit
- Left = 230
- Top = 19
- Width = 49
- Height = 21
- HelpContext = 7017
- TabOrder = 1
- Text = '1'
- end
- object AutorestoreCB: TCheckBox
- Left = 16
- Top = 23
- Width = 209
- Height = 17
- HelpContext = 7016
- Caption = 'Automatically restore connection after'
- TabOrder = 0
- OnClick = AutorestoreCBClick
- end
- object SecureCB: TCheckBox
- Left = 16
- Top = 73
- Width = 132
- Height = 17
- HelpContext = 7018
- Caption = 'Secure connection'
- Checked = True
- State = cbChecked
- TabOrder = 6
- end
- object CheckBox10: TCheckBox
- Left = 16
- Top = 98
- Width = 134
- Height = 17
- HelpContext = 7019
- Caption = 'Disable shell access'
- TabOrder = 7
- end
- end
- object Edit4: TEdit
- Left = 95
- Top = 10
- Width = 219
- Height = 21
- HelpContext = 7014
- TabOrder = 0
- end
- object StaticText1: TStaticText
- Left = 130
- Top = 10
- Width = 219
- Height = 21
- AutoSize = False
- BorderStyle = sbsSingle
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 5
- Visible = False
- end
- end
- object TabSheet3: TTabSheet
- Caption = 'Security Options'
- ImageIndex = 2
- object RadioButton1: TRadioButton
- Left = 14
- Top = 14
- Width = 176
- Height = 17
- HelpContext = 7021
- Caption = 'Auto select cipher suite'
- Checked = True
- TabOrder = 1
- TabStop = True
- OnClick = RadioButton2Click
- end
- object RadioButton2: TRadioButton
- Left = 14
- Top = 35
- Width = 190
- Height = 17
- HelpContext = 7022
- Caption = 'Use only selected cipher suites'
- TabOrder = 2
- OnClick = RadioButton2Click
- end
- object CiphersLV: TListView
- Left = 16
- Top = 56
- Width = 433
- Height = 106
- HelpContext = 7023
- Checkboxes = True
- Columns = <>
- ReadOnly = True
- TabOrder = 0
- ViewStyle = vsList
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Tunneling'
- ImageIndex = 1
- object Label2: TLabel
- Left = 14
- Top = 14
- Width = 121
- Height = 13
- Caption = 'Client to server tunneling'
- end
- object Label8: TLabel
- Left = 14
- Top = 245
- Width = 120
- Height = 13
- Caption = 'Server to client tunneling'
- end
- object Label10: TLabel
- Left = 182
- Top = 266
- Width = 68
- Height = 13
- Caption = 'Port mappings'
- Visible = False
- end
- object Label11: TLabel
- Left = 189
- Top = 91
- Width = 68
- Height = 13
- Caption = 'Port mappings'
- Visible = False
- end
- object Button5: TButton
- Tag = 3
- Left = 189
- Top = 210
- Width = 75
- Height = 23
- HelpContext = 7034
- Caption = '&Remove'
- Enabled = False
- TabOrder = 10
- OnClick = Button5Click
- end
- object Button4: TButton
- Tag = 3
- Left = 105
- Top = 210
- Width = 75
- Height = 23
- HelpContext = 7033
- Caption = '&Edit..'
- Enabled = False
- TabOrder = 9
- OnClick = Button4Click
- end
- object Button3: TButton
- Tag = 3
- Left = 21
- Top = 210
- Width = 75
- Height = 23
- HelpContext = 7032
- Caption = '&Add..'
- TabOrder = 8
- OnClick = Button3Click
- end
- object ListView1: TListView
- Tag = 3
- Left = 14
- Top = 109
- Width = 433
- Height = 95
- HelpContext = 7031
- Columns = <
- item
- Caption = 'Local port'
- Width = 70
- end
- item
- Caption = 'Remote host address'
- Width = 135
- end
- item
- Caption = 'Remote port'
- Width = 80
- end
- item
- Alignment = taCenter
- Caption = 'Local only'
- Width = 65
- end
- item
- Caption = 'FTP'
- Width = 45
- end>
- HideSelection = False
- ReadOnly = True
- RowSelect = True
- SmallImages = MainForm.ImageList1
- TabOrder = 7
- ViewStyle = vsReport
- OnChange = ListView1Change
- OnDblClick = Button4Click
- end
- object CreateC2SCB: TCheckBox
- Tag = 3
- Left = 14
- Top = 91
- Width = 146
- Height = 17
- HelpContext = 7030
- Caption = 'Create port &mappings'
- TabOrder = 6
- OnClick = CreateC2SCBClick
- end
- object CheckBox4: TCheckBox
- Tag = 1
- Left = 14
- Top = 35
- Width = 188
- Height = 17
- HelpContext = 7027
- Caption = 'Create local &SOCKS proxy on port'
- TabOrder = 0
- OnClick = CheckBox4Click
- end
- object Edit3: TEdit
- Tag = 1
- Left = 210
- Top = 33
- Width = 50
- Height = 21
- HelpContext = 7028
- TabOrder = 1
- end
- object CheckBox7: TCheckBox
- Tag = 1
- Left = 273
- Top = 35
- Width = 169
- Height = 17
- HelpContext = 7029
- Caption = 'Local connections only'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- object ListView2: TListView
- Tag = 4
- Left = 14
- Top = 282
- Width = 433
- Height = 95
- HelpContext = 7036
- Columns = <
- item
- Caption = 'Server port'
- Width = 70
- end
- item
- Caption = 'Interface'
- Width = 100
- end
- item
- Caption = 'To address'
- Width = 100
- end
- item
- Caption = 'To port'
- end
- item
- Alignment = taCenter
- Caption = 'Local only'
- end
- item
- Alignment = taCenter
- Caption = 'Single connection'
- Width = 45
- end>
- HideSelection = False
- ReadOnly = True
- RowSelect = True
- SmallImages = MainForm.ImageList1
- TabOrder = 12
- ViewStyle = vsReport
- OnChange = ListView2Change
- OnDblClick = Button7Click
- end
- object Button6: TButton
- Tag = 4
- Left = 21
- Top = 383
- Width = 75
- Height = 23
- HelpContext = 7037
- Caption = '&Add..'
- TabOrder = 13
- OnClick = Button6Click
- end
- object Button7: TButton
- Tag = 4
- Left = 105
- Top = 383
- Width = 75
- Height = 23
- HelpContext = 7038
- Caption = '&Edit..'
- Enabled = False
- TabOrder = 14
- OnClick = Button7Click
- end
- object Button8: TButton
- Tag = 4
- Left = 189
- Top = 383
- Width = 75
- Height = 23
- HelpContext = 7039
- Caption = '&Remove'
- Enabled = False
- TabOrder = 15
- OnClick = Button8Click
- end
- object CreateS2CCB: TCheckBox
- Tag = 4
- Left = 14
- Top = 263
- Width = 153
- Height = 17
- HelpContext = 7035
- Caption = 'Create port mappings'
- TabOrder = 11
- OnClick = CreateS2CCBClick
- end
- object HTTPCB: TCheckBox
- Tag = 2
- Left = 14
- Top = 63
- Width = 188
- Height = 17
- HelpContext = 7024
- Caption = 'Create local &HTTP proxy on port'
- TabOrder = 3
- OnClick = CheckBox4Click
- end
- object HTTPPortEdit: TEdit
- Tag = 2
- Left = 210
- Top = 61
- Width = 50
- Height = 21
- HelpContext = 7025
- TabOrder = 4
- end
- object HTTPLocalsCB: TCheckBox
- Tag = 2
- Left = 273
- Top = 63
- Width = 169
- Height = 17
- HelpContext = 7026
- Caption = 'Local connections only'
- Checked = True
- State = cbChecked
- TabOrder = 5
- end
- end
- end
- end
-