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: progwinspec.gui,v 4.2 92/06/21 11:12:12 BAF Exp Locker: BAF $
- *
- */
-
- window xdef _progwinspec
- screen import _playerscreen
- title "Module Program"
- screentitle _copyright
- left import _progwinleft top import _progwintop
- LISTVIEWIDCMP BUTTONIDCMP CLOSEWINDOW MOUSEBUTTONS REFRESHWINDOW
- DRAGBAR DEPTHGADGET CLOSEGADGET SIMPLE_REFRESH RMBTRAP rawkey
- end
-
- listview
- export _progwinlvgad
- call _gui_progwinlv
- showselected null
- attr _listattr
- endrow minchars 35 minlines 9
- end
-
- button
- label "Play"
- call _gui_progwinplay
- end
-
- button
- label "Current"
- call _gui_progwincurrent endrow
- end
-
- button
- label "Add"
- call _gui_progwinadd
- end
-
- button
- label "Del"
- call _gui_progwindel
- end
-
- text text "Move:" end
-
- button
- label "Top"
- call _gui_progwintop
- end
-
- button
- label "Up"
- call _gui_progwinup
- end
-
- button
- label "Down"
- call _gui_progwindown
- end
-
- button
- label "Bot"
- call _gui_progwinbottom endrow
- end
-
- button
- label "Load"
- call _gui_progwinload
- end
-
- button
- label "Save"
- call _gui_progwinsave
- end
-
- button
- label "Clear"
- call _gui_progwinclear
- end
-
- button
- label "Sort"
- call _gui_progwinsort endrow
- end
-
- button
- label "Main"
- call _gui_windowzoom
- end
-
- button
- label "Prefs"
- call _gui_prefswinopenclose
- end
-
- button
- label "Settings"
- call _gui_settingswinopenclose
- end
-
- button
- label "Info"
- call _gui_infowinopenclose endrow
- end
-
- endcap
-
- filerequester xdef _progwinfrspec
- window struct 0
- save struct 8
- title struct 12
- ok struct 4
- pattern "~(#?.info)"
- donectrlf
- left import progfrleft
- top import progfrtop
- width import progfrwidth
- height import progfrheight
- end
-
-