|
| 1 | +"Resource/UI/CraftingResearchDonateModal.res" { |
| 2 | + "DonateModal" { |
| 3 | + "ControlName" "CRD_Crafting_Research_Donate_Modal" |
| 4 | + "fieldName" "DonateModal" |
| 5 | + "xpos" "150" |
| 6 | + "ypos" "60" |
| 7 | + "zpos" "10" |
| 8 | + "wide" "340" |
| 9 | + "tall" "240" |
| 10 | + } |
| 11 | + |
| 12 | + "Backdrop" { |
| 13 | + "ControlName" "Panel" |
| 14 | + "fieldName" "Backdrop" |
| 15 | + "xpos" "1" |
| 16 | + "ypos" "1" |
| 17 | + "wide" "338" |
| 18 | + "tall" "238" |
| 19 | + "zpos" "-1" |
| 20 | + "paintbackgroundenabled" "1" |
| 21 | + "paintbackgroundtype" "2" |
| 22 | + "bgcolor_override" "10 14 18 224" |
| 23 | + } |
| 24 | + |
| 25 | + "Backdrop2" { |
| 26 | + "ControlName" "Panel" |
| 27 | + "fieldName" "Backdrop2" |
| 28 | + "xpos" "0" |
| 29 | + "ypos" "0" |
| 30 | + "wide" "340" |
| 31 | + "tall" "240" |
| 32 | + "zpos" "-2" |
| 33 | + "paintbackgroundenabled" "1" |
| 34 | + "paintbackgroundtype" "2" |
| 35 | + "bgcolor_override" "78 94 110 224" |
| 36 | + } |
| 37 | + |
| 38 | + "LblTitle" { |
| 39 | + "ControlName" "Label" |
| 40 | + "fieldName" "LblTitle" |
| 41 | + "xpos" "5" |
| 42 | + "ypos" "5" |
| 43 | + "wide" "330" |
| 44 | + "tall" "30" |
| 45 | + "labelText" "#rd_crafting_research_donation_title" |
| 46 | + "textAlignment" "center" |
| 47 | + "font" "DefaultExtraLarge" |
| 48 | + } |
| 49 | + |
| 50 | + "ImgItemIcon" { |
| 51 | + "ControlName" "ImagePanel" |
| 52 | + "fieldName" "ImgItemIcon" |
| 53 | + "xpos" "30" |
| 54 | + "ypos" "30" |
| 55 | + "wide" "64" |
| 56 | + "tall" "64" |
| 57 | + "scaleImage" "1" |
| 58 | + } |
| 59 | + |
| 60 | + "LblItemName" { |
| 61 | + "ControlName" "Label" |
| 62 | + "fieldName" "LblItemName" |
| 63 | + "xpos" "105" |
| 64 | + "ypos" "30" |
| 65 | + "wide" "190" |
| 66 | + "tall" "40" |
| 67 | + "font" "DefaultLarge" |
| 68 | + "wrap" "1" |
| 69 | + } |
| 70 | + |
| 71 | + "LblDisplayType" { |
| 72 | + "ControlName" "Label" |
| 73 | + "fieldName" "LblDisplayType" |
| 74 | + "xpos" "105" |
| 75 | + "ypos" "70" |
| 76 | + "wide" "190" |
| 77 | + "tall" "10" |
| 78 | + "fgcolor_override" "128 128 128 255" |
| 79 | + } |
| 80 | + |
| 81 | + "QuantitySlider" { |
| 82 | + "ControlName" "CRD_VGUI_Option" |
| 83 | + "fieldName" "QuantitySlider" |
| 84 | + "xpos" "30" |
| 85 | + "ypos" "100" |
| 86 | + "wide" "270" |
| 87 | + "tall" "12" |
| 88 | + "ResourceFile" "resource/ui/option_setting_slider.res" |
| 89 | + "decimalDigits" "0" |
| 90 | + "navDown" "BtnConfirm" |
| 91 | + } |
| 92 | + |
| 93 | + "BtnConfirm" { |
| 94 | + "ControlName" "CNB_Button" |
| 95 | + "fieldName" "BtnConfirm" |
| 96 | + "xpos" "85" |
| 97 | + "ypos" "125" |
| 98 | + "wide" "170" |
| 99 | + "tall" "23" |
| 100 | + "font" "DefaultMedium" |
| 101 | + "labelText" "#rd_crafting_research_donate_button" |
| 102 | + "navUp" "QuantitySlider" |
| 103 | + "navDown" "BtnCancel" |
| 104 | + "textAlignment" "center" |
| 105 | + } |
| 106 | + |
| 107 | + "BtnCancel" { |
| 108 | + "ControlName" "CNB_Button" |
| 109 | + "fieldName" "BtnCancel" |
| 110 | + "xpos" "85" |
| 111 | + "ypos" "155" |
| 112 | + "wide" "170" |
| 113 | + "tall" "23" |
| 114 | + "font" "DefaultMedium" |
| 115 | + "labelText" "#asw_button_cancel" |
| 116 | + "navUp" "BtnConfirm" |
| 117 | + "textAlignment" "center" |
| 118 | + } |
| 119 | + |
| 120 | + "LblExplanation" { |
| 121 | + "ControlName" "Label" |
| 122 | + "fieldName" "LblExplanation" |
| 123 | + "xpos" "30" |
| 124 | + "ypos" "185" |
| 125 | + "wide" "280" |
| 126 | + "tall" "50" |
| 127 | + "labelText" "#rd_crafting_research_donation_explanation" |
| 128 | + "textAlignment" "center" |
| 129 | + "wrap" "1" |
| 130 | + "centerwrap" "1" |
| 131 | + } |
| 132 | +} |
0 commit comments