|
@@ -92,9 +92,10 @@ constructor TZJJLFrame.Create(AParent: TFrame; AZJJLData: TZJJLData);
|
|
|
begin
|
|
|
inherited Create(AParent);
|
|
|
ResetFrameLink(AZJJLData);
|
|
|
- with TPhaseData(FZJJLData.PhaseData).PhaseProperty do
|
|
|
+ if TPhaseData(FZJJLData.PhaseData).Active then
|
|
|
begin
|
|
|
- lePreText.Text := ZJJLPreText;
|
|
|
+ with TPhaseData(FZJJLData.PhaseData).PhaseProperty do
|
|
|
+ lePreText.Text := ZJJLPreText;
|
|
|
end;
|
|
|
RefreshTitle;
|
|
|
end;
|