home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / tuneup_hit / files / TU2004TrialEN.exe / cmSystem.bpl / RCDATA / TFRMPLACESBAR / TFRMPLACESBAR.txt
Encoding:
Text File  |  2004-03-31  |  3.2 KB  |  163 lines

  1. object frmPlacesBar: TfrmPlacesBar
  2.   Left = 307
  3.   Top = 304
  4.   BorderStyle = bsDialog
  5.   Caption = 'Common Dialogs - Places Bar'
  6.   ClientHeight = 300
  7.   ClientWidth = 378
  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.   Scaled = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   DesignSize = (
  19.     378
  20.     300)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label4: TLabel
  24.     Left = 12
  25.     Top = 59
  26.     Width = 83
  27.     Height = 13
  28.     HelpContext = 2337
  29.     Caption = '&Places:'
  30.     FocusControl = lvPlacesBar
  31.   end
  32.   object Label1: TLabel
  33.     Left = 12
  34.     Top = 10
  35.     Width = 346
  36.     Height = 41
  37.     AutoSize = False
  38.     Caption = 
  39.       'Specify which places should be shown in the bar here. You can ch' +
  40.       'ange the order of the buttons by using the Up and Down buttons.'
  41.     WordWrap = True
  42.   end
  43.   object Bevel1: TBevel
  44.     Left = 12
  45.     Top = 254
  46.     Width = 356
  47.     Height = 7
  48.     Anchors = [akLeft, akBottom]
  49.     Shape = bsTopLine
  50.   end
  51.   object btnOK: TButton
  52.     Left = 209
  53.     Top = 265
  54.     Width = 76
  55.     Height = 23
  56.     HelpContext = 5
  57.     Anchors = [akLeft, akBottom]
  58.     Caption = 'OK'
  59.     Default = True
  60.     TabOrder = 7
  61.     OnClick = btnOKClick
  62.   end
  63.   object btnCancel: TButton
  64.     Left = 291
  65.     Top = 265
  66.     Width = 76
  67.     Height = 23
  68.     HelpContext = 3
  69.     Anchors = [akLeft, akBottom]
  70.     Cancel = True
  71.     Caption = 'Cancel'
  72.     TabOrder = 8
  73.     OnClick = btnCancelClick
  74.   end
  75.   object lvPlacesBar: TListView
  76.     Left = 12
  77.     Top = 76
  78.     Width = 262
  79.     Height = 125
  80.     HelpContext = 2337
  81.     Columns = <
  82.       item
  83.         AutoSize = True
  84.         Caption = 'Places'
  85.       end>
  86.     HideSelection = False
  87.     ReadOnly = True
  88.     ShowColumnHeaders = False
  89.     TabOrder = 0
  90.     ViewStyle = vsReport
  91.     OnDblClick = lvPlacesBarDblClick
  92.     OnSelectItem = lvPlacesBarSelectItem
  93.   end
  94.   object btnChangePlace: TButton
  95.     Left = 190
  96.     Top = 208
  97.     Width = 84
  98.     Height = 24
  99.     HelpContext = 2336
  100.     Caption = '&Change...'
  101.     TabOrder = 3
  102.     OnClick = btnChangePlaceClick
  103.   end
  104.   object btnMovePlaceUp: TButton
  105.     Left = 284
  106.     Top = 75
  107.     Width = 83
  108.     Height = 24
  109.     HelpContext = 27
  110.     Caption = '&Up'
  111.     TabOrder = 4
  112.     OnClick = btnMovePlaceUpClick
  113.   end
  114.   object btnMovePlaceDown: TButton
  115.     Left = 284
  116.     Top = 103
  117.     Width = 83
  118.     Height = 24
  119.     HelpContext = 28
  120.     Caption = '&Down'
  121.     TabOrder = 5
  122.     OnClick = btnMovePlaceDownClick
  123.   end
  124.   object btnRemovePlace: TButton
  125.     Left = 101
  126.     Top = 208
  127.     Width = 84
  128.     Height = 24
  129.     HelpContext = 29
  130.     Caption = 'Re&move'
  131.     TabOrder = 2
  132.     OnClick = btnRemovePlaceClick
  133.   end
  134.   object btnAddPlace: TButton
  135.     Left = 12
  136.     Top = 208
  137.     Width = 84
  138.     Height = 24
  139.     HelpContext = 30
  140.     Caption = '&Add...'
  141.     TabOrder = 1
  142.     OnClick = btnAddPlaceClick
  143.   end
  144.   object btnRestoreDefault: TButton
  145.     Left = 12
  146.     Top = 265
  147.     Width = 97
  148.     Height = 24
  149.     HelpContext = 7
  150.     Anchors = [akLeft, akBottom]
  151.     Caption = '&Restore Defaults'
  152.     TabOrder = 6
  153.     OnClick = btnRestoreDefaultClick
  154.   end
  155.   object tmrEnable: TTimer
  156.     Enabled = False
  157.     Interval = 10
  158.     OnTimer = tmrEnableTimer
  159.     Left = 320
  160.     Top = 188
  161.   end
  162. end
  163.