diff options
Diffstat (limited to 'resource/ui/econ/notificationtoastcontrol.res')
| -rw-r--r-- | resource/ui/econ/notificationtoastcontrol.res | 193 |
1 files changed, 193 insertions, 0 deletions
diff --git a/resource/ui/econ/notificationtoastcontrol.res b/resource/ui/econ/notificationtoastcontrol.res new file mode 100644 index 0000000..ad6f35d --- /dev/null +++ b/resource/ui/econ/notificationtoastcontrol.res @@ -0,0 +1,193 @@ +"Resource/UI/NotificationToastControl.res" +{ + "NotificationToastControl" + { + "ControlName" "CNotificationToastControl" + "fieldName" "NotificationToastControl" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "190" + "tall" "30" + "visible" "1" + "enabled" "1" + "border" "NoBorder" + "paintborder" "1" + "paintbackground" "1" + "PaintBackgroundType" "0" + "defaultbgcolor_override" "TanLight" + "bgcolor_override" "TanLight" + } + + "DeleteButton" + { + "ControlName" "CExImageButton" + "fieldName" "DeleteButton" + "xpos" "165" + "ypos" "5" + "zpos" "10" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "TFFontSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "delete" + "armedBgColor_override" "LightRed" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "2" + "ypos" "2" + "zpos" "1" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/close" + "scaleImage" "1" + } + } + + "TriggerButton" + { + "ControlName" "CExImageButton" + "fieldName" "TriggerButton" + "xpos" "144" + "if_one_button" + { + "xpos" "165" + } + "ypos" "5" + "zpos" "10" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "TFFontSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "trigger" + "armedBgColor_override" "CreditsGreen" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "2" + "ypos" "2" + "zpos" "1" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "glyph_view" + "scaleImage" "1" + } + } + + "AcceptButton" + { + "ControlName" "CExImageButton" + "fieldName" "AcceptButton" + "xpos" "144" + "if_one_button" + { + "xpos" "165" + } + "ypos" "5" + "zpos" "10" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "TFFontSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "accept" + "armedBgColor_override" "CreditsGreen" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "2" + "ypos" "2" + "zpos" "1" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "glyph_view" + "scaleImage" "1" + } + } + + "DeclineButton" + { + "ControlName" "CExImageButton" + "fieldName" "DeclineButton" + "xpos" "165" + "ypos" "5" + "zpos" "10" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "TFFontSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "decline" + "armedBgColor_override" "LightRed" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "2" + "ypos" "2" + "zpos" "1" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/close" + "scaleImage" "1" + } + } +}
\ No newline at end of file |
