You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8101 8e941d3f-bd1b-0410-a28a-d453659cc2b4
21 lines
402 B
Plaintext
21 lines
402 B
Plaintext
object SpreadsheetViewerForm: TSpreadsheetViewerForm
|
|
Left = 617
|
|
Height = 334
|
|
Top = 261
|
|
Width = 564
|
|
Caption = 'Simple Spreadsheet Viewer'
|
|
ClientHeight = 334
|
|
ClientWidth = 564
|
|
OnCreate = FormCreate
|
|
LCLVersion = '2.3.0.0'
|
|
object StringGrid: TStringGrid
|
|
Left = 0
|
|
Height = 334
|
|
Top = 0
|
|
Width = 564
|
|
Align = alClient
|
|
DefaultColWidth = 100
|
|
TabOrder = 0
|
|
end
|
|
end
|