mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 03:48:27 +02:00
TAChart. Fix typos in new DateTimeStepFormat and in axis demo
git-svn-id: trunk@52781 -
This commit is contained in:
parent
b722e49778
commit
fddf4ea109
@ -149,11 +149,11 @@ procedure TForm1.CbAlternateFormatChange(Sender: TObject);
|
||||
begin
|
||||
with DateTimeIntervalChartSource1.DateTimeStepFormat do
|
||||
if CbAlternateFormat.Checked then begin
|
||||
WeekFormat := 'dd.mmm.';
|
||||
DayFormat := 'dd.mm.';
|
||||
HourFormat := 'dd. hh:nn';
|
||||
SecondFormat := 'hh.nn';
|
||||
MillisecondFormat := 'ss.zzz';
|
||||
WeekFormat := 'dd"."mmm"."';
|
||||
DayFormat := 'dd"."mm"."';
|
||||
HourFormat := 'dd". "hh:nn';
|
||||
SecondFormat := 'nn"."ss';
|
||||
MillisecondFormat := 'ss"."zzz';
|
||||
end else begin
|
||||
WeekFormat := DEFAULT_WEEK_FORMAT;
|
||||
DayFormat := DEFAULT_DAY_FORMAT;
|
||||
|
@ -145,7 +145,7 @@ const
|
||||
DEFAULT_DAY_FORMAT = 'dd/mm';
|
||||
DEFAULT_HOUR_FORMAT = 'dd hh:00';
|
||||
DEFAULT_MINUTE_FORMAT = 'hh:nn';
|
||||
DEFAULT_SECOND_FORMAT = 'hh:ss';
|
||||
DEFAULT_SECOND_FORMAT = 'nn:ss';
|
||||
DEFAULT_MILLISECOND_FORMAT = 'szzz"ms"';
|
||||
|
||||
procedure Register;
|
||||
|
Loading…
Reference in New Issue
Block a user