home *** CD-ROM | disk | FTP | other *** search
- object OpenDirectoryDialog: TOpenDirectoryDialog
- Left = 408
- Top = 195
- HelpType = htKeyword
- HelpKeyword = 'ui_opendir'
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Open directory'
- ClientHeight = 308
- ClientWidth = 378
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- Position = poMainFormCenter
- OnShow = FormShow
- DesignSize = (
- 378
- 308)
- PixelsPerInch = 96
- TextHeight = 13
- object EditLabel: TLabel
- Left = 8
- Top = 8
- Width = 72
- Height = 13
- Caption = '&Open directory:'
- end
- object LocalDirectoryEdit: TIEComboBox
- Left = 8
- Top = 25
- Width = 281
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- TabOrder = 1
- Text = 'LocalDirectoryEdit'
- OnChange = DirectoryEditChange
- OnKeyDown = DirectoryEditKeyDown
- end
- object RemoteDirectoryEdit: TIEComboBox
- Left = 8
- Top = 25
- Width = 362
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- MaxLength = 1000
- TabOrder = 0
- Text = 'RemoteDirectoryEdit'
- OnChange = DirectoryEditChange
- OnKeyDown = DirectoryEditKeyDown
- end
- object OKBtn: TButton
- Left = 204
- Top = 274
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 5
- end
- object CancelBtn: TButton
- Left = 292
- Top = 274
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 6
- end
- object BookmarksGroup: TXPGroupBox
- Left = 8
- Top = 56
- Width = 359
- Height = 209
- Anchors = [akLeft, akTop, akRight, akBottom]
- Caption = 'Bookmarks'
- TabOrder = 3
- DesignSize = (
- 359
- 209)
- object Label1: TLabel
- Left = 16
- Top = 22
- Width = 83
- Height = 13
- Caption = 'Select &bookmark:'
- FocusControl = BookmarksList
- end
- object BookmarksList: TListBox
- Left = 16
- Top = 38
- Width = 239
- Height = 155
- Anchors = [akLeft, akTop, akRight, akBottom]
- DragMode = dmAutomatic
- ItemHeight = 13
- TabOrder = 0
- OnClick = BookmarksListClick
- OnDblClick = BookmarksListDblClick
- OnDragDrop = BookmarksListDragDrop
- OnDragOver = BookmarksListDragOver
- OnKeyDown = BookmarksListKeyDown
- OnStartDrag = BookmarksListStartDrag
- end
- object AddBookmarkButton: TButton
- Left = 262
- Top = 38
- Width = 83
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&Add'
- TabOrder = 1
- OnClick = AddBookmarkButtonClick
- end
- object RemoveBookmarkButton: TButton
- Left = 262
- Top = 70
- Width = 83
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&Remove'
- TabOrder = 2
- OnClick = RemoveBookmarkButtonClick
- end
- object DownBookmarkButton: TButton
- Left = 262
- Top = 168
- Width = 83
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Down'
- TabOrder = 3
- OnClick = BookmarkButtonClick
- end
- object UpBookmarkButton: TButton
- Left = 262
- Top = 136
- Width = 83
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Up'
- TabOrder = 4
- OnClick = BookmarkButtonClick
- end
- end
- object LocalDirectoryBrowseButton: TButton
- Left = 293
- Top = 23
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'B&rowse...'
- TabOrder = 2
- OnClick = LocalDirectoryBrowseButtonClick
- end
- object SwitchButton: TButton
- Left = 8
- Top = 274
- Width = 121
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Location Profiles...'
- ModalResult = 2
- TabOrder = 4
- OnClick = SwitchButtonClick
- end
- end
-