You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5267 8e941d3f-bd1b-0410-a28a-d453659cc2b4
89 lines
1.7 KiB
Plaintext
89 lines
1.7 KiB
Plaintext
object lazfpsmainform: Tlazfpsmainform
|
|
Left = 234
|
|
Height = 401
|
|
Top = 195
|
|
Width = 700
|
|
Caption = 'LazSpreadsheet'
|
|
ClientHeight = 401
|
|
ClientWidth = 700
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
LCLVersion = '1.7'
|
|
object pagesSheets: TPageControl
|
|
Left = 0
|
|
Height = 289
|
|
Top = 112
|
|
Width = 700
|
|
Align = alClient
|
|
TabOrder = 0
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Height = 112
|
|
Top = 0
|
|
Width = 700
|
|
Align = alTop
|
|
ClientHeight = 112
|
|
ClientWidth = 700
|
|
TabOrder = 1
|
|
object btnLoadSpreadsheet: TButton
|
|
Left = 304
|
|
Height = 25
|
|
Top = 8
|
|
Width = 75
|
|
Caption = 'Load'
|
|
OnClick = btnLoadSpreadsheetClick
|
|
TabOrder = 0
|
|
end
|
|
object editSourceFile: TFileNameEdit
|
|
Left = 136
|
|
Height = 23
|
|
Top = 8
|
|
Width = 136
|
|
DialogOptions = []
|
|
FilterIndex = 0
|
|
HideDirectories = False
|
|
ButtonWidth = 23
|
|
NumGlyphs = 1
|
|
MaxLength = 0
|
|
TabOrder = 1
|
|
end
|
|
object Label2: TLabel
|
|
Left = 8
|
|
Height = 15
|
|
Top = 14
|
|
Width = 106
|
|
Caption = 'Source Spreadsheet:'
|
|
ParentColor = False
|
|
end
|
|
object buttonReadCellInfo: TButton
|
|
Left = 296
|
|
Height = 25
|
|
Top = 72
|
|
Width = 120
|
|
Caption = 'Read Cell Info'
|
|
OnClick = buttonReadCellInfoClick
|
|
TabOrder = 2
|
|
end
|
|
object memoCellData: TMemo
|
|
Left = 424
|
|
Height = 96
|
|
Top = 8
|
|
Width = 264
|
|
Lines.Strings = (
|
|
'memoCellData'
|
|
)
|
|
ScrollBars = ssVertical
|
|
TabOrder = 3
|
|
end
|
|
object labelCurCell: TLabel
|
|
Left = 8
|
|
Height = 15
|
|
Top = 40
|
|
Width = 66
|
|
Caption = 'Current Cell:'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
end
|