Template:PatchDiff/April 14, 2011 Patch/team fortress 2 content.gcf/tf/resource/ui/ItemSelectionPanel.res

From Team Fortress Wiki
Jump to: navigation, search
6666 
6767 "CaratLabel"
6868 {
69N/A "ControlName" "CTFLabel"
N/A69 "ControlName" "CExLabel"
7070 "fieldName" "CaratLabel"
7171 "font" "HudFontSmallestBold"
7272 "labelText" ">>"
8484 }
8585 "ClassLabel"
8686 {
87N/A "ControlName" "CTFLabel"
N/A87 "ControlName" "CExLabel"
8888 "fieldName" "ClassLabel"
8989 "font" "HudFontMediumBold"
9090 "labelText" "#ClassBeingEquipped"
133133 
134134 "ItemSlotLabel"
135135 {
136N/A "ControlName" "CTFLabel"
N/A136 "ControlName" "CExLabel"
137137 "fieldName" "ItemSlotLabel"
138138 "font" "HudFontMediumBold"
139139 "labelText" "#PrimaryWeapon"
208208 
209209 "NoItemsLabel"
210210 {
211N/A "ControlName" "CTFLabel"
N/A211 "ControlName" "CExLabel"
212212 "fieldName" "NoItemsLabel"
213213 "font" "HudFontSmallBold"
214214 "labelText" "#NoItemsToEquip"
227227 
228228 "CancelButton"
229229 {
230N/A "ControlName" "CTFButton"
N/A230 "ControlName" "CExButton"
231231 "fieldName" "CancelButton"
232232 "xpos" "c-200"
233233 "ypos" "400"
251251 
252252 "BackButton"
253253 {
254N/A "ControlName" "CTFButton"
N/A254 "ControlName" "CExButton"
255255 "fieldName" "BackButton"
256256 "xpos" "c-305"
257N/A "ypos" "300"
N/A257 "ypos" "340"
258258 "zpos" "20"
259259 "wide" "100"
260260 "tall" "25"
272272 "Command" "back"
273273 "sound_depressed" "UI/buttonclick.wav"
274274 "sound_released" "UI/buttonclickrelease.wav"
275N/A }
N/A275 }
N/A276 
N/A277 "ShowDuplicateItemsCheckbox"
N/A278 {
N/A279 "ControlName" "CheckButton"
N/A280 "fieldName" "ShowDuplicateItemsCheckbox"
N/A281 "labelText" "#ShowDuplicateItemsCheckbox"
N/A282 "Font" "HudFontSmallestBold"
N/A283 "textAlignment" "east"
N/A284 "xpos" "c+150"
N/A285 "ypos" "340"
N/A286 "zpos" "1"
N/A287 "wide" "200"
N/A288 "tall" "20"
N/A289 "autoResize" "0"
N/A290 "pinCorner" "0"
N/A291 "visible" "1"
N/A292 "enabled" "1"
N/A293 "dulltext" "0"
N/A294 "brighttext" "0"
N/A295 }
276296}