home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / tuneup_hit / files / TU2004TrialEN.exe / cmSystem.bpl / RCDATA / TFRMPLACESBARCHANGE / TFRMPLACESBARCHANGE.txt
Encoding:
Text File  |  2004-03-31  |  2.5 KB  |  126 lines

  1. object frmPlacesBarChange: TfrmPlacesBarChange
  2.   Left = 253
  3.   Top = 362
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Location'
  6.   ClientHeight = 211
  7.   ClientWidth = 396
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 12
  23.     Top = 10
  24.     Width = 373
  25.     Height = 27
  26.     AutoSize = False
  27.     Caption = 
  28.       'Select the location that should be displayed in the Places Bar h' +
  29.       'ere.'
  30.     WordWrap = True
  31.   end
  32.   object Bevel1: TBevel
  33.     Left = 12
  34.     Top = 168
  35.     Width = 375
  36.     Height = 7
  37.     Shape = bsTopLine
  38.   end
  39.   object btnSearch: TButton
  40.     Left = 290
  41.     Top = 63
  42.     Width = 92
  43.     Height = 23
  44.     HelpContext = 2333
  45.     Caption = 'Browse...'
  46.     TabOrder = 2
  47.     OnClick = btnSearchClick
  48.   end
  49.   object edtFolder: TEdit
  50.     Left = 35
  51.     Top = 64
  52.     Width = 246
  53.     Height = 21
  54.     HelpContext = 2334
  55.     ReadOnly = True
  56.     TabOrder = 1
  57.     Text = 'C:\'
  58.   end
  59.   object rbSpecialFolder: TRadioButton
  60.     Left = 12
  61.     Top = 102
  62.     Width = 113
  63.     Height = 17
  64.     HelpContext = 2335
  65.     Caption = 'Special folder'
  66.     TabOrder = 3
  67.     OnClick = rbFolderClick
  68.   end
  69.   object rbStandardFolder: TRadioButton
  70.     Left = 12
  71.     Top = 43
  72.     Width = 113
  73.     Height = 17
  74.     HelpContext = 2334
  75.     Caption = 'Default folder'
  76.     TabOrder = 0
  77.     OnClick = rbFolderClick
  78.   end
  79.   object cbSpecialFolder: TComboBoxEx
  80.     Left = 35
  81.     Top = 123
  82.     Width = 246
  83.     Height = 22
  84.     HelpContext = 2335
  85.     ItemsEx.CaseSensitive = False
  86.     ItemsEx.SortType = stNone
  87.     ItemsEx = <>
  88.     Style = csExDropDownList
  89.     StyleEx = []
  90.     ItemHeight = 16
  91.     TabOrder = 4
  92.     DropDownCount = 12
  93.   end
  94.   object btnOK: TButton
  95.     Left = 228
  96.     Top = 179
  97.     Width = 75
  98.     Height = 23
  99.     HelpContext = 5
  100.     Caption = 'OK'
  101.     Default = True
  102.     TabOrder = 5
  103.     OnClick = btnOKClick
  104.   end
  105.   object btnCancel: TButton
  106.     Left = 312
  107.     Top = 179
  108.     Width = 75
  109.     Height = 23
  110.     HelpContext = 3
  111.     Cancel = True
  112.     Caption = 'Cancel'
  113.     TabOrder = 6
  114.     OnClick = btnCancelClick
  115.   end
  116.   object dfsBrowseDirectoryDlg: TdfsBrowseDirectoryDlg
  117.     Title = 'Select a folder'
  118.     Options = [bfDirectoriesOnly, bfEditBox, bfNewDialogStyle, bfUseNewUI]
  119.     FitStatusText = False
  120.     Caption = 'Change path...'
  121.     ShowSelectionInStatus = False
  122.     Left = 12
  123.     Top = 177
  124.   end
  125. end
  126.