123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274 |
- object OpenDirectoryDialog: TOpenDirectoryDialog
- Left = 511
- Top = 239
- HelpType = htKeyword
- HelpKeyword = 'ui_opendir'
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Open directory'
- ClientHeight = 342
- ClientWidth = 450
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Segoe UI'
- Font.Style = []
- Position = poOwnerFormCenter
- OnShow = FormShow
- DesignSize = (
- 450
- 342)
- TextHeight = 15
- object EditLabel: TLabel
- Left = 46
- Top = 8
- Width = 82
- Height = 15
- Caption = '&Open directory:'
- end
- object Image: TImage
- Left = 8
- Top = 11
- Width = 32
- Height = 32
- AutoSize = True
- end
- object LocalDirectoryEdit: THistoryComboBox
- Left = 46
- Top = 26
- Width = 310
- Height = 23
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 1
- Text = 'LocalDirectoryEdit'
- OnChange = DirectoryEditChange
- SaveOn = []
- end
- object RemoteDirectoryEdit: THistoryComboBox
- Left = 46
- Top = 26
- Width = 396
- Height = 23
- Anchors = [akLeft, akTop, akRight]
- DropDownCount = 16
- MaxLength = 1000
- TabOrder = 0
- Text = 'RemoteDirectoryEdit'
- OnChange = DirectoryEditChange
- SaveOn = []
- end
- object OKBtn: TButton
- Left = 190
- Top = 309
- Width = 80
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 5
- end
- object CancelBtn: TButton
- Left = 276
- Top = 309
- Width = 80
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 6
- end
- object PageControl: TPageControl
- Left = 8
- Top = 55
- Width = 434
- Height = 248
- ActivePage = SessionBookmarksSheet
- Anchors = [akLeft, akTop, akRight, akBottom]
- TabOrder = 3
- OnChange = PageControlChange
- object SessionBookmarksSheet: TTabSheet
- Tag = 1
- Caption = 'Site bookmarks'
- DesignSize = (
- 426
- 218)
- object SessionBookmarksList: TListBox
- Tag = 1
- Left = 5
- Top = 5
- Width = 328
- Height = 207
- Anchors = [akLeft, akTop, akRight, akBottom]
- DragMode = dmAutomatic
- ItemHeight = 15
- TabOrder = 0
- OnClick = BookmarksListClick
- OnDblClick = BookmarksListDblClick
- OnDragDrop = BookmarksListDragDrop
- OnDragOver = BookmarksListDragOver
- OnEndDrag = BookmarksListEndDrag
- OnKeyDown = BookmarksListKeyDown
- OnStartDrag = BookmarksListStartDrag
- end
- object AddSessionBookmarkButton: TButton
- Tag = 1
- Left = 339
- Top = 5
- Width = 80
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&Add'
- TabOrder = 1
- OnClick = AddBookmarkButtonClick
- end
- object RemoveSessionBookmarkButton: TButton
- Tag = 1
- Left = 339
- Top = 36
- Width = 80
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Remo&ve'
- TabOrder = 2
- OnClick = RemoveBookmarkButtonClick
- end
- object UpSessionBookmarkButton: TButton
- Tag = -1
- Left = 339
- Top = 156
- Width = 80
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Up'
- TabOrder = 3
- OnClick = BookmarkButtonClick
- end
- object DownSessionBookmarkButton: TButton
- Tag = 1
- Left = 339
- Top = 187
- Width = 80
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Down'
- TabOrder = 4
- OnClick = BookmarkButtonClick
- end
- end
- object SharedBookmarksSheet: TTabSheet
- Tag = 2
- Caption = 'Shared bookmarks'
- ImageIndex = 1
- DesignSize = (
- 426
- 218)
- object SharedBookmarksList: TListBox
- Tag = 2
- Left = 5
- Top = 5
- Width = 328
- Height = 207
- Anchors = [akLeft, akTop, akRight, akBottom]
- DragMode = dmAutomatic
- ItemHeight = 15
- TabOrder = 0
- OnClick = BookmarksListClick
- OnDblClick = BookmarksListDblClick
- OnDragDrop = BookmarksListDragDrop
- OnDragOver = BookmarksListDragOver
- OnEndDrag = BookmarksListEndDrag
- OnKeyDown = BookmarksListKeyDown
- OnStartDrag = BookmarksListStartDrag
- end
- object AddSharedBookmarkButton: TButton
- Tag = 2
- Left = 339
- Top = 5
- Width = 80
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&Add'
- TabOrder = 1
- OnClick = AddBookmarkButtonClick
- end
- object RemoveSharedBookmarkButton: TButton
- Tag = 2
- Left = 339
- Top = 36
- Width = 80
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Remo&ve'
- TabOrder = 2
- OnClick = RemoveBookmarkButtonClick
- end
- object UpSharedBookmarkButton: TButton
- Tag = -2
- Left = 339
- Top = 156
- Width = 80
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Up'
- TabOrder = 4
- OnClick = BookmarkButtonClick
- end
- object DownSharedBookmarkButton: TButton
- Tag = 2
- Left = 339
- Top = 187
- Width = 80
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Down'
- TabOrder = 5
- OnClick = BookmarkButtonClick
- end
- object ShortCutSharedBookmarkButton: TButton
- Tag = 2
- Left = 339
- Top = 67
- Width = 80
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&Shortcut...'
- TabOrder = 3
- OnClick = ShortCutBookmarkButtonClick
- end
- end
- end
- object LocalDirectoryBrowseButton: TButton
- Left = 362
- Top = 25
- Width = 80
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'B&rowse...'
- TabOrder = 2
- OnClick = LocalDirectoryBrowseButtonClick
- end
- object SwitchButton: TButton
- Left = 8
- Top = 309
- Width = 134
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = '&Location Profiles...'
- ModalResult = 2
- TabOrder = 4
- OnClick = SwitchButtonClick
- end
- object HelpButton: TButton
- Left = 362
- Top = 309
- Width = 80
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Help'
- TabOrder = 7
- OnClick = HelpButtonClick
- end
- end
|