LBEditorGui.gui 1021 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. //--- Created With GUIEDITORTOY ---//
  2. %guiContent = new GuiControl(LBEditorGui) {
  3. Name = "LBEditorGui";
  4. canSaveDynamicFields = "0";
  5. hidden = "0";
  6. locked = "0";
  7. isContainer = "1";
  8. Profile = "GuiDefaultProfile";
  9. HorizSizing = "right";
  10. VertSizing = "bottom";
  11. Position = "0 0";
  12. Extent = "1024 768";
  13. MinExtent = "8 2";
  14. canSave = "1";
  15. Visible = "1";
  16. Active = "0";
  17. tooltipWidth = "250";
  18. hovertime = "1000";
  19. new EditorToySceneWindow(LBEditorGuiSceneWindow) {
  20. canSaveDynamicFields = "0";
  21. hidden = "0";
  22. locked = "0";
  23. isContainer = "0";
  24. Profile = "SandboxWindowProfile";
  25. HorizSizing = "width";
  26. VertSizing = "height";
  27. Position = "0 0";
  28. Extent = "1024 768";
  29. MinExtent = "8 2";
  30. canSave = "1";
  31. Visible = "1";
  32. Active = "1";
  33. tooltipWidth = "250";
  34. hovertime = "1000";
  35. lockMouse = "0";
  36. UseWindowInputEvents = "1";
  37. UseObjectInputEvents = "0";
  38. };
  39. };
  40. //--- GUIEDITORTOY END ---//