home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.12 / 1999-06_Disc_4.12.bin / S3DEMO / S3DEMO.EXE / SetupS3.exe / 0 / RCDATA / TSPEEDBARSETUPWINDOW / TSPEEDBARSETUPWINDOW.txt < prev   
Text File  |  1998-12-17  |  2KB  |  112 lines

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