You've already forked lazarus-ccr
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:
@ -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}
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user