| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311 |
- //--- OBJECT WRITE BEGIN ---
- %guiContent = new GuiControl() {
- isContainer = "1";
- Profile = "ToolsGuiDefaultProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- position = "0 0";
- Extent = "1024 768";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- canSaveDynamicFields = "0";
- new GuiWindowCollapseCtrl(DatablockEditorTreeWindow) {
- resizeWidth = "1";
- resizeHeight = "1";
- canMove = "1";
- canClose = "0";
- canMinimize = "0";
- canMaximize = "0";
- minSize = "50 50";
- closeCommand = "DatablockInspectorTreeWindow.setVisible(false);";
- EdgeSnap = "1";
- text = "Datablock Library";
- Margin = "8 8 8 8";
- Padding = "0 0 0 0";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- isContainer = "1";
- Profile = "ToolsGuiWindowProfile";
- HorizSizing = "windowRelative";
- VertSizing = "windowRelative";
- Position = getWord($pref::Video::mode, 0) - 209
- SPC getWord(EditorGuiToolbar.extent, 1) - 1;
- Extent = "210 324";
- MinExtent = "210 140";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- internalName = "DatablockEditorTreeWindow";
- canSaveDynamicFields = "0";
- new GuiTabBookCtrl(DatablockEditorTreeTabBook) {
- TabPosition = "Top";
- TabMargin = "0";
- MinTabWidth = "64";
- Docking = "Client";
- Margin = "3 2 3 3";
- Padding = "0 0 0 0";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- isContainer = "1";
- Profile = "ToolsGuiTabBookProfile";
- HorizSizing = "width";
- VertSizing = "height";
- position = "4 25";
- Extent = "202 294";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- internalName = "DatablockEditorTree";
- canSaveDynamicFields = "0";
- new GuiTabPageCtrl() {
- text = "Existing";
- maxLength = "1024";
- Margin = "0 0 0 0";
- Padding = "0 0 0 0";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- isContainer = "1";
- Profile = "ToolsGuiEditorTabPage";
- HorizSizing = "width";
- VertSizing = "height";
- position = "0 19";
- Extent = "202 276";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "0";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- canSaveDynamicFields = "0";
- new GuiTextEditCtrl( DatablockEditorTreeFilter ) {
- position = "2 4";
- extent = "180 18";
- profile = "GuiTextEditProfile";
- horizSizing = "width";
- vertSizing = "bottom";
- class = "GuiTreeViewFilterText";
- treeView = DatablockEditorTree;
- };
-
- new GuiBitmapButtonCtrl() {
- bitmap = "tools/gui/images/clear-icon";
- groupNum = "-1";
- buttonType = "PushButton";
- useMouseEvents = "0";
- isContainer = "0";
- Profile = "ToolsGuiDefaultProfile";
- HorizSizing = "left";
- VertSizing = "bottom";
- position = "185 5";
- Extent = "17 17";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- canSaveDynamicFields = "0";
- class = "GuiTreeViewFilterClearButton";
- textCtrl = DatablockEditorTreeFilter;
- };
-
- new GuiScrollCtrl() {
- willFirstRespond = "1";
- hScrollBar = "dynamic";
- vScrollBar = "dynamic";
- lockHorizScroll = "0";
- 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 25";
- Extent = "202 251";
- MinExtent = "8 8";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- canSaveDynamicFields = "0";
- new GuiTreeViewCtrl(DatablockEditorTree) {
- tabSize = "16";
- textOffset = "2";
- fullRowSelect = "0";
- itemHeight = "21";
- destroyTreeOnSleep = "0";
- MouseDragging = "0";
- MultipleSelections = "1";
- DeleteObjectAllowed = "1";
- DragToItemAllowed = "0";
- ClearAllOnSingleSelection = "1";
- showRoot = "1";
- internalNamesOnly = "0";
- objectNamesOnly = "0";
- compareToObjectID = "0";
- isContainer = "1";
- Profile = "ToolsGuiTreeViewProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- position = "1 1";
- Extent = "198 21";
- MinExtent = "8 8";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- canSaveDynamicFields = "0";
- };
- };
- };
- new GuiTabPageCtrl(DatablockEditorCreator) {
- text = "New";
- maxLength = "1024";
- Margin = "0 0 0 0";
- Padding = "0 0 0 0";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- isContainer = "1";
- Profile = "ToolsGuiEditorTabPage";
- HorizSizing = "width";
- VertSizing = "height";
- position = "0 19";
- Extent = "202 276";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- internalName = "DatablockEditorCreator";
- canSaveDynamicFields = "0";
- new GuiScrollCtrl() {
- willFirstRespond = "1";
- hScrollBar = "dynamic";
- vScrollBar = "dynamic";
- lockHorizScroll = "0";
- 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 = "202 276";
- MinExtent = "8 8";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- canSaveDynamicFields = "0";
- new GuiTreeViewCtrl(DatablockEditorTypeTree) {
- tabSize = "16";
- textOffset = "2";
- fullRowSelect = "0";
- itemHeight = "21";
- destroyTreeOnSleep = "0";
- MouseDragging = "0";
- MultipleSelections = "0";
- DeleteObjectAllowed = "0";
- DragToItemAllowed = "0";
- ClearAllOnSingleSelection = "1";
- showRoot = "1";
- internalNamesOnly = "0";
- objectNamesOnly = "0";
- compareToObjectID = "1";
- isContainer = "1";
- Profile = "ToolsGuiTreeViewProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- position = "1 1";
- Extent = "196 260";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- canSaveDynamicFields = "0";
- altCommand = "DatablockEditorPlugin.createDatablock();";
- };
- };
- };
- };
- new GuiBitmapButtonCtrl() {
- bitmap = "tools/gui/images/delete";
- groupNum = "-1";
- buttonType = "PushButton";
- useMouseEvents = "0";
- isContainer = "0";
- Profile = "ToolsGuiButtonProfile";
- HorizSizing = "left";
- VertSizing = "bottom";
- position = "190 26";
- Extent = "16 16";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- Command = "DatablockEditorPlugin.deleteDatablock();";
- tooltipprofile = "ToolsGuiToolTipProfile";
- ToolTip = "Delete Datablock";
- hovertime = "1000";
- internalName = "deleteSelection";
- canSaveDynamicFields = "0";
- };
- new GuiBitmapButtonCtrl() {
- bitmap = "tools/gui/images/new";
- groupNum = "-1";
- buttonType = "PushButton";
- useMouseEvents = "0";
- isContainer = "0";
- Profile = "ToolsGuiButtonProfile";
- HorizSizing = "left";
- VertSizing = "bottom";
- position = "192 25";
- Extent = "17 17";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "0";
- Command = "DatablockEditorPlugin.createDatablock();";
- tooltipprofile = "ToolsGuiToolTipProfile";
- tooltip = "Create New Datablock";
- hovertime = "1000";
- internalName = "CreateSelection";
- canSaveDynamicFields = "0";
- };
- };
- };
- //--- OBJECT WRITE END ---
|