home *** CD-ROM | disk | FTP | other *** search
- object frmPlacesBarChange: TfrmPlacesBarChange
- Left = 253
- Top = 362
- BorderStyle = bsDialog
- Caption = 'Select Location'
- ClientHeight = 211
- ClientWidth = 396
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 12
- Top = 10
- Width = 373
- Height = 27
- AutoSize = False
- Caption =
- 'Select the location that should be displayed in the Places Bar h' +
- 'ere.'
- WordWrap = True
- end
- object Bevel1: TBevel
- Left = 12
- Top = 168
- Width = 375
- Height = 7
- Shape = bsTopLine
- end
- object btnSearch: TButton
- Left = 290
- Top = 63
- Width = 92
- Height = 23
- HelpContext = 2333
- Caption = 'Browse...'
- TabOrder = 2
- OnClick = btnSearchClick
- end
- object edtFolder: TEdit
- Left = 35
- Top = 64
- Width = 246
- Height = 21
- HelpContext = 2334
- ReadOnly = True
- TabOrder = 1
- Text = 'C:\'
- end
- object rbSpecialFolder: TRadioButton
- Left = 12
- Top = 102
- Width = 113
- Height = 17
- HelpContext = 2335
- Caption = 'Special folder'
- TabOrder = 3
- OnClick = rbFolderClick
- end
- object rbStandardFolder: TRadioButton
- Left = 12
- Top = 43
- Width = 113
- Height = 17
- HelpContext = 2334
- Caption = 'Default folder'
- TabOrder = 0
- OnClick = rbFolderClick
- end
- object cbSpecialFolder: TComboBoxEx
- Left = 35
- Top = 123
- Width = 246
- Height = 22
- HelpContext = 2335
- ItemsEx.CaseSensitive = False
- ItemsEx.SortType = stNone
- ItemsEx = <>
- Style = csExDropDownList
- StyleEx = []
- ItemHeight = 16
- TabOrder = 4
- DropDownCount = 12
- end
- object btnOK: TButton
- Left = 228
- Top = 179
- Width = 75
- Height = 23
- HelpContext = 5
- Caption = 'OK'
- Default = True
- TabOrder = 5
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 312
- Top = 179
- Width = 75
- Height = 23
- HelpContext = 3
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 6
- OnClick = btnCancelClick
- end
- object dfsBrowseDirectoryDlg: TdfsBrowseDirectoryDlg
- Title = 'Select a folder'
- Options = [bfDirectoriesOnly, bfEditBox, bfNewDialogStyle, bfUseNewUI]
- FitStatusText = False
- Caption = 'Change path...'
- ShowSelectionInStatus = False
- Left = 12
- Top = 177
- end
- end
-