home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd2.bin / Supreme / _SETUP.1 / Contact.exe / 0 / RCDATA / TSPEEDBARSETUPWINDOW / TSPEEDBARSETUPWINDOW.txt < prev   
Text File  |  1999-09-06  |  2KB  |  113 lines

  1. object SpeedbarSetupWindow: TSpeedbarSetupWindow
  2.   Left = 239
  3.   Top = 142
  4.   ActiveControl = SectionList
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 262
  8.   ClientWidth = 421
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   FormStyle = fsStayOnTop
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Bevel1: TBevel
  24.     Left = 4
  25.     Top = 4
  26.     Width = 328
  27.     Height = 221
  28.     Shape = bsFrame
  29.   end
  30.   object ButtonsLabel: TLabel
  31.     Left = 146
  32.     Top = 11
  33.     Width = 119
  34.     Height = 13
  35.     Caption = '&Available buttons:    '
  36.     FocusControl = ButtonsList
  37.   end
  38.   object CategoriesLabel: TLabel
  39.     Left = 12
  40.     Top = 11
  41.     Width = 81
  42.     Height = 13
  43.     Caption = '&Categories:    '
  44.   end
  45.   object HintLabel: TLabel
  46.     Left = 8
  47.     Top = 231
  48.     Width = 407
  49.     Height = 29
  50.     AutoSize = False
  51.     Caption = 
  52.       'To add command buttons, drag and drop buttons onto the SpeedBar.' +
  53.       ' To remove command buttons, drag them off of the SpeedBar.'
  54.     WordWrap = True
  55.   end
  56.   object ButtonsList: TDrawGrid
  57.     Left = 146
  58.     Top = 30
  59.     Width = 179
  60.     Height = 188
  61.     ColCount = 1
  62.     DefaultColWidth = 169
  63.     DefaultRowHeight = 26
  64.     FixedCols = 0
  65.     RowCount = 1
  66.     FixedRows = 0
  67.     Options = [goDrawFocusSelected, goRowSelect]
  68.     ScrollBars = ssVertical
  69.     TabOrder = 1
  70.     OnDrawCell = ButtonsListDrawCell
  71.     OnMouseDown = ButtonsListMouseDown
  72.     OnMouseMove = ButtonsListMouseMove
  73.     OnMouseUp = ButtonsListMouseUp
  74.     OnSelectCell = ButtonsListSelectCell
  75.   end
  76.   object SectionList: TDrawGrid
  77.     Left = 12
  78.     Top = 30
  79.     Width = 129
  80.     Height = 188
  81.     ColCount = 1
  82.     DefaultColWidth = 127
  83.     DefaultRowHeight = 15
  84.     FixedCols = 0
  85.     RowCount = 1
  86.     FixedRows = 0
  87.     Options = [goDrawFocusSelected, goRowSelect]
  88.     ScrollBars = ssVertical
  89.     TabOrder = 0
  90.     OnDrawCell = SectionListDrawCell
  91.     OnSelectCell = SectionListSelectCell
  92.   end
  93.   object CloseBtn: TButton
  94.     Left = 339
  95.     Top = 12
  96.     Width = 77
  97.     Height = 25
  98.     Cancel = True
  99.     Default = True
  100.     ModalResult = 1
  101.     TabOrder = 2
  102.     OnClick = CloseBtnClick
  103.   end
  104.   object HelpBtn: TButton
  105.     Left = 339
  106.     Top = 44
  107.     Width = 77
  108.     Height = 25
  109.     TabOrder = 3
  110.     OnClick = HelpBtnClick
  111.   end
  112. end
  113.