object GridForm: TGridForm Left = 162 Top = 130 Width = 600 Height = 384 Caption = 'GridForm' Font.Color = clBlack Font.Height = -13 Font.Name = 'System' Font.Style = [fsBold] Icon.Data = {} PixelsPerInch = 96 Position = poDefault OnClose = FormClose OnCreate = FormCreate TextHeight = 16 object DrawGrid1: TDrawGrid Left = 0 Top = 0 Width = 592 Height = 357 Align = alClient DefaultColWidth = 20 DefaultRowHeight = 20 DefaultDrawing = False FixedCols = 0 FixedRows = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goThumbTracking] TabOrder = 0 OnDrawCell = DrawGrid1DrawCell end end