From 9f90bde42f138a30d5923b0af185f6edf08f37ac Mon Sep 17 00:00:00 2001 From: "igor.nikitin" Date: Tue, 16 Apr 2019 10:34:42 -0400 Subject: Moving Files for Lowercasing --- .../ui/notifications/base_notification.res | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 temp/resource/ui/notifications/base_notification.res (limited to 'temp/resource/ui/notifications') diff --git a/temp/resource/ui/notifications/base_notification.res b/temp/resource/ui/notifications/base_notification.res new file mode 100644 index 0000000..e68c261 --- /dev/null +++ b/temp/resource/ui/notifications/base_notification.res @@ -0,0 +1,52 @@ +"Resource/UI/notifications/base_notification.res" +{ + "Notification_Background" + { + "ControlName" "CImagePanel" + "fieldName" "Notification_Background" + "xpos" "9999" + "ypos" "9999" + "zpos" "-1" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "image" "" + "scaleImage" "1" + } + + "Notification_Icon" + { + "ControlName" "CIconPanel" + "fieldName" "Notification_Icon" + "xpos" "7" + "ypos" "9" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "" + } + + "Notification_Label" + { + "ControlName" "CExLabel" + "fieldName" "Notification_Label" + "font" "Cerbetica16" + "xpos" "30" + "ypos" "9" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "West" + "dulltext" "0" + "brighttext" "0" + } +} \ No newline at end of file -- cgit v1.2.3