X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=eonsl%2Fresource.h;fp=eonsl%2Fresource.h;h=0a4b8545b7abd548e114ed0710f9e187d92ee004;hb=0e5f7ad99205e3fe1eec3ab18343a1ea1ab5b186;hp=0000000000000000000000000000000000000000;hpb=2ef157a840252b9468734989542724fc66b3a43e;p=eonsl.git diff --git a/eonsl/resource.h b/eonsl/resource.h new file mode 100644 index 0000000..0a4b854 --- /dev/null +++ b/eonsl/resource.h @@ -0,0 +1,73 @@ +/*************************************************************************** + resource.h - description + ------------------- + begin : mån okt 23 17:11:28 CEST 2000 + copyright : (C) 2000 by Michael Andreen + email : whale@linux.nu + changes : + ***************************************************************************/ + +/*************************************************************************** + * * + * 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. * + * * + ***************************************************************************/ +#ifndef RESOURCE_H +#define RESOURCE_H + +#ifdef HAVE_CONFIG_H +#include +#endif + + +/////////////////////////////////////////////////////////////////// +// resource.h -- contains macros used for commands + + +/////////////////////////////////////////////////////////////////// +// COMMAND VALUES FOR MENUBAR AND TOOLBAR ENTRIES + + +/////////////////////////////////////////////////////////////////// +// File-menu entries +#define ID_FILE_NEW 10020 +#define ID_FILE_OPEN 10030 + +#define ID_FILE_SAVE 10050 +#define ID_FILE_SAVE_AS 10060 +#define ID_FILE_CLOSE 10070 + +#define ID_FILE_PRINT 10080 + +#define ID_FILE_QUIT 10100 + + +/////////////////////////////////////////////////////////////////// +// Edit-menu entries +#define ID_EDIT_UNDO 11010 +#define ID_EDIT_REDO 11020 +#define ID_EDIT_COPY 11030 +#define ID_EDIT_CUT 11040 +#define ID_EDIT_PASTE 11050 +#define ID_EDIT_SELECT_ALL 11060 + + +/////////////////////////////////////////////////////////////////// +// View-menu entries +#define ID_VIEW_TOOLBAR 12010 +#define ID_VIEW_STATUSBAR 12020 + +/////////////////////////////////////////////////////////////////// +// Help-menu entries +#define ID_HELP_ABOUT 1002 + +/////////////////////////////////////////////////////////////////// +// General application values +#define IDS_APP_ABOUT "EonSL\nVersion " VERSION \ + "\n(w) 2000 by Michael Andreen" +#define IDS_STATUS_DEFAULT "Ready." + +#endif // RESOURCE_H