You've already forked lazarus-ccr
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:
@ -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
|
||||
|
@ -73,7 +73,7 @@ end;
|
||||
|
||||
procedure TMainForm.actCustomExecute(Sender: TObject);
|
||||
begin
|
||||
ToolPanel1.Customize(0); ToolPanel1.:=;
|
||||
ToolPanel1.Customize(0);
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user