home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Inprise / TRIAL / JBUILDER / JRUNTIME.Z / jbuilder.exe / 0 / RCDATA / TSPEEDBARCONFIGURE / TSPEEDBARCONFIGURE.txt
Text File  |  1998-05-08  |  1KB  |  65 lines

  1. object SpeedBarConfigure: TSpeedBarConfigure
  2.   Left = 266
  3.   Top = 217
  4.   BorderStyle = bsSingle
  5.   Caption = 'Configure SpeedBar'
  6.   ClientHeight = 327
  7.   ClientWidth = 606
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object DrawGrid: TDrawGrid
  21.     Left = 7
  22.     Top = 7
  23.     Width = 592
  24.     Height = 71
  25.     ColCount = 50
  26.     DefaultColWidth = 24
  27.     DefaultDrawing = False
  28.     FixedCols = 0
  29.     RowCount = 2
  30.     FixedRows = 0
  31.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  32.     TabOrder = 0
  33.     OnDrawCell = DrawGridDrawCell
  34.     OnMouseDown = DrawGridMouseDown
  35.     OnMouseMove = DrawGridMouseMove
  36.     OnMouseUp = DrawGridMouseUp
  37.   end
  38.   object Panel1: TPanel
  39.     Left = 7
  40.     Top = 97
  41.     Width = 592
  42.     Height = 194
  43.     TabOrder = 1
  44.     object PalettePanel: TPanel
  45.       Left = 141
  46.       Top = 13
  47.       Width = 441
  48.       Height = 164
  49.       BevelOuter = bvLowered
  50.       TabOrder = 0
  51.     end
  52.   end
  53.   object StatusBar1: TStatusBar
  54.     Left = 0
  55.     Top = 306
  56.     Width = 606
  57.     Height = 21
  58.     Panels = <
  59.       item
  60.         Width = 50
  61.       end>
  62.     SimplePanel = False
  63.   end
  64. end
  65.