summaryrefslogtreecommitdiff
path: root/examples/gui/widgettest/gridform.frm
blob: 43d673fdaf7274045fb6452188cb764fc6232c80 (plain)
1
2
3
4
5
6
7
8
9
object GridForm: TGridForm
  BorderWidth = 8
  Text = 'Grid test'
  OnCreate = FormCreate
  object StringGrid: TStringGrid
    ColCount = 10
    RowCount = 15
  end
end