diff --git a/applications/lazspreadsheet/lazspreadsheet.lpr b/applications/lazspreadsheet/lazspreadsheet.lpr index f9d731cfe..c686204b4 100644 --- a/applications/lazspreadsheet/lazspreadsheet.lpr +++ b/applications/lazspreadsheet/lazspreadsheet.lpr @@ -7,8 +7,7 @@ uses cthreads, {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset - Forms, about, mainform, laz_fpspreadsheet_visual - { you can add units after this }; + Forms, about, mainform, laz_fpspreadsheet_visual; {$R *.res} diff --git a/applications/lazspreadsheet/mainform.lfm b/applications/lazspreadsheet/mainform.lfm index 800fc4ec1..5a4c3fd5e 100644 --- a/applications/lazspreadsheet/mainform.lfm +++ b/applications/lazspreadsheet/mainform.lfm @@ -37,7 +37,7 @@ object lazfpsmainform: Tlazfpsmainform end object editSourceFile: TFileNameEdit Left = 136 - Height = 23 + Height = 21 Top = 8 Width = 136 DialogOptions = [] @@ -52,7 +52,7 @@ object lazfpsmainform: Tlazfpsmainform Left = 8 Height = 15 Top = 14 - Width = 106 + Width = 116 Caption = 'Source Spreadsheet:' ParentColor = False end @@ -80,7 +80,7 @@ object lazfpsmainform: Tlazfpsmainform Left = 8 Height = 15 Top = 40 - Width = 66 + Width = 72 Caption = 'Current Cell:' ParentColor = False end diff --git a/applications/lazspreadsheet/mainform.pas b/applications/lazspreadsheet/mainform.pas index 414f96e25..5b9cf6c36 100644 --- a/applications/lazspreadsheet/mainform.pas +++ b/applications/lazspreadsheet/mainform.pas @@ -9,7 +9,7 @@ uses StdCtrls, Grids, EditBtn, ExtCtrls, ComCtrls, fpspreadsheetchart, fpspreadsheetgrid, TAGraph, TASeries, TypInfo, // FPSpreadsheet and supported formats - fpspreadsheet, xlsbiff8, xlsbiff5, xlsbiff2, xlsxooxml, fpsopendocument + fpspreadsheet, fpsallformats ; type