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.

DialogSendMessage.res 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. "Resource\DialogSendMessage.res"
  2. {
  3. "CancelButton"
  4. {
  5. "command" "Cancel"
  6. "textAlignment" "center"
  7. "labelText" "#TrackerUI_Close"
  8. "tabPosition" "3"
  9. "enabled" "1"
  10. "visible" "1"
  11. "BgColor" "70 70 70 255"
  12. "FgColor" "255 170 0 255"
  13. "tall" "24"
  14. "wide" "104"
  15. "ypos" "192"
  16. "xpos" "8"
  17. "fieldName" "CancelButton"
  18. "ControlName" "Button"
  19. }
  20. "SendButton"
  21. {
  22. "command" "SendMessage"
  23. "textAlignment" "center"
  24. "labelText" "#TrackerUI_Reply"
  25. "tabPosition" "2"
  26. "enabled" "1"
  27. "visible" "1"
  28. "BgColor" "70 70 70 255"
  29. "FgColor" "255 170 0 255"
  30. "tall" "24"
  31. "wide" "104"
  32. "ypos" "192"
  33. "xpos" "252"
  34. "fieldName" "SendButton"
  35. "ControlName" "Button"
  36. }
  37. "NameLabel"
  38. {
  39. "textAlignment" "west"
  40. "labelText" "test2"
  41. "tabPosition" "0"
  42. "enabled" "1"
  43. "visible" "1"
  44. "BgColor" "70 70 70 255"
  45. "FgColor" "255 255 255 255"
  46. "tall" "20"
  47. "wide" "148"
  48. "ypos" "32"
  49. "xpos" "92"
  50. "fieldName" "NameLabel"
  51. "ControlName" "Label"
  52. }
  53. "InfoText"
  54. {
  55. "textAlignment" "west"
  56. "labelText" "#TrackerUI_MessageFrom"
  57. "tabPosition" "0"
  58. "enabled" "1"
  59. "visible" "1"
  60. "BgColor" "70 70 70 255"
  61. "FgColor" "255 170 0 255"
  62. "tall" "20"
  63. "wide" "88"
  64. "ypos" "32"
  65. "xpos" "4"
  66. "fieldName" "InfoText"
  67. "ControlName" "Label"
  68. }
  69. "TextPanel"
  70. {
  71. "tabPosition" "1"
  72. "enabled" "0"
  73. "visible" "1"
  74. "BgColor" "100 100 100 255"
  75. "FgColor" "255 170 0 255"
  76. "tall" "128"
  77. "wide" "356"
  78. "ypos" "56"
  79. "xpos" "4"
  80. "fieldName" "TextPanel"
  81. "ControlName" "Panel"
  82. }
  83. "Frame"
  84. {
  85. "tabPosition" "0"
  86. "enabled" "1"
  87. "visible" "1"
  88. "BgColor" "70 70 70 255"
  89. "FgColor" "255 170 0 255"
  90. "tall" "224"
  91. "wide" "364"
  92. "ypos" "320"
  93. "xpos" "388"
  94. "fieldName" "Frame"
  95. "ControlName" "CDialogSendMessage"
  96. }
  97. }