fpspreadsheet: Fix reader not found error in demos fpsctrls and fpsctrls_no_install

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5848 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2017-05-11 21:38:15 +00:00
parent 7e54b8927a
commit 055a4eb439
4 changed files with 8 additions and 11 deletions

View File

@ -8,7 +8,7 @@ object Form1: TForm1
ClientWidth = 997 ClientWidth = 997
Menu = MainMenu1 Menu = MainMenu1
ShowHint = True ShowHint = True
LCLVersion = '1.7' LCLVersion = '1.9.0.0'
object sWorkbookTabControl1: TsWorkbookTabControl object sWorkbookTabControl1: TsWorkbookTabControl
Left = 0 Left = 0
Height = 542 Height = 542
@ -34,7 +34,6 @@ object Form1: TForm1
WorkbookSource = sWorkbookSource1 WorkbookSource = sWorkbookSource1
Align = alClient Align = alClient
AutoAdvance = aaDown AutoAdvance = aaDown
ColCount = 27
DefaultColWidth = 64 DefaultColWidth = 64
DefaultRowHeight = 22 DefaultRowHeight = 22
Font.Color = clBlack Font.Color = clBlack
@ -43,7 +42,6 @@ object Form1: TForm1
MouseWheelOption = mwGrid MouseWheelOption = mwGrid
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSizing, goColSizing, goEditing, goThumbTracking, goDblClickAutoSize, goCellHints] Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSizing, goColSizing, goEditing, goThumbTracking, goDblClickAutoSize, goCellHints]
ParentFont = False ParentFont = False
RowCount = 101
TabOrder = 1 TabOrder = 1
TitleFont.Color = clBlack TitleFont.Color = clBlack
TitleFont.Height = -13 TitleFont.Height = -13
@ -116,6 +114,7 @@ object Form1: TForm1
DropDownCount = 24 DropDownCount = 24
ItemIndex = 0 ItemIndex = 0
TabOrder = 2 TabOrder = 2
Text = 'black'
end end
object ToolButton1: TToolButton object ToolButton1: TToolButton
Left = 1 Left = 1
@ -131,7 +130,6 @@ object Form1: TForm1
Left = 49 Left = 49
Height = 26 Height = 26
Top = 0 Top = 0
Width = 5
Caption = 'ToolButton3' Caption = 'ToolButton3'
Style = tbsDivider Style = tbsDivider
end end
@ -161,10 +159,10 @@ object Form1: TForm1
Height = 23 Height = 23
Top = 0 Top = 0
Width = 138 Width = 138
WorkbookSource = sWorkbookSource1
Align = alTop Align = alTop
TabOrder = 0 TabOrder = 0
Text = 'A1' Text = 'A1'
WorkbookSource = sWorkbookSource1
end end
end end
object sCellEdit1: TsCellEdit object sCellEdit1: TsCellEdit

View File

@ -7,7 +7,8 @@ interface
uses uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls, Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls,
ComCtrls, ActnList, Menus, StdActns, Buttons, ComCtrls, ActnList, Menus, StdActns, Buttons,
fpstypes, fpspreadsheet, fpspreadsheetctrls, fpspreadsheetgrid, fpsActions; fpstypes, fpspreadsheet, fpspreadsheetctrls, fpspreadsheetgrid, fpsActions,
fpsallformats;
type type

View File

@ -8,7 +8,7 @@ object Form1: TForm1
ClientWidth = 878 ClientWidth = 878
Menu = MainMenu Menu = MainMenu
OnCreate = FormCreate OnCreate = FormCreate
LCLVersion = '1.5' LCLVersion = '1.9.0.0'
object Panel1: TPanel object Panel1: TPanel
Left = 0 Left = 0
Height = 74 Height = 74
@ -206,7 +206,6 @@ object Form1: TForm1
Left = 93 Left = 93
Height = 22 Height = 22
Top = 2 Top = 2
Width = 5
Caption = 'ToolButton1' Caption = 'ToolButton1'
Style = tbsDivider Style = tbsDivider
end end
@ -229,7 +228,6 @@ object Form1: TForm1
Left = 167 Left = 167
Height = 22 Height = 22
Top = 2 Top = 2
Width = 5
Caption = 'ToolButton2' Caption = 'ToolButton2'
Style = tbsDivider Style = tbsDivider
end end
@ -252,7 +250,6 @@ object Form1: TForm1
Left = 241 Left = 241
Height = 22 Height = 22
Top = 2 Top = 2
Width = 5
Caption = 'ToolButton6' Caption = 'ToolButton6'
Style = tbsDivider Style = tbsDivider
end end

View File

@ -7,7 +7,8 @@ interface
uses uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs,
StdCtrls, ComCtrls, ExtCtrls, Grids, Buttons, Menus, ActnList, StdActns, StdCtrls, ComCtrls, ExtCtrls, Grids, Buttons, Menus, ActnList, StdActns,
fpsTypes, fpSpreadsheet, fpSpreadsheetCtrls, fpSpreadsheetGrid, fpsActions; fpsTypes, fpSpreadsheet, fpSpreadsheetCtrls, fpSpreadsheetGrid, fpsActions,
fpsallformats;
type type