|
@@ -1,76 +1,80 @@
|
|
//--- OBJECT WRITE BEGIN ---
|
|
//--- OBJECT WRITE BEGIN ---
|
|
%guiContent = new GuiControl(ScriptEditorDlg,EditorGuiGroup) {
|
|
%guiContent = new GuiControl(ScriptEditorDlg,EditorGuiGroup) {
|
|
- isContainer = "1";
|
|
|
|
- Profile = "ToolsGuiDefaultNonModalProfile";
|
|
|
|
- HorizSizing = "width";
|
|
|
|
- VertSizing = "height";
|
|
|
|
position = "0 0";
|
|
position = "0 0";
|
|
- Extent = "1024 768";
|
|
|
|
- MinExtent = "8 2";
|
|
|
|
- canSave = "1";
|
|
|
|
- Visible = "1";
|
|
|
|
- tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
|
|
+ extent = "1024 768";
|
|
|
|
+ minExtent = "8 2";
|
|
|
|
+ horizSizing = "width";
|
|
|
|
+ vertSizing = "height";
|
|
|
|
+ profile = "ToolsGuiDefaultNonModalProfile";
|
|
|
|
+ visible = "1";
|
|
|
|
+ active = "1";
|
|
|
|
+ tooltipProfile = "ToolsGuiToolTipProfile";
|
|
hovertime = "1000";
|
|
hovertime = "1000";
|
|
- canSaveDynamicFields = "0";
|
|
|
|
|
|
+ isContainer = "1";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ canSaveDynamicFields = "1";
|
|
|
|
|
|
new GuiWindowCtrl() {
|
|
new GuiWindowCtrl() {
|
|
|
|
+ text = "Text Pad";
|
|
resizeWidth = "0";
|
|
resizeWidth = "0";
|
|
resizeHeight = "0";
|
|
resizeHeight = "0";
|
|
canMove = "1";
|
|
canMove = "1";
|
|
canClose = "1";
|
|
canClose = "1";
|
|
canMinimize = "1";
|
|
canMinimize = "1";
|
|
canMaximize = "1";
|
|
canMaximize = "1";
|
|
- minSize = "50 50";
|
|
|
|
|
|
+ canCollapse = "0";
|
|
closeCommand = "ScriptEditorDlg.close();";
|
|
closeCommand = "ScriptEditorDlg.close();";
|
|
- EdgeSnap = "1";
|
|
|
|
- text = "Text Pad";
|
|
|
|
- Margin = "0 0 0 0";
|
|
|
|
- Padding = "0 0 0 0";
|
|
|
|
- AnchorTop = "1";
|
|
|
|
- AnchorBottom = "0";
|
|
|
|
- AnchorLeft = "1";
|
|
|
|
- AnchorRight = "0";
|
|
|
|
|
|
+ edgeSnap = "1";
|
|
|
|
+ margin = "0 0 0 0";
|
|
|
|
+ padding = "0 0 0 0";
|
|
|
|
+ anchorTop = "1";
|
|
|
|
+ anchorBottom = "0";
|
|
|
|
+ anchorLeft = "1";
|
|
|
|
+ anchorRight = "0";
|
|
|
|
+ position = "219 162";
|
|
|
|
+ extent = "524 373";
|
|
|
|
+ minExtent = "8 8";
|
|
|
|
+ horizSizing = "center";
|
|
|
|
+ vertSizing = "center";
|
|
|
|
+ profile = "ToolsGuiWindowProfile";
|
|
|
|
+ visible = "1";
|
|
|
|
+ active = "1";
|
|
|
|
+ command = "ScriptEditorDlg.close();";
|
|
|
|
+ accelerator = "escape";
|
|
|
|
+ tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
isContainer = "1";
|
|
isContainer = "1";
|
|
- Profile = "ToolsGuiWindowProfile";
|
|
|
|
- HorizSizing = "center";
|
|
|
|
- VertSizing = "center";
|
|
|
|
- position = "176 120";
|
|
|
|
- Extent = "656 464";
|
|
|
|
- MinExtent = "8 8";
|
|
|
|
canSave = "1";
|
|
canSave = "1";
|
|
- Visible = "1";
|
|
|
|
- Command = "ScriptEditorDlg.close();";
|
|
|
|
- Accelerator = "escape";
|
|
|
|
- tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
canSaveDynamicFields = "0";
|
|
canSaveDynamicFields = "0";
|
|
|
|
|
|
new GuiControl() {
|
|
new GuiControl() {
|
|
- isContainer = "1";
|
|
|
|
- Profile = "ToolsGuiDefaultProfile";
|
|
|
|
- HorizSizing = "width";
|
|
|
|
- VertSizing = "height";
|
|
|
|
position = "8 24";
|
|
position = "8 24";
|
|
- Extent = "640 392";
|
|
|
|
- MinExtent = "8 2";
|
|
|
|
- canSave = "1";
|
|
|
|
- Visible = "1";
|
|
|
|
- tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
|
|
+ extent = "508 291";
|
|
|
|
+ minExtent = "8 2";
|
|
|
|
+ horizSizing = "width";
|
|
|
|
+ vertSizing = "height";
|
|
|
|
+ profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ visible = "1";
|
|
|
|
+ active = "1";
|
|
|
|
+ tooltipProfile = "ToolsGuiToolTipProfile";
|
|
hovertime = "1000";
|
|
hovertime = "1000";
|
|
|
|
+ isContainer = "1";
|
|
|
|
+ canSave = "1";
|
|
canSaveDynamicFields = "0";
|
|
canSaveDynamicFields = "0";
|
|
|
|
|
|
new GuiControl() {
|
|
new GuiControl() {
|
|
|
|
+ position = "1 7";
|
|
|
|
+ extent = "507 286";
|
|
|
|
+ minExtent = "8 2";
|
|
|
|
+ horizSizing = "width";
|
|
|
|
+ vertSizing = "height";
|
|
|
|
+ profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ visible = "1";
|
|
|
|
+ active = "1";
|
|
|
|
+ tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
isContainer = "1";
|
|
isContainer = "1";
|
|
- Profile = "ToolsGuiDefaultProfile";
|
|
|
|
- HorizSizing = "width";
|
|
|
|
- VertSizing = "height";
|
|
|
|
- position = "8 7";
|
|
|
|
- Extent = "627 380";
|
|
|
|
- MinExtent = "8 2";
|
|
|
|
canSave = "1";
|
|
canSave = "1";
|
|
- Visible = "1";
|
|
|
|
- tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
canSaveDynamicFields = "0";
|
|
canSaveDynamicFields = "0";
|
|
|
|
|
|
new GuiScrollCtrl() {
|
|
new GuiScrollCtrl() {
|
|
@@ -82,23 +86,24 @@
|
|
constantThumbHeight = "0";
|
|
constantThumbHeight = "0";
|
|
childMargin = "1 1";
|
|
childMargin = "1 1";
|
|
mouseWheelScrollSpeed = "-1";
|
|
mouseWheelScrollSpeed = "-1";
|
|
- Margin = "0 0 0 0";
|
|
|
|
- Padding = "0 0 0 0";
|
|
|
|
- AnchorTop = "1";
|
|
|
|
- AnchorBottom = "0";
|
|
|
|
- AnchorLeft = "1";
|
|
|
|
- AnchorRight = "0";
|
|
|
|
- isContainer = "1";
|
|
|
|
- Profile = "ToolsGuiScrollProfile";
|
|
|
|
- HorizSizing = "width";
|
|
|
|
- VertSizing = "height";
|
|
|
|
|
|
+ margin = "0 0 0 0";
|
|
|
|
+ padding = "0 0 0 0";
|
|
|
|
+ anchorTop = "1";
|
|
|
|
+ anchorBottom = "0";
|
|
|
|
+ anchorLeft = "1";
|
|
|
|
+ anchorRight = "0";
|
|
position = "0 0";
|
|
position = "0 0";
|
|
- Extent = "627 380";
|
|
|
|
- MinExtent = "8 2";
|
|
|
|
- canSave = "1";
|
|
|
|
- Visible = "1";
|
|
|
|
- tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
|
|
+ extent = "507 286";
|
|
|
|
+ minExtent = "8 2";
|
|
|
|
+ horizSizing = "width";
|
|
|
|
+ vertSizing = "height";
|
|
|
|
+ profile = "ToolsGuiScrollProfile";
|
|
|
|
+ visible = "1";
|
|
|
|
+ active = "1";
|
|
|
|
+ tooltipProfile = "ToolsGuiToolTipProfile";
|
|
hovertime = "1000";
|
|
hovertime = "1000";
|
|
|
|
+ isContainer = "1";
|
|
|
|
+ canSave = "1";
|
|
canSaveDynamicFields = "0";
|
|
canSaveDynamicFields = "0";
|
|
|
|
|
|
new GuiMLTextEditCtrl() {
|
|
new GuiMLTextEditCtrl() {
|
|
@@ -106,18 +111,19 @@
|
|
allowColorChars = "0";
|
|
allowColorChars = "0";
|
|
maxChars = "-1";
|
|
maxChars = "-1";
|
|
useURLMouseCursor = "0";
|
|
useURLMouseCursor = "0";
|
|
- isContainer = "0";
|
|
|
|
- Profile = "ToolsGuiTextPadProfile";
|
|
|
|
- HorizSizing = "width";
|
|
|
|
- VertSizing = "height";
|
|
|
|
position = "2 2";
|
|
position = "2 2";
|
|
- Extent = "623 380";
|
|
|
|
- MinExtent = "8 2";
|
|
|
|
- canSave = "1";
|
|
|
|
- Visible = "1";
|
|
|
|
- tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
|
|
+ extent = "505 286";
|
|
|
|
+ minExtent = "8 2";
|
|
|
|
+ horizSizing = "width";
|
|
|
|
+ vertSizing = "height";
|
|
|
|
+ profile = "ToolsGuiTextPadProfile";
|
|
|
|
+ visible = "1";
|
|
|
|
+ active = "1";
|
|
|
|
+ tooltipProfile = "ToolsGuiToolTipProfile";
|
|
hovertime = "1000";
|
|
hovertime = "1000";
|
|
|
|
+ isContainer = "0";
|
|
internalName = "TextPad";
|
|
internalName = "TextPad";
|
|
|
|
+ canSave = "1";
|
|
canSaveDynamicFields = "0";
|
|
canSaveDynamicFields = "0";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
@@ -125,7 +131,7 @@
|
|
};
|
|
};
|
|
new GuiIconButtonCtrl() {
|
|
new GuiIconButtonCtrl() {
|
|
buttonMargin = "4 4";
|
|
buttonMargin = "4 4";
|
|
- bitmapAsset = "ToolsModule:iconCancel_image";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:iconCancel_image";
|
|
iconLocation = "Left";
|
|
iconLocation = "Left";
|
|
sizeIconToButton = "0";
|
|
sizeIconToButton = "0";
|
|
makeIconSquare = "0";
|
|
makeIconSquare = "0";
|
|
@@ -136,23 +142,24 @@
|
|
groupNum = "-1";
|
|
groupNum = "-1";
|
|
buttonType = "PushButton";
|
|
buttonType = "PushButton";
|
|
useMouseEvents = "0";
|
|
useMouseEvents = "0";
|
|
|
|
+ position = "335 334";
|
|
|
|
+ extent = "80 25";
|
|
|
|
+ minExtent = "8 2";
|
|
|
|
+ horizSizing = "left";
|
|
|
|
+ vertSizing = "top";
|
|
|
|
+ profile = "ToolsGuiButtonProfile";
|
|
|
|
+ visible = "1";
|
|
|
|
+ active = "1";
|
|
|
|
+ command = "ScriptEditorDlg.close();";
|
|
|
|
+ tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
- Profile = "ToolsGuiButtonProfile";
|
|
|
|
- HorizSizing = "left";
|
|
|
|
- VertSizing = "top";
|
|
|
|
- position = "460 424";
|
|
|
|
- Extent = "80 25";
|
|
|
|
- MinExtent = "8 2";
|
|
|
|
canSave = "1";
|
|
canSave = "1";
|
|
- Visible = "1";
|
|
|
|
- Command = "ScriptEditorDlg.close();";
|
|
|
|
- tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
canSaveDynamicFields = "0";
|
|
canSaveDynamicFields = "0";
|
|
};
|
|
};
|
|
new GuiIconButtonCtrl() {
|
|
new GuiIconButtonCtrl() {
|
|
buttonMargin = "4 4";
|
|
buttonMargin = "4 4";
|
|
- bitmapAsset = "ToolsModule:iconAccept_image";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:iconAccept_image";
|
|
iconLocation = "Left";
|
|
iconLocation = "Left";
|
|
sizeIconToButton = "0";
|
|
sizeIconToButton = "0";
|
|
makeIconSquare = "0";
|
|
makeIconSquare = "0";
|
|
@@ -163,18 +170,19 @@
|
|
groupNum = "-1";
|
|
groupNum = "-1";
|
|
buttonType = "PushButton";
|
|
buttonType = "PushButton";
|
|
useMouseEvents = "0";
|
|
useMouseEvents = "0";
|
|
|
|
+ position = "436 334";
|
|
|
|
+ extent = "80 25";
|
|
|
|
+ minExtent = "8 2";
|
|
|
|
+ horizSizing = "left";
|
|
|
|
+ vertSizing = "top";
|
|
|
|
+ profile = "ToolsGuiButtonProfile";
|
|
|
|
+ visible = "1";
|
|
|
|
+ active = "1";
|
|
|
|
+ command = "_TextPadOnOk();";
|
|
|
|
+ tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
- Profile = "ToolsGuiButtonProfile";
|
|
|
|
- HorizSizing = "left";
|
|
|
|
- VertSizing = "top";
|
|
|
|
- position = "560 424";
|
|
|
|
- Extent = "80 25";
|
|
|
|
- MinExtent = "8 2";
|
|
|
|
canSave = "1";
|
|
canSave = "1";
|
|
- Visible = "1";
|
|
|
|
- Command = "_TextPadOnOk();";
|
|
|
|
- tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
canSaveDynamicFields = "0";
|
|
canSaveDynamicFields = "0";
|
|
};
|
|
};
|
|
};
|
|
};
|