2
0

GuiBlank.gui 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. //--- Created With GUIEDITORTOY ---//
  2. %guiContent = new GuiControl(GuiBlank) {
  3. Name = "GuiBlank";
  4. canSaveDynamicFields = "0";
  5. hidden = "0";
  6. locked = "0";
  7. isContainer = "1";
  8. Profile = "GuiDefaultProfile";
  9. HorizSizing = "width";
  10. VertSizing = "height";
  11. Position = "0 0";
  12. Extent = "1920 1017";
  13. MinExtent = "8 2";
  14. canSave = "1";
  15. Visible = "1";
  16. Active = "0";
  17. tooltipWidth = "250";
  18. hovertime = "1000";
  19. new GuiWindowCtrl() {
  20. canSaveDynamicFields = "0";
  21. hidden = "0";
  22. locked = "0";
  23. isContainer = "1";
  24. Profile = "GuiWindowProfile";
  25. HorizSizing = "right";
  26. VertSizing = "bottom";
  27. Position = "256 456";
  28. Extent = "300 240";
  29. MinExtent = "8 2";
  30. canSave = "1";
  31. Visible = "1";
  32. Active = "1";
  33. tooltipWidth = "250";
  34. hovertime = "1000";
  35. resizeWidth = "1";
  36. resizeHeight = "1";
  37. canMove = "1";
  38. canClose = "1";
  39. canMinimize = "1";
  40. canMaximize = "1";
  41. titleHeight = "20";
  42. resizeRightWidth = "10";
  43. resizeBottomHeight = "10";
  44. contentProfile = "GuiWindowContentProfile";
  45. closeButtonProfile = "GuiWindowCloseButtonProfile";
  46. minButtonProfile = "GuiWindowMinButtonProfile";
  47. maxButtonProfile = "GuiWindowMaxButtonProfile";
  48. };
  49. };
  50. //--- GUIEDITORTOY END ---//