Merged PR 12198: New Tool Mode, Ready To Use(RTU)

Related work items: #225686
This commit is contained in:
Ouellette Jonathan (CSC FI SPS MESLEO)
2025-03-05 23:12:14 +01:00
parent 3d9cf66b02
commit 091ce6b8d1
2 changed files with 51 additions and 28 deletions

View File

@ -216,11 +216,12 @@ DispTools = SRP_Array('SortRows', DispTools, 'AR6' : @FM : 'AL1', 'LIS
* IF QuartzTools NE '' THEN DispTools := @FM:QuartzTools
* IF OtherTools NE '' THEN DispTools := @FM:OtherTools
GreenButton = '.\BMPS\GreenButton.png'
RedButton = '.\BMPS\RedButton.png'
YellowButton = '.\BMPS\YellowButton.png'
GrayButton = '.\BMPS\GrayButton.png'
QuestionButton = '.\BMPS\help_32.bmp'
GreenButton = '.\BMPS\GreenButton.png'
RedButton = '.\BMPS\RedButton.png'
YellowButton = '.\BMPS\YellowButton.png'
GrayButton = '.\BMPS\GrayButton.png'
BlueButton = '.\BMPS\BlueButton.png'
QuestionButton = '.\BMPS\help_32.bmp'
DefaultBackColor = Get_Property(@WINDOW,'BACKCOLOR')
@ -277,7 +278,8 @@ FOR I = 1 TO NumTools
CASE ToolStatus = 'OUT' OR ToolStatus = 'FACILITIES (UnSched)'
Set_Property(@WINDOW:'.TB':I,'BITMAP',GrayButton)
CASE ToolStatus = 'RTU'
Set_Property(@WINDOW:'.TB':I,'BITMAP',BlueButton)
CASE 1
Set_Property(@WINDOW:'.TB':I,'BITMAP',QuestionButton)
@ -368,3 +370,4 @@ RETURN