mirror of
https://github.com/nxshock/calculator.git
synced 2024-11-27 10:01:00 +05:00
Замена десятичной точки на точку
This commit is contained in:
parent
fafb667ad3
commit
25e44a3bd6
@ -106,7 +106,7 @@ end;
|
|||||||
|
|
||||||
procedure TMainForm.FormCreate(Sender: TObject);
|
procedure TMainForm.FormCreate(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
FormatSettings.DecimalSeparator := ',';
|
FormatSettings.DecimalSeparator := '.';
|
||||||
MainForm.Left := Screen.Width - MainForm.Width - 16;
|
MainForm.Left := Screen.Width - MainForm.Width - 16;
|
||||||
MainForm.Top := Screen.Height - MainForm.Height - 64;
|
MainForm.Top := Screen.Height - MainForm.Height - 64;
|
||||||
AssociateHotkeys(Handle);
|
AssociateHotkeys(Handle);
|
||||||
|
Loading…
Reference in New Issue
Block a user