Update of /cvsroot/netrek/client/netrekxp/configuration-program In directory sc8-pr-cvs16:/tmp/cvs-serv1222 Modified Files: Form1.frm Log Message: Code for form1 and form3 are near identical. Only difference is the keymap options. Please refer to form1 for code comments. Index: Form1.frm =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/configuration-program/Form1.frm,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Form1.frm 16 Apr 2007 02:05:37 -0000 1.6 +++ Form1.frm 16 Apr 2007 02:13:40 -0000 1.7 @@ -1461,7 +1461,23 @@ Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False -' Netrek XP 2006 Configuration Program v1.3 - written by Joe Evango +'Copyright (C) 2007 Joe Evango - Netrek XP 2006 Configuration Program v1.3 +' +'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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +' +'To contact the author email joe at playnetrek.org ' ' Program notes from Joe 4/15/07- ' Code contains some comments, pretty easy to follow the logic. @@ -1476,6 +1492,7 @@ ' took a while to put the keymap portion of this together but it works well. I only ask that if any modifications ' are made you also make your code changes available to the community and give me a mention as a contributor + 'Checks if Classic Mode is enabled and swaps the Classic Mode graphic Private Sub Check1_Click()