[RsWitch-cvs] CVS: rswitch Resource.h,1.1.1.1,1.2
Status: Alpha
Brought to you by:
bcrochet
From: Brad P. C. <bcr...@us...> - 2000-12-03 21:06:31
|
Update of /cvsroot/rswitch/rswitch In directory slayer.i.sourceforge.net:/tmp/cvs-serv12319 Modified Files: Resource.h Log Message: Redo layout of Add/Edit dialog Index: Resource.h =================================================================== RCS file: /cvsroot/rswitch/rswitch/Resource.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** Resource.h 2000/11/01 15:10:18 1.1.1.1 --- Resource.h 2000/12/03 21:06:19 1.2 *************** *** 1,26 **** - /* - RsWitch -- A Win32 applet for Roger Wilco - Copyright (C) 2000 Brad P. Crochet - - 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - - // $Log$ - // Revision 1.1.1.1 2000/11/01 15:10:18 bcrochet - // Initial revision and import - // - //{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. --- 1,2 ---- *************** *** 39,46 **** #define IDC_ADD 1001 #define IDC_EDIT 1002 - #define IDC_SERVERIP 1003 #define IDC_HOTKEY 1004 #define IDC_CHANNEL 1005 #define IDC_FUNCTION 1006 #define IDM_PROPERTIES 32771 --- 15,22 ---- #define IDC_ADD 1001 #define IDC_EDIT 1002 #define IDC_HOTKEY 1004 #define IDC_CHANNEL 1005 #define IDC_FUNCTION 1006 + #define IDC_SERVERNAME 1007 #define IDM_PROPERTIES 32771 *************** *** 52,56 **** #define _APS_NEXT_RESOURCE_VALUE 134 #define _APS_NEXT_COMMAND_VALUE 32772 ! #define _APS_NEXT_CONTROL_VALUE 1007 #define _APS_NEXT_SYMED_VALUE 101 #endif --- 28,32 ---- #define _APS_NEXT_RESOURCE_VALUE 134 #define _APS_NEXT_COMMAND_VALUE 32772 ! #define _APS_NEXT_CONTROL_VALUE 1009 #define _APS_NEXT_SYMED_VALUE 101 #endif |