home *** CD-ROM | disk | FTP | other *** search
- /*
- * MultiPlayer
- * Copyright (C) 1992 Bryan Ford
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * I (the author of MultiPlayer) can be contacted on the Internet at
- * "bryan.ford@m.cc.utah.edu". See "Player.doc" for other addresses.
- *
- * $Id: flashywinspec.gui,v 3.2 92/05/25 08:21:57 BAF Exp $
- *
- */
-
- window xdef _spectrumwinspec
- screen import _playerscreen
- title "Spectrogram"
- screentitle _copyright
- left import _spectrumwinleft top import _spectrumwintop
- CLOSEWINDOW refreshwindow rawkey MOUSEBUTTONS
- DRAGBAR DEPTHGADGET CLOSEGADGET SIMPLE_REFRESH RMBTRAP
- end
-
- text
- export _spectrumboxgad
- width 132 height 34
- border
- end
-
- endcap
-
- window xdef _scopewinspec
- screen import _playerscreen
- title "StereoScope"
- screentitle _copyright
- left import _scopewinleft top import _scopewintop
- CLOSEWINDOW refreshwindow rawkey MOUSEBUTTONS
- DRAGBAR DEPTHGADGET CLOSEGADGET SIMPLE_REFRESH RMBTRAP
- end
-
- text
- export _scopeboxlgad
- width 68 height 34
- border
- end
-
- text
- export _scopeboxrgad
- width 68 height 34
- border
- end
-
- endcap
-
- window xdef _qscopewinspec
- screen import _playerscreen
- title "QuadraScope"
- screentitle _copyright
- left import _qscopewinleft top import _qscopewintop
- CLOSEWINDOW refreshwindow rawkey MOUSEBUTTONS
- DRAGBAR DEPTHGADGET CLOSEGADGET SIMPLE_REFRESH RMBTRAP
- end
-
- text
- export _qscopeboxltgad
- width 68 height 34
- border endrow
- end
-
- text
- export _qscopeboxlbgad
- width 68 height 34
- border endcol
- end
-
- text
- export _qscopeboxrtgad
- width 68 height 34
- border endrow
- end
-
- text
- width 68 height 34
- border
- end
-
- endcap
-
- window xdef _notewinspec
- screen import _playerscreen
- title "Note Scroller"
- screentitle _copyright
- left import _notewinleft top import _notewintop
- CLOSEWINDOW refreshwindow rawkey MOUSEBUTTONS
- DRAGBAR DEPTHGADGET CLOSEGADGET SIMPLE_REFRESH RMBTRAP
- end
-
- text
- export _noteboxgad
- width 132 height 66
- border
- end
-
- endcap
-
-