diff options
| author | raysfire <[email protected]> | 2015-07-02 22:57:15 -0500 |
|---|---|---|
| committer | raysfire <[email protected]> | 2015-07-02 22:57:15 -0500 |
| commit | 932576bc21f96e8acca16cc8db5164f0c9581086 (patch) | |
| tree | 6fbab90da426a4f55637631a33eb43808494ae8e /minmode/resource/ui/econ/cyclingadcontainer.res | |
| parent | 5ff0541bb3789e974110d2235fbce4ce3a973f6e (diff) | |
Updated all item panels in menus to display properly
Diffstat (limited to 'minmode/resource/ui/econ/cyclingadcontainer.res')
| -rw-r--r-- | minmode/resource/ui/econ/cyclingadcontainer.res | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/minmode/resource/ui/econ/cyclingadcontainer.res b/minmode/resource/ui/econ/cyclingadcontainer.res new file mode 100644 index 0000000..eb4b5f8 --- /dev/null +++ b/minmode/resource/ui/econ/cyclingadcontainer.res @@ -0,0 +1,106 @@ +"Resource/UI/econ/CyclingAdContainer.res" +{ + "ButtonContainer" + { + "ControlName" "EditablePanel" + "fieldName" "ButtonContainer" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "10" + "proportionaltoparent" "1" + } + + "PrevButton" + { + "ControlName" "Button" + "fieldName" "PrevButton" + "xpos" "-2" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "10" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "bgcolor_override" "0 0 0 220" + "fgcolor" "White" + "font" "DefaultVerySmall" + "textAlignment" "center" + + "proportionaltoparent" "1" + "paintbackground" "1" + "command" "prev" + "actionsignallevel" "2" + + "defaultBgColor_override" "0 0 0 150" + "armedBgColor_override" "0 0 0 200" + } + + "NextButton" + { + "ControlName" "Button" + "fieldName" "NextButton" + "xpos" "r8" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "10" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "bgcolor_override" "0 0 0 220" + "fgcolor" "White" + "font" "DefaultVerySmall" + "textAlignment" "center" + + "proportionaltoparent" "1" + "paintbackground" "1" + "command" "next" + "actionsignallevel" "2" + + "defaultBgColor_override" "0 0 0 150" + "armedBgColor_override" "0 0 0 200" + } + + "AdsContainer" + { + "ControlName" "EditablePanel" + "fieldName" "AdsContainer" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "FadeTransition" + { + "ControlName" "EditablePanel" + "fieldName" "FadeTransition" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "bgcolor_override" "0 0 0 255" + } + +} |
