Files
lazarus-ccr/components/fpspreadsheet/examples/fpsgrid/mainform.lfm
sekelsenmat 7a69f33b79 Improves FPSpreadsheet examples
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1213 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-05-02 10:30:45 +00:00

27 lines
480 B
Plaintext

object Form1: TForm1
Left = 288
Height = 300
Top = 204
Width = 400
Caption = 'FPSVisual'
ClientHeight = 300
ClientWidth = 400
LCLVersion = '0.9.29'
object sWorksheetGrid1: TsWorksheetGrid
Left = 8
Height = 232
Top = 8
Width = 384
TabOrder = 0
end
object buttonPopulateGrid: TButton
Left = 144
Height = 25
Top = 256
Width = 112
Caption = 'Populate Grid'
OnClick = buttonPopulateGridClick
TabOrder = 1
end
end