mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 20:00:47 +02:00
parent
0cf52e3ef6
commit
8e6c6eb98d
@ -1146,10 +1146,10 @@ Type
|
||||
property Align;
|
||||
property Anchors;
|
||||
property BorderSpacing;
|
||||
property ClimbRate;
|
||||
property Constraints;
|
||||
property DecimalPlaces;
|
||||
property Enabled;
|
||||
property Increment;
|
||||
property Link;
|
||||
property MaxValue;
|
||||
property MinValue;
|
||||
@ -1205,9 +1205,9 @@ Type
|
||||
property Align;
|
||||
property Anchors;
|
||||
property BorderSpacing;
|
||||
property ClimbRate;
|
||||
property Constraints;
|
||||
property Enabled;
|
||||
property Increment;
|
||||
property Link;
|
||||
property MaxValue;
|
||||
property MinValue;
|
||||
@ -2920,7 +2920,7 @@ begin
|
||||
TypeData:=GetTypeData(FLink.Editor.GetPropType);
|
||||
MinValue:=TypeData^.MinValue;
|
||||
MaxValue:=TypeData^.MaxValue;
|
||||
ClimbRate:=1;
|
||||
Increment:=1;
|
||||
DecimalPlaces:=0;
|
||||
end;
|
||||
|
||||
@ -2929,7 +2929,7 @@ begin
|
||||
TypeData:=GetTypeData(FLink.Editor.GetPropType);
|
||||
MinValue:=TypeData^.MinInt64Value;
|
||||
MaxValue:=TypeData^.MaxInt64Value;
|
||||
ClimbRate:=1;
|
||||
Increment:=1;
|
||||
DecimalPlaces:=0;
|
||||
end;
|
||||
|
||||
@ -2938,7 +2938,7 @@ begin
|
||||
TypeData:=GetTypeData(FLink.Editor.GetPropType);
|
||||
MinValue:=TypeData^.MinQWordValue;
|
||||
MaxValue:=TypeData^.MaxQWordValue;
|
||||
ClimbRate:=1;
|
||||
Increment:=1;
|
||||
DecimalPlaces:=0;
|
||||
end;
|
||||
|
||||
@ -3048,7 +3048,7 @@ begin
|
||||
TypeData:=GetTypeData(FLink.Editor.GetPropType);
|
||||
MinValue:=TypeData^.MinValue;
|
||||
MaxValue:=TypeData^.MaxValue;
|
||||
ClimbRate:=1;
|
||||
Increment:=1;
|
||||
DecimalPlaces:=0;
|
||||
end;
|
||||
|
||||
@ -3057,7 +3057,7 @@ begin
|
||||
TypeData:=GetTypeData(FLink.Editor.GetPropType);
|
||||
MinValue:=TypeData^.MinInt64Value;
|
||||
MaxValue:=TypeData^.MaxInt64Value;
|
||||
ClimbRate:=1;
|
||||
Increment:=1;
|
||||
DecimalPlaces:=0;
|
||||
end;
|
||||
|
||||
@ -3066,7 +3066,7 @@ begin
|
||||
TypeData:=GetTypeData(FLink.Editor.GetPropType);
|
||||
MinValue:=TypeData^.MinQWordValue;
|
||||
MaxValue:=TypeData^.MaxQWordValue;
|
||||
ClimbRate:=1;
|
||||
Increment:=1;
|
||||
DecimalPlaces:=0;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user