Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

DialogHelpIngame.res 1.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. "Resource/DialogHelpIngame.res"
  2. {
  3. "HelpDialog"
  4. {
  5. "ControlName" "Frame"
  6. "fieldName" "HelpDialog"
  7. "xpos" "154"
  8. "ypos" "206"
  9. "wide" "484"
  10. "tall" "240"
  11. "visible" "1"
  12. "enabled" "1"
  13. "tabPosition" "0"
  14. }
  15. "InfoText"
  16. {
  17. "ControlName" "Label"
  18. "fieldName" "InfoText"
  19. "xpos" "18"
  20. "ypos" "36"
  21. "wide" "450"
  22. "tall" "136"
  23. "visible" "1"
  24. "enabled" "1"
  25. "tabPosition" "0"
  26. "textAlignment" "center"
  27. }
  28. "CloseButton"
  29. {
  30. "ControlName" "Button"
  31. "fieldName" "CloseButton"
  32. "xpos" "384"
  33. "ypos" "188"
  34. "wide" "64"
  35. "tall" "24"
  36. "visible" "1"
  37. "enabled" "1"
  38. "tabPosition" "1"
  39. "labelText" "#TrackerUI_Close"
  40. "textAlignment" "center"
  41. "command" "Close"
  42. "default" "0"
  43. }
  44. "NeverShowButton"
  45. {
  46. "ControlName" "CheckButton"
  47. "fieldName" "NeverShowButton"
  48. "xpos" "172"
  49. "ypos" "186"
  50. "wide" "194"
  51. "tall" "24"
  52. "visible" "1"
  53. "enabled" "1"
  54. "tabPosition" "2"
  55. "labelText" "#TrackerUI_NeverShowThisDialogAgain"
  56. "textAlignment" "center"
  57. "default" "0"
  58. }
  59. }