Merged PR 12198: New Tool Mode, Ready To Use(RTU)
Related work items: #225686
This commit is contained in:
parent
3d9cf66b02
commit
091ce6b8d1
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user