

1NewWindowStructure1:
	dc.w	0,0	;window XY origin relative to TopLeft of screen
	dc.w	640,200	;window width and height
	dc.b	7,2	;detail and block pens
	dc.l	CLOSEWINDOW+MENUVERIFY+DISKINSERTED+DISKREMOVED+WBENCHMESSAGE+ACTIVEWINDOW	;IDCMP flags
	dc.l	WINDOWSIZING+WINDOWDRAG+WINDOWDEPTH	;other window flags
	dc.l	1GadgetList1	;first gadget in gadget list
	dc.l	NULL	;custom CHECKMARK imagery
	dc.l	1NewWindowName1	;window title
	dc.l	NULL	;custom screen pointer
	dc.l	NULL	;custom bitmap
	dc.w	640,200	;minimum width and height
	dc.w	640,200	;maximum width and height
	dc.w	WBENCHSCREEN	;destination screen type
1NewWindowName1:
	dc.b	'               Star Trek                                                        ',0
	cnop 0,2
UNDOBUFFER:
	dcb.b 1,0
	cnop 0,2
1GadgetList1:
1Gadget1:
	dc.l	1Gadget2	;next gadget
	dc.w	592,12	;origin XY of hit box relative to window TopLeft
	dc.w	44,19	;hit box width and height
	dc.w	NULL	;gadget flags
	dc.w	RELVERIFY	;activation flags
	dc.w	BOOLGADGET	;gadget type flags
	dc.l	1Border1	;gadget border or image to be rendered
	dc.l	NULL	;alternate imagery for selection
	dc.l	NULL	;first IntuiText structure
	dc.l	NULL	;gadget mutual-exclude long word
	dc.l	NULL	;SpecialInfo structure
	dc.w	NULL	;user-definable data
	dc.l	NULL	;pointer to user-definable data
1Border1:
	dc.w	-2,-1	;XY origin relative to container TopLeft
	dc.b	3,0,RP_JAM1	;front pen, back pen and drawmode
	dc.b	5	;number of XY vectors
	dc.l	1BorderVectors1	;pointer to XY vectors
	dc.l	NULL	;next border in list
1BorderVectors1:
	dc.w	0,0
	dc.w	47,0
	dc.w	47,20
	dc.w	0,20
	dc.w	0,0
1Gadget2:
	dc.l	1Gadget3	;next gadget
	dc.w	592,33	;origin XY of hit box relative to window TopLeft
	dc.w	44,19	;hit box width and height
	dc.w	NULL	;gadget flags
	dc.w	RELVERIFY	;activation flags
	dc.w	BOOLGADGET	;gadget type flags
	dc.l	1Border2	;gadget border or image to be rendered
	dc.l	NULL	;alternate imagery for selection
	dc.l	NULL	;first IntuiText structure
	dc.l	NULL	;gadget mutual-exclude long word
	dc.l	NULL	;SpecialInfo structure
	dc.w	NULL	;user-definable data
	dc.l	NULL	;pointer to user-definable data
1Border2:
	dc.w	-2,-1	;XY origin relative to container TopLeft
	dc.b	3,0,RP_JAM1	;front pen, back pen and drawmode
	dc.b	5	;number of XY vectors
	dc.l	1BorderVectors2	;pointer to XY vectors
	dc.l	NULL	;next border in list
1BorderVectors2:
	dc.w	0,0
	dc.w	47,0
	dc.w	47,20
	dc.w	0,20
	dc.w	0,0
1Gadget3:
	dc.l	1Gadget4	;next gadget
	dc.w	543,33	;origin XY of hit box relative to window TopLeft
	dc.w	44,19	;hit box width and height
	dc.w	NULL	;gadget flags
	dc.w	RELVERIFY	;activation flags
	dc.w	BOOLGADGET	;gadget type flags
	dc.l	1Border3	;gadget border or image to be rendered
	dc.l	NULL	;alternate imagery for selection
	dc.l	NULL	;first IntuiText structure
	dc.l	NULL	;gadget mutual-exclude long word
	dc.l	NULL	;SpecialInfo structure
	dc.w	NULL	;user-definable data
	dc.l	NULL	;pointer to user-definable data
1Border3:
	dc.w	-2,-1	;XY origin relative to container TopLeft
	dc.b	3,0,RP_JAM1	;front pen, back pen and drawmode
	dc.b	5	;number of XY vectors
	dc.l	1BorderVectors3	;pointer to XY vectors
	dc.l	NULL	;next border in list
1BorderVectors3:
	dc.w	0,0
	dc.w	47,0
	dc.w	47,20
	dc.w	0,20
	dc.w	0,0
1Gadget4:
	dc.l	NULL	;next gadget
	dc.w	-97,-188	;origin XY of hit box relative to window TopLeft
	dc.w	-596,-181	;hit box width and height
	dc.w	GRELBOTTOM+GRELRIGHT+GRELWIDTH+GRELHEIGHT+SELECTED+GADGDISABLED	;gadget flags
	dc.w	RELVERIFY+RIGHTBORDER+LEFTBORDER+TOPBORDER+BOTTOMBORDER+TOGGLESELECT+STRINGCENTER+STRINGRIGHT+LONGINT+ALTKEYMAP	;activation flags
	dc.w	STRGADGET	;gadget type flags
	dc.l	1Border4	;gadget border or image to be rendered
	dc.l	NULL	;alternate imagery for selection
	dc.l	NULL	;first IntuiText structure
	dc.l	NULL	;gadget mutual-exclude long word
	dc.l	11Gadget4SInfo	;SpecialInfo structure
	dc.w	NULL	;user-definable data
	dc.l	NULL	;pointer to user-definable data
11Gadget4SInfo:
	dc.l	11Gadget4SIBuff	;buffer where text will be edited
	dc.l	UNDOBUFFER	;optional undo buffer
	dc.w	0	;character position in buffer
	dc.w	1	;maximum number of characters to allow
	dc.w	0	;first displayed character buffer position
	dc.w	0,0,0,0,0	;Intuition initialized and maintained variables
	dc.l	0	;Rastport of gadget
	dc.l	0	;initial value for integer gadgets
	dc.l	NULL	;alternate keymap (fill in if you set the flag)
11Gadget4SIBuff:
	dcb.b 1,0
	cnop 0,2
1Border4:
	dc.w	-2,-1	;XY origin relative to container TopLeft
	dc.b	3,0,RP_JAM1	;front pen, back pen and drawmode
	dc.b	5	;number of XY vectors
	dc.l	1BorderVectors4	;pointer to XY vectors
	dc.l	NULL	;next border in list
1BorderVectors4:
	dc.w	0,0
	dc.w	47,0
	dc.w	47,20
	dc.w	0,20
	dc.w	0,0
1MenuList1:
1Menu1:
	dc.l	NULL	;next Menu structure
	dc.w	0,0	;XY origin of Menu hit box relative to screen TopLeft
	dc.w	84,0	;Menu hit box width and height
	dc.w	MENUENABLED	;Menu flags
	dc.l	1Menu1Name	;text of Menu name
	dc.l	1MenuItem1	;MenuItem linked list pointer
	dc.w	0,0,0,0	;Intuition mystery variables
1Menu1Name:
	dc.b	'Commands',0
	cnop 0,2
1MenuItem1:
	dc.l	1MenuItem2	;next MenuItem structure
	dc.w	0,0	;XY of Item hitbox relative to TopLeft of parent hitbox
	dc.w	120,8	;hit box width and height
	dc.w	ITEMTEXT+ITEMENABLED+HIGHCOMP	;Item flags
	dc.l	0	;each bit mutually-excludes a same-level Item
	dc.l	1IText1	;Item render  (IntuiText or Image or NULL)
	dc.l	NULL	;Select render
	dc.b	NULL	;alternate command-key
	dc.b	NULL	;fill byte
	dc.l	NULL	;SubItem list
	dc.w	MENUNULL	;filled in by Intuition for drag selections
1IText1:
	dc.b	3,1,RP_COMPLEMENT,0	;front and back text pens, drawmode and fill byte
	dc.w	0,0	;XY origin relative to container TopLeft
	dc.l	NULL	;font pointer or NULL for default
	dc.l	1ITextText1	;pointer to text
	dc.l	NULL	;next IntuiText structure
1ITextText1:
	dc.b	'Communications',0
	cnop 0,2
1MenuItem2:
	dc.l	1MenuItem3	;next MenuItem structure
	dc.w	0,9	;XY of Item hitbox relative to TopLeft of parent hitbox
	dc.w	120,8	;hit box width and height
	dc.w	ITEMTEXT+ITEMENABLED+HIGHCOMP	;Item flags
	dc.l	0	;each bit mutually-excludes a same-level Item
	dc.l	1IText2	;Item render  (IntuiText or Image or NULL)
	dc.l	NULL	;Select render
	dc.b	NULL	;alternate command-key
	dc.b	NULL	;fill byte
	dc.l	NULL	;SubItem list
	dc.w	MENUNULL	;filled in by Intuition for drag selections
1IText2:
	dc.b	3,1,RP_COMPLEMENT,0	;front and back text pens, drawmode and fill byte
	dc.w	0,0	;XY origin relative to container TopLeft
	dc.l	NULL	;font pointer or NULL for default
	dc.l	1ITextText2	;pointer to text
	dc.l	NULL	;next IntuiText structure
1ITextText2:
	dc.b	'Science Station',0
	cnop 0,2
1MenuItem3:
	dc.l	1MenuItem4	;next MenuItem structure
	dc.w	0,18	;XY of Item hitbox relative to TopLeft of parent hitbox
	dc.w	120,8	;hit box width and height
	dc.w	ITEMTEXT+ITEMENABLED+HIGHCOMP	;Item flags
	dc.l	0	;each bit mutually-excludes a same-level Item
	dc.l	1IText3	;Item render  (IntuiText or Image or NULL)
	dc.l	NULL	;Select render
	dc.b	NULL	;alternate command-key
	dc.b	NULL	;fill byte
	dc.l	NULL	;SubItem list
	dc.w	MENUNULL	;filled in by Intuition for drag selections
1IText3:
	dc.b	3,1,RP_COMPLEMENT,0	;front and back text pens, drawmode and fill byte
	dc.w	0,0	;XY origin relative to container TopLeft
	dc.l	NULL	;font pointer or NULL for default
	dc.l	1ITextText3	;pointer to text
	dc.l	NULL	;next IntuiText structure
1ITextText3:
	dc.b	'Helm',0
	cnop 0,2
1MenuItem4:
	dc.l	1MenuItem5	;next MenuItem structure
	dc.w	0,27	;XY of Item hitbox relative to TopLeft of parent hitbox
	dc.w	120,8	;hit box width and height
	dc.w	ITEMTEXT+ITEMENABLED+HIGHCOMP	;Item flags
	dc.l	0	;each bit mutually-excludes a same-level Item
	dc.l	1IText4	;Item render  (IntuiText or Image or NULL)
	dc.l	NULL	;Select render
	dc.b	NULL	;alternate command-key
	dc.b	NULL	;fill byte
	dc.l	NULL	;SubItem list
	dc.w	MENUNULL	;filled in by Intuition for drag selections
1IText4:
	dc.b	3,1,RP_COMPLEMENT,0	;front and back text pens, drawmode and fill byte
	dc.w	0,0	;XY origin relative to container TopLeft
	dc.l	NULL	;font pointer or NULL for default
	dc.l	1ITextText4	;pointer to text
	dc.l	NULL	;next IntuiText structure
1ITextText4:
	dc.b	'Navigation',0
	cnop 0,2
1MenuItem5:
	dc.l	1MenuItem6	;next MenuItem structure
	dc.w	0,36	;XY of Item hitbox relative to TopLeft of parent hitbox
	dc.w	120,8	;hit box width and height
	dc.w	ITEMTEXT+ITEMENABLED+HIGHCOMP	;Item flags
	dc.l	0	;each bit mutually-excludes a same-level Item
	dc.l	1IText5	;Item render  (IntuiText or Image or NULL)
	dc.l	NULL	;Select render
	dc.b	NULL	;alternate command-key
	dc.b	NULL	;fill byte
	dc.l	NULL	;SubItem list
	dc.w	MENUNULL	;filled in by Intuition for drag selections
1IText5:
	dc.b	3,1,RP_COMPLEMENT,0	;front and back text pens, drawmode and fill byte
	dc.w	0,0	;XY origin relative to container TopLeft
	dc.l	NULL	;font pointer or NULL for default
	dc.l	1ITextText5	;pointer to text
	dc.l	NULL	;next IntuiText structure
1ITextText5:
	dc.b	'Sick Bay',0
	cnop 0,2
1MenuItem6:
	dc.l	1MenuItem7	;next MenuItem structure
	dc.w	0,45	;XY of Item hitbox relative to TopLeft of parent hitbox
	dc.w	120,8	;hit box width and height
	dc.w	ITEMTEXT+ITEMENABLED+HIGHCOMP	;Item flags
	dc.l	0	;each bit mutually-excludes a same-level Item
	dc.l	1IText6	;Item render  (IntuiText or Image or NULL)
	dc.l	NULL	;Select render
	dc.b	NULL	;alternate command-key
	dc.b	NULL	;fill byte
	dc.l	NULL	;SubItem list
	dc.w	MENUNULL	;filled in by Intuition for drag selections
1IText6:
	dc.b	3,1,RP_COMPLEMENT,0	;front and back text pens, drawmode and fill byte
	dc.w	0,0	;XY origin relative to container TopLeft
	dc.l	NULL	;font pointer or NULL for default
	dc.l	1ITextText6	;pointer to text
	dc.l	NULL	;next IntuiText structure
1ITextText6:
	dc.b	'Engineering',0
	cnop 0,2
1MenuItem7:
	dc.l	NULL	;next MenuItem structure
	dc.w	0,54	;XY of Item hitbox relative to TopLeft of parent hitbox
	dc.w	120,8	;hit box width and height
	dc.w	ITEMTEXT+ITEMENABLED+HIGHCOMP	;Item flags
	dc.l	0	;each bit mutually-excludes a same-level Item
	dc.l	1IText7	;Item render  (IntuiText or Image or NULL)
	dc.l	NULL	;Select render
	dc.b	NULL	;alternate command-key
	dc.b	NULL	;fill byte
	dc.l	NULL	;SubItem list
	dc.w	MENUNULL	;filled in by Intuition for drag selections
1IText7:
	dc.b	3,1,RP_COMPLEMENT,0	;front and back text pens, drawmode and fill byte
	dc.w	0,0	;XY origin relative to container TopLeft
	dc.l	NULL	;font pointer or NULL for default
	dc.l	1ITextText7	;pointer to text
	dc.l	NULL	;next IntuiText structure
1ITextText7:
	dc.b	'Damage Control',0
	cnop 0,2
1IntuiTextList1:
1IText8:
	dc.b	3,0,RP_JAM2,0	;front and back text pens, drawmode and fill byte
	dc.w	209,23	;XY origin relative to container TopLeft
	dc.l	NULL	;font pointer or NULL for default
	dc.l	1ITextText8	;pointer to text
	dc.l	NULL	;next IntuiText structure
1ITextText8:
	dc.b	'',0
	cnop 0,2


; end of PowerWindows source generation
