cleanup form

This commit is contained in:
Dark Byte 2022-10-14 16:46:55 +02:00
parent 7eabb7acf5
commit 2e1107b7a2
2 changed files with 248 additions and 253 deletions

File diff suppressed because it is too large Load Diff

View File

@ -310,7 +310,6 @@ type
CreateGroup: TMenuItem;
FromAddress: TEdit;
andlabel: TLabel;
Label3: TLabel;
lblcompareToSavedScan: TLabel;
MenuItem16: TMenuItem;
miDeleteSavedScanResults: TMenuItem;
@ -7296,6 +7295,11 @@ begin
miAutoAssembleErrorMessage.visible:=selectedrecord.LastAAExecutionFailed;
if selectedrecord.LastAAExecutionFailed then
miAutoAssembleErrorMessage.Caption:='<<'+selectedrecord.LastAAExecutionFailedReason+'>>';
end
else
begin
miAutoAssembleErrorMessage.visible:=false;
miAutoAssembleErrorMessage.Caption:='';
end;
end;