Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

SubscriptionsPage.res 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. "Steam/SubscriptionsPage.res"
  2. {
  3. "SubscribeButton"
  4. {
  5. "ControlName" "Button"
  6. "fieldName" "SubscribeButton"
  7. "xpos" "200"
  8. "ypos" "170"
  9. "wide" "84"
  10. "tall" "24"
  11. "autoResize" "0"
  12. "pinCorner" "0"
  13. "visible" "1"
  14. "enabled" "0"
  15. "tabPosition" "2"
  16. "labelText" "#SteamUI_Subscriptions_Subscribe_Btn"
  17. "textAlignment" "west"
  18. "dulltext" "0"
  19. "brighttext" "0"
  20. "Command" "Subscribe"
  21. "Default" "0"
  22. }
  23. "UnsubscribeButton"
  24. {
  25. "ControlName" "Button"
  26. "fieldName" "UnsubscribeButton"
  27. "xpos" "296"
  28. "ypos" "170"
  29. "wide" "86"
  30. "tall" "24"
  31. "autoResize" "0"
  32. "pinCorner" "0"
  33. "visible" "1"
  34. "enabled" "1"
  35. "tabPosition" "3"
  36. "labelText" "#SteamUI_Subscriptions_Unsubscribe_Btn"
  37. "textAlignment" "west"
  38. "dulltext" "0"
  39. "brighttext" "0"
  40. "Command" "Unsubscribe"
  41. "Default" "0"
  42. }
  43. "SubscriptionList"
  44. {
  45. "ControlName" "SectionedListPanel"
  46. "fieldName" "SubscriptionList"
  47. "xpos" "12"
  48. "ypos" "12"
  49. "wide" "370"
  50. "tall" "150"
  51. "autoResize" "0"
  52. "pinCorner" "0"
  53. "visible" "1"
  54. "enabled" "1"
  55. "tabPosition" "1"
  56. }
  57. }