/*
(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.
*/

#include "/CompilerSpecific.h"

#include <intuition/intuition.h>

static UBYTE magmagGadget5SIBuff[40];
static struct StringInfo magmagGadget5SInfo = {
        magmagGadget5SIBuff,
        NULL,
        0,
        40,
        0,
        0,0,0,0,0,
        0,
        0,
        NULL
};

static struct IntuiText magIText1 = {
        2,0,JAM2,
        -40,0,
        NULL,
        "HMSF:",
        NULL
};

static struct Gadget magGadget5 = {
        NULL,
        50,26,
        88,8,
        NULL,
        RELVERIFY+GADGIMMEDIATE,
        STRGADGET,
        NULL,
        NULL,
        &magIText1,
        NULL,
        (APTR)&magmagGadget5SInfo,
        5,
        NULL
};

static UBYTE magmagGadget4SIBuff[40];
static struct StringInfo magmagGadget4SInfo = {
        magmagGadget4SIBuff,
        NULL,
        0,
        40,
        0,
        0,0,0,0,0,
        0,
        0,
        NULL
};

static struct IntuiText magIText2 = {
        2,0,JAM2,
        -40,0,
        NULL,
        "Leng:",
        NULL
};

static struct Gadget magGadget4 = {
        &magGadget5,
        50,59,
        88,8,
        NULL,
        RELVERIFY,
        STRGADGET,
        NULL,
        NULL,
        &magIText2,
        NULL,
        (APTR)&magmagGadget4SInfo,
        4,
        NULL
};

static UBYTE magmagGadget3SIBuff[40];
static struct StringInfo magmagGadget3SInfo = {
        magmagGadget3SIBuff,
        NULL,
        0,
        40,
        0,
        0,0,0,0,0,
        0,
        0,
        NULL
};

static struct IntuiText magIText3 = {
        2,0,JAM2,
        -40,0,
        NULL,
        "Velo:",
        NULL
};

static struct Gadget magGadget3 = {
        &magGadget4,
        50,48,
        88,8,
        NULL,
        RELVERIFY,
        STRGADGET,
        NULL,
        NULL,
        &magIText3,
        NULL,
        (APTR)&magmagGadget3SInfo,
        3,
        NULL
};

static UBYTE magmagGadget2SIBuff[40];
static struct StringInfo magmagGadget2SInfo = {
        magmagGadget2SIBuff,
        NULL,
        0,
        40,
        0,
        0,0,0,0,0,
        0,
        0,
        NULL
};

static struct IntuiText magIText4 = {
        2,0,JAM2,
        -40,0,
        NULL,
        "Note:",
        NULL
};

static struct Gadget magGadget2 = {
        &magGadget3,
        50,37,
        88,8,
        NULL,
        RELVERIFY+GADGIMMEDIATE,
        STRGADGET,
        NULL,
        NULL,
        &magIText4,
        NULL,
        (APTR)&magmagGadget2SInfo,
        2,
        NULL
};

static UBYTE magmagGadget1SIBuff[40];
static struct StringInfo magmagGadget1SInfo = {
        magmagGadget1SIBuff,
        NULL,
        0,
        40,
        0,
        0,0,0,0,0,
        0,
        0,
        NULL
};

static struct IntuiText magIText5 = {
        2,0,JAM2,
        -40,0,
        NULL,
        "Time:",
        NULL
};

static struct Gadget magGadget1 = {
        &magGadget2,
        50,15,
        88,8,
        NULL,
        RELVERIFY+GADGIMMEDIATE,
        STRGADGET,
        NULL,
        NULL,
        &magIText5,
        NULL,
        (APTR)&magmagGadget1SInfo,
        1,
        NULL
};

#define magGadgetList1 magGadget1

struct NewWindow magNewWindowStructure1 = {
        318,23,
        148,73,
        0,1,
        GADGETDOWN+GADGETUP+CLOSEWINDOW+RAWKEY,
        WINDOWDRAG+WINDOWDEPTH+WINDOWCLOSE+ACTIVATE,
        &magGadget1,
        NULL,
        "Note",
        NULL,
        NULL,
        5,5,
        640,200,
        CUSTOMSCREEN
};

