StartupGui.gui 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. //--- OBJECT WRITE BEGIN ---
  2. %guiContent = new GuiFadeinBitmapCtrl(StartupGui) {
  3. canSaveDynamicFields = "0";
  4. Enabled = "1";
  5. isContainer = "1";
  6. Profile = "GuiInputCtrlProfile";
  7. HorizSizing = "right";
  8. VertSizing = "bottom";
  9. position = "0 0";
  10. Extent = "800 600";
  11. MinExtent = "8 8";
  12. canSave = "1";
  13. Visible = "1";
  14. tooltipprofile = "GuiToolTipProfile";
  15. hovertime = "1000";
  16. bitmap = "";
  17. wrap = "0";
  18. fadeinTime = "1000";
  19. waitTime = "4000";
  20. fadeoutTime = "1000";
  21. done = "1";
  22. new GuiBitmapButtonCtrl() {
  23. canSaveDynamicFields = "1";
  24. internalName = "StartupLogo";
  25. Enabled = "1";
  26. isContainer = "0";
  27. Profile = "GuiDefaultProfile";
  28. HorizSizing = "center";
  29. VertSizing = "center";
  30. position = "399 302";
  31. Extent = "253 253";
  32. MinExtent = "8 2";
  33. canSave = "1";
  34. Visible = "1";
  35. tooltipprofile = "GuiToolTipProfile";
  36. hovertime = "1000";
  37. bitmap = "";
  38. wrap = "0";
  39. command = "StartupGui.click();";
  40. };
  41. new GuiBitmapButtonCtrl() {
  42. canSaveDynamicFields = "1";
  43. internalName = "StartupLogoSecondary";
  44. Enabled = "1";
  45. isContainer = "0";
  46. Profile = "GuiDefaultProfile";
  47. HorizSizing = "left";
  48. VertSizing = "top";
  49. position = "275 440";
  50. Extent = "530 171";
  51. MinExtent = "8 2";
  52. canSave = "1";
  53. Visible = "1";
  54. tooltipprofile = "GuiToolTipProfile";
  55. hovertime = "1000";
  56. bitmap = "";
  57. wrap = "0";
  58. command = "StartupGui.click();";
  59. };
  60. };
  61. //--- OBJECT WRITE END ---
  62. //--- OBJECT WRITE BEGIN ---
  63. new GuiFadeinBitmapCtrl(BlankGui) {
  64. profile = "GuiInputCtrlProfile";
  65. horizSizing = "right";
  66. vertSizing = "bottom";
  67. position = "0 0";
  68. extent = "800 600";
  69. minExtent = "8 8";
  70. visible = "1";
  71. helpTag = "0";
  72. bitmap = "";
  73. wrap = "0";
  74. fadeinTime = "100";
  75. waitTime = "2000";
  76. fadeoutTime = "100";
  77. };
  78. //--- OBJECT WRITE END ---