home *** CD-ROM | disk | FTP | other *** search
/ Needle Craft Plus / NeedleCraftPlusVolume1.iso / win / dotmat / dotmat2a.exe / dotmat.exe / 0 / RCDATA / TGRIDFORM / TGRIDFORM.txt < prev   
Text File  |  1996-05-03  |  708b  |  33 lines

  1. object GridForm: TGridForm
  2.   Left = 162
  3.   Top = 130
  4.   Width = 600
  5.   Height = 384
  6.   Caption = 'GridForm'
  7.   Font.Color = clBlack
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = [fsBold]
  11.   Icon.Data = {<image000.ico>}
  12.   PixelsPerInch = 96
  13.   Position = poDefault
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   TextHeight = 16
  17.   object DrawGrid1: TDrawGrid
  18.     Left = 0
  19.     Top = 0
  20.     Width = 592
  21.     Height = 357
  22.     Align = alClient
  23.     DefaultColWidth = 20
  24.     DefaultRowHeight = 20
  25.     DefaultDrawing = False
  26.     FixedCols = 0
  27.     FixedRows = 0
  28.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goThumbTracking]
  29.     TabOrder = 0
  30.     OnDrawCell = DrawGrid1DrawCell
  31.   end
  32. end
  33.