2012-12-27 15:11:22 +00:00
|
|
|
object lazfpsmainform: Tlazfpsmainform
|
|
|
|
Left = 234
|
|
|
|
Height = 401
|
2012-12-27 15:33:51 +00:00
|
|
|
Top = 195
|
2012-12-27 15:11:22 +00:00
|
|
|
Width = 700
|
2012-12-27 15:28:44 +00:00
|
|
|
Caption = 'LazSpreadsheet'
|
2012-12-27 15:11:22 +00:00
|
|
|
ClientHeight = 401
|
|
|
|
ClientWidth = 700
|
|
|
|
OnCreate = FormCreate
|
2012-12-27 15:28:44 +00:00
|
|
|
OnDestroy = FormDestroy
|
2016-10-18 21:47:38 +00:00
|
|
|
LCLVersion = '1.7'
|
2012-12-27 15:11:22 +00:00
|
|
|
object pagesSheets: TPageControl
|
|
|
|
Left = 0
|
2012-12-27 15:33:51 +00:00
|
|
|
Height = 289
|
|
|
|
Top = 112
|
2012-12-27 15:11:22 +00:00
|
|
|
Width = 700
|
|
|
|
Align = alClient
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object Panel1: TPanel
|
|
|
|
Left = 0
|
2012-12-27 15:33:51 +00:00
|
|
|
Height = 112
|
2012-12-27 15:11:22 +00:00
|
|
|
Top = 0
|
|
|
|
Width = 700
|
|
|
|
Align = alTop
|
2012-12-27 15:33:51 +00:00
|
|
|
ClientHeight = 112
|
2012-12-27 15:11:22 +00:00
|
|
|
ClientWidth = 700
|
|
|
|
TabOrder = 1
|
|
|
|
object btnLoadSpreadsheet: TButton
|
2012-12-27 15:28:44 +00:00
|
|
|
Left = 304
|
2012-12-27 15:11:22 +00:00
|
|
|
Height = 25
|
2012-12-27 15:28:44 +00:00
|
|
|
Top = 8
|
2012-12-27 15:11:22 +00:00
|
|
|
Width = 75
|
|
|
|
Caption = 'Load'
|
|
|
|
OnClick = btnLoadSpreadsheetClick
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object editSourceFile: TFileNameEdit
|
2012-12-27 15:28:44 +00:00
|
|
|
Left = 136
|
2016-10-18 21:47:38 +00:00
|
|
|
Height = 23
|
2012-12-27 15:28:44 +00:00
|
|
|
Top = 8
|
2012-12-27 15:11:22 +00:00
|
|
|
Width = 136
|
|
|
|
DialogOptions = []
|
|
|
|
FilterIndex = 0
|
|
|
|
HideDirectories = False
|
|
|
|
ButtonWidth = 23
|
|
|
|
NumGlyphs = 1
|
|
|
|
MaxLength = 0
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object Label2: TLabel
|
|
|
|
Left = 8
|
|
|
|
Height = 15
|
2012-12-27 15:28:44 +00:00
|
|
|
Top = 14
|
2016-10-18 21:47:38 +00:00
|
|
|
Width = 106
|
2012-12-27 15:11:22 +00:00
|
|
|
Caption = 'Source Spreadsheet:'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
2012-12-27 15:28:44 +00:00
|
|
|
object buttonReadCellInfo: TButton
|
2012-12-27 15:33:51 +00:00
|
|
|
Left = 296
|
2012-12-27 15:28:44 +00:00
|
|
|
Height = 25
|
2012-12-27 15:33:51 +00:00
|
|
|
Top = 72
|
2012-12-27 15:28:44 +00:00
|
|
|
Width = 120
|
|
|
|
Caption = 'Read Cell Info'
|
|
|
|
OnClick = buttonReadCellInfoClick
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
object memoCellData: TMemo
|
2012-12-27 15:33:51 +00:00
|
|
|
Left = 424
|
|
|
|
Height = 96
|
2012-12-27 15:28:44 +00:00
|
|
|
Top = 8
|
2016-10-18 21:47:38 +00:00
|
|
|
Width = 264
|
2012-12-27 15:28:44 +00:00
|
|
|
Lines.Strings = (
|
|
|
|
'memoCellData'
|
|
|
|
)
|
2012-12-27 15:33:51 +00:00
|
|
|
ScrollBars = ssVertical
|
2012-12-27 15:28:44 +00:00
|
|
|
TabOrder = 3
|
|
|
|
end
|
2013-02-12 12:23:29 +00:00
|
|
|
object labelCurCell: TLabel
|
|
|
|
Left = 8
|
|
|
|
Height = 15
|
|
|
|
Top = 40
|
2016-10-18 21:47:38 +00:00
|
|
|
Width = 66
|
2013-02-12 12:23:29 +00:00
|
|
|
Caption = 'Current Cell:'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
2012-12-27 15:11:22 +00:00
|
|
|
end
|
|
|
|
end
|