You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CareerBoxDelete.res 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. "Resource/CareerBoxDelete.res"
  2. {
  3. "CareerBoxDelete"
  4. {
  5. "ControlName" "Frame"
  6. "fieldName" "CareerBoxDelete"
  7. "xpos" "220"
  8. "ypos" "190"
  9. "wide" "200"
  10. "tall" "100"
  11. "autoResize" "0"
  12. "pinCorner" "0"
  13. "visible" "1"
  14. "enabled" "1"
  15. "tabPosition" "0"
  16. "settitlebarvisible" "0"
  17. }
  18. "TitleLabel"
  19. {
  20. "ControlName" "Label"
  21. "fieldName" "TitleLabel"
  22. "xpos" "10"
  23. "ypos" "10"
  24. "wide" "150"
  25. "tall" "20"
  26. "autoResize" "0"
  27. "pinCorner" "0"
  28. "visible" "1"
  29. "enabled" "1"
  30. "tabPosition" "0"
  31. "labelText" "#Career_DeleteProfileTitle"
  32. "textAlignment" "north-west"
  33. "dulltext" "0"
  34. "brighttext" "0"
  35. "Font" "Medium"
  36. }
  37. "TextLabel"
  38. {
  39. "ControlName" "Label"
  40. "fieldName" "TextLabel"
  41. "xpos" "10"
  42. "ypos" "35"
  43. "wide" "180"
  44. "tall" "40"
  45. "autoResize" "0"
  46. "pinCorner" "0"
  47. "visible" "1"
  48. "enabled" "1"
  49. "tabPosition" "0"
  50. "labelText" ""
  51. "textAlignment" "north-west"
  52. "dulltext" "0"
  53. "brighttext" "0"
  54. "wrap" "1"
  55. }
  56. "OkButton"
  57. {
  58. "ControlName" "Button"
  59. "fieldName" "OkButton"
  60. "xpos" "128"
  61. "ypos" "70"
  62. "wide" "60"
  63. "tall" "20"
  64. "autoResize" "0"
  65. "pinCorner" "3"
  66. "visible" "1"
  67. "enabled" "1"
  68. "tabPosition" "2"
  69. "labelText" "#GameUI_Ok"
  70. "textAlignment" "west"
  71. "dulltext" "0"
  72. "brighttext" "0"
  73. "Command" "ReallyDeleteProfile"
  74. "Default" "0"
  75. }
  76. "CancelButton"
  77. {
  78. "ControlName" "Button"
  79. "fieldName" "CancelButton"
  80. "xpos" "58"
  81. "ypos" "70"
  82. "wide" "60"
  83. "tall" "20"
  84. "autoResize" "0"
  85. "pinCorner" "3"
  86. "visible" "1"
  87. "enabled" "1"
  88. "tabPosition" "2"
  89. "labelText" "#Career_Cancel"
  90. "textAlignment" "west"
  91. "dulltext" "0"
  92. "brighttext" "0"
  93. "Command" "Cancel"
  94. "Default" "0"
  95. }
  96. }