||| 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"}

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

{api-version-switch
 case "7+" do
    
 case "6+" do
    {import * from COM.CURL.GUI.STYLED-CONTROLS}
    {platform-switch
     case "mac" do
        
     else
        {install-style-sheet
            {manifest-url "file", "DEFAULT-STYLE-SHEET"}
        }
    }
}

{value  
    || make a 1040
    let ez1040:EZ1040 = 
        {EZ1040}
    
    || Layout the form with a control box
    {spaced-hbox
        valign = "top",
        height = 14cm,
        border-width = 1px, border-color = "black",
        margin = 5px,
        {ez1040.toolbar.make-vertical-toolbar},
        {ez1040.ez1040-form}
    }
}

