diff options
| author | RaysFire <[email protected]> | 2012-12-10 20:08:22 -0600 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2012-12-10 20:08:22 -0600 |
| commit | 3a9cb7447bb27114d7298a68d83d25ec499c1d2d (patch) | |
| tree | 829f26b7dbe7155f2a16511356c4dad1ad6d5b2f /minmode/resource/ui/notifications/base_notification.res | |
| parent | bc682d70ef82b455ec00b4e7820c3942f395733d (diff) | |
Added in a minmode!
Diffstat (limited to 'minmode/resource/ui/notifications/base_notification.res')
| -rw-r--r-- | minmode/resource/ui/notifications/base_notification.res | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/minmode/resource/ui/notifications/base_notification.res b/minmode/resource/ui/notifications/base_notification.res new file mode 100644 index 0000000..a31690f --- /dev/null +++ b/minmode/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 |
