||| Copyright (C) 1998-2007, Sumisho Computer Systems Corp.  All Rights Reserved.
|||
||| Maintained by: Curl Solutions

{curl 5.0, 6.0, 7.0 applet}
{applet manifest = "manifest.mcurl", curl-root = "."}

{if not {process-privileged?} then
    {popup-message 
        {message
            This applet requires Privilege to run.  
            Please change the settings in the SurgeControl Panel.}}
    {exit}
}    

{persistent-data "TerraServer", duration = 999days}

{import * from COM.CURL.CSK.EXTRAS.TERRA}

{api-version-switch
 case "7+" do
    {install-style-sheet {get-default-style-sheet}}    
 case "6+" do
    {import * from COM.CURL.GUI.STYLED-CONTROLS}
    {install-style-sheet
        {manifest-url "file", "DEFAULT-STYLE-SHEET"}
    }
}
{document-style PlainDocument}
{set-document-properties
    hstretch? = true,
    vstretch? = true
}


{do
    {occ-install-or-update occ-root-installer}
}

{validate-local-storage}

{terra-layout}


