Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

PlayerListDialog.res 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. "Resource/PlayerListDialog.res"
  2. {
  3. "PlayerListDialog"
  4. {
  5. "ControlName" "CPlayerListDialog"
  6. "fieldName" "PlayerListDialog"
  7. "xpos" "168"
  8. "ypos" "55"
  9. "wide" "467"
  10. "tall" "388"
  11. "autoResize" "0"
  12. "pinCorner" "0"
  13. "visible" "1"
  14. "enabled" "1"
  15. "tabPosition" "0"
  16. "settitlebarvisible" "1"
  17. }
  18. "AddFriendButton"
  19. {
  20. "ControlName" "Button"
  21. "fieldName" "AddFriendButton"
  22. "xpos" "28"
  23. "ypos" "326"
  24. "wide" "136"
  25. "tall" "24"
  26. "autoResize" "0"
  27. "pinCorner" "2"
  28. "visible" "1"
  29. "enabled" "1"
  30. "tabPosition" "2"
  31. "labelText" "#GameUI_AddToFriendsList"
  32. "textAlignment" "west"
  33. "dulltext" "0"
  34. "brighttext" "0"
  35. "Command" "AddFriend"
  36. "Default" "0"
  37. }
  38. "MuteButton"
  39. {
  40. "ControlName" "Button"
  41. "fieldName" "MuteButton"
  42. "xpos" "173"
  43. "ypos" "326"
  44. "wide" "144"
  45. "tall" "24"
  46. "autoResize" "0"
  47. "pinCorner" "2"
  48. "visible" "1"
  49. "enabled" "1"
  50. "tabPosition" "3"
  51. "labelText" "#GameUI_MuteIngameVoice"
  52. "textAlignment" "west"
  53. "dulltext" "0"
  54. "brighttext" "0"
  55. "Command" "Mute"
  56. "Default" "1"
  57. }
  58. "PlayerList"
  59. {
  60. "ControlName" "ListPanel"
  61. "fieldName" "PlayerList"
  62. "xpos" "28"
  63. "ypos" "38"
  64. "wide" "410"
  65. "tall" "279"
  66. "autoResize" "3"
  67. "pinCorner" "0"
  68. "visible" "1"
  69. "enabled" "1"
  70. "tabPosition" "1"
  71. }
  72. "Button1"
  73. {
  74. "ControlName" "Button"
  75. "fieldName" "Button1"
  76. "xpos" "352"
  77. "ypos" "352"
  78. "wide" "86"
  79. "tall" "24"
  80. "autoResize" "0"
  81. "pinCorner" "3"
  82. "visible" "1"
  83. "enabled" "1"
  84. "tabPosition" "4"
  85. "labelText" "#GameUI_Close"
  86. "textAlignment" "west"
  87. "dulltext" "0"
  88. "brighttext" "0"
  89. "Command" "Close"
  90. "Default" "0"
  91. }
  92. }