]> ruin.nu Git - eonsl.git/blob - eonsl/resource.h
The makefile linked wrong, just some cleanup..
[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 #include "../config.h"
22
23
24 ///////////////////////////////////////////////////////////////////
25 // resource.h  -- contains macros used for commands
26
27
28 ///////////////////////////////////////////////////////////////////
29 // COMMAND VALUES FOR MENUBAR AND TOOLBAR ENTRIES
30
31
32 ///////////////////////////////////////////////////////////////////
33 // File-menu entries
34 #define ID_FILE_NEW                 10020
35 #define ID_FILE_OPEN                10030
36
37 #define ID_FILE_SAVE                10050
38 #define ID_FILE_SAVE_AS             10060
39 #define ID_FILE_CLOSE               10070
40
41 #define ID_FILE_PRINT               10080
42
43 #define ID_FILE_QUIT                10100
44
45
46 ///////////////////////////////////////////////////////////////////
47 // Edit-menu entries
48 #define ID_EDIT_UNDO                11010
49 #define ID_EDIT_REDO                11020
50 #define ID_EDIT_COPY                11030
51 #define ID_EDIT_CUT                 11040
52 #define ID_EDIT_PASTE               11050
53 #define ID_EDIT_SELECT_ALL          11060
54
55
56 ///////////////////////////////////////////////////////////////////
57 // View-menu entries                    
58 #define ID_VIEW_TOOLBAR             12010
59 #define ID_VIEW_STATUSBAR           12020
60
61 ///////////////////////////////////////////////////////////////////
62 // Help-menu entries
63 #define ID_HELP_ABOUT               1002
64
65 ///////////////////////////////////////////////////////////////////
66 // General application values
67 #define IDS_APP_ABOUT               "EonSL\nVersion " VERSION \
68                                     "\n(w) 2000 by Michael Andreen"
69 #define IDS_STATUS_DEFAULT          "Ready."
70
71 #endif // RESOURCE_H