diff options
| author | igor.nikitin <[email protected]> | 2019-04-16 10:34:42 -0400 |
|---|---|---|
| committer | igor.nikitin <[email protected]> | 2019-04-16 10:34:42 -0400 |
| commit | 9f90bde42f138a30d5923b0af185f6edf08f37ac (patch) | |
| tree | 749bb19e39ede710bb0a26e20e44efef582efd9b /temp/resource/ui/stampdonationadd.res | |
| parent | ec3df8a0c97da75c4ed900b5f1de43c1a802f39c (diff) | |
Moving Files for Lowercasing
Diffstat (limited to 'temp/resource/ui/stampdonationadd.res')
| -rw-r--r-- | temp/resource/ui/stampdonationadd.res | 185 |
1 files changed, 185 insertions, 0 deletions
diff --git a/temp/resource/ui/stampdonationadd.res b/temp/resource/ui/stampdonationadd.res new file mode 100644 index 0000000..6ac9529 --- /dev/null +++ b/temp/resource/ui/stampdonationadd.res @@ -0,0 +1,185 @@ +"Resource/UI/StampDonationAdd.res" +{ + "ConfirmDialog" + { + "ControlName" "Frame" + "fieldName" "ConfirmDialog" + "xpos" "c-150" + "ypos" "90" + "wide" "450" + "tall" "260" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "border" "CyanBorderThick" + "bgcolor_override" "DarkGrey" + "PaintBorder" "1" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontMediumBold" + "labelText" "#ConfirmTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "450" + "tall" "30" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "HudFontSmallestBold" + "labelText" "%text%" + "textAlignment" "north-west" + "xpos" "35" + "ypos" "158" + "zpos" "1" + "wide" "340" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "LightRed" + } + + "ExplanationLabel2" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel2" + "font" "HudFontSmallest" + "labelText" "#Store_ConfirmStampDonationAddText2" + "textAlignment" "north-west" + "xpos" "35" + "ypos" "62" + "zpos" "1" + "wide" "330" + "tall" "170" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "LightRed" + } + + "ItemImagePanel" + { + "ControlName" "ImagePanel" + "fieldName" "ItemImagePanel" + "xpos" "282" + "ypos" "45" + "wide" "150" + "tall" "150" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "scaleImage" "1" + } + + "ItemImagePanel2" + { + "ControlName" "ImagePanel" + "fieldName" "ItemImagePanel2" + "xpos" "245" + "ypos" "115" + "wide" "140" + "tall" "140" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "scaleImage" "1" + } + + "Nope" + { + "ControlName" "CExButton" + "fieldName" "Nope" + "xpos" "40" + "ypos" "220" + "zpos" "20" + "wide" "175" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Nope" + "font" "HudFontSmallBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "nope" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" + } + + "ConfirmButton" + { + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "235" + "ypos" "220" + "zpos" "20" + "wide" "175" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_AddToCart" + "font" "HudFontSmallBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "add_stamp_to_cart" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/vote_success.wav" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" + } + + "PriceLabel" + { + "ControlName" "CExLabel" + "fieldName" "PriceLabel" + "font" "HudFontSmallBold" + "labelText" "%price%" + "textAlignment" "north-east" + "xpos" "345" + "ypos" "195" + "zpos" "25" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "fgcolor_override" "121 195 58 255" + } +}
\ No newline at end of file |
