pre cutover push

This commit is contained in:
Infineon\StieberD
2024-09-04 20:33:41 -07:00
parent 6ea6969f4b
commit 7762b129af
2072 changed files with 130000 additions and 95295 deletions

View File

@ -224,7 +224,7 @@ SetupOLEControls:
Set_Property(@Window:".OLE_SUBCLASS", "OLE.OptionButton[":CtrlId:"]", 1)
ImageArray = ''
ImageArray<1> = 'D:\apps\OICurrent\BMPS\calendar.png'
ImageArray<1> = '.\BMPS\calendar.png'
ImageArray<2> = 'Auto'
Set_Property(@Window:".OLE_SUBCLASS", "OLE.OptionImage[":CtrlId:"]", ImageArray)
@ -261,7 +261,7 @@ SetupOLEControls:
Set_Property(@Window:".OLE_SUBCLASS", "OLE.OptionButton[":CtrlId:"]", 1)
ImageArray = ''
ImageArray<1> = 'D:\apps\OICurrent\SRP Editor\SRPEditorImages\open.png'
ImageArray<1> = '.\SRP Editor\SRPEditorImages\open.png'
ImageArray<2> = 'Auto'
Set_Property(@Window:".OLE_SUBCLASS", "OLE.OptionImage[":CtrlId:"]", ImageArray)