Files
lazarus-ccr/components/fpspreadsheet/examples/fpsvisual/mainform.lfm

27 lines
480 B
Plaintext
Raw Normal View History

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