/*     
(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 smusIText1 = {
	0,2,JAM2,
	8,8,
	NULL,
	"SMUS To B&P",
	NULL
};

static struct Gadget smusGadget7 = {
	NULL,
	13,64,
	374,22,
	GADGHBOX+GADGHIMAGE,
	RELVERIFY,
	BOOLGADGET,
	NULL,
	NULL,
	&smusIText1,
	NULL,
	NULL,
	11,
	NULL
};

static struct IntuiText smusIText2 = {
	0,2,JAM2,
	8,25,
	NULL,
	"B&P To SMUS",
	NULL
};

static struct Gadget smusGadget6 = {
	&smusGadget7,
	13,16,
	374,40,
	GADGHBOX+GADGHIMAGE,
	RELVERIFY,
	BOOLGADGET,
	NULL,
	NULL,
	&smusIText2,
	NULL,
	NULL,
	10,
	NULL
};

static struct IntuiText smusIText3 = {
	4,0,JAM1,
	3,1,
	NULL,
	"Load SMUS",
	NULL
};

static struct Gadget smusGadget5 = {
	&smusGadget6,
	297,70,
	79,10,
	GADGHBOX+GADGHIMAGE,
	GADGIMMEDIATE,
	BOOLGADGET,
	NULL,
	NULL,
	&smusIText3,
	NULL,
	NULL,
	2,
	NULL
};

static struct IntuiText smusIText4 = {
	4,0,JAM1,
	3,1,
	NULL,
	"Include IFF Samples",
	NULL
};

static struct Gadget smusGadget4 = {
	&smusGadget5,
	126,40,
	158,10,
	GADGHBOX+GADGHIMAGE,
	GADGIMMEDIATE+TOGGLESELECT,
	BOOLGADGET,
	NULL,
	NULL,
	&smusIText4,
	NULL,
	NULL,
	5,
	NULL
};

static struct IntuiText smusIText5 = {
	4,0,JAM1,
	3,1,
	NULL,
	"Save SMUS",
	NULL
};

static struct Gadget smusGadget3 = {
	&smusGadget4,
	298,40,
	78,10,
	GADGHBOX+GADGHIMAGE,
	GADGIMMEDIATE,
	BOOLGADGET,
	NULL,
	NULL,
	&smusIText5,
	NULL,
	NULL,
	1,
	NULL
};

static struct IntuiText smusIText6 = {
	4,0,JAM1,
	3,1,
	NULL,
	"Triplet",
	NULL
};

static struct Gadget smusGadget2 = {
	&smusGadget3,
	313,22,
	63,10,
	GADGHBOX+GADGHIMAGE,
	GADGIMMEDIATE+TOGGLESELECT,
	BOOLGADGET,
	NULL,
	NULL,
	&smusIText6,
	NULL,
	NULL,
	4,
	NULL
};

static struct PropInfo smussmusGadget1SInfo = {
	AUTOKNOB+FREEHORIZ,
	29302,-1,
	6553,-1,
};

static struct Image smusImage1 = {
	54,0,
	14,6,
	0,
	NULL,
	0x0000,0x0000,
	NULL
};

static struct IntuiText smusIText7 = {
	4,0,JAM1,
	-90,1,
	NULL,
	"Resolution:",
	NULL
};

static struct Gadget smusGadget1 = {
	&smusGadget2,
	112,22,
	145,10,
	GADGHBOX+GADGHIMAGE,
	RELVERIFY+GADGIMMEDIATE,
	PROPGADGET,
	(APTR)&smusImage1,
	NULL,
	&smusIText7,
	NULL,
	(APTR)&smussmusGadget1SInfo,
	3,
	NULL
};

#define smusGadgetList1 smusGadget1

static struct NewWindow smusNewWindowStructure1 = {
	112,23,
	400,93,
	5,1,
	MOUSEBUTTONS+MOUSEMOVE+GADGETDOWN+GADGETUP+CLOSEWINDOW,
	WINDOWDRAG+WINDOWDEPTH+WINDOWCLOSE+REPORTMOUSE+ACTIVATE+NOCAREREFRESH,
	&smusGadget1,
	NULL,
	"Smoose",
	NULL,
	NULL,
	5,5,
	-1,-1,
	CUSTOMSCREEN
};
