Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members

resource.h

00001 /***************************************************************************
00002                           resource.h  -  description
00003                              -------------------
00004     begin                : Sam Sep 28 23:53:49 CEST 2002
00005     copyright            : (C) 2002 by Heiko Köhler
00006     email                : heicom@users.sourceforge.net
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 #ifndef RESOURCE_H
00018 #define RESOURCE_H
00019 
00020 #ifdef HAVE_CONFIG_H
00021 #include <config.h>
00022 #endif
00023 
00024 
00026 // resource.h  -- contains macros used for commands
00027 
00028 
00030 // COMMAND VALUES FOR MENUBAR AND TOOLBAR ENTRIES
00031 
00032 
00034 // File-menu entries
00035 #define ID_FILE_NEW                 10020
00036 #define ID_FILE_OPEN                10030
00037 
00038 #define ID_FILE_SAVE                10050
00039 #define ID_FILE_SAVE_AS             10060
00040 #define ID_FILE_CLOSE               10070
00041 
00042 #define ID_FILE_PRINT               10080
00043 
00044 #define ID_FILE_QUIT                10100
00045 
00046 
00048 // Edit-menu entries
00049 #define ID_EDIT_UNDO                11010
00050 #define ID_EDIT_REDO                11020
00051 #define ID_EDIT_COPY                11030
00052 #define ID_EDIT_CUT                 11040
00053 #define ID_EDIT_PASTE               11050
00054 #define ID_EDIT_SELECT_ALL          11060
00055 
00056 
00058 // View-menu entries                    
00059 #define ID_VIEW_TOOLBAR             12010
00060 #define ID_VIEW_STATUSBAR           12020
00061 #define ID_VIEW_TASKBAR             12030
00062 
00064 // Help-menu entries
00065 #define ID_HELP_ABOUT               1002
00066 
00068 // General application values
00069 #define IDS_APP_ABOUT               "CUTE\nVersion - 0.1" \
00070                                     "\n(w) 2002 by Heiko Köhler"
00071 #define IDS_STATUS_DEFAULT          "Ready."
00072 
00073 #endif // RESOURCE_H

Generated on Sun May 2 20:02:58 2004 by doxygen 1.3.2