renderTargetVisualizer.ed.gui 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. //--- OBJECT WRITE BEGIN ---
  2. %guiContent = new GuiControl(RenderTargetVisualizer) {
  3. position = "0 0";
  4. extent = "1024 768";
  5. minExtent = "8 2";
  6. horizSizing = "right";
  7. vertSizing = "bottom";
  8. profile = "GuiModelessDialogProfile";
  9. visible = "1";
  10. active = "1";
  11. tooltipProfile = "GuiToolTipProfile";
  12. hovertime = "1000";
  13. isContainer = "1";
  14. canSave = "1";
  15. canSaveDynamicFields = "1";
  16. new GuiWindowCtrl(RenderTargetVizWindow) {
  17. text = "Render Target Visualizer";
  18. resizeWidth = "1";
  19. resizeHeight = "1";
  20. canMove = "1";
  21. canClose = "1";
  22. canMinimize = "1";
  23. canMaximize = "1";
  24. canCollapse = "0";
  25. closeCommand = "Canvas.popDialog(RenderTargetVisualizer);";
  26. edgeSnap = "1";
  27. margin = "0 0 0 0";
  28. padding = "0 0 0 0";
  29. anchorTop = "1";
  30. anchorBottom = "0";
  31. anchorLeft = "1";
  32. anchorRight = "0";
  33. position = "189 96";
  34. extent = "637 535";
  35. minExtent = "8 2";
  36. horizSizing = "right";
  37. vertSizing = "bottom";
  38. profile = "GuiWindowProfile";
  39. visible = "1";
  40. active = "1";
  41. tooltipProfile = "GuiToolTipProfile";
  42. hovertime = "1000";
  43. isContainer = "1";
  44. canSave = "1";
  45. canSaveDynamicFields = "0";
  46. new GuiRenderTargetVizCtrl(RenderTargetVizCtrl) {
  47. position = "0 38";
  48. extent = "636 496";
  49. minExtent = "8 2";
  50. horizSizing = "width";
  51. vertSizing = "height";
  52. profile = "GuiDefaultProfile";
  53. visible = "1";
  54. active = "1";
  55. tooltipProfile = "GuiToolTipProfile";
  56. hovertime = "1000";
  57. isContainer = "0";
  58. canSave = "1";
  59. canSaveDynamicFields = "0";
  60. RenderTargetName = "AL_FormatToken";
  61. };
  62. new GuiPopUpMenuCtrl(RenderTargetsList) {
  63. maxPopupHeight = "200";
  64. sbUsesNAColor = "0";
  65. reverseTextList = "0";
  66. bitmapBounds = "16 16";
  67. text = "AL_FormatToken";
  68. maxLength = "1024";
  69. margin = "0 0 0 0";
  70. padding = "0 0 0 0";
  71. anchorTop = "1";
  72. anchorBottom = "0";
  73. anchorLeft = "1";
  74. anchorRight = "0";
  75. position = "0 20";
  76. extent = "636 18";
  77. minExtent = "8 2";
  78. horizSizing = "width";
  79. vertSizing = "bottom";
  80. profile = "GuiPopUpMenuProfile";
  81. visible = "1";
  82. active = "1";
  83. command = "RenderTargetsList.updateTarget();";
  84. tooltipProfile = "GuiToolTipProfile";
  85. hovertime = "1000";
  86. isContainer = "1";
  87. canSave = "1";
  88. canSaveDynamicFields = "0";
  89. };
  90. };
  91. };
  92. //--- OBJECT WRITE END ---