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,
{$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}

View File

@ -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

View File

@ -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