home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 February / Chip_2003-02_cd1.bin / tema / siggis / siGGis.exe / 0 / RCDATA / TGEOLEGEND / TGEOLEGEND.txt
Text File  |  2001-12-03  |  994b  |  47 lines

  1. object GeoLegend: TGeoLegend
  2.   Left = 200
  3.   Top = 247
  4.   Width = 171
  5.   Height = 233
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Legend'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   OnHide = FormHide
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object DG: TDrawGrid
  19.     Left = 0
  20.     Top = 0
  21.     Width = 163
  22.     Height = 206
  23.     Align = alClient
  24.     Color = clSilver
  25.     ColCount = 2
  26.     DefaultColWidth = 30
  27.     DefaultRowHeight = 20
  28.     FixedColor = clWhite
  29.     RowCount = 2
  30.     FixedRows = 0
  31.     Font.Color = clBlack
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     Options = [goFixedVertLine, goFixedHorzLine, goRangeSelect, goRowMoving]
  36.     ParentFont = False
  37.     TabOrder = 0
  38.     OnDblClick = DGDblClick
  39.     OnDrawCell = DGDrawCell
  40.     OnMouseDown = DGMouseDown
  41.     OnRowMoved = DGRowMoved
  42.     ColWidths = (
  43.       30
  44.       885)
  45.   end
  46. end
  47.