home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / zrcserv / setup.exe / %MAINDIR% / ZRCG.exe / 0 / RCDATA / TNEWCONNFORM / TNEWCONNFORM.txt
Encoding:
Text File  |  2004-05-19  |  13.4 KB  |  600 lines

  1. object NewConnForm: TNewConnForm
  2.   Left = 331
  3.   Top = 232
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'New Connection'
  7.   ClientHeight = 493
  8.   ClientWidth = 494
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PrintScale = poNone
  18.   OnCreate = FormCreate
  19.   OnHelp = FormHelp
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Button1: TButton
  24.     Left = 158
  25.     Top = 461
  26.     Width = 73
  27.     Height = 23
  28.     HelpContext = 7012
  29.     Caption = 'Connect'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 0
  33.   end
  34.   object Button2: TButton
  35.     Left = 254
  36.     Top = 461
  37.     Width = 73
  38.     Height = 23
  39.     HelpContext = 7013
  40.     Cancel = True
  41.     Caption = 'Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 1
  44.   end
  45.   object PageControl1: TPageControl
  46.     Left = 7
  47.     Top = 7
  48.     Width = 477
  49.     Height = 442
  50.     ActivePage = TabSheet2
  51.     TabOrder = 2
  52.     object TabSheet1: TTabSheet
  53.       Caption = 'Connection'
  54.       object Label1: TLabel
  55.         Left = 58
  56.         Top = 41
  57.         Width = 26
  58.         Height = 13
  59.         Caption = 'Host:'
  60.       end
  61.       object Label7: TLabel
  62.         Left = 62
  63.         Top = 70
  64.         Width = 24
  65.         Height = 13
  66.         Alignment = taRightJustify
  67.         Caption = 'Port:'
  68.       end
  69.       object Label9: TLabel
  70.         Left = 53
  71.         Top = 14
  72.         Width = 31
  73.         Height = 13
  74.         Alignment = taRightJustify
  75.         Caption = 'Name:'
  76.       end
  77.       object GroupBox3: TGroupBox
  78.         Left = 14
  79.         Top = 98
  80.         Width = 428
  81.         Height = 113
  82.         Caption = 'User identification (optional)'
  83.         TabOrder = 3
  84.         object Label4: TLabel
  85.           Left = 43
  86.           Top = 29
  87.           Width = 29
  88.           Height = 13
  89.           Alignment = taRightJustify
  90.           Caption = 'Login:'
  91.         end
  92.         object Label5: TLabel
  93.           Left = 23
  94.           Top = 57
  95.           Width = 50
  96.           Height = 13
  97.           Alignment = taRightJustify
  98.           Caption = 'Password:'
  99.         end
  100.         object LEdit: TEdit
  101.           Left = 80
  102.           Top = 25
  103.           Width = 222
  104.           Height = 21
  105.           HelpContext = 7006
  106.           TabOrder = 0
  107.         end
  108.         object PEdit: TEdit
  109.           Left = 80
  110.           Top = 53
  111.           Width = 222
  112.           Height = 21
  113.           HelpContext = 7007
  114.           PasswordChar = '*'
  115.           TabOrder = 1
  116.         end
  117.         object CheckBox8: TCheckBox
  118.           Left = 80
  119.           Top = 84
  120.           Width = 97
  121.           Height = 17
  122.           HelpContext = 7015
  123.           Caption = 'Save password'
  124.           TabOrder = 2
  125.         end
  126.       end
  127.       object TCPNameEdit: TEdit
  128.         Left = 95
  129.         Top = 38
  130.         Width = 219
  131.         Height = 21
  132.         HelpContext = 7004
  133.         TabOrder = 1
  134.       end
  135.       object TCPPortEdit: TEdit
  136.         Left = 94
  137.         Top = 66
  138.         Width = 49
  139.         Height = 21
  140.         HelpContext = 7005
  141.         TabOrder = 2
  142.       end
  143.       object GroupBox2: TGroupBox
  144.         Left = 14
  145.         Top = 220
  146.         Width = 428
  147.         Height = 180
  148.         Caption = 'Session options'
  149.         TabOrder = 4
  150.         object Label3: TLabel
  151.           Left = 299
  152.           Top = 51
  153.           Width = 37
  154.           Height = 13
  155.           Caption = 'minutes'
  156.         end
  157.         object Label6: TLabel
  158.           Left = 299
  159.           Top = 23
  160.           Width = 39
  161.           Height = 13
  162.           Caption = 'seconds'
  163.         end
  164.         object CheckBox2: TCheckBox
  165.           Left = 16
  166.           Top = 48
  167.           Width = 233
  168.           Height = 17
  169.           HelpContext = 7008
  170.           Caption = 'Keep remote session reconnectable'
  171.           TabOrder = 3
  172.           OnClick = CheckBox2Click
  173.         end
  174.         object Edit2: TEdit
  175.           Left = 230
  176.           Top = 48
  177.           Width = 49
  178.           Height = 21
  179.           HelpContext = 7009
  180.           TabOrder = 4
  181.           Text = '1'
  182.         end
  183.         object UpDown1: TUpDown
  184.           Left = 279
  185.           Top = 48
  186.           Width = 12
  187.           Height = 21
  188.           Associate = Edit2
  189.           Min = 1
  190.           Max = 3600
  191.           Position = 1
  192.           TabOrder = 5
  193.           Thousands = False
  194.         end
  195.         object CheckBox3: TCheckBox
  196.           Left = 16
  197.           Top = 149
  198.           Width = 97
  199.           Height = 17
  200.           HelpContext = 7010
  201.           Caption = 'Enable mouse'
  202.           Checked = True
  203.           State = cbChecked
  204.           TabOrder = 9
  205.         end
  206.         object CheckBox6: TCheckBox
  207.           Left = 16
  208.           Top = 123
  209.           Width = 134
  210.           Height = 17
  211.           HelpContext = 7020
  212.           Caption = 'Disable compression'
  213.           TabOrder = 8
  214.         end
  215.         object AutorestoreUD: TUpDown
  216.           Left = 279
  217.           Top = 19
  218.           Width = 12
  219.           Height = 21
  220.           Associate = Edit1
  221.           Min = 1
  222.           Max = 32000
  223.           Position = 1
  224.           TabOrder = 2
  225.         end
  226.         object Edit1: TEdit
  227.           Left = 230
  228.           Top = 19
  229.           Width = 49
  230.           Height = 21
  231.           HelpContext = 7017
  232.           TabOrder = 1
  233.           Text = '1'
  234.         end
  235.         object AutorestoreCB: TCheckBox
  236.           Left = 16
  237.           Top = 23
  238.           Width = 209
  239.           Height = 17
  240.           HelpContext = 7016
  241.           Caption = 'Automatically restore connection after'
  242.           TabOrder = 0
  243.           OnClick = AutorestoreCBClick
  244.         end
  245.         object SecureCB: TCheckBox
  246.           Left = 16
  247.           Top = 73
  248.           Width = 132
  249.           Height = 17
  250.           HelpContext = 7018
  251.           Caption = 'Secure connection'
  252.           Checked = True
  253.           State = cbChecked
  254.           TabOrder = 6
  255.         end
  256.         object CheckBox10: TCheckBox
  257.           Left = 16
  258.           Top = 98
  259.           Width = 134
  260.           Height = 17
  261.           HelpContext = 7019
  262.           Caption = 'Disable shell access'
  263.           TabOrder = 7
  264.         end
  265.       end
  266.       object Edit4: TEdit
  267.         Left = 95
  268.         Top = 10
  269.         Width = 219
  270.         Height = 21
  271.         HelpContext = 7014
  272.         TabOrder = 0
  273.       end
  274.       object StaticText1: TStaticText
  275.         Left = 130
  276.         Top = 10
  277.         Width = 219
  278.         Height = 21
  279.         AutoSize = False
  280.         BorderStyle = sbsSingle
  281.         Font.Charset = ANSI_CHARSET
  282.         Font.Color = clWindowText
  283.         Font.Height = -11
  284.         Font.Name = 'Tahoma'
  285.         Font.Style = [fsBold]
  286.         ParentFont = False
  287.         TabOrder = 5
  288.         Visible = False
  289.       end
  290.     end
  291.     object TabSheet3: TTabSheet
  292.       Caption = 'Security Options'
  293.       ImageIndex = 2
  294.       object RadioButton1: TRadioButton
  295.         Left = 14
  296.         Top = 14
  297.         Width = 176
  298.         Height = 17
  299.         HelpContext = 7021
  300.         Caption = 'Auto select cipher suite'
  301.         Checked = True
  302.         TabOrder = 1
  303.         TabStop = True
  304.         OnClick = RadioButton2Click
  305.       end
  306.       object RadioButton2: TRadioButton
  307.         Left = 14
  308.         Top = 35
  309.         Width = 190
  310.         Height = 17
  311.         HelpContext = 7022
  312.         Caption = 'Use only selected cipher suites'
  313.         TabOrder = 2
  314.         OnClick = RadioButton2Click
  315.       end
  316.       object CiphersLV: TListView
  317.         Left = 16
  318.         Top = 56
  319.         Width = 433
  320.         Height = 106
  321.         HelpContext = 7023
  322.         Checkboxes = True
  323.         Columns = <>
  324.         ReadOnly = True
  325.         TabOrder = 0
  326.         ViewStyle = vsList
  327.       end
  328.     end
  329.     object TabSheet2: TTabSheet
  330.       Caption = 'Tunneling'
  331.       ImageIndex = 1
  332.       object Label2: TLabel
  333.         Left = 14
  334.         Top = 14
  335.         Width = 121
  336.         Height = 13
  337.         Caption = 'Client to server tunneling'
  338.       end
  339.       object Label8: TLabel
  340.         Left = 14
  341.         Top = 245
  342.         Width = 120
  343.         Height = 13
  344.         Caption = 'Server to client tunneling'
  345.       end
  346.       object Label10: TLabel
  347.         Left = 182
  348.         Top = 266
  349.         Width = 68
  350.         Height = 13
  351.         Caption = 'Port mappings'
  352.         Visible = False
  353.       end
  354.       object Label11: TLabel
  355.         Left = 189
  356.         Top = 91
  357.         Width = 68
  358.         Height = 13
  359.         Caption = 'Port mappings'
  360.         Visible = False
  361.       end
  362.       object Button5: TButton
  363.         Tag = 3
  364.         Left = 189
  365.         Top = 210
  366.         Width = 75
  367.         Height = 23
  368.         HelpContext = 7034
  369.         Caption = '&Remove'
  370.         Enabled = False
  371.         TabOrder = 10
  372.         OnClick = Button5Click
  373.       end
  374.       object Button4: TButton
  375.         Tag = 3
  376.         Left = 105
  377.         Top = 210
  378.         Width = 75
  379.         Height = 23
  380.         HelpContext = 7033
  381.         Caption = '&Edit..'
  382.         Enabled = False
  383.         TabOrder = 9
  384.         OnClick = Button4Click
  385.       end
  386.       object Button3: TButton
  387.         Tag = 3
  388.         Left = 21
  389.         Top = 210
  390.         Width = 75
  391.         Height = 23
  392.         HelpContext = 7032
  393.         Caption = '&Add..'
  394.         TabOrder = 8
  395.         OnClick = Button3Click
  396.       end
  397.       object ListView1: TListView
  398.         Tag = 3
  399.         Left = 14
  400.         Top = 109
  401.         Width = 433
  402.         Height = 95
  403.         HelpContext = 7031
  404.         Columns = <
  405.           item
  406.             Caption = 'Local port'
  407.             Width = 70
  408.           end
  409.           item
  410.             Caption = 'Remote host address'
  411.             Width = 135
  412.           end
  413.           item
  414.             Caption = 'Remote port'
  415.             Width = 80
  416.           end
  417.           item
  418.             Alignment = taCenter
  419.             Caption = 'Local only'
  420.             Width = 65
  421.           end
  422.           item
  423.             Caption = 'FTP'
  424.             Width = 45
  425.           end>
  426.         HideSelection = False
  427.         ReadOnly = True
  428.         RowSelect = True
  429.         SmallImages = MainForm.ImageList1
  430.         TabOrder = 7
  431.         ViewStyle = vsReport
  432.         OnChange = ListView1Change
  433.         OnDblClick = Button4Click
  434.       end
  435.       object CreateC2SCB: TCheckBox
  436.         Tag = 3
  437.         Left = 14
  438.         Top = 91
  439.         Width = 146
  440.         Height = 17
  441.         HelpContext = 7030
  442.         Caption = 'Create port &mappings'
  443.         TabOrder = 6
  444.         OnClick = CreateC2SCBClick
  445.       end
  446.       object CheckBox4: TCheckBox
  447.         Tag = 1
  448.         Left = 14
  449.         Top = 35
  450.         Width = 188
  451.         Height = 17
  452.         HelpContext = 7027
  453.         Caption = 'Create local &SOCKS proxy on port'
  454.         TabOrder = 0
  455.         OnClick = CheckBox4Click
  456.       end
  457.       object Edit3: TEdit
  458.         Tag = 1
  459.         Left = 210
  460.         Top = 33
  461.         Width = 50
  462.         Height = 21
  463.         HelpContext = 7028
  464.         TabOrder = 1
  465.       end
  466.       object CheckBox7: TCheckBox
  467.         Tag = 1
  468.         Left = 273
  469.         Top = 35
  470.         Width = 169
  471.         Height = 17
  472.         HelpContext = 7029
  473.         Caption = 'Local connections only'
  474.         Checked = True
  475.         State = cbChecked
  476.         TabOrder = 2
  477.       end
  478.       object ListView2: TListView
  479.         Tag = 4
  480.         Left = 14
  481.         Top = 282
  482.         Width = 433
  483.         Height = 95
  484.         HelpContext = 7036
  485.         Columns = <
  486.           item
  487.             Caption = 'Server port'
  488.             Width = 70
  489.           end
  490.           item
  491.             Caption = 'Interface'
  492.             Width = 100
  493.           end
  494.           item
  495.             Caption = 'To address'
  496.             Width = 100
  497.           end
  498.           item
  499.             Caption = 'To port'
  500.           end
  501.           item
  502.             Alignment = taCenter
  503.             Caption = 'Local only'
  504.           end
  505.           item
  506.             Alignment = taCenter
  507.             Caption = 'Single connection'
  508.             Width = 45
  509.           end>
  510.         HideSelection = False
  511.         ReadOnly = True
  512.         RowSelect = True
  513.         SmallImages = MainForm.ImageList1
  514.         TabOrder = 12
  515.         ViewStyle = vsReport
  516.         OnChange = ListView2Change
  517.         OnDblClick = Button7Click
  518.       end
  519.       object Button6: TButton
  520.         Tag = 4
  521.         Left = 21
  522.         Top = 383
  523.         Width = 75
  524.         Height = 23
  525.         HelpContext = 7037
  526.         Caption = '&Add..'
  527.         TabOrder = 13
  528.         OnClick = Button6Click
  529.       end
  530.       object Button7: TButton
  531.         Tag = 4
  532.         Left = 105
  533.         Top = 383
  534.         Width = 75
  535.         Height = 23
  536.         HelpContext = 7038
  537.         Caption = '&Edit..'
  538.         Enabled = False
  539.         TabOrder = 14
  540.         OnClick = Button7Click
  541.       end
  542.       object Button8: TButton
  543.         Tag = 4
  544.         Left = 189
  545.         Top = 383
  546.         Width = 75
  547.         Height = 23
  548.         HelpContext = 7039
  549.         Caption = '&Remove'
  550.         Enabled = False
  551.         TabOrder = 15
  552.         OnClick = Button8Click
  553.       end
  554.       object CreateS2CCB: TCheckBox
  555.         Tag = 4
  556.         Left = 14
  557.         Top = 263
  558.         Width = 153
  559.         Height = 17
  560.         HelpContext = 7035
  561.         Caption = 'Create port mappings'
  562.         TabOrder = 11
  563.         OnClick = CreateS2CCBClick
  564.       end
  565.       object HTTPCB: TCheckBox
  566.         Tag = 2
  567.         Left = 14
  568.         Top = 63
  569.         Width = 188
  570.         Height = 17
  571.         HelpContext = 7024
  572.         Caption = 'Create local &HTTP proxy on port'
  573.         TabOrder = 3
  574.         OnClick = CheckBox4Click
  575.       end
  576.       object HTTPPortEdit: TEdit
  577.         Tag = 2
  578.         Left = 210
  579.         Top = 61
  580.         Width = 50
  581.         Height = 21
  582.         HelpContext = 7025
  583.         TabOrder = 4
  584.       end
  585.       object HTTPLocalsCB: TCheckBox
  586.         Tag = 2
  587.         Left = 273
  588.         Top = 63
  589.         Width = 169
  590.         Height = 17
  591.         HelpContext = 7026
  592.         Caption = 'Local connections only'
  593.         Checked = True
  594.         State = cbChecked
  595.         TabOrder = 5
  596.       end
  597.     end
  598.   end
  599. end
  600.