inputMonitor.gui 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. //--- OBJECT WRITE BEGIN ---
  2. $guiContent = new GuiControl(InputMonitorDlg) {
  3. position = "0 0";
  4. extent = "1024 768";
  5. minExtent = "8 8";
  6. horizSizing = "right";
  7. vertSizing = "bottom";
  8. profile = "GuiModelessDialogProfile";
  9. visible = "1";
  10. active = "1";
  11. tooltipProfile = "GuiToolTipProfile";
  12. hovertime = "1000";
  13. isContainer = "1";
  14. canSave = "1";
  15. canSaveDynamicFields = "1";
  16. new GuiContainer() {
  17. margin = "0 0 0 0";
  18. padding = "0 0 0 0";
  19. anchorTop = "1";
  20. anchorBottom = "0";
  21. anchorLeft = "1";
  22. anchorRight = "0";
  23. position = "162 149";
  24. extent = "334 608";
  25. minExtent = "8 2";
  26. horizSizing = "center";
  27. vertSizing = "center";
  28. profile = "GuiEventBackgroundProfile";
  29. visible = "1";
  30. active = "1";
  31. tooltipProfile = "GuiToolTipProfile";
  32. hovertime = "1000";
  33. isContainer = "1";
  34. canSave = "1";
  35. canSaveDynamicFields = "0";
  36. new GuiInputCtrl(InputMonitorCtrl) {
  37. sendAxisEvents = "1";
  38. sendBreakEvents = "1";
  39. sendModifierEvents = "1";
  40. lockMouse = "0";
  41. position = "0 0";
  42. extent = "8 8";
  43. minExtent = "8 8";
  44. horizSizing = "width";
  45. vertSizing = "height";
  46. profile = "GuiInputCtrlProfile";
  47. visible = "1";
  48. active = "1";
  49. tooltipProfile = "GuiToolTipProfile";
  50. hovertime = "1000";
  51. isContainer = "0";
  52. canSave = "1";
  53. canSaveDynamicFields = "0";
  54. };
  55. new GuiChunkedBitmapCtrl() {
  56. bitmap = "data/ui/images/hudfill.png";
  57. useVariable = "0";
  58. tile = "0";
  59. position = "0 0";
  60. extent = "334 608";
  61. minExtent = "8 2";
  62. horizSizing = "width";
  63. vertSizing = "height";
  64. profile = "GuiDefaultProfile";
  65. visible = "1";
  66. active = "1";
  67. tooltipProfile = "GuiToolTipProfile";
  68. hovertime = "1000";
  69. isContainer = "0";
  70. canSave = "1";
  71. canSaveDynamicFields = "0";
  72. };
  73. new GuiTextCtrl() {
  74. text = "0 of 0 Joystick devices open";
  75. maxLength = "255";
  76. margin = "0 0 0 0";
  77. padding = "0 0 0 0";
  78. anchorTop = "1";
  79. anchorBottom = "0";
  80. anchorLeft = "1";
  81. anchorRight = "0";
  82. position = "12 4";
  83. extent = "312 20";
  84. minExtent = "8 8";
  85. horizSizing = "width";
  86. vertSizing = "bottom";
  87. profile = "GuiMenuButtonProfile";
  88. visible = "1";
  89. active = "1";
  90. tooltipProfile = "GuiToolTipProfile";
  91. hovertime = "1000";
  92. isContainer = "1";
  93. internalName = "devicesLine";
  94. canSave = "1";
  95. canSaveDynamicFields = "0";
  96. };
  97. new GuiTextCtrl() {
  98. text = "Press f2 for settings";
  99. maxLength = "255";
  100. margin = "0 0 0 0";
  101. padding = "0 0 0 0";
  102. anchorTop = "1";
  103. anchorBottom = "0";
  104. anchorLeft = "1";
  105. anchorRight = "0";
  106. position = "12 28";
  107. extent = "312 20";
  108. minExtent = "8 8";
  109. horizSizing = "width";
  110. vertSizing = "bottom";
  111. profile = "GuiMenuButtonProfile";
  112. visible = "1";
  113. active = "1";
  114. tooltipProfile = "GuiToolTipProfile";
  115. hovertime = "1000";
  116. isContainer = "1";
  117. canSave = "1";
  118. canSaveDynamicFields = "0";
  119. };
  120. new GuiTextCtrl() {
  121. text = "Press escape to close input monitor";
  122. maxLength = "255";
  123. margin = "0 0 0 0";
  124. padding = "0 0 0 0";
  125. anchorTop = "1";
  126. anchorBottom = "0";
  127. anchorLeft = "1";
  128. anchorRight = "0";
  129. position = "12 52";
  130. extent = "312 20";
  131. minExtent = "8 8";
  132. horizSizing = "width";
  133. vertSizing = "bottom";
  134. profile = "GuiMenuButtonProfile";
  135. visible = "1";
  136. active = "1";
  137. tooltipProfile = "GuiToolTipProfile";
  138. hovertime = "1000";
  139. isContainer = "1";
  140. canSave = "1";
  141. canSaveDynamicFields = "0";
  142. };
  143. new GuiScrollCtrl() {
  144. willFirstRespond = "1";
  145. hScrollBar = "alwaysOff";
  146. vScrollBar = "dynamic";
  147. lockHorizScroll = "1";
  148. lockVertScroll = "0";
  149. constantThumbHeight = "0";
  150. childMargin = "0 0";
  151. mouseWheelScrollSpeed = "-1";
  152. margin = "0 0 0 0";
  153. padding = "0 0 0 0";
  154. anchorTop = "1";
  155. anchorBottom = "0";
  156. anchorLeft = "1";
  157. anchorRight = "0";
  158. position = "12 76";
  159. extent = "312 520";
  160. minExtent = "8 8";
  161. horizSizing = "width";
  162. vertSizing = "height";
  163. profile = "ConsoleScrollProfile";
  164. visible = "1";
  165. active = "1";
  166. tooltipProfile = "GuiToolTipProfile";
  167. hovertime = "1000";
  168. isContainer = "1";
  169. canSave = "1";
  170. canSaveDynamicFields = "0";
  171. new GuiMessageVectorCtrl(EventVectorCtrl) {
  172. lineSpacing = "2";
  173. lineContinuedIndex = "10";
  174. matchColor = "0 0 255 255";
  175. maxColorIndex = "5";
  176. position = "1 1";
  177. extent = "310 54";
  178. minExtent = "8 8";
  179. horizSizing = "width";
  180. vertSizing = "height";
  181. profile = "GuiEventTextProfile";
  182. visible = "1";
  183. active = "1";
  184. tooltipProfile = "GuiToolTipProfile";
  185. hovertime = "1000";
  186. isContainer = "0";
  187. canSave = "1";
  188. canSaveDynamicFields = "0";
  189. };
  190. };
  191. };
  192. };
  193. //--- OBJECT WRITE END ---