|
@@ -1658,9 +1658,21 @@ procedure TProjectData.ResetFloatDigitView;
|
|
end;
|
|
end;
|
|
end;
|
|
end;
|
|
|
|
|
|
|
|
+ procedure SetDealPaymentDigit;
|
|
|
|
+ begin
|
|
|
|
+ with FDealPaymentData.sdvDealPayment do
|
|
|
|
+ begin
|
|
|
|
+ Columns.FindColumn('CurTotalPrice').DisplayFormat := FProjProperties.TotalPriceFormat;
|
|
|
|
+ Columns.FindColumn('TotalPrice').DisplayFormat := FProjProperties.TotalPriceFormat;
|
|
|
|
+ Columns.FindColumn('StartedPrice').DisplayFormat := FProjProperties.TotalPriceFormat;
|
|
|
|
+ Columns.FindColumn('RangePrice').DisplayFormat := FProjProperties.TotalPriceFormat;
|
|
|
|
+ end;
|
|
|
|
+ end;
|
|
|
|
+
|
|
begin
|
|
begin
|
|
SetBillsCompileDigit;
|
|
SetBillsCompileDigit;
|
|
SetBillsMeasureDigit;
|
|
SetBillsMeasureDigit;
|
|
|
|
+ SetDealPaymentDigit;
|
|
SetBillsGatherDigit;
|
|
SetBillsGatherDigit;
|
|
end;
|
|
end;
|
|
|
|
|