RxFPC:Fix RxToolbar setup dialog. In RxDBGridExportSpreadSheet for footer row SUM value exported as numeric

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4586 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2016-03-24 07:58:23 +00:00
parent 5598f9414b
commit ba01d58f3f
12 changed files with 112 additions and 71 deletions

View File

@ -110,6 +110,7 @@ object MainForm: TMainForm
Action = actCustom
AutoSize = True
Margin = 3
Visible = False
end
object BitBtn1: TBitBtn
Left = 440
@ -165,6 +166,7 @@ object MainForm: TMainForm
}
OnClick = BitBtn1Click
TabOrder = 1
Visible = False
end
object ImageList1: TImageList
left = 168

View File

@ -73,7 +73,7 @@ end;
procedure TMainForm.actCustomExecute(Sender: TObject);
begin
ToolPanel1.Customize(0); ToolPanel1.:=;
ToolPanel1.Customize(0);
end;