home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Freeware / Comunicatii / Winscp / winscp373setup.exe / {app} / WinSCP3.exe / 0 / RCDATA / TGENERALSETTINGSFRAME / TGENERALSETTINGSFRAME.txt < prev   
Encoding:
Text File  |  2005-02-06  |  2.1 KB  |  88 lines

  1. object GeneralSettingsFrame: TGeneralSettingsFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 306
  5.   Height = 202
  6.   TabOrder = 0
  7.   DesignSize = (
  8.     306
  9.     202)
  10.   object InterfaceGroup: TXPGroupBox
  11.     Left = 0
  12.     Top = 0
  13.     Width = 306
  14.     Height = 202
  15.     Anchors = [akLeft, akTop, akRight, akBottom]
  16.     Caption = 'Interface'
  17.     TabOrder = 0
  18.     DesignSize = (
  19.       306
  20.       202)
  21.     object CommanderDescriptionLabel: TLabel
  22.       Left = 132
  23.       Top = 19
  24.       Width = 167
  25.       Height = 115
  26.       Anchors = [akLeft, akTop, akRight]
  27.       AutoSize = False
  28.       Caption = 
  29.         '- two panels (left for local directory, right for remote directo' +
  30.         'ry)'#13#10'- keyboard shortcuts like in Norton Commander (and other si' +
  31.         'milar programs as Total Commander, Midnight Commander...)'#13#10'- dra' +
  32.         'g && drop to/from both panels'#13#10'- synchronization'
  33.       WordWrap = True
  34.       OnClick = CommanderClick
  35.     end
  36.     object ExplorerDescriptionLabel: TLabel
  37.       Left = 132
  38.       Top = 133
  39.       Width = 169
  40.       Height = 62
  41.       Anchors = [akLeft, akTop, akRight]
  42.       AutoSize = False
  43.       Caption = 
  44.         '- only remote directory'#13#10'- keyboard shortcuts like in Windows Ex' +
  45.         'plorer'#13#10'- drag && drop'
  46.       WordWrap = True
  47.       OnClick = ExplorerClick
  48.     end
  49.     object CommanderInterfacePicture: TImage
  50.       Left = 55
  51.       Top = 41
  52.       Width = 32
  53.       Height = 32
  54.       AutoSize = True
  55.       Picture.Data = {<image000.bmp>}
  56.       OnClick = CommanderClick
  57.     end
  58.     object ExplorerInterfacePicture: TImage
  59.       Left = 55
  60.       Top = 155
  61.       Width = 32
  62.       Height = 32
  63.       AutoSize = True
  64.       Picture.Data = {<image001.bmp>}
  65.       Transparent = True
  66.       OnClick = ExplorerClick
  67.     end
  68.     object CommanderInterfaceButton: TRadioButton
  69.       Left = 16
  70.       Top = 19
  71.       Width = 117
  72.       Height = 17
  73.       Caption = '&Norton Commander'
  74.       Checked = True
  75.       TabOrder = 0
  76.       TabStop = True
  77.     end
  78.     object ExplorerInterfaceButton: TRadioButton
  79.       Left = 16
  80.       Top = 133
  81.       Width = 111
  82.       Height = 17
  83.       Caption = '&Explorer-like'
  84.       TabOrder = 1
  85.     end
  86.   end
  87. end
  88.