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.

DemoEventsDialog.res 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. "Resource/DemoEventsDialog.res"
  2. {
  3. "EventList"
  4. {
  5. "ControlName" "ListPanel"
  6. "fieldName" "EventList"
  7. "xpos" "10"
  8. "ypos" "32"
  9. "wide" "444"
  10. "tall" "306"
  11. "autoResize" "0"
  12. "pinCorner" "0"
  13. "visible" "1"
  14. "enabled" "1"
  15. "tabPosition" "0"
  16. }
  17. "AddButton"
  18. {
  19. "ControlName" "Button"
  20. "fieldName" "AddButton"
  21. "xpos" "10"
  22. "ypos" "346"
  23. "wide" "64"
  24. "tall" "24"
  25. "autoResize" "0"
  26. "pinCorner" "2"
  27. "visible" "1"
  28. "enabled" "1"
  29. "tabPosition" "1"
  30. "command" "add"
  31. }
  32. "RemoveButton"
  33. {
  34. "ControlName" "Button"
  35. "fieldName" "RemoveButton"
  36. "xpos" "80"
  37. "ypos" "346"
  38. "wide" "64"
  39. "tall" "24"
  40. "autoResize" "0"
  41. "pinCorner" "2"
  42. "visible" "1"
  43. "enabled" "1"
  44. "tabPosition" "2"
  45. "command" "remove"
  46. }
  47. "ModifyButton"
  48. {
  49. "ControlName" "Button"
  50. "fieldName" "ModifyButton"
  51. "xpos" "150"
  52. "ypos" "346"
  53. "wide" "64"
  54. "tall" "24"
  55. "autoResize" "0"
  56. "pinCorner" "2"
  57. "visible" "1"
  58. "enabled" "1"
  59. "tabPosition" "3"
  60. "command" "modify"
  61. }
  62. "GotoButton"
  63. {
  64. "ControlName" "Button"
  65. "fieldName" "GotoButton"
  66. "xpos" "220"
  67. "ypos" "346"
  68. "wide" "64"
  69. "tall" "24"
  70. "autoResize" "0"
  71. "pinCorner" "2"
  72. "visible" "1"
  73. "enabled" "1"
  74. "tabPosition" "3"
  75. "command" "goto"
  76. }
  77. }