@@ -508,7 +508,7 @@ procedure TMainForm.TimerTimer(Sender: TObject);
508508 1 : begin
509509 lsWrapper.Caption := ' Installed' ;
510510 lsWrapper.StyleElements := lsWrapper.StyleElements - [seFont];
511- lsWrapper.Font.Color := clLime ;
511+ lsWrapper.Font.Color := $0000C800 ;
512512 CheckSupp := True;
513513 INIPath := ExtractFilePath(ExpandPath(WrapperPath)) + ' rdpwrap.ini' ;
514514 if not FileExists(INIPath) then
@@ -541,7 +541,7 @@ procedure TMainForm.TimerTimer(Sender: TObject);
541541 SERVICE_RUNNING: begin
542542 lsService.Caption := ' Running' ;
543543 lsService.StyleElements := lsService.StyleElements - [seFont];
544- lsService.Font.Color := clLime ;
544+ lsService.Font.Color := $0000C800 ;
545545 end ;
546546 SERVICE_CONTINUE_PENDING: begin
547547 lsService.Caption := ' Resuming...' ;
@@ -559,7 +559,7 @@ procedure TMainForm.TimerTimer(Sender: TObject);
559559 if IsListenerWorking then begin
560560 lsListener.Caption := ' Listening' ;
561561 lsListener.StyleElements := lsListener.StyleElements - [seFont];
562- lsListener.Font.Color := clLime ;
562+ lsListener.Font.Color := $0000C800 ;
563563 end else begin
564564 lsListener.Caption := ' Not listening' ;
565565 lsListener.StyleElements := lsListener.StyleElements - [seFont];
@@ -615,7 +615,7 @@ procedure TMainForm.TimerTimer(Sender: TObject);
615615 2 : begin
616616 lsSuppVer.Caption := ' [fully supported]' ;
617617 lsSuppVer.StyleElements := lsSuppVer.StyleElements - [seFont];
618- lsSuppVer.Font.Color := clLime ;
618+ lsSuppVer.Font.Color := $0000C800 ;
619619 end ;
620620 end ;
621621 end ;
0 commit comments