From df288cfafc687d8aad8bb05b0413ce8b173317f3 Mon Sep 17 00:00:00 2001 From: Ian Bruton Date: Mon, 24 Sep 2012 02:33:37 -0500 Subject: Initial Upload --- resource/ui/ControlPointCountdown.res | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 resource/ui/ControlPointCountdown.res (limited to 'resource/ui/ControlPointCountdown.res') diff --git a/resource/ui/ControlPointCountdown.res b/resource/ui/ControlPointCountdown.res new file mode 100644 index 0000000..aac363a --- /dev/null +++ b/resource/ui/ControlPointCountdown.res @@ -0,0 +1,23 @@ +"Resource/UI/ControlPointCountdown.res" +{ + "CapCountdownLabel" + { + "ControlName" "CExLabel" + "fieldName" "CapCountdownLabel" + "font" "Cerbetica16" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%capturetime%" + "textAlignment" "center" + "fgcolor" "235 226 202 255" + "bgcolor" "235 226 202 255" + } +} -- cgit v1.2.3