You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@972 8e941d3f-bd1b-0410-a28a-d453659cc2b4
27 lines
480 B
Plaintext
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
|