lazspreadsheet: Small improvements

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2748 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
sekelsenmat
2013-06-11 14:16:31 +00:00
parent 89c7433d5d
commit f7711025d7
3 changed files with 5 additions and 6 deletions

View File

@ -7,8 +7,7 @@ uses
cthreads, cthreads,
{$ENDIF}{$ENDIF} {$ENDIF}{$ENDIF}
Interfaces, // this includes the LCL widgetset Interfaces, // this includes the LCL widgetset
Forms, about, mainform, laz_fpspreadsheet_visual Forms, about, mainform, laz_fpspreadsheet_visual;
{ you can add units after this };
{$R *.res} {$R *.res}

View File

@ -37,7 +37,7 @@ object lazfpsmainform: Tlazfpsmainform
end end
object editSourceFile: TFileNameEdit object editSourceFile: TFileNameEdit
Left = 136 Left = 136
Height = 23 Height = 21
Top = 8 Top = 8
Width = 136 Width = 136
DialogOptions = [] DialogOptions = []
@ -52,7 +52,7 @@ object lazfpsmainform: Tlazfpsmainform
Left = 8 Left = 8
Height = 15 Height = 15
Top = 14 Top = 14
Width = 106 Width = 116
Caption = 'Source Spreadsheet:' Caption = 'Source Spreadsheet:'
ParentColor = False ParentColor = False
end end
@ -80,7 +80,7 @@ object lazfpsmainform: Tlazfpsmainform
Left = 8 Left = 8
Height = 15 Height = 15
Top = 40 Top = 40
Width = 66 Width = 72
Caption = 'Current Cell:' Caption = 'Current Cell:'
ParentColor = False ParentColor = False
end end

View File

@ -9,7 +9,7 @@ uses
StdCtrls, Grids, EditBtn, ExtCtrls, ComCtrls, fpspreadsheetchart, StdCtrls, Grids, EditBtn, ExtCtrls, ComCtrls, fpspreadsheetchart,
fpspreadsheetgrid, TAGraph, TASeries, TypInfo, fpspreadsheetgrid, TAGraph, TASeries, TypInfo,
// FPSpreadsheet and supported formats // FPSpreadsheet and supported formats
fpspreadsheet, xlsbiff8, xlsbiff5, xlsbiff2, xlsxooxml, fpsopendocument fpspreadsheet, fpsallformats
; ;
type type