| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517 |
- //--- OBJECT WRITE BEGIN ---
- %guiContent = new GuiControl(RiverEditorSettingsTab,EditorGuiGroup) {
- isContainer = "1";
- Profile = "ToolsGuiDefaultProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- position = "0 0";
- Extent = "800 600";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- canSaveDynamicFields = "1";
- new GuiTabPageCtrl(ERiverEditorSettingsPage) {
- fitBook = "1";
- text = "River Editor";
- maxLength = "1024";
- Margin = "0 0 0 0";
- Padding = "0 0 0 0";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- isContainer = "1";
- Profile = "ToolsGuiSolidDefaultProfile";
- HorizSizing = "width";
- VertSizing = "height";
- position = "0 0";
- Extent = "208 400";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- canSaveDynamicFields = "1";
- 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";
- isContainer = "1";
- Profile = "ToolsGuiScrollProfile";
- HorizSizing = "width";
- VertSizing = "height";
- position = "0 0";
- Extent = "208 400";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- canSaveDynamicFields = "0";
- new GuiStackControl() {
- StackingType = "Vertical";
- HorizStacking = "Left to Right";
- VertStacking = "Top to Bottom";
- Padding = "0";
- isContainer = "1";
- Profile = "ToolsGuiDefaultProfile";
- HorizSizing = "width";
- VertSizing = "bottom";
- position = "1 1";
- extent = "208 210";
- MinExtent = "8 2";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- new GuiRolloutCtrl() {
- Profile = "GuiRolloutProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- position = "10 10";
- extent = "208 95";
- Caption = "Defaults";
- Margin = "0 3 0 0";
- DragSizable = false;
- container = true;
-
- new GuiStackControl() {
- StackingType = "Vertical";
- HorizStacking = "Left to Right";
- VertStacking = "Top to Bottom";
- Padding = "0";
- isContainer = "1";
- Profile = "ToolsGuiDefaultProfile";
- HorizSizing = "width";
- VertSizing = "bottom";
- position = "0 0";
- Extent = "208 0";
- MinExtent = "8 2";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- padding = "3";
- new GuiControl() {
- isContainer = "1";
- horizSizing = "right";
- vertSizing = "bottom";
- extent = "208 18";
-
- new GuiTextCtrl() {
- text = "Width:";
- maxLength = "1024";
- Margin = "0 0 0 0";
- Padding = "0 0 0 0";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- isContainer = "0";
- Profile = "ToolsGuiTextRightProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- position = "5 1";
- Extent = "70 16";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- canSaveDynamicFields = "0";
- };
- new GuiTextEditCtrl() {
- historySize = "0";
- password = "0";
- tabComplete = "0";
- sinkAllKeyEvents = "0";
- passwordMask = "*";
- maxLength = "1024";
- Margin = "0 0 0 0";
- Padding = "0 0 0 0";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- isContainer = "0";
- Profile = "ToolsGuiNumericTextEditProfile";
- HorizSizing = "width";
- VertSizing = "bottom";
- position = "81 0";
- Extent = "121 18";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- canSaveDynamicFields = "1";
- class = "ESettingsWindowTextEdit";
- className = "ESettingsWindowTextEdit";
- editorSettingsRead = "RiverEditorPlugin.readSettings();";
- editorSettingsValue = "RiverEditor/DefaultWidth";
- editorSettingsWrite = "RiverEditorPlugin.writeSettings();";
- };
- };
- new GuiControl() {
- isContainer = "1";
- horizSizing = "right";
- vertSizing = "bottom";
- extent = "208 18";
-
- new GuiTextCtrl() {
- text = "Depth:";
- maxLength = "1024";
- Margin = "0 0 0 0";
- Padding = "0 0 0 0";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- isContainer = "0";
- Profile = "ToolsGuiTextRightProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- position = "5 1";
- Extent = "70 18";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- canSaveDynamicFields = "0";
- };
- new GuiTextEditCtrl() {
- historySize = "0";
- password = "0";
- tabComplete = "0";
- sinkAllKeyEvents = "0";
- passwordMask = "*";
- maxLength = "1024";
- Margin = "0 0 0 0";
- Padding = "0 0 0 0";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- isContainer = "0";
- Profile = "ToolsGuiNumericTextEditProfile";
- HorizSizing = "width";
- VertSizing = "bottom";
- position = "81 0";
- Extent = "121 18";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- canSaveDynamicFields = "1";
- class = "ESettingsWindowTextEdit";
- className = "ESettingsWindowTextEdit";
- editorSettingsRead = "RiverEditorPlugin.readSettings();";
- editorSettingsValue = "RiverEditor/DefaultDepth";
- editorSettingsWrite = "RiverEditorPlugin.writeSettings();";
- };
- };
- new GuiControl() {
- isContainer = "1";
- horizSizing = "right";
- vertSizing = "bottom";
- extent = "208 18";
-
- new GuiTextCtrl() {
- text = "Normal:";
- maxLength = "1024";
- Margin = "0 0 0 0";
- Padding = "0 0 0 0";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- isContainer = "0";
- Profile = "ToolsGuiTextRightProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- position = "5 1";
- Extent = "70 16";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- canSaveDynamicFields = "0";
- };
- new GuiTextEditCtrl() {
- historySize = "0";
- password = "0";
- tabComplete = "0";
- sinkAllKeyEvents = "0";
- passwordMask = "*";
- maxLength = "1024";
- Margin = "0 0 0 0";
- Padding = "0 0 0 0";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- isContainer = "0";
- Profile = "ToolsGuiTextEditProfile";
- HorizSizing = "width";
- VertSizing = "bottom";
- position = "81 0";
- Extent = "121 18";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- canSaveDynamicFields = "1";
- class = "ESettingsWindowTextEdit";
- className = "ESettingsWindowTextEdit";
- editorSettingsRead = "RiverEditorPlugin.readSettings();";
- editorSettingsValue = "RiverEditor/DefaultNormal";
- editorSettingsWrite = "RiverEditorPlugin.writeSettings();";
- };
- };
- };
- };
- new GuiRolloutCtrl() {
- Profile = "GuiRolloutProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- position = "10 10";
- extent = "208 95";
- Caption = "Colors";
- Margin = "0 3 0 0";
- DragSizable = false;
- container = true;
-
- new GuiStackControl() {
- StackingType = "Vertical";
- HorizStacking = "Left to Right";
- VertStacking = "Top to Bottom";
- Padding = "0";
- isContainer = "1";
- Profile = "ToolsGuiDefaultProfile";
- HorizSizing = "width";
- VertSizing = "bottom";
- position = "0 0";
- Extent = "208 0";
- MinExtent = "8 2";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- padding = "3";
-
- new GuiControl() {
- isContainer = "1";
- Profile = "ToolsGuiDefaultProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- position = "5 10";
- Extent = "208 18";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- canSaveDynamicFields = "1";
- class = "ESettingsWindowColor";
- className = "ESettingsWindowColor";
- editorSettingsRead = "RiverEditorPlugin.readSettings();";
- editorSettingsValue = "RiverEditor/HoverSplineColor";
- editorSettingsWrite = "RiverEditorPlugin.writeSettings();";
- new GuiTextCtrl() {
- text = "Hover Spline:";
- maxLength = "1024";
- Margin = "0 0 0 0";
- Padding = "0 0 0 0";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- isContainer = "0";
- Profile = "ToolsGuiTextRightProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- position = "0 1";
- Extent = "70 16";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- canSaveDynamicFields = "1";
- };
- new GuiTextEditCtrl() {
- historySize = "0";
- password = "0";
- tabComplete = "0";
- sinkAllKeyEvents = "0";
- passwordMask = "*";
- maxLength = "1024";
- Margin = "0 0 0 0";
- Padding = "0 0 0 0";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- isContainer = "0";
- Profile = "ToolsGuiTextEditProfile";
- HorizSizing = "width";
- VertSizing = "bottom";
- position = "80 0";
- Extent = "104 18";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- internalName = "ColorEdit";
- canSaveDynamicFields = "1";
- class = "ESettingsWindowColorEdit";
- className = "ESettingsWindowColorEdit";
- };
- new GuiSwatchButtonCtrl() {
- color = "1 1 1 1";
- groupNum = "-1";
- buttonType = "PushButton";
- useMouseEvents = "0";
- isContainer = "0";
- Profile = "ToolsGuiDefaultProfile";
- horizSizing = "left";
- vertSizing = "bottom";
- position = "188 2";
- extent = "14 14";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- internalName = "ColorButton";
- canSaveDynamicFields = "1";
- class = "ESettingsWindowColorButton";
- className = "ESettingsWindowColorButton";
- };
- };
- new GuiControl() {
- isContainer = "1";
- Profile = "ToolsGuiDefaultProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- position = "5 30";
- Extent = "208 18";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- canSaveDynamicFields = "1";
- class = "ESettingsWindowColor";
- className = "ESettingsWindowColor";
- editorSettingsRead = "RiverEditorPlugin.readSettings();";
- editorSettingsValue = "RiverEditor/SelectedSplineColor";
- editorSettingsWrite = "RiverEditorPlugin.writeSettings();";
- new GuiTextCtrl() {
- text = "Sel. Spline:";
- maxLength = "1024";
- Margin = "0 0 0 0";
- Padding = "0 0 0 0";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- isContainer = "0";
- Profile = "ToolsGuiTextRightProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- position = "0 1";
- Extent = "70 16";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- canSaveDynamicFields = "1";
- };
- new GuiTextEditCtrl() {
- historySize = "0";
- password = "0";
- tabComplete = "0";
- sinkAllKeyEvents = "0";
- passwordMask = "*";
- maxLength = "1024";
- Margin = "0 0 0 0";
- Padding = "0 0 0 0";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- isContainer = "0";
- Profile = "ToolsGuiTextEditProfile";
- HorizSizing = "width";
- VertSizing = "bottom";
- position = "80 0";
- Extent = "104 18";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- internalName = "ColorEdit";
- canSaveDynamicFields = "1";
- class = "ESettingsWindowColorEdit";
- className = "ESettingsWindowColorEdit";
- };
- new GuiSwatchButtonCtrl() {
- color = "1 1 1 1";
- groupNum = "-1";
- buttonType = "PushButton";
- useMouseEvents = "0";
- isContainer = "0";
- Profile = "ToolsGuiDefaultProfile";
- horizSizing = "left";
- vertSizing = "bottom";
- position = "188 2";
- extent = "14 14";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- internalName = "ColorButton";
- canSaveDynamicFields = "1";
- class = "ESettingsWindowColorButton";
- className = "ESettingsWindowColorButton";
- };
- };
- };
- };
- };
- };
- };
- };
- //--- OBJECT WRITE END ---
|