]> ruin.nu Git - eonsl.git/blob - eonsl/resource.h
0a4b8545b7abd548e114ed0710f9e187d92ee004
[eonsl.git] / eonsl / resource.h
1 /***************************************************************************
2                           resource.h  -  description
3                              -------------------
4     begin     : mån okt 23 17:11:28 CEST 2000
5     copyright : (C) 2000 by Michael Andreen
6     email     : whale@linux.nu
7     changes   :
8  ***************************************************************************/
9
10 /***************************************************************************
11  *                                                                         *
12  *   This program is free software; you can redistribute it and/or modify  *
13  *   it under the terms of the GNU General Public License as published by  *
14  *   the Free Software Foundation; either version 2 of the License, or     *
15  *   (at your option) any later version.                                   *
16  *                                                                         *
17  ***************************************************************************/
18 #ifndef RESOURCE_H
19 #define RESOURCE_H
20
21 #ifdef HAVE_CONFIG_H
22 #include <config.h>
23 #endif
24
25
26 ///////////////////////////////////////////////////////////////////
27 // resource.h  -- contains macros used for commands
28
29
30 ///////////////////////////////////////////////////////////////////
31 // COMMAND VALUES FOR MENUBAR AND TOOLBAR ENTRIES
32
33
34 ///////////////////////////////////////////////////////////////////
35 // File-menu entries
36 #define ID_FILE_NEW                 10020
37 #define ID_FILE_OPEN                10030
38
39 #define ID_FILE_SAVE                10050
40 #define ID_FILE_SAVE_AS             10060
41 #define ID_FILE_CLOSE               10070
42
43 #define ID_FILE_PRINT               10080
44
45 #define ID_FILE_QUIT                10100
46
47
48 ///////////////////////////////////////////////////////////////////
49 // Edit-menu entries
50 #define ID_EDIT_UNDO                11010
51 #define ID_EDIT_REDO                11020
52 #define ID_EDIT_COPY                11030
53 #define ID_EDIT_CUT                 11040
54 #define ID_EDIT_PASTE               11050
55 #define ID_EDIT_SELECT_ALL          11060
56
57
58 ///////////////////////////////////////////////////////////////////
59 // View-menu entries                    
60 #define ID_VIEW_TOOLBAR             12010
61 #define ID_VIEW_STATUSBAR           12020
62
63 ///////////////////////////////////////////////////////////////////
64 // Help-menu entries
65 #define ID_HELP_ABOUT               1002
66
67 ///////////////////////////////////////////////////////////////////
68 // General application values
69 #define IDS_APP_ABOUT               "EonSL\nVersion " VERSION \
70                                     "\n(w) 2000 by Michael Andreen"
71 #define IDS_STATUS_DEFAULT          "Ready."
72
73 #endif // RESOURCE_H