/* NetHalt - NetHalt config tool header * Copyright (C) 2008 Daniel Collins * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * * Neither the name of the author nor the names of its contributors may * be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef NHCONFIG_H #define NHCONFIG_H #define DLG_CONFIG 101 #define DLG_ADD 102 #define CHK_SERVER 201 #define CHK_WARNING 202 #define CHK_ABORT 203 #define CHK_DELAY 204 #define CHK_MON 205 #define CHK_TUE 206 #define CHK_WED 207 #define CHK_THU 208 #define CHK_FRI 209 #define CHK_SAT 210 #define CHK_SUN 211 #define TXT_HOST 301 #define TXT_SHARE 302 #define TXT_INTERVAL 303 #define TXT_WARNING 304 #define TXT_DELAY 305 #define TXT_TIME 306 #define LST_SHUTDOWN 401 #define BTN_ADD 501 #define BTN_DEL 502 #define BTN_APPLY 503 #define BTN_EXIT 504 #define ICO_TOOLS 601 #endif /* !NHCONFIG_H */