materialInstancesView.ed.gui 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. //--- OBJECT WRITE BEGIN ---
  2. %guiContent = new GuiControl(MaterialInstanceViewCtrl) {
  3. position = "0 0";
  4. extent = "1024 768";
  5. minExtent = "8 2";
  6. horizSizing = "right";
  7. vertSizing = "bottom";
  8. profile = "GuiDefaultProfile";
  9. visible = "1";
  10. active = "1";
  11. tooltipProfile = "GuiToolTipProfile";
  12. hovertime = "1000";
  13. isContainer = "1";
  14. canSave = "1";
  15. canSaveDynamicFields = "1";
  16. new GuiWindowCtrl(MaterialInstanceViewWindow) {
  17. text = "Material Instances Viewer";
  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(MaterialInstanceViewCtrl);";
  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 = "429 123";
  34. extent = "550 550";
  35. minExtent = "8 2";
  36. horizSizing = "right";
  37. vertSizing = "bottom";
  38. profile = "ToolsGuiWindowProfile";
  39. visible = "1";
  40. active = "1";
  41. tooltipProfile = "GuiToolTipProfile";
  42. hovertime = "1000";
  43. isContainer = "1";
  44. canSave = "1";
  45. canSaveDynamicFields = "0";
  46. new GuiTextEditCtrl(MaterialInstanceFilter) {
  47. historySize = "0";
  48. tabComplete = "0";
  49. sinkAllKeyEvents = "0";
  50. password = "0";
  51. passwordMask = "*";
  52. text = "\c2Filter...";
  53. maxLength = "1024";
  54. margin = "0 0 0 0";
  55. padding = "0 0 0 0";
  56. anchorTop = "1";
  57. anchorBottom = "0";
  58. anchorLeft = "1";
  59. anchorRight = "0";
  60. position = "11 21";
  61. extent = "516 18";
  62. minExtent = "8 2";
  63. horizSizing = "width";
  64. vertSizing = "bottom";
  65. profile = "ToolsGuiTextEditProfile";
  66. visible = "1";
  67. active = "1";
  68. tooltipProfile = "GuiToolTipProfile";
  69. hovertime = "1000";
  70. isContainer = "1";
  71. class = "AssetBrowserSearchFilterText";
  72. canSave = "1";
  73. canSaveDynamicFields = "0";
  74. };
  75. new GuiBitmapButtonCtrl(MaterialInstanceFilterBtn) {
  76. bitmap = "tools/gui/images/delete";
  77. bitmapMode = "Stretched";
  78. autoFitExtents = "0";
  79. useModifiers = "0";
  80. useStates = "1";
  81. masked = "0";
  82. groupNum = "-1";
  83. buttonType = "PushButton";
  84. useMouseEvents = "0";
  85. position = "529 22";
  86. extent = "15 15";
  87. minExtent = "8 2";
  88. horizSizing = "left";
  89. vertSizing = "bottom";
  90. profile = "ToolsGuiDefaultProfile";
  91. visible = "1";
  92. active = "1";
  93. tooltipProfile = "GuiToolTipProfile";
  94. tooltip = "Delete Asset";
  95. hovertime = "1000";
  96. isContainer = "0";
  97. canSave = "1";
  98. canSaveDynamicFields = "0";
  99. };
  100. new GuiScrollCtrl() {
  101. willFirstRespond = "1";
  102. hScrollBar = "dynamic";
  103. vScrollBar = "dynamic";
  104. lockHorizScroll = "0";
  105. lockVertScroll = "0";
  106. constantThumbHeight = "0";
  107. childMargin = "0 0";
  108. mouseWheelScrollSpeed = "-1";
  109. margin = "0 0 0 0";
  110. padding = "0 0 0 0";
  111. anchorTop = "1";
  112. anchorBottom = "0";
  113. anchorLeft = "1";
  114. anchorRight = "0";
  115. position = "0 38";
  116. extent = "550 510";
  117. minExtent = "8 2";
  118. horizSizing = "width";
  119. vertSizing = "height";
  120. profile = "ToolsGuiScrollProfile";
  121. visible = "1";
  122. active = "1";
  123. tooltipProfile = "GuiToolTipProfile";
  124. hovertime = "1000";
  125. isContainer = "1";
  126. canSave = "1";
  127. canSaveDynamicFields = "0";
  128. new GuiTreeViewCtrl(MaterialInstanceViewTree) {
  129. tabSize = "16";
  130. textOffset = "2";
  131. fullRowSelect = "0";
  132. itemHeight = "21";
  133. destroyTreeOnSleep = "1";
  134. mouseDragging = "1";
  135. multipleSelections = "1";
  136. deleteObjectAllowed = "1";
  137. dragToItemAllowed = "1";
  138. clearAllOnSingleSelection = "1";
  139. showRoot = "1";
  140. useInspectorTooltips = "0";
  141. tooltipOnWidthOnly = "0";
  142. showObjectIds = "1";
  143. showClassNames = "1";
  144. showObjectNames = "1";
  145. showInternalNames = "1";
  146. showClassNameForUnnamedObjects = "0";
  147. compareToObjectID = "1";
  148. canRenameObjects = "1";
  149. renameInternal = "0";
  150. position = "1 1";
  151. extent = "550 510";
  152. minExtent = "8 2";
  153. horizSizing = "width";
  154. vertSizing = "height";
  155. profile = "ToolsGuiTreeViewProfile";
  156. visible = "1";
  157. active = "1";
  158. tooltipProfile = "GuiToolTipProfile";
  159. hovertime = "1000";
  160. isContainer = "1";
  161. canSave = "1";
  162. canSaveDynamicFields = "0";
  163. };
  164. };
  165. };
  166. };
  167. //--- OBJECT WRITE END ---