diff --git a/components/fpspreadsheet/examples/visual/fpsctrls/main.lfm b/components/fpspreadsheet/examples/visual/fpsctrls/main.lfm index ced62c7f5..6ff3a05fe 100644 --- a/components/fpspreadsheet/examples/visual/fpsctrls/main.lfm +++ b/components/fpspreadsheet/examples/visual/fpsctrls/main.lfm @@ -8,7 +8,7 @@ object Form1: TForm1 ClientWidth = 997 Menu = MainMenu1 ShowHint = True - LCLVersion = '1.7' + LCLVersion = '1.9.0.0' object sWorkbookTabControl1: TsWorkbookTabControl Left = 0 Height = 542 @@ -34,7 +34,6 @@ object Form1: TForm1 WorkbookSource = sWorkbookSource1 Align = alClient AutoAdvance = aaDown - ColCount = 27 DefaultColWidth = 64 DefaultRowHeight = 22 Font.Color = clBlack @@ -43,7 +42,6 @@ object Form1: TForm1 MouseWheelOption = mwGrid Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSizing, goColSizing, goEditing, goThumbTracking, goDblClickAutoSize, goCellHints] ParentFont = False - RowCount = 101 TabOrder = 1 TitleFont.Color = clBlack TitleFont.Height = -13 @@ -116,6 +114,7 @@ object Form1: TForm1 DropDownCount = 24 ItemIndex = 0 TabOrder = 2 + Text = 'black' end object ToolButton1: TToolButton Left = 1 @@ -131,7 +130,6 @@ object Form1: TForm1 Left = 49 Height = 26 Top = 0 - Width = 5 Caption = 'ToolButton3' Style = tbsDivider end @@ -161,10 +159,10 @@ object Form1: TForm1 Height = 23 Top = 0 Width = 138 + WorkbookSource = sWorkbookSource1 Align = alTop TabOrder = 0 Text = 'A1' - WorkbookSource = sWorkbookSource1 end end object sCellEdit1: TsCellEdit diff --git a/components/fpspreadsheet/examples/visual/fpsctrls/main.pas b/components/fpspreadsheet/examples/visual/fpsctrls/main.pas index 82ded7a89..8f45b683a 100644 --- a/components/fpspreadsheet/examples/visual/fpsctrls/main.pas +++ b/components/fpspreadsheet/examples/visual/fpsctrls/main.pas @@ -7,7 +7,8 @@ interface uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls, ComCtrls, ActnList, Menus, StdActns, Buttons, - fpstypes, fpspreadsheet, fpspreadsheetctrls, fpspreadsheetgrid, fpsActions; + fpstypes, fpspreadsheet, fpspreadsheetctrls, fpspreadsheetgrid, fpsActions, + fpsallformats; type diff --git a/components/fpspreadsheet/examples/visual/fpsctrls_no_install/main.lfm b/components/fpspreadsheet/examples/visual/fpsctrls_no_install/main.lfm index eaf1fd14c..906a3aef4 100644 --- a/components/fpspreadsheet/examples/visual/fpsctrls_no_install/main.lfm +++ b/components/fpspreadsheet/examples/visual/fpsctrls_no_install/main.lfm @@ -8,7 +8,7 @@ object Form1: TForm1 ClientWidth = 878 Menu = MainMenu OnCreate = FormCreate - LCLVersion = '1.5' + LCLVersion = '1.9.0.0' object Panel1: TPanel Left = 0 Height = 74 @@ -206,7 +206,6 @@ object Form1: TForm1 Left = 93 Height = 22 Top = 2 - Width = 5 Caption = 'ToolButton1' Style = tbsDivider end @@ -229,7 +228,6 @@ object Form1: TForm1 Left = 167 Height = 22 Top = 2 - Width = 5 Caption = 'ToolButton2' Style = tbsDivider end @@ -252,7 +250,6 @@ object Form1: TForm1 Left = 241 Height = 22 Top = 2 - Width = 5 Caption = 'ToolButton6' Style = tbsDivider end diff --git a/components/fpspreadsheet/examples/visual/fpsctrls_no_install/main.pas b/components/fpspreadsheet/examples/visual/fpsctrls_no_install/main.pas index a325a266f..52701d0b6 100644 --- a/components/fpspreadsheet/examples/visual/fpsctrls_no_install/main.pas +++ b/components/fpspreadsheet/examples/visual/fpsctrls_no_install/main.pas @@ -7,7 +7,8 @@ interface uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, ComCtrls, ExtCtrls, Grids, Buttons, Menus, ActnList, StdActns, - fpsTypes, fpSpreadsheet, fpSpreadsheetCtrls, fpSpreadsheetGrid, fpsActions; + fpsTypes, fpSpreadsheet, fpSpreadsheetCtrls, fpSpreadsheetGrid, fpsActions, + fpsallformats; type