loadingGui.gui 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. //--- OBJECT WRITE BEGIN ---
  2. $guiContent = new GuiControl(LoadingGui) {
  3. useVariable = "0";
  4. tile = "0";
  5. position = "0 0";
  6. extent = "1280 720";
  7. minExtent = "8 8";
  8. horizSizing = "width";
  9. vertSizing = "height";
  10. profile = "GuiDefaultProfile";
  11. visible = "1";
  12. active = "1";
  13. tooltipProfile = "GuiToolTipProfile";
  14. hovertime = "1000";
  15. isContainer = "1";
  16. canSave = "1";
  17. canSaveDynamicFields = "1";
  18. Enabled = "1";
  19. new GuiPanel() {
  20. position = "0 0";
  21. extent = "1280 720";
  22. horizSizing = "width";
  23. vertSizing = "height";
  24. profile = "GuiMenuPanelProfile";
  25. tooltipProfile = "GuiToolTipProfile";
  26. new GuiControl() {
  27. position = "263 301";
  28. extent = "360 360";
  29. minExtent = "8 8";
  30. horizSizing = "center";
  31. vertSizing = "center";
  32. profile = "GuiMenuPanelProfile";
  33. visible = "1";
  34. active = "1";
  35. command = "disconnect();\nCanvas.setContent(ProjectSettings.value(\"UI/mainMenuName\"));";
  36. accelerator = "escape";
  37. tooltipProfile = "GuiToolTipProfile";
  38. hovertime = "1000";
  39. isContainer = "1";
  40. canSave = "1";
  41. canSaveDynamicFields = "0";
  42. new GuiBitmapCtrl(LoadingLogo) {
  43. bitmapAsset = "UI:Torque_3D_logo_alt_image";
  44. color = "255 255 255 255";
  45. wrap = "0";
  46. position = "0 0";
  47. extent = "360 360";
  48. minExtent = "8 2";
  49. horizSizing = "center";
  50. vertSizing = "center";
  51. profile = "GuiDefaultProfile";
  52. visible = "1";
  53. active = "1";
  54. tooltipProfile = "GuiToolTipProfile";
  55. hovertime = "1000";
  56. isContainer = "0";
  57. canSave = "1";
  58. canSaveDynamicFields = "0";
  59. };
  60. new GuiProgressBitmapCtrl(LoadingProgress) {
  61. maxLength = "1024";
  62. margin = "0 0 0 0";
  63. padding = "0 0 0 0";
  64. anchorTop = "1";
  65. anchorBottom = "0";
  66. anchorLeft = "1";
  67. anchorRight = "0";
  68. position = "30 320";
  69. extent = "300 24";
  70. minExtent = "8 2";
  71. horizSizing = "width";
  72. vertSizing = "top";
  73. profile = "GuiProgressBitmapProfile";
  74. visible = "1";
  75. active = "1";
  76. tooltipProfile = "GuiToolTipProfile";
  77. hovertime = "1000";
  78. isContainer = "0";
  79. canSave = "1";
  80. canSaveDynamicFields = "0";
  81. };
  82. new GuiTextCtrl(LoadingProgressTxt) {
  83. text = "LOADING DATABLOCKS";
  84. maxLength = "255";
  85. margin = "0 0 0 0";
  86. padding = "0 0 0 0";
  87. anchorTop = "1";
  88. anchorBottom = "0";
  89. anchorLeft = "1";
  90. anchorRight = "0";
  91. position = "0 340";
  92. extent = "360 20";
  93. minExtent = "8 8";
  94. horizSizing = "center";
  95. vertSizing = "top";
  96. profile = "GuiMenuTextProfile";
  97. visible = "1";
  98. active = "1";
  99. tooltipProfile = "GuiToolTipProfile";
  100. hovertime = "1000";
  101. isContainer = "0";
  102. canSave = "1";
  103. canSaveDynamicFields = "0";
  104. };
  105. };
  106. };
  107. };
  108. //--- OBJECT WRITE END ---