/*
(c) Copyright 1988-1994 Microsoft Corporation.

Microsoft Bars&Pipes Professional Source Code License

This License governs use of the accompanying Software.  
Microsoft hopes you find this Software useful.

You are licensed to do anything you want with the Software. 

In return, we simply require that you agree:

1.	Not to remove any copyright notices from the Software.

2.	That the Software comes "as is", with no warranties.  
	None whatsoever. This means no implied warranty of merchantability or 
	fitness for a particular purpose or any warranty of non-infringement.  
	Also, you must pass this disclaimer on whenever you distribute the Software.

3.	That we will not be liable for any of those types of damages known as indirect, 
	special, consequential, or incidental related to the Software or this License, 
	to the maximum extent the law permits. Also, you must pass this limitation of 
	liability on whenever you distribute the Software.

4.	That if you sue anyone over patents that you think may apply to the Software 
	for that person’s use of the Software, your license to the Software ends automatically.

5.	That the patent rights Microsoft is licensing only apply to the Software, 
	not to any derivatives you make.

6.	That your rights under the License end automatically if you breach this in any way.
*/


static struct IntuiText gsIText1 = {
        4,0,JAM1,
        20,1,
        NULL,
        "Test",
        NULL
};

static struct Gadget gsGadget5 = {
        NULL,
        172,54,
        75,9,
        GADGHBOX+GADGHIMAGE,
        RELVERIFY+GADGIMMEDIATE,
        BOOLGADGET,
        NULL,
        NULL,
        &gsIText1,
        NULL,
        NULL,
        7,
        NULL
};

static struct IntuiText gsIText2 = {
        4,0,JAM1,
        10,1,
        NULL,
        "Install",
        NULL
};

static struct Gadget gsGadget4 = {
        &gsGadget5,
        93,54,
        75,9,
        GADGHBOX+GADGHIMAGE,
        RELVERIFY+GADGIMMEDIATE,
        BOOLGADGET,
        NULL,
        NULL,
        &gsIText2,
        NULL,
        NULL,
        9,
        NULL
};

static struct IntuiText gsIText3 = {
        4,0,JAM1,
        2,1,
        NULL,
        "Automatic",
        NULL
};

static struct Gadget gsGadget3 = {
        &gsGadget4,
        14,54,
        75,9,
        GADGHBOX+GADGHIMAGE,
        RELVERIFY+GADGIMMEDIATE+TOGGLESELECT,
        BOOLGADGET,
        NULL,
        NULL,
        &gsIText3,
        NULL,
        NULL,
        8,
        NULL
};

static struct PropInfo gsgsGadget2SInfo = {
        AUTOKNOB+FREEHORIZ,
        -29125,-1,
        10922,-1,
};

static struct Image gsImage1 = {
        67,0,
        25,5,
        0,
        NULL,
        0x0000,0x0000,
        NULL
};

static struct IntuiText gsIText4 = {
        2,0,JAM1,
        -66,1,
        NULL,
        "Program:",
        NULL
};

static struct Gadget gsGadget2 = {
        &gsGadget3,
        93,29,
        154,9,
        GADGHBOX+GADGHIMAGE,
        RELVERIFY+GADGIMMEDIATE,
        PROPGADGET,
        (APTR)&gsImage1,
        NULL,
        &gsIText4,
        NULL,
        (APTR)&gsgsGadget2SInfo,
        2,
        NULL
};

static struct PropInfo gsgsGadget1SInfo = {
        AUTOKNOB+FREEHORIZ,
        -32204,-1,
        10922,-1,
};

static struct Image gsImage2 = {
        61,0,
        25,5,
        0,
        NULL,
        0x0000,0x0000,
        NULL
};

static struct IntuiText gsIText5 = {
        2,0,JAM1,
        -82,1,
        NULL,
        "Variation:",
        NULL
};

static struct Gadget gsGadget1 = {
        &gsGadget2,
        93,40,
        154,9,
        GADGHBOX+GADGHIMAGE,
        RELVERIFY+GADGIMMEDIATE,
        PROPGADGET,
        (APTR)&gsImage2,
        NULL,
        &gsIText5,
        NULL,
        (APTR)&gsgsGadget1SInfo,
        1,
        NULL
};

#define gsGadgetList1 gsGadget1

static struct NewWindow gsNewWindowStructure1 = {
        156,46,
        307,70,
        6,1,
        GADGETDOWN+GADGETUP,
        WINDOWDRAG+WINDOWDEPTH+WINDOWCLOSE+REPORTMOUSE+ACTIVATE+NOCAREREFRESH,
        &gsGadget1,
        NULL,
        "Sound Canvas",
        NULL,
        NULL,
        5,5,
        -1,-1,
        CUSTOMSCREEN
};
