File resource.h of Package arachne
/*
resource.h
Author: Hayden Walles
Date: 9 March 2008
Header file for the Windows version of arachne, that holds resource ID information.
*/
/*
Copyright (C) 2008 Hayden Walles
This file is part of Arachne.
Arachne 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.
Arachne 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
*/
#define ICON_ARACHNE 1
#define ICON_ORIGMODE 2
#define ICON_VERTMODE 3
#define ICON_HORZMODE 4
#define ICON_PROTECTTOOL 5
#define ICON_EXPOSETOOL 6
#define ICON_CLEARTOOL 7
#define ID_MENU 100
#define ID_FILE_OPEN 101
#define ID_FILE_SAVEAS 102
#define ID_FILE_EXIT 103
#define ID_MODE_HORZ 110
#define ID_MODE_VERT 111
#define ID_MODE_ORIG 112
#define ID_TOOL_EXPOSE 120
#define ID_TOOL_PROTECT 121
#define ID_TOOL_CLEAR 122
#define ID_OPTION_DYNAMICENERGY 130
#define ID_HELP_HELP 140
#define ID_HELP_ABOUT 141
#define ID_DLG_PROGRESS 500
#define ID_DLG_PROGRESS_TEXT 501
#define ID_DLG_PROGRESS_BAR 502
#define ID_DLG_ABOUT 600