selectModule.gui 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. //--- OBJECT WRITE BEGIN ---
  2. $guiContent = new GuiControl(AssetBrowser_SelectModule) {
  3. position = "0 0";
  4. extent = "1024 768";
  5. minExtent = "8 2";
  6. horizSizing = "right";
  7. vertSizing = "bottom";
  8. profile = "ToolsGuiDefaultNonModalProfile";
  9. visible = "1";
  10. active = "1";
  11. tooltipProfile = "GuiToolTipProfile";
  12. hovertime = "1000";
  13. isContainer = "1";
  14. canSave = "1";
  15. canSaveDynamicFields = "1";
  16. enabled = "1";
  17. new GuiWindowCtrl(AssetBrowser_SelectModuleWindow) {
  18. text = "Select Module";
  19. resizeWidth = "1";
  20. resizeHeight = "1";
  21. canMove = "1";
  22. canClose = "1";
  23. canMinimize = "0";
  24. canMaximize = "0";
  25. canCollapse = "0";
  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 = "362 334";
  34. extent = "299 99";
  35. minExtent = "48 92";
  36. horizSizing = "center";
  37. vertSizing = "center";
  38. profile = "ToolsGuiWindowProfile";
  39. visible = "1";
  40. active = "1";
  41. tooltipProfile = "ToolsGuiToolTipProfile";
  42. hovertime = "1000";
  43. isContainer = "1";
  44. canSave = "1";
  45. canSaveDynamicFields = "0";
  46. closeCommand="Canvas.popDialog(AssetBrowser_SelectModule);";
  47. new GuiPopUpMenuCtrlEx() {
  48. maxPopupHeight = "200";
  49. sbUsesNAColor = "0";
  50. reverseTextList = "0";
  51. bitmapBounds = "16 16";
  52. hotTrackCallback = "0";
  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 = "39 34";
  61. extent = "217 19";
  62. minExtent = "8 2";
  63. horizSizing = "right";
  64. vertSizing = "bottom";
  65. profile = "ToolsGuiPopupMenuProfile";
  66. visible = "1";
  67. active = "1";
  68. tooltipProfile = "GuiToolTipProfile";
  69. hovertime = "1000";
  70. isContainer = "1";
  71. class = "AssetBrowserModuleList";
  72. internalName = "ModuleList";
  73. canSave = "1";
  74. canSaveDynamicFields = "0";
  75. };
  76. new GuiBitmapButtonCtrl() {
  77. bitmapAsset = "ToolsModule:iconAdd_image";
  78. bitmapMode = "Centered";
  79. autoFitExtents = "0";
  80. useModifiers = "0";
  81. useStates = "1";
  82. masked = "0";
  83. groupNum = "-1";
  84. buttonType = "PushButton";
  85. useMouseEvents = "0";
  86. position = "260 32";
  87. extent = "22 22";
  88. minExtent = "8 2";
  89. horizSizing = "right";
  90. vertSizing = "bottom";
  91. profile = "ToolsGuiButtonProfile";
  92. visible = "1";
  93. active = "1";
  94. tooltipProfile = "GuiToolTipProfile";
  95. hovertime = "1000";
  96. isContainer = "0";
  97. class = "AssetBrowserSelModuleAddBtn";
  98. canSave = "1";
  99. canSaveDynamicFields = "0";
  100. };
  101. new GuiButtonCtrl() {
  102. text = "Select";
  103. groupNum = "-1";
  104. buttonType = "PushButton";
  105. useMouseEvents = "0";
  106. position = "88 68";
  107. extent = "126 22";
  108. minExtent = "8 2";
  109. horizSizing = "right";
  110. vertSizing = "bottom";
  111. profile = "ToolsGuiButtonProfile";
  112. visible = "1";
  113. active = "1";
  114. command = "AssetBrowser_SelectModule.moduleSelected();";
  115. tooltipProfile = "ToolsGuiToolTipProfile";
  116. hovertime = "1000";
  117. isContainer = "0";
  118. canSave = "1";
  119. canSaveDynamicFields = "0";
  120. };
  121. new GuiButtonCtrl() {
  122. text = "Cancel";
  123. groupNum = "-1";
  124. buttonType = "PushButton";
  125. useMouseEvents = "0";
  126. position = "220 68";
  127. extent = "64 22";
  128. minExtent = "8 2";
  129. horizSizing = "right";
  130. vertSizing = "bottom";
  131. profile = "ToolsGuiButtonProfile";
  132. visible = "1";
  133. active = "1";
  134. command = "Canvas.popDialog(AssetBrowser_SelectModule);";
  135. tooltipProfile = "ToolsGuiToolTipProfile";
  136. hovertime = "1000";
  137. isContainer = "0";
  138. canSave = "1";
  139. canSaveDynamicFields = "0";
  140. };
  141. };
  142. };
  143. //--- OBJECT WRITE END ---