cleanup form
This commit is contained in:
parent
7eabb7acf5
commit
2e1107b7a2
File diff suppressed because it is too large
Load Diff
@ -310,7 +310,6 @@ type
|
|||||||
CreateGroup: TMenuItem;
|
CreateGroup: TMenuItem;
|
||||||
FromAddress: TEdit;
|
FromAddress: TEdit;
|
||||||
andlabel: TLabel;
|
andlabel: TLabel;
|
||||||
Label3: TLabel;
|
|
||||||
lblcompareToSavedScan: TLabel;
|
lblcompareToSavedScan: TLabel;
|
||||||
MenuItem16: TMenuItem;
|
MenuItem16: TMenuItem;
|
||||||
miDeleteSavedScanResults: TMenuItem;
|
miDeleteSavedScanResults: TMenuItem;
|
||||||
@ -7296,6 +7295,11 @@ begin
|
|||||||
miAutoAssembleErrorMessage.visible:=selectedrecord.LastAAExecutionFailed;
|
miAutoAssembleErrorMessage.visible:=selectedrecord.LastAAExecutionFailed;
|
||||||
if selectedrecord.LastAAExecutionFailed then
|
if selectedrecord.LastAAExecutionFailed then
|
||||||
miAutoAssembleErrorMessage.Caption:='<<'+selectedrecord.LastAAExecutionFailedReason+'>>';
|
miAutoAssembleErrorMessage.Caption:='<<'+selectedrecord.LastAAExecutionFailedReason+'>>';
|
||||||
|
end
|
||||||
|
else
|
||||||
|
begin
|
||||||
|
miAutoAssembleErrorMessage.visible:=false;
|
||||||
|
miAutoAssembleErrorMessage.Caption:='';
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user