home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Freeware / Comunicatii / Winscp / winscp373setup.exe / {app} / WinSCP3.exe / 0 / RCDATA / TPREFERENCESDIALOG / TPREFERENCESDIALOG.txt
Encoding:
Text File  |  2005-02-06  |  42.7 KB  |  1,488 lines

  1. object PreferencesDialog: TPreferencesDialog
  2.   Left = 400
  3.   Top = 161
  4.   HelpType = htKeyword
  5.   HelpKeyword = 'ui_preferences'
  6.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Preferences'
  9.   ClientHeight = 444
  10.   ClientWidth = 527
  11.   Color = clBtnFace
  12.   ParentFont = True
  13.   OldCreateOrder = True
  14.   Position = poMainFormCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   OnShow = FormShow
  17.   DesignSize = (
  18.     527
  19.     444)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object OKButton: TButton
  23.     Left = 352
  24.     Top = 413
  25.     Width = 75
  26.     Height = 25
  27.     Anchors = [akRight, akBottom]
  28.     Caption = 'OK'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 1
  32.   end
  33.   object CloseButton: TButton
  34.     Left = 440
  35.     Top = 413
  36.     Width = 75
  37.     Height = 25
  38.     Anchors = [akRight, akBottom]
  39.     Cancel = True
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 2
  43.   end
  44.   object MainPanel: TPanel
  45.     Left = 0
  46.     Top = 0
  47.     Width = 527
  48.     Height = 407
  49.     Align = alTop
  50.     Anchors = [akLeft, akTop, akRight, akBottom]
  51.     BevelOuter = bvNone
  52.     TabOrder = 0
  53.     object PageControl: TPageControl
  54.       Left = 141
  55.       Top = 0
  56.       Width = 386
  57.       Height = 407
  58.       ActivePage = PreferencesSheet
  59.       Align = alClient
  60.       MultiLine = True
  61.       Style = tsButtons
  62.       TabIndex = 0
  63.       TabOrder = 1
  64.       OnChange = PageControlChange
  65.       object PreferencesSheet: TTabSheet
  66.         Tag = 1
  67.         Hint = 'Environment'
  68.         Caption = 'Gen'
  69.         ImageIndex = 2
  70.         DesignSize = (
  71.           378
  72.           352)
  73.         object CommonPreferencesGroup: TXPGroupBox
  74.           Left = 8
  75.           Top = 8
  76.           Width = 362
  77.           Height = 245
  78.           Anchors = [akLeft, akTop, akRight]
  79.           Caption = 'Confirmations'
  80.           TabOrder = 0
  81.           DesignSize = (
  82.             362
  83.             245)
  84.           object CopyOnDoubleClickCheck: TCheckBox
  85.             Left = 16
  86.             Top = 153
  87.             Width = 330
  88.             Height = 17
  89.             Anchors = [akLeft, akTop, akRight]
  90.             Caption = '&Copy files using double-click'
  91.             TabOrder = 6
  92.             OnClick = ControlChange
  93.           end
  94.           object CopyOnDoubleClickConfirmationCheck: TCheckBox
  95.             Left = 32
  96.             Top = 175
  97.             Width = 314
  98.             Height = 17
  99.             Anchors = [akLeft, akTop, akRight]
  100.             Caption = 'Co&nfirm copy on double-click operation'
  101.             TabOrder = 7
  102.             OnClick = ControlChange
  103.           end
  104.           object ConfirmOverwritingCheck: TCheckBox
  105.             Left = 16
  106.             Top = 21
  107.             Width = 330
  108.             Height = 17
  109.             Anchors = [akLeft, akTop, akRight]
  110.             Caption = '&Overwriting of files'
  111.             TabOrder = 0
  112.             OnClick = ControlChange
  113.           end
  114.           object ConfirmDeletingCheck: TCheckBox
  115.             Left = 16
  116.             Top = 43
  117.             Width = 330
  118.             Height = 17
  119.             Anchors = [akLeft, akTop, akRight]
  120.             Caption = '&Deleting of files (recommended)'
  121.             TabOrder = 1
  122.             OnClick = ControlChange
  123.           end
  124.           object ConfirmClosingSessionCheck: TCheckBox
  125.             Left = 16
  126.             Top = 87
  127.             Width = 330
  128.             Height = 17
  129.             Anchors = [akLeft, akTop, akRight]
  130.             Caption = 'E&xiting application'
  131.             TabOrder = 3
  132.             OnClick = ControlChange
  133.           end
  134.           object DDTransferConfirmationCheck: TCheckBox
  135.             Left = 16
  136.             Top = 131
  137.             Width = 338
  138.             Height = 17
  139.             Anchors = [akLeft, akTop, akRight]
  140.             Caption = 'D&rag && drop operations'
  141.             TabOrder = 5
  142.             OnClick = ControlChange
  143.           end
  144.           object ContinueOnErrorCheck: TCheckBox
  145.             Left = 16
  146.             Top = 219
  147.             Width = 330
  148.             Height = 17
  149.             Anchors = [akLeft, akTop, akRight]
  150.             Caption = 'Continue on &error (advanced users)'
  151.             TabOrder = 9
  152.             OnClick = ControlChange
  153.           end
  154.           object ConfirmExitOnCompletionCheck: TCheckBox
  155.             Left = 16
  156.             Top = 109
  157.             Width = 330
  158.             Height = 17
  159.             Anchors = [akLeft, akTop, akRight]
  160.             Caption = 'Exiting application on o&peration completion'
  161.             TabOrder = 4
  162.             OnClick = ControlChange
  163.           end
  164.           object ConfirmResumeCheck: TCheckBox
  165.             Left = 16
  166.             Top = 65
  167.             Width = 330
  168.             Height = 17
  169.             Anchors = [akLeft, akTop, akRight]
  170.             Caption = '&Transfer resuming'
  171.             TabOrder = 2
  172.             OnClick = ControlChange
  173.           end
  174.           object ConfirmCommandSessionCheck: TCheckBox
  175.             Left = 16
  176.             Top = 197
  177.             Width = 330
  178.             Height = 17
  179.             Anchors = [akLeft, akTop, akRight]
  180.             Caption = 'Opening separate &shell session'
  181.             TabOrder = 8
  182.             OnClick = ControlChange
  183.           end
  184.         end
  185.         object NotificationsGroup: TXPGroupBox
  186.           Left = 8
  187.           Top = 256
  188.           Width = 362
  189.           Height = 51
  190.           Anchors = [akLeft, akTop, akRight]
  191.           Caption = 'Notifications'
  192.           TabOrder = 1
  193.           DesignSize = (
  194.             362
  195.             51)
  196.           object BeepOnFinishAfterText: TLabel
  197.             Left = 344
  198.             Top = 22
  199.             Width = 5
  200.             Height = 13
  201.             Caption = 's'
  202.           end
  203.           object BeepOnFinishCheck: TCheckBox
  204.             Left = 16
  205.             Top = 21
  206.             Width = 265
  207.             Height = 17
  208.             Anchors = [akLeft, akTop, akRight]
  209.             Caption = '&Beep when work finishes, if it lasted more then'
  210.             TabOrder = 0
  211.             OnClick = ControlChange
  212.           end
  213.           object BeepOnFinishAfterEdit: TUpDownEdit
  214.             Left = 283
  215.             Top = 18
  216.             Width = 57
  217.             Height = 21
  218.             Alignment = taRightJustify
  219.             Increment = 15
  220.             MaxValue = 999
  221.             MaxLength = 3
  222.             TabOrder = 1
  223.             OnChange = ControlChange
  224.           end
  225.         end
  226.       end
  227.       object LogSheet: TTabSheet
  228.         Tag = 2
  229.         Hint = 'Logging'
  230.         Caption = 'Log'
  231.         ImageIndex = 4
  232.         DesignSize = (
  233.           378
  234.           352)
  235.         inline LoggingFrame: TLoggingFrame
  236.           Left = 5
  237.           Top = 0
  238.           Width = 377
  239.           Height = 212
  240.           Anchors = [akLeft, akTop, akRight]
  241.           TabOrder = 0
  242.           DesignSize = (
  243.             377
  244.             212)
  245.           inherited LoggingGroup: TXPGroupBox
  246.             Width = 362
  247.             DesignSize = (
  248.               362
  249.               177)
  250.             inherited LogFileNameEdit: TFilenameEdit
  251.               Width = 308
  252.             end
  253.             inherited LogFilePanel: TPanel
  254.               Width = 308
  255.             end
  256.           end
  257.         end
  258.       end
  259.       object GeneralSheet: TTabSheet
  260.         Tag = 3
  261.         Hint = 'Interface'
  262.         Caption = 'Int'
  263.         ImageIndex = 5
  264.         DesignSize = (
  265.           378
  266.           352)
  267.         object Label1: TLabel
  268.           Left = 8
  269.           Top = 226
  270.           Width = 361
  271.           Height = 33
  272.           AutoSize = False
  273.           Caption = 
  274.             'Note: a change to this setting will only take effect the next ti' +
  275.             'me you start the application.'
  276.           WordWrap = True
  277.         end
  278.         inline GeneralSettingsFrame: TGeneralSettingsFrame
  279.           Left = 8
  280.           Top = 8
  281.           Width = 362
  282.           Height = 202
  283.           Anchors = [akLeft, akTop, akRight]
  284.           TabOrder = 0
  285.           inherited InterfaceGroup: TXPGroupBox
  286.             Width = 362
  287.             inherited CommanderDescriptionLabel: TLabel
  288.               Width = 223
  289.             end
  290.             inherited ExplorerDescriptionLabel: TLabel
  291.               Width = 225
  292.             end
  293.           end
  294.         end
  295.       end
  296.       object PanelsSheet: TTabSheet
  297.         Tag = 4
  298.         Hint = 'Panels'
  299.         Caption = 'Pan'
  300.         ImageIndex = 3
  301.         DesignSize = (
  302.           378
  303.           352)
  304.         object PanelsRemoteDirectoryGroup: TXPGroupBox
  305.           Left = 8
  306.           Top = 135
  307.           Width = 362
  308.           Height = 51
  309.           Anchors = [akLeft, akTop, akRight]
  310.           Caption = 'Remote directory'
  311.           TabOrder = 1
  312.           DesignSize = (
  313.             362
  314.             51)
  315.           object ShowInaccesibleDirectoriesCheck: TCheckBox
  316.             Left = 16
  317.             Top = 21
  318.             Width = 330
  319.             Height = 17
  320.             Anchors = [akLeft, akTop, akRight]
  321.             Caption = '&Show inaccesible directories'
  322.             TabOrder = 0
  323.             OnClick = ControlChange
  324.           end
  325.         end
  326.         object PanelsCommonGroup: TXPGroupBox
  327.           Left = 8
  328.           Top = 8
  329.           Width = 362
  330.           Height = 122
  331.           Anchors = [akLeft, akTop, akRight]
  332.           Caption = 'Common'
  333.           TabOrder = 0
  334.           DesignSize = (
  335.             362
  336.             122)
  337.           object ShowHiddenFilesCheck: TCheckBox
  338.             Left = 16
  339.             Top = 21
  340.             Width = 330
  341.             Height = 17
  342.             Anchors = [akLeft, akTop, akRight]
  343.             Caption = '&Show hidden files (Ctrl+Alt+H)'
  344.             TabOrder = 0
  345.             OnClick = ControlChange
  346.           end
  347.           object DefaultDirIsHomeCheck: TCheckBox
  348.             Left = 16
  349.             Top = 69
  350.             Width = 330
  351.             Height = 17
  352.             Anchors = [akLeft, akTop, akRight]
  353.             Caption = 'Default directory is &home directory'
  354.             TabOrder = 2
  355.             OnClick = ControlChange
  356.           end
  357.           object DeleteToRecycleBinCheck: TCheckBox
  358.             Left = 16
  359.             Top = 45
  360.             Width = 330
  361.             Height = 17
  362.             Anchors = [akLeft, akTop, akRight]
  363.             Caption = '&Delete local files to recycle bin'
  364.             TabOrder = 1
  365.             OnClick = ControlChange
  366.           end
  367.           object PreservePanelStateCheck: TCheckBox
  368.             Left = 16
  369.             Top = 93
  370.             Width = 330
  371.             Height = 17
  372.             Anchors = [akLeft, akTop, akRight]
  373.             Caption = '&Remember panels state when switching sessions'
  374.             TabOrder = 3
  375.             OnClick = ControlChange
  376.           end
  377.         end
  378.       end
  379.       object CommanderSheet: TTabSheet
  380.         Tag = 5
  381.         Hint = 'Commander'
  382.         Caption = 'Cmd'
  383.         ImageIndex = 3
  384.         DesignSize = (
  385.           378
  386.           352)
  387.         object Label3: TLabel
  388.           Left = 8
  389.           Top = 8
  390.           Width = 366
  391.           Height = 29
  392.           Anchors = [akLeft, akTop, akRight]
  393.           AutoSize = False
  394.           Caption = 
  395.             'Preferences on this tab applies to Norton Commander interface on' +
  396.             'ly.'
  397.           WordWrap = True
  398.         end
  399.         object PanelsGroup: TXPGroupBox
  400.           Left = 8
  401.           Top = 38
  402.           Width = 362
  403.           Height = 99
  404.           Anchors = [akLeft, akTop, akRight]
  405.           Caption = 'Panels'
  406.           TabOrder = 0
  407.           DesignSize = (
  408.             362
  409.             99)
  410.           object ExplorerStyleSelectionCheck: TCheckBox
  411.             Left = 16
  412.             Top = 21
  413.             Width = 330
  414.             Height = 17
  415.             Anchors = [akLeft, akTop, akRight]
  416.             Caption = '&Explorer style selection'
  417.             TabOrder = 0
  418.             OnClick = ControlChange
  419.           end
  420.           object PreserveLocalDirectoryCheck: TCheckBox
  421.             Left = 16
  422.             Top = 45
  423.             Width = 330
  424.             Height = 17
  425.             Anchors = [akLeft, akTop, akRight]
  426.             Caption = 'Do not &change state of local panel when switching sessions'
  427.             TabOrder = 1
  428.             OnClick = ControlChange
  429.           end
  430.           object SwappedPanelsCheck: TCheckBox
  431.             Left = 16
  432.             Top = 69
  433.             Width = 330
  434.             Height = 17
  435.             Anchors = [akLeft, akTop, akRight]
  436.             Caption = 'S&wap panels (local on right, remote on left)'
  437.             TabOrder = 2
  438.             OnClick = ControlChange
  439.           end
  440.         end
  441.         object CommanderMiscGroup: TXPGroupBox
  442.           Left = 8
  443.           Top = 146
  444.           Width = 362
  445.           Height = 53
  446.           Anchors = [akLeft, akTop, akRight]
  447.           Caption = 'Miscellaneous'
  448.           TabOrder = 1
  449.           DesignSize = (
  450.             362
  451.             53)
  452.           object UseLocationProfilesCheck: TCheckBox
  453.             Left = 16
  454.             Top = 21
  455.             Width = 330
  456.             Height = 17
  457.             Anchors = [akLeft, akTop, akRight]
  458.             Caption = '&Use Location Profiles instead of Directory Bookmarks'
  459.             TabOrder = 0
  460.             OnClick = ControlChange
  461.           end
  462.         end
  463.         object CompareCriterionsGroup: TXPGroupBox
  464.           Left = 8
  465.           Top = 209
  466.           Width = 362
  467.           Height = 74
  468.           Anchors = [akLeft, akTop, akRight]
  469.           Caption = 'Compare directory criterions'
  470.           TabOrder = 2
  471.           DesignSize = (
  472.             362
  473.             74)
  474.           object CompareByTimeCheck: TCheckBox
  475.             Left = 16
  476.             Top = 21
  477.             Width = 330
  478.             Height = 17
  479.             Anchors = [akLeft, akTop, akRight]
  480.             Caption = 'Compare by &time'
  481.             TabOrder = 0
  482.             OnClick = CompareByTimeCheckClick
  483.           end
  484.           object CompareBySizeCheck: TCheckBox
  485.             Left = 16
  486.             Top = 45
  487.             Width = 330
  488.             Height = 17
  489.             Anchors = [akLeft, akTop, akRight]
  490.             Caption = 'Compare by &size'
  491.             TabOrder = 1
  492.             OnClick = CompareBySizeCheckClick
  493.           end
  494.         end
  495.       end
  496.       object ExplorerSheet: TTabSheet
  497.         Tag = 6
  498.         Hint = 'Explorer'
  499.         Caption = 'Exp'
  500.         ImageIndex = 5
  501.         DesignSize = (
  502.           378
  503.           352)
  504.         object Label4: TLabel
  505.           Left = 8
  506.           Top = 8
  507.           Width = 366
  508.           Height = 29
  509.           Anchors = [akLeft, akTop, akRight]
  510.           AutoSize = False
  511.           Caption = 'Preferences on this tab applies to Explorer-like interface only.'
  512.           WordWrap = True
  513.         end
  514.         object GroupBox2: TXPGroupBox
  515.           Left = 8
  516.           Top = 38
  517.           Width = 362
  518.           Height = 54
  519.           Anchors = [akLeft, akTop, akRight]
  520.           Caption = 'View'
  521.           TabOrder = 0
  522.           DesignSize = (
  523.             362
  524.             54)
  525.           object ShowFullAddressCheck: TCheckBox
  526.             Left = 16
  527.             Top = 21
  528.             Width = 330
  529.             Height = 17
  530.             Anchors = [akLeft, akTop, akRight]
  531.             Caption = '&Show full path on address bar'
  532.             TabOrder = 0
  533.             OnClick = ControlChange
  534.           end
  535.         end
  536.       end
  537.       object TransferSheet: TTabSheet
  538.         Tag = 7
  539.         Hint = 'Transfer'
  540.         Caption = 'Tran'
  541.         ImageIndex = 6
  542.         inline CopyParamsFrame: TCopyParamsFrame
  543.           Left = 0
  544.           Top = 0
  545.           Width = 529
  546.           Height = 345
  547.           TabOrder = 0
  548.           inherited CommonPropertiesGroup: TXPGroupBox
  549.             Left = 197
  550.             Top = 209
  551.             Height = 73
  552.             Caption = 'Common options'
  553.             DesignSize = (
  554.               173
  555.               73)
  556.             inherited CommonPreserveTimestampCheck: TCheckBox
  557.               Top = 19
  558.             end
  559.           end
  560.           inherited LocalPropertiesGroup: TXPGroupBox
  561.             Left = 197
  562.             Top = 156
  563.             Height = 48
  564.             Caption = 'Download options'
  565.             DesignSize = (
  566.               173
  567.               48)
  568.             inherited PreserveReadOnlyCheck: TCheckBox
  569.               Top = 20
  570.             end
  571.             inherited LocalPreserveTimeCheck: TCheckBox
  572.               Top = 92
  573.             end
  574.           end
  575.           inherited RemotePropertiesGroup: TXPGroupBox
  576.             Left = 8
  577.             Top = 156
  578.             Width = 182
  579.             Height = 126
  580.             Caption = 'Upload options'
  581.             inherited RemotePreserveTimeCheck: TCheckBox
  582.               Top = 161
  583.             end
  584.           end
  585.           inherited ChangeCaseGroup: TXPGroupBox
  586.             Left = 247
  587.             Top = 8
  588.             Width = 123
  589.             DesignSize = (
  590.               123
  591.               146)
  592.             inherited CCNoChangeButton: TRadioButton
  593.               Width = 110
  594.             end
  595.             inherited CCUpperCaseButton: TRadioButton
  596.               Width = 110
  597.             end
  598.             inherited CCLowerCaseButton: TRadioButton
  599.               Width = 110
  600.             end
  601.             inherited CCFirstUpperCaseButton: TRadioButton
  602.               Width = 110
  603.             end
  604.           end
  605.           inherited TransferModeGroup: TXPGroupBox
  606.             Left = 8
  607.             Top = 8
  608.             Width = 231
  609.             DesignSize = (
  610.               231
  611.               146)
  612.             inherited TMTextButton: TRadioButton
  613.               Width = 219
  614.             end
  615.             inherited TMBinaryButton: TRadioButton
  616.               Width = 218
  617.             end
  618.             inherited TMAutomaticButton: TRadioButton
  619.               Width = 218
  620.             end
  621.             inherited AsciiFileMaskCombo: THistoryComboBox
  622.               Width = 213
  623.             end
  624.           end
  625.           inherited OtherGroup: TXPGroupBox
  626.             Left = 8
  627.             Top = 284
  628.             Width = 362
  629.             DesignSize = (
  630.               362
  631.               61)
  632.             inherited ExcludeFileMaskCombo: THistoryComboBox
  633.               Width = 254
  634.             end
  635.           end
  636.         end
  637.       end
  638.       object EditorSheet: TTabSheet
  639.         Tag = 8
  640.         Hint = 'Editor'
  641.         Caption = 'Edit'
  642.         ImageIndex = 7
  643.         DesignSize = (
  644.           378
  645.           352)
  646.         object EditorGroup: TXPGroupBox
  647.           Left = 8
  648.           Top = 86
  649.           Width = 362
  650.           Height = 144
  651.           Anchors = [akLeft, akTop, akRight]
  652.           Caption = 'Default editor'
  653.           TabOrder = 1
  654.           DesignSize = (
  655.             362
  656.             144)
  657.           object EditorInternalButton: TRadioButton
  658.             Left = 16
  659.             Top = 21
  660.             Width = 113
  661.             Height = 17
  662.             Caption = '&Internal editor'
  663.             TabOrder = 0
  664.             OnClick = ControlChange
  665.           end
  666.           object EditorExternalButton: TRadioButton
  667.             Left = 16
  668.             Top = 45
  669.             Width = 113
  670.             Height = 17
  671.             Caption = '&External editor'
  672.             TabOrder = 1
  673.             OnClick = ControlChange
  674.           end
  675.           object ExternalEditorEdit: TFilenameEdit
  676.             Left = 32
  677.             Top = 69
  678.             Width = 315
  679.             Height = 21
  680.             OnAfterDialog = FilenameEditAfterDialog
  681.             Filter = 'Executable files (*.exe)|*.exe|All files (*.*)|*.*'
  682.             DialogTitle = 'Select editor application.'
  683.             ClickKey = 16397
  684.             Anchors = [akLeft, akTop, akRight]
  685.             TabOrder = 2
  686.             Text = 'ExternalEditorEdit'
  687.             OnChange = FilenameEditChange
  688.             OnExit = FilenameEditExit
  689.             OnKeyDown = PathEditsKeyDown
  690.           end
  691.           object ExternalEditorTextCheck: TCheckBox
  692.             Left = 40
  693.             Top = 96
  694.             Width = 305
  695.             Height = 17
  696.             Caption = 'Force &text transfer mode for files edited in external editor'
  697.             TabOrder = 3
  698.             OnClick = ControlChange
  699.           end
  700.           object MDIExternalEditorCheck: TCheckBox
  701.             Left = 40
  702.             Top = 118
  703.             Width = 305
  704.             Height = 17
  705.             Caption = 'External editor &opens multiple files in one window (process)'
  706.             TabOrder = 4
  707.             OnClick = ControlChange
  708.           end
  709.         end
  710.         object EditorFontGroup: TXPGroupBox
  711.           Left = 8
  712.           Top = 235
  713.           Width = 362
  714.           Height = 56
  715.           Anchors = [akLeft, akTop, akRight]
  716.           Caption = 'Editor font'
  717.           TabOrder = 2
  718.           DesignSize = (
  719.             362
  720.             56)
  721.           object EditorFontLabel: TLabel
  722.             Left = 16
  723.             Top = 25
  724.             Width = 249
  725.             Height = 13
  726.             Anchors = [akLeft, akTop, akRight]
  727.             AutoSize = False
  728.             Caption = 'EditorFontLabel'
  729.           end
  730.           object EditorFontButton: TButton
  731.             Left = 271
  732.             Top = 18
  733.             Width = 75
  734.             Height = 25
  735.             Anchors = [akTop, akRight]
  736.             Caption = '&Select...'
  737.             TabOrder = 0
  738.             OnClick = EditorFontButtonClick
  739.           end
  740.         end
  741.         object EditorOptionsGroup: TXPGroupBox
  742.           Left = 8
  743.           Top = 296
  744.           Width = 362
  745.           Height = 51
  746.           Anchors = [akLeft, akTop, akRight]
  747.           Caption = 'Options'
  748.           TabOrder = 3
  749.           DesignSize = (
  750.             362
  751.             51)
  752.           object EditorWordWrapCheck: TCheckBox
  753.             Left = 16
  754.             Top = 21
  755.             Width = 330
  756.             Height = 17
  757.             Anchors = [akLeft, akTop, akRight]
  758.             Caption = '&Wrap long lines'
  759.             TabOrder = 0
  760.             OnClick = ControlChange
  761.           end
  762.         end
  763.         object SingleEditorGroup: TXPGroupBox
  764.           Left = 8
  765.           Top = 8
  766.           Width = 362
  767.           Height = 73
  768.           Anchors = [akLeft, akTop, akRight]
  769.           Caption = 'Allow multiple opened files (editors)'
  770.           TabOrder = 0
  771.           object EditorSingleEditorOnCheck: TRadioButton
  772.             Left = 16
  773.             Top = 21
  774.             Width = 329
  775.             Height = 17
  776.             Caption = '&One file only, use main session to upload changed files'
  777.             TabOrder = 0
  778.             OnClick = ControlChange
  779.           end
  780.           object EditorSingleEditorOffCheck: TRadioButton
  781.             Left = 16
  782.             Top = 45
  783.             Width = 337
  784.             Height = 17
  785.             Caption = '&Multiple files, use background transfer to upload changed files'
  786.             TabOrder = 1
  787.             OnClick = ControlChange
  788.           end
  789.         end
  790.       end
  791.       object IntegrationSheet: TTabSheet
  792.         Tag = 9
  793.         Hint = 'Integration'
  794.         Caption = 'Integ'
  795.         ImageIndex = 8
  796.         DesignSize = (
  797.           378
  798.           352)
  799.         object ShellIconsGroup: TXPGroupBox
  800.           Left = 8
  801.           Top = 8
  802.           Width = 362
  803.           Height = 233
  804.           Anchors = [akLeft, akTop, akRight]
  805.           Caption = 'Shell icons'
  806.           TabOrder = 0
  807.           DesignSize = (
  808.             362
  809.             233)
  810.           object ShellIconsLabel: TLabel
  811.             Left = 16
  812.             Top = 184
  813.             Width = 329
  814.             Height = 44
  815.             AutoSize = False
  816.             Caption = 
  817.               'To add shortcuts, which directly open stored session, use button' +
  818.               ' '#39'Shell icon'#39' on '#39'Stored sessions'#39' tab of login dialog.'
  819.             WordWrap = True
  820.           end
  821.           object DesktopIconButton: TButton
  822.             Left = 16
  823.             Top = 24
  824.             Width = 330
  825.             Height = 25
  826.             Anchors = [akLeft, akTop, akRight]
  827.             Caption = 'Create a &desktop icon'
  828.             TabOrder = 0
  829.             OnClick = IconButtonClick
  830.           end
  831.           object QuickLaunchIconButton: TButton
  832.             Left = 16
  833.             Top = 56
  834.             Width = 330
  835.             Height = 25
  836.             Anchors = [akLeft, akTop, akRight]
  837.             Caption = 'Create a &Quick Launch icon'
  838.             TabOrder = 1
  839.             OnClick = IconButtonClick
  840.           end
  841.           object SendToHookButton: TButton
  842.             Left = 16
  843.             Top = 88
  844.             Width = 330
  845.             Height = 25
  846.             Anchors = [akLeft, akTop, akRight]
  847.             Caption = 'Add upload shortcut to Explorer'#39's '#39'&Send to'#39' context menu'
  848.             TabOrder = 2
  849.             OnClick = IconButtonClick
  850.           end
  851.           object RegisterAsUrlHandlerButton: TButton
  852.             Left = 16
  853.             Top = 120
  854.             Width = 330
  855.             Height = 25
  856.             Anchors = [akLeft, akTop, akRight]
  857.             Caption = 'Register to &handle scp:// and sftp:// addresses'
  858.             TabOrder = 3
  859.             OnClick = RegisterAsUrlHandlerButtonClick
  860.           end
  861.           object AddSearchPathButton: TButton
  862.             Left = 16
  863.             Top = 152
  864.             Width = 330
  865.             Height = 25
  866.             Anchors = [akLeft, akTop, akRight]
  867.             Caption = 'Add WinSCP to &search path'
  868.             TabOrder = 4
  869.             OnClick = AddSearchPathButtonClick
  870.           end
  871.         end
  872.         object ExternalAppsGroup: TXPGroupBox
  873.           Left = 8
  874.           Top = 248
  875.           Width = 362
  876.           Height = 91
  877.           Anchors = [akLeft, akTop, akRight]
  878.           Caption = 'External applications'
  879.           TabOrder = 1
  880.           DesignSize = (
  881.             362
  882.             91)
  883.           object Label2: TLabel
  884.             Left = 16
  885.             Top = 21
  886.             Width = 61
  887.             Height = 13
  888.             Caption = '&PuTTY path:'
  889.             FocusControl = PuttyPathEdit
  890.           end
  891.           object PuttyPathEdit: TFilenameEdit
  892.             Left = 16
  893.             Top = 38
  894.             Width = 330
  895.             Height = 21
  896.             Filter = 
  897.               'PuTTY executable (putty.exe)|putty.exe|Executable files (*.exe)|' +
  898.               '*.exe|All files (*.*)|*.*'
  899.             DialogTitle = 'Find PuTTY executable.'
  900.             ClickKey = 16397
  901.             Anchors = [akLeft, akTop, akRight]
  902.             TabOrder = 0
  903.             Text = 'PuttyPathEdit'
  904.             OnKeyDown = PathEditsKeyDown
  905.           end
  906.           object PuttyPasswordCheck: TCheckBox
  907.             Left = 24
  908.             Top = 65
  909.             Width = 329
  910.             Height = 17
  911.             Caption = '&Remember session password and pass it to PuTTY'
  912.             TabOrder = 1
  913.           end
  914.         end
  915.       end
  916.       object CustomCommandsSheet: TTabSheet
  917.         Tag = 10
  918.         Hint = 'Commands'
  919.         Caption = 'Cmds'
  920.         ImageIndex = 9
  921.         DesignSize = (
  922.           378
  923.           352)
  924.         object CustomCommandsGroup: TXPGroupBox
  925.           Left = 8
  926.           Top = 8
  927.           Width = 362
  928.           Height = 334
  929.           Anchors = [akLeft, akTop, akRight, akBottom]
  930.           Caption = 'Custom commands'
  931.           TabOrder = 0
  932.           DesignSize = (
  933.             362
  934.             334)
  935.           object CustomCommandsView: TListView
  936.             Left = 16
  937.             Top = 24
  938.             Width = 329
  939.             Height = 226
  940.             Anchors = [akLeft, akTop, akRight, akBottom]
  941.             Columns = <
  942.               item
  943.                 Caption = 'Description'
  944.                 Width = 85
  945.               end
  946.               item
  947.                 Caption = 'Command'
  948.                 Width = 140
  949.               end
  950.               item
  951.                 Caption = 'L/R'
  952.                 Width = 35
  953.               end
  954.               item
  955.                 Caption = 'D/R'
  956.                 Tag = 1
  957.                 Width = 40
  958.               end>
  959.             ColumnClick = False
  960.             DragMode = dmAutomatic
  961.             HideSelection = False
  962.             OwnerData = True
  963.             ReadOnly = True
  964.             RowSelect = True
  965.             TabOrder = 0
  966.             ViewStyle = vsReport
  967.             OnData = CustomCommandsViewData
  968.             OnDblClick = CustomCommandsViewDblClick
  969.             OnDragDrop = CustomCommandsViewDragDrop
  970.             OnDragOver = CustomCommandsViewDragOver
  971.             OnKeyDown = CustomCommandsViewKeyDown
  972.             OnSelectItem = CustomCommandsViewSelectItem
  973.             OnStartDrag = CustomCommandsViewStartDrag
  974.           end
  975.           object AddCommandButton: TButton
  976.             Left = 15
  977.             Top = 261
  978.             Width = 83
  979.             Height = 25
  980.             Anchors = [akRight, akBottom]
  981.             Caption = '&Add ...'
  982.             TabOrder = 1
  983.             OnClick = AddEditCommandButtonClick
  984.           end
  985.           object RemoveCommandButton: TButton
  986.             Left = 15
  987.             Top = 293
  988.             Width = 83
  989.             Height = 25
  990.             Anchors = [akRight, akBottom]
  991.             Caption = '&Remove'
  992.             TabOrder = 3
  993.             OnClick = RemoveCommandButtonClick
  994.           end
  995.           object UpCommandButton: TButton
  996.             Left = 263
  997.             Top = 261
  998.             Width = 83
  999.             Height = 25
  1000.             Anchors = [akRight, akBottom]
  1001.             Caption = '&Up'
  1002.             TabOrder = 4
  1003.             OnClick = UpDownCommandButtonClick
  1004.           end
  1005.           object DownCommandButton: TButton
  1006.             Left = 263
  1007.             Top = 293
  1008.             Width = 83
  1009.             Height = 25
  1010.             Anchors = [akRight, akBottom]
  1011.             Caption = '&Down'
  1012.             TabOrder = 5
  1013.             OnClick = UpDownCommandButtonClick
  1014.           end
  1015.           object EditCommandButton: TButton
  1016.             Left = 111
  1017.             Top = 261
  1018.             Width = 83
  1019.             Height = 25
  1020.             Anchors = [akRight, akBottom]
  1021.             Caption = '&Edit ...'
  1022.             TabOrder = 2
  1023.             OnClick = AddEditCommandButtonClick
  1024.           end
  1025.         end
  1026.       end
  1027.       object DragDropSheet: TTabSheet
  1028.         Tag = 11
  1029.         Hint = 'Drag & Drop'
  1030.         Caption = 'DragDrop'
  1031.         ImageIndex = 10
  1032.         DesignSize = (
  1033.           378
  1034.           352)
  1035.         object DragDropDownloadsGroup: TXPGroupBox
  1036.           Left = 8
  1037.           Top = 8
  1038.           Width = 362
  1039.           Height = 241
  1040.           Anchors = [akLeft, akTop, akRight]
  1041.           Caption = 'Drag && Drop downloads'
  1042.           TabOrder = 0
  1043.           DesignSize = (
  1044.             362
  1045.             241)
  1046.           object DDExtEnabledLabel: TLabel
  1047.             Left = 35
  1048.             Top = 68
  1049.             Width = 318
  1050.             Height = 41
  1051.             Anchors = [akLeft, akTop, akRight]
  1052.             AutoSize = False
  1053.             Caption = 
  1054.               'Allows direct downloads to regular local folders (e.g. Window Ex' +
  1055.               'plorer). Does not allow downloads to other destinations (ZIP arc' +
  1056.               'hives,  FTP, etc.)'
  1057.             WordWrap = True
  1058.             OnClick = DDExtLabelClick
  1059.           end
  1060.           object DDExtDisabledLabel: TLabel
  1061.             Left = 35
  1062.             Top = 140
  1063.             Width = 319
  1064.             Height = 41
  1065.             Anchors = [akLeft, akTop, akRight]
  1066.             AutoSize = False
  1067.             Caption = 
  1068.               'Allows downloads to any destinations (regular folders, ZIP archi' +
  1069.               'ves,  FTP, etc.). Files are downloaded first to temporary folder' +
  1070.               ', from where they are delivered to the destination.'
  1071.             WordWrap = True
  1072.             OnClick = DDExtLabelClick
  1073.           end
  1074.           object DDExtEnabledButton: TRadioButton
  1075.             Left = 16
  1076.             Top = 48
  1077.             Width = 337
  1078.             Height = 17
  1079.             Anchors = [akLeft, akTop, akRight]
  1080.             Caption = 'Use &shell extension'
  1081.             TabOrder = 1
  1082.             OnClick = ControlChange
  1083.           end
  1084.           object DDExtDisabledButton: TRadioButton
  1085.             Left = 16
  1086.             Top = 120
  1087.             Width = 329
  1088.             Height = 17
  1089.             Anchors = [akLeft, akTop, akRight]
  1090.             Caption = 'Use &temporary folder'
  1091.             TabOrder = 2
  1092.             OnClick = ControlChange
  1093.           end
  1094.           object DDExtDisabledPanel: TPanel
  1095.             Left = 34
  1096.             Top = 184
  1097.             Width = 325
  1098.             Height = 51
  1099.             BevelOuter = bvNone
  1100.             TabOrder = 3
  1101.             DesignSize = (
  1102.               325
  1103.               51)
  1104.             object DDWarnLackOfTempSpaceCheck: TCheckBox
  1105.               Left = 0
  1106.               Top = 5
  1107.               Width = 321
  1108.               Height = 17
  1109.               Caption = '&Warn when there is not enough free space'
  1110.               TabOrder = 0
  1111.               OnClick = ControlChange
  1112.             end
  1113.             object DDWarnOnMoveCheck: TCheckBox
  1114.               Left = 0
  1115.               Top = 28
  1116.               Width = 303
  1117.               Height = 17
  1118.               Anchors = [akLeft, akTop, akRight]
  1119.               Caption = 'Warn when mo&ving via temporary directory'
  1120.               TabOrder = 1
  1121.               OnClick = ControlChange
  1122.             end
  1123.           end
  1124.           object DDAllowMoveInitCheck: TCheckBox
  1125.             Left = 16
  1126.             Top = 24
  1127.             Width = 319
  1128.             Height = 17
  1129.             Anchors = [akLeft, akTop, akRight]
  1130.             Caption = 'Allow &moving from remote directory to other applications'
  1131.             TabOrder = 0
  1132.             OnClick = ControlChange
  1133.           end
  1134.         end
  1135.       end
  1136.       object QueueSheet: TTabSheet
  1137.         Tag = 12
  1138.         Hint = 'Background'
  1139.         Caption = 'Queue'
  1140.         ImageIndex = 11
  1141.         DesignSize = (
  1142.           378
  1143.           352)
  1144.         object QueueGroup: TXPGroupBox
  1145.           Left = 8
  1146.           Top = 8
  1147.           Width = 362
  1148.           Height = 126
  1149.           Anchors = [akLeft, akTop, akRight]
  1150.           Caption = 'Background transfers'
  1151.           TabOrder = 0
  1152.           object Label5: TLabel
  1153.             Left = 16
  1154.             Top = 25
  1155.             Width = 211
  1156.             Height = 13
  1157.             Caption = '&Maximal number of transfers at the same time'
  1158.             FocusControl = QueueTransferLimitEdit
  1159.           end
  1160.           object QueueTransferLimitEdit: TUpDownEdit
  1161.             Left = 272
  1162.             Top = 21
  1163.             Width = 73
  1164.             Height = 21
  1165.             Alignment = taRightJustify
  1166.             MaxValue = 9
  1167.             MinValue = 1
  1168.             MaxLength = 1
  1169.             TabOrder = 0
  1170.           end
  1171.           object QueueAutoPopupCheck: TCheckBox
  1172.             Left = 16
  1173.             Top = 74
  1174.             Width = 337
  1175.             Height = 17
  1176.             Caption = '&Automatically popup prompts of background transfers when idle'
  1177.             TabOrder = 2
  1178.           end
  1179.           object QueueCheck: TCheckBox
  1180.             Left = 16
  1181.             Top = 50
  1182.             Width = 337
  1183.             Height = 17
  1184.             Caption = '&Transfer on background by default'
  1185.             TabOrder = 1
  1186.           end
  1187.           object RememberPasswordCheck: TCheckBox
  1188.             Left = 16
  1189.             Top = 98
  1190.             Width = 337
  1191.             Height = 17
  1192.             Caption = 'Remember &password of main session for background transfers'
  1193.             TabOrder = 3
  1194.           end
  1195.         end
  1196.         object QueueViewGroup: TXPGroupBox
  1197.           Left = 8
  1198.           Top = 140
  1199.           Width = 362
  1200.           Height = 99
  1201.           Anchors = [akLeft, akTop, akRight]
  1202.           Caption = 'Queue list'
  1203.           TabOrder = 1
  1204.           object QueueViewShowButton: TRadioButton
  1205.             Left = 16
  1206.             Top = 21
  1207.             Width = 337
  1208.             Height = 17
  1209.             Caption = '&Show'
  1210.             TabOrder = 0
  1211.           end
  1212.           object QueueViewHideWhenEmptyButton: TRadioButton
  1213.             Left = 16
  1214.             Top = 45
  1215.             Width = 337
  1216.             Height = 17
  1217.             Caption = 'Hide when &empty'
  1218.             TabOrder = 1
  1219.           end
  1220.           object QueueViewHideButton: TRadioButton
  1221.             Left = 16
  1222.             Top = 69
  1223.             Width = 337
  1224.             Height = 17
  1225.             Caption = '&Hide'
  1226.             TabOrder = 2
  1227.           end
  1228.         end
  1229.       end
  1230.       object StorageSheet: TTabSheet
  1231.         Tag = 13
  1232.         Hint = 'Storage'
  1233.         Caption = 'Storage'
  1234.         ImageIndex = 12
  1235.         DesignSize = (
  1236.           378
  1237.           352)
  1238.         object StorageGroup: TXPGroupBox
  1239.           Left = 8
  1240.           Top = 8
  1241.           Width = 362
  1242.           Height = 72
  1243.           Anchors = [akLeft, akTop, akRight]
  1244.           Caption = 'Configuration storage'
  1245.           TabOrder = 0
  1246.           object RegistryStorageButton: TRadioButton
  1247.             Left = 16
  1248.             Top = 21
  1249.             Width = 289
  1250.             Height = 17
  1251.             Caption = 'Windows re&gistry'
  1252.             TabOrder = 0
  1253.             OnClick = ControlChange
  1254.           end
  1255.           object IniFileStorageButton: TRadioButton
  1256.             Left = 16
  1257.             Top = 45
  1258.             Width = 289
  1259.             Height = 17
  1260.             Caption = '&INI file (winscp3.ini)'
  1261.             TabOrder = 1
  1262.             OnClick = ControlChange
  1263.           end
  1264.         end
  1265.         object TemporaryDirectoryGrouo: TXPGroupBox
  1266.           Left = 8
  1267.           Top = 88
  1268.           Width = 362
  1269.           Height = 148
  1270.           Anchors = [akLeft, akTop, akRight]
  1271.           Caption = 'Temporary directory'
  1272.           TabOrder = 1
  1273.           DesignSize = (
  1274.             362
  1275.             148)
  1276.           object Label6: TLabel
  1277.             Left = 16
  1278.             Top = 22
  1279.             Width = 329
  1280.             Height = 23
  1281.             Anchors = [akLeft, akTop, akRight]
  1282.             AutoSize = False
  1283.             Caption = 'Specify where to temporarily store edited and downloaded files.'
  1284.             WordWrap = True
  1285.             OnClick = DDExtLabelClick
  1286.           end
  1287.           object DDSystemTemporaryDirectoryButton: TRadioButton
  1288.             Left = 16
  1289.             Top = 45
  1290.             Width = 297
  1291.             Height = 17
  1292.             Caption = '&Use temporary directory of system'
  1293.             TabOrder = 0
  1294.             OnClick = ControlChange
  1295.           end
  1296.           object DDCustomTemporaryDirectoryButton: TRadioButton
  1297.             Left = 16
  1298.             Top = 69
  1299.             Width = 129
  1300.             Height = 17
  1301.             Caption = 'Use this &directory:'
  1302.             TabOrder = 1
  1303.             OnClick = ControlChange
  1304.           end
  1305.           object DDTemporaryDirectoryEdit: TDirectoryEdit
  1306.             Left = 152
  1307.             Top = 65
  1308.             Width = 197
  1309.             Height = 21
  1310.             AcceptFiles = True
  1311.             DialogText = 'Select directory for temporary drag && drop files.'
  1312.             ClickKey = 16397
  1313.             Anchors = [akLeft, akTop, akRight]
  1314.             TabOrder = 2
  1315.             Text = 'DDTemporaryDirectoryEdit'
  1316.             OnClick = ControlChange
  1317.             OnKeyDown = PathEditsKeyDown
  1318.           end
  1319.           object TemporaryDirectoryCleanupCheck: TCheckBox
  1320.             Left = 16
  1321.             Top = 94
  1322.             Width = 330
  1323.             Height = 17
  1324.             Anchors = [akLeft, akTop, akRight]
  1325.             Caption = '&Cleanup obsolete temporary directories on startup'
  1326.             TabOrder = 3
  1327.             OnClick = ControlChange
  1328.           end
  1329.           object ConfirmTemporaryDirectoryCleanupCheck: TCheckBox
  1330.             Left = 32
  1331.             Top = 119
  1332.             Width = 314
  1333.             Height = 17
  1334.             Anchors = [akLeft, akTop, akRight]
  1335.             Caption = '&Ask before cleanup'
  1336.             TabOrder = 4
  1337.             OnClick = ControlChange
  1338.           end
  1339.         end
  1340.         object OtherStorageGroup: TXPGroupBox
  1341.           Left = 8
  1342.           Top = 243
  1343.           Width = 362
  1344.           Height = 53
  1345.           Anchors = [akLeft, akTop, akRight]
  1346.           Caption = 'Other'
  1347.           TabOrder = 2
  1348.           DesignSize = (
  1349.             362
  1350.             53)
  1351.           object RandomSeedFileLabel: TLabel
  1352.             Left = 16
  1353.             Top = 24
  1354.             Width = 82
  1355.             Height = 13
  1356.             Caption = '&Random seed file'
  1357.             FocusControl = RandomSeedFileEdit
  1358.           end
  1359.           object RandomSeedFileEdit: TFilenameEdit
  1360.             Left = 128
  1361.             Top = 19
  1362.             Width = 221
  1363.             Height = 21
  1364.             AcceptFiles = True
  1365.             DefaultExt = 'log'
  1366.             Filter = 'Random seed files (*.rnd)|*.rnd|All files (*.*)|*.*'
  1367.             DialogOptions = [ofHideReadOnly, ofPathMustExist]
  1368.             DialogTitle = 'Select file for random seed'
  1369.             ClickKey = 16397
  1370.             Anchors = [akLeft, akTop, akRight]
  1371.             TabOrder = 0
  1372.             Text = 'RandomSeedFileEdit'
  1373.             OnChange = ControlChange
  1374.             OnKeyDown = PathEditsKeyDown
  1375.           end
  1376.         end
  1377.       end
  1378.       object TransferResumeSheet: TTabSheet
  1379.         Tag = 14
  1380.         Hint = 'Resume'
  1381.         Caption = 'Resume'
  1382.         ImageIndex = 13
  1383.         DesignSize = (
  1384.           378
  1385.           352)
  1386.         object ResumeBox: TXPGroupBox
  1387.           Left = 8
  1388.           Top = 8
  1389.           Width = 362
  1390.           Height = 121
  1391.           Anchors = [akLeft, akTop, akRight]
  1392.           Caption = 'Enable transfer resume for'
  1393.           TabOrder = 0
  1394.           object ResumeThresholdUnitLabel: TLabel
  1395.             Left = 136
  1396.             Top = 71
  1397.             Width = 13
  1398.             Height = 13
  1399.             Caption = 'kB'
  1400.             FocusControl = ResumeThresholdEdit
  1401.           end
  1402.           object ResumeOnButton: TRadioButton
  1403.             Left = 16
  1404.             Top = 21
  1405.             Width = 329
  1406.             Height = 17
  1407.             Caption = 'A&ll files (not recommended)'
  1408.             TabOrder = 0
  1409.             OnClick = ControlChange
  1410.           end
  1411.           object ResumeSmartButton: TRadioButton
  1412.             Left = 16
  1413.             Top = 45
  1414.             Width = 156
  1415.             Height = 17
  1416.             Caption = 'Files abo&ve'
  1417.             TabOrder = 1
  1418.             OnClick = ControlChange
  1419.           end
  1420.           object ResumeOffButton: TRadioButton
  1421.             Left = 16
  1422.             Top = 93
  1423.             Width = 329
  1424.             Height = 17
  1425.             Caption = 'Di&sable'
  1426.             TabOrder = 3
  1427.             OnClick = ControlChange
  1428.           end
  1429.           object ResumeThresholdEdit: TUpDownEdit
  1430.             Left = 45
  1431.             Top = 67
  1432.             Width = 84
  1433.             Height = 21
  1434.             Alignment = taRightJustify
  1435.             Increment = 10
  1436.             MaxValue = 4194304
  1437.             TabOrder = 2
  1438.             OnClick = ControlChange
  1439.           end
  1440.         end
  1441.       end
  1442.     end
  1443.     object LeftPanel: TPanel
  1444.       Left = 0
  1445.       Top = 0
  1446.       Width = 141
  1447.       Height = 407
  1448.       Align = alLeft
  1449.       BevelOuter = bvNone
  1450.       TabOrder = 0
  1451.       DesignSize = (
  1452.         141
  1453.         407)
  1454.       object NavigationTree: TTreeView
  1455.         Left = 8
  1456.         Top = 9
  1457.         Width = 125
  1458.         Height = 397
  1459.         Anchors = [akLeft, akTop, akRight, akBottom]
  1460.         HideSelection = False
  1461.         HotTrack = True
  1462.         Indent = 19
  1463.         ReadOnly = True
  1464.         TabOrder = 0
  1465.         OnChange = NavigationTreeChange
  1466.         Items.Data = {
  1467.           07000000250000000000000001000000FFFFFFFFFFFFFFFF0000000004000000
  1468.           0C456E7669726F6E6D656E7458230000000000000003000000FFFFFFFFFFFFFF
  1469.           FF00000000000000000A496E7465726661636558200000000000000004000000
  1470.           FFFFFFFFFFFFFFFF00000000000000000750616E656C73582300000000000000
  1471.           05000000FFFFFFFFFFFFFFFF00000000000000000A436F6D6D616E6465725822
  1472.           0000000000000006000000FFFFFFFFFFFFFFFF0000000000000000094578706C
  1473.           6F72657258200000000000000008000000FFFFFFFFFFFFFFFF00000000000000
  1474.           0007456469746F7258220000000000000007000000FFFFFFFFFFFFFFFF000000
  1475.           0003000000095472616E736665725822000000000000000B000000FFFFFFFFFF
  1476.           FFFFFF0000000000000000094472616744726F705824000000000000000C0000
  1477.           00FFFFFFFFFFFFFFFF00000000000000000B4261636B67726F756E6458200000
  1478.           00000000000E000000FFFFFFFFFFFFFFFF000000000000000007526573756D65
  1479.           58210000000000000002000000FFFFFFFFFFFFFFFF0000000000000000084C6F
  1480.           6767696E6758250000000000000009000000FFFFFFFFFFFFFFFF000000000000
  1481.           00000C496E746567726174696F6E5822000000000000000A000000FFFFFFFFFF
  1482.           FFFFFF000000000000000009436F6D6D616E64735821000000000000000D0000
  1483.           00FFFFFFFFFFFFFFFF00000000000000000853746F7261676558}
  1484.       end
  1485.     end
  1486.   end
  1487. end
  1488.