home *** CD-ROM | disk | FTP | other *** search
- object GeneralSettingsFrame: TGeneralSettingsFrame
- Left = 0
- Top = 0
- Width = 306
- Height = 202
- TabOrder = 0
- DesignSize = (
- 306
- 202)
- object InterfaceGroup: TXPGroupBox
- Left = 0
- Top = 0
- Width = 306
- Height = 202
- Anchors = [akLeft, akTop, akRight, akBottom]
- Caption = 'Interface'
- TabOrder = 0
- DesignSize = (
- 306
- 202)
- object CommanderDescriptionLabel: TLabel
- Left = 132
- Top = 19
- Width = 167
- Height = 115
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption =
- '- two panels (left for local directory, right for remote directo' +
- 'ry)'#13#10'- keyboard shortcuts like in Norton Commander (and other si' +
- 'milar programs as Total Commander, Midnight Commander...)'#13#10'- dra' +
- 'g && drop to/from both panels'#13#10'- synchronization'
- WordWrap = True
- OnClick = CommanderClick
- end
- object ExplorerDescriptionLabel: TLabel
- Left = 132
- Top = 133
- Width = 169
- Height = 62
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption =
- '- only remote directory'#13#10'- keyboard shortcuts like in Windows Ex' +
- 'plorer'#13#10'- drag && drop'
- WordWrap = True
- OnClick = ExplorerClick
- end
- object CommanderInterfacePicture: TImage
- Left = 55
- Top = 41
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- OnClick = CommanderClick
- end
- object ExplorerInterfacePicture: TImage
- Left = 55
- Top = 155
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Transparent = True
- OnClick = ExplorerClick
- end
- object CommanderInterfaceButton: TRadioButton
- Left = 16
- Top = 19
- Width = 117
- Height = 17
- Caption = '&Norton Commander'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object ExplorerInterfaceButton: TRadioButton
- Left = 16
- Top = 133
- Width = 111
- Height = 17
- Caption = '&Explorer-like'
- TabOrder = 1
- end
- end
- end
-