object CompaniesStringGrid: TStringGrid
Left = 8
Top = 48
Width = 353
Height = 143
ColCount = 2
DefaultColWidth = 100
DefaultRowHeight = 19
FixedCols = 0
RowCount = 7
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
ScrollBars = ssVertical
TabOrder = 0
OnDrawCell = CompaniesStringGridDrawCell
ColWidths = (
100
100)
end
|