2019-11-26 21:24:29 +00:00
|
|
|
//--- OBJECT WRITE BEGIN ---
|
2021-05-05 01:18:15 +00:00
|
|
|
$guiContent = new GuiControl(InputMonitorDlg) {
|
2019-11-26 21:24:29 +00:00
|
|
|
position = "0 0";
|
|
|
|
|
extent = "1024 768";
|
|
|
|
|
minExtent = "8 8";
|
|
|
|
|
horizSizing = "right";
|
|
|
|
|
vertSizing = "bottom";
|
|
|
|
|
profile = "GuiModelessDialogProfile";
|
|
|
|
|
visible = "1";
|
|
|
|
|
active = "1";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
hovertime = "1000";
|
|
|
|
|
isContainer = "1";
|
|
|
|
|
canSave = "1";
|
|
|
|
|
canSaveDynamicFields = "1";
|
|
|
|
|
|
|
|
|
|
new GuiContainer() {
|
|
|
|
|
margin = "0 0 0 0";
|
|
|
|
|
padding = "0 0 0 0";
|
|
|
|
|
anchorTop = "1";
|
|
|
|
|
anchorBottom = "0";
|
|
|
|
|
anchorLeft = "1";
|
|
|
|
|
anchorRight = "0";
|
|
|
|
|
position = "162 149";
|
|
|
|
|
extent = "334 608";
|
|
|
|
|
minExtent = "8 2";
|
|
|
|
|
horizSizing = "center";
|
|
|
|
|
vertSizing = "center";
|
|
|
|
|
profile = "GuiEventBackgroundProfile";
|
|
|
|
|
visible = "1";
|
|
|
|
|
active = "1";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
hovertime = "1000";
|
|
|
|
|
isContainer = "1";
|
|
|
|
|
canSave = "1";
|
|
|
|
|
canSaveDynamicFields = "0";
|
|
|
|
|
|
|
|
|
|
new GuiInputCtrl(InputMonitorCtrl) {
|
|
|
|
|
sendAxisEvents = "1";
|
|
|
|
|
sendBreakEvents = "1";
|
|
|
|
|
sendModifierEvents = "1";
|
|
|
|
|
lockMouse = "0";
|
|
|
|
|
position = "0 0";
|
|
|
|
|
extent = "8 8";
|
|
|
|
|
minExtent = "8 8";
|
|
|
|
|
horizSizing = "width";
|
|
|
|
|
vertSizing = "height";
|
|
|
|
|
profile = "GuiInputCtrlProfile";
|
|
|
|
|
visible = "1";
|
|
|
|
|
active = "1";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
hovertime = "1000";
|
|
|
|
|
isContainer = "0";
|
|
|
|
|
canSave = "1";
|
|
|
|
|
canSaveDynamicFields = "0";
|
|
|
|
|
};
|
|
|
|
|
new GuiChunkedBitmapCtrl() {
|
2021-09-25 02:55:59 +00:00
|
|
|
bitmap = "data/ui/images/hudfill.png";
|
2019-11-26 21:24:29 +00:00
|
|
|
useVariable = "0";
|
|
|
|
|
tile = "0";
|
|
|
|
|
position = "0 0";
|
|
|
|
|
extent = "334 608";
|
|
|
|
|
minExtent = "8 2";
|
|
|
|
|
horizSizing = "width";
|
|
|
|
|
vertSizing = "height";
|
|
|
|
|
profile = "GuiDefaultProfile";
|
|
|
|
|
visible = "1";
|
|
|
|
|
active = "1";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
hovertime = "1000";
|
|
|
|
|
isContainer = "0";
|
|
|
|
|
canSave = "1";
|
|
|
|
|
canSaveDynamicFields = "0";
|
|
|
|
|
};
|
|
|
|
|
new GuiTextCtrl() {
|
|
|
|
|
text = "0 of 0 Joystick devices open";
|
|
|
|
|
maxLength = "255";
|
|
|
|
|
margin = "0 0 0 0";
|
|
|
|
|
padding = "0 0 0 0";
|
|
|
|
|
anchorTop = "1";
|
|
|
|
|
anchorBottom = "0";
|
|
|
|
|
anchorLeft = "1";
|
|
|
|
|
anchorRight = "0";
|
|
|
|
|
position = "12 4";
|
|
|
|
|
extent = "312 20";
|
|
|
|
|
minExtent = "8 8";
|
|
|
|
|
horizSizing = "width";
|
|
|
|
|
vertSizing = "bottom";
|
|
|
|
|
profile = "GuiMenuButtonProfile";
|
|
|
|
|
visible = "1";
|
|
|
|
|
active = "1";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
hovertime = "1000";
|
|
|
|
|
isContainer = "1";
|
|
|
|
|
internalName = "devicesLine";
|
|
|
|
|
canSave = "1";
|
|
|
|
|
canSaveDynamicFields = "0";
|
|
|
|
|
};
|
|
|
|
|
new GuiTextCtrl() {
|
|
|
|
|
text = "Press f2 for settings";
|
|
|
|
|
maxLength = "255";
|
|
|
|
|
margin = "0 0 0 0";
|
|
|
|
|
padding = "0 0 0 0";
|
|
|
|
|
anchorTop = "1";
|
|
|
|
|
anchorBottom = "0";
|
|
|
|
|
anchorLeft = "1";
|
|
|
|
|
anchorRight = "0";
|
|
|
|
|
position = "12 28";
|
|
|
|
|
extent = "312 20";
|
|
|
|
|
minExtent = "8 8";
|
|
|
|
|
horizSizing = "width";
|
|
|
|
|
vertSizing = "bottom";
|
|
|
|
|
profile = "GuiMenuButtonProfile";
|
|
|
|
|
visible = "1";
|
|
|
|
|
active = "1";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
hovertime = "1000";
|
|
|
|
|
isContainer = "1";
|
|
|
|
|
canSave = "1";
|
|
|
|
|
canSaveDynamicFields = "0";
|
|
|
|
|
};
|
|
|
|
|
new GuiTextCtrl() {
|
|
|
|
|
text = "Press escape to close input monitor";
|
|
|
|
|
maxLength = "255";
|
|
|
|
|
margin = "0 0 0 0";
|
|
|
|
|
padding = "0 0 0 0";
|
|
|
|
|
anchorTop = "1";
|
|
|
|
|
anchorBottom = "0";
|
|
|
|
|
anchorLeft = "1";
|
|
|
|
|
anchorRight = "0";
|
|
|
|
|
position = "12 52";
|
|
|
|
|
extent = "312 20";
|
|
|
|
|
minExtent = "8 8";
|
|
|
|
|
horizSizing = "width";
|
|
|
|
|
vertSizing = "bottom";
|
|
|
|
|
profile = "GuiMenuButtonProfile";
|
|
|
|
|
visible = "1";
|
|
|
|
|
active = "1";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
hovertime = "1000";
|
|
|
|
|
isContainer = "1";
|
|
|
|
|
canSave = "1";
|
|
|
|
|
canSaveDynamicFields = "0";
|
|
|
|
|
};
|
|
|
|
|
new GuiScrollCtrl() {
|
|
|
|
|
willFirstRespond = "1";
|
|
|
|
|
hScrollBar = "alwaysOff";
|
|
|
|
|
vScrollBar = "dynamic";
|
|
|
|
|
lockHorizScroll = "1";
|
|
|
|
|
lockVertScroll = "0";
|
|
|
|
|
constantThumbHeight = "0";
|
|
|
|
|
childMargin = "0 0";
|
|
|
|
|
mouseWheelScrollSpeed = "-1";
|
|
|
|
|
margin = "0 0 0 0";
|
|
|
|
|
padding = "0 0 0 0";
|
|
|
|
|
anchorTop = "1";
|
|
|
|
|
anchorBottom = "0";
|
|
|
|
|
anchorLeft = "1";
|
|
|
|
|
anchorRight = "0";
|
|
|
|
|
position = "12 76";
|
|
|
|
|
extent = "312 520";
|
|
|
|
|
minExtent = "8 8";
|
|
|
|
|
horizSizing = "width";
|
|
|
|
|
vertSizing = "height";
|
|
|
|
|
profile = "ConsoleScrollProfile";
|
|
|
|
|
visible = "1";
|
|
|
|
|
active = "1";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
hovertime = "1000";
|
|
|
|
|
isContainer = "1";
|
|
|
|
|
canSave = "1";
|
|
|
|
|
canSaveDynamicFields = "0";
|
|
|
|
|
|
|
|
|
|
new GuiMessageVectorCtrl(EventVectorCtrl) {
|
|
|
|
|
lineSpacing = "2";
|
|
|
|
|
lineContinuedIndex = "10";
|
|
|
|
|
matchColor = "0 0 255 255";
|
|
|
|
|
maxColorIndex = "5";
|
|
|
|
|
position = "1 1";
|
|
|
|
|
extent = "310 54";
|
|
|
|
|
minExtent = "8 8";
|
|
|
|
|
horizSizing = "width";
|
|
|
|
|
vertSizing = "height";
|
|
|
|
|
profile = "GuiEventTextProfile";
|
|
|
|
|
visible = "1";
|
|
|
|
|
active = "1";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
hovertime = "1000";
|
|
|
|
|
isContainer = "0";
|
|
|
|
|
canSave = "1";
|
|
|
|
|
canSaveDynamicFields = "0";
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
//--- OBJECT WRITE END ---
|