Files
lazarus-ccr/components/fpspreadsheet/examples/dataset/create_table/viewerform.lfm

21 lines
402 B
Plaintext
Raw Normal View History

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