| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428 |
- //--- OBJECT WRITE BEGIN ---
- %guiContent = new GuiControl(postFXEditor) {
- position = "0 0";
- extent = "1920 1200";
- minExtent = "8 8";
- horizSizing = "width";
- vertSizing = "height";
- profile = "ToolsGuiDefaultNonModalProfile";
- visible = "1";
- active = "1";
- tooltipProfile = "GuiToolTipProfile";
- hovertime = "1000";
- isContainer = "1";
- canSave = "1";
- canSaveDynamicFields = "1";
- new GuiWindowCtrl(PostFXEditorWindow) {
- text = "PostFX Editor - EditorTemplateLevel";
- resizeWidth = "1";
- resizeHeight = "1";
- canMove = "1";
- canClose = "1";
- canMinimize = "0";
- canMaximize = "0";
- canCollapse = "0";
- closeCommand = "Canvas.popDialog(PostFXEditor);";
- edgeSnap = "0";
- margin = "0 0 0 0";
- padding = "0 0 0 0";
- anchorTop = "1";
- anchorBottom = "0";
- anchorLeft = "1";
- anchorRight = "0";
- position = "639 292";
- extent = "642 615";
- minExtent = "8 8";
- horizSizing = "center";
- vertSizing = "center";
- profile = "ToolsGuiWindowProfile";
- visible = "1";
- active = "1";
- tooltipProfile = "GuiToolTipProfile";
- hovertime = "1000";
- isContainer = "1";
- canSave = "1";
- canSaveDynamicFields = "0";
- new GuiSplitContainer() {
- orientation = "Vertical";
- splitterSize = "2";
- splitPoint = "182 100";
- fixedPanel = "None";
- fixedSize = "100";
- docking = "None";
- margin = "0 0 0 0";
- padding = "0 0 0 0";
- anchorTop = "1";
- anchorBottom = "0";
- anchorLeft = "1";
- anchorRight = "0";
- position = "0 24";
- extent = "642 562";
- minExtent = "64 64";
- horizSizing = "width";
- vertSizing = "height";
- profile = "ToolsGuiSolidDefaultProfile";
- visible = "1";
- active = "1";
- tooltipProfile = "GuiToolTipProfile";
- hovertime = "1000";
- isContainer = "1";
- canSave = "1";
- canSaveDynamicFields = "0";
- new GuiPanel() {
- docking = "Client";
- margin = "0 0 0 0";
- padding = "0 0 0 0";
- anchorTop = "1";
- anchorBottom = "0";
- anchorLeft = "1";
- anchorRight = "0";
- position = "0 0";
- extent = "180 562";
- minExtent = "16 16";
- horizSizing = "right";
- vertSizing = "bottom";
- profile = "ToolsGuiSolidDefaultProfile";
- visible = "1";
- active = "1";
- tooltipProfile = "GuiToolTipProfile";
- hovertime = "1000";
- isContainer = "1";
- internalName = "Panel1";
- canSave = "1";
- canSaveDynamicFields = "0";
- new GuiBitmapButtonCtrl() {
- bitmap = "tools/gui/images/iconAdd.png";
- bitmapMode = "Centered";
- autoFitExtents = "0";
- useModifiers = "0";
- useStates = "1";
- masked = "0";
- groupNum = "-1";
- buttonType = "PushButton";
- useMouseEvents = "0";
- position = "145 4";
- extent = "16 16";
- minExtent = "8 2";
- horizSizing = "right";
- vertSizing = "bottom";
- profile = "GuiDefaultProfile";
- visible = "1";
- active = "1";
- command = "PostFXEditorNewPFXWindow.showDialog();";
- tooltipProfile = "GuiToolTipProfile";
- tooltip = "Add a new PostFX";
- hovertime = "1000";
- isContainer = "0";
- canSave = "1";
- canSaveDynamicFields = "0";
- };
- new GuiBitmapButtonCtrl() {
- bitmap = "tools/gui/images/iconDelete.png";
- bitmapMode = "Centered";
- autoFitExtents = "0";
- useModifiers = "0";
- useStates = "1";
- masked = "0";
- groupNum = "-1";
- buttonType = "PushButton";
- useMouseEvents = "0";
- position = "163 4";
- extent = "16 16";
- minExtent = "8 2";
- horizSizing = "right";
- vertSizing = "bottom";
- profile = "GuiDefaultProfile";
- visible = "1";
- active = "1";
- command = "PostFXEditor.removePostFX();";
- tooltipProfile = "GuiToolTipProfile";
- tooltip = "Delets the currently selected PostFX";
- hovertime = "1000";
- isContainer = "0";
- canSave = "1";
- canSaveDynamicFields = "0";
- };
- new GuiScrollCtrl() {
- willFirstRespond = "1";
- hScrollBar = "alwaysOff";
- 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";
- position = "3 24";
- extent = "177 538";
- minExtent = "100 50";
- horizSizing = "width";
- vertSizing = "height";
- profile = "ToolsGuiScrollProfile";
- visible = "1";
- active = "1";
- tooltipProfile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- isContainer = "1";
- canSave = "1";
- canSaveDynamicFields = "0";
- new GuiTextListCtrl(PostEffectEditorList) {
- columns = "0";
- fitParentWidth = "0";
- clipColumnText = "0";
- rowHeightPadding = "2";
- position = "1 1";
- extent = "9 2";
- minExtent = "8 2";
- horizSizing = "width";
- vertSizing = "height";
- profile = "ToolsGuiListBoxProfile";
- visible = "1";
- active = "1";
- tooltipProfile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- isContainer = "0";
- canSave = "1";
- canSaveDynamicFields = "0";
- };
- };
- };
- new GuiPanel() {
- docking = "Client";
- margin = "0 0 0 0";
- padding = "0 0 0 0";
- anchorTop = "1";
- anchorBottom = "0";
- anchorLeft = "1";
- anchorRight = "0";
- position = "184 0";
- extent = "458 562";
- minExtent = "16 16";
- horizSizing = "right";
- vertSizing = "bottom";
- profile = "ToolsGuiSolidDefaultProfile";
- visible = "1";
- active = "1";
- tooltipProfile = "GuiToolTipProfile";
- hovertime = "1000";
- isContainer = "1";
- internalName = "panel2";
- canSave = "1";
- 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";
- position = "0 0";
- extent = "458 562";
- minExtent = "8 2";
- horizSizing = "width";
- vertSizing = "height";
- profile = "ToolsGuiScrollProfile";
- visible = "1";
- active = "1";
- tooltipProfile = "GuiToolTipProfile";
- hovertime = "1000";
- isContainer = "1";
- canSave = "1";
- canSaveDynamicFields = "0";
- new GuiVariableInspector(PostEffectEditorInspector) {
- dividerMargin = "5";
- showCustomFields = "1";
- stackingType = "Vertical";
- horizStacking = "Left to Right";
- vertStacking = "Top to Bottom";
- padding = "1";
- dynamicSize = "1";
- dynamicNonStackExtent = "0";
- dynamicPos = "0";
- changeChildSizeToFit = "1";
- changeChildPosition = "1";
- position = "1 1";
- extent = "441 615";
- minExtent = "16 16";
- horizSizing = "width";
- vertSizing = "height";
- profile = "GuiDefaultProfile";
- visible = "1";
- active = "1";
- tooltipProfile = "GuiToolTipProfile";
- hovertime = "1000";
- isContainer = "1";
- canSave = "1";
- canSaveDynamicFields = "0";
- };
- };
- };
- };
- new GuiButtonCtrl(PostFXEditorActionButton) {
- text = "Revert";
- groupNum = "-1";
- buttonType = "PushButton";
- useMouseEvents = "0";
- position = "451 588";
- extent = "93 23";
- minExtent = "8 8";
- horizSizing = "left";
- vertSizing = "top";
- profile = "ToolsGuiButtonProfile";
- visible = "1";
- active = "1";
- command = "PostFXEditor.revert(); PostFXEditor.refresh();";
- tooltipProfile = "GuiToolTipProfile";
- tooltip = "Revert any changes made.";
- hovertime = "1000";
- isContainer = "0";
- internalName="";
- canSave = "1";
- canSaveDynamicFields = "0";
- };
- new GuiButtonCtrl() {
- text = "Close";
- groupNum = "-1";
- buttonType = "PushButton";
- useMouseEvents = "0";
- position = "547 588";
- extent = "93 23";
- minExtent = "8 8";
- horizSizing = "left";
- vertSizing = "top";
- profile = "ToolsGuiButtonProfile";
- visible = "1";
- active = "1";
- command = "Canvas.popDialog(postFXEditor);";
- tooltipProfile = "GuiToolTipProfile";
- tooltip = "Close the Post Effect Editor";
- hovertime = "1000";
- isContainer = "0";
- canSave = "1";
- canSaveDynamicFields = "0";
- };
- };
- new GuiWindowCtrl(PostFXEditorNewPFXWindow) {
- text = "Add New PostFX";
- resizeWidth = "1";
- resizeHeight = "1";
- canMove = "1";
- canClose = "1";
- canMinimize = "0";
- canMaximize = "0";
- canCollapse = "0";
- edgeSnap = "1";
- margin = "0 0 0 0";
- padding = "0 0 0 0";
- anchorTop = "1";
- anchorBottom = "0";
- anchorLeft = "1";
- anchorRight = "0";
- position = "884 437";
- extent = "182 276";
- minExtent = "48 70";
- horizSizing = "center";
- vertSizing = "center";
- profile = "ToolsGuiWindowProfile";
- visible = "0";
- active = "1";
- tooltipProfile = "ToolsGuiToolTipProfile";
- closeCommand = "PostFXEditorNewPFXWindow.setHidden(true);";
- hovertime = "1000";
- isContainer = "1";
- hidden = "1";
- canSave = "1";
- canSaveDynamicFields = "0";
- new GuiScrollCtrl() {
- willFirstRespond = "1";
- hScrollBar = "alwaysOff";
- 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";
- position = "3 24";
- extent = "177 224";
- minExtent = "100 50";
- horizSizing = "width";
- vertSizing = "height";
- profile = "ToolsGuiScrollProfile";
- visible = "1";
- active = "1";
- tooltipProfile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- isContainer = "1";
- canSave = "1";
- canSaveDynamicFields = "0";
- new GuiTextListCtrl(PostFXEditorNewPFXList) {
- columns = "0";
- fitParentWidth = "0";
- clipColumnText = "0";
- rowHeightPadding = "2";
- position = "1 1";
- extent = "174 221";
- minExtent = "8 2";
- horizSizing = "width";
- vertSizing = "height";
- profile = "ToolsGuiListBoxProfile";
- visible = "1";
- active = "1";
- tooltipProfile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- isContainer = "0";
- canSave = "1";
- canSaveDynamicFields = "0";
- };
- };
- new GuiButtonCtrl() {
- text = "Done";
- groupNum = "-1";
- buttonType = "PushButton";
- useMouseEvents = "0";
- position = "107 251";
- extent = "64 22";
- minExtent = "8 2";
- horizSizing = "left";
- vertSizing = "top";
- profile = "ToolsGuiButtonProfile";
- visible = "1";
- active = "1";
- command = "PostFXEditor.addNewPostFXs();";
- tooltipProfile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- isContainer = "0";
- canSave = "1";
- canSaveDynamicFields = "0";
- };
- };
- };
- //--- OBJECT WRITE END ---
|