1 /*
2    BAREOS® - Backup Archiving REcovery Open Sourced
3 
4    Copyright (C) 2007-2007 Free Software Foundation Europe e.V.
5 
6    This program is Free Software; you can redistribute it and/or
7    modify it under the terms of version three of the GNU Affero General Public
8    License as published by the Free Software Foundation, which is
9    listed in the file LICENSE.
10 
11    This program is distributed in the hope that it will be useful, but
12    WITHOUT ANY WARRANTY; without even the implied warranty of
13    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14    Affero General Public License for more details.
15 
16    You should have received a copy of the GNU Affero General Public License
17    along with this program; if not, write to the Free Software
18    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19    02110-1301, USA.
20 */
21 /*
22  * Kern Sibbald, August 2007
23  */
24 
25 /* Icon definitions */
26 #define IDI_BAREOS 100
27 #define IDI_IDLE 101
28 #define IDI_RUNNING 102
29 #define IDI_JOB_ERROR 103
30 #define IDI_JOB_WARNING 104
31 #define IDR_TRAYMENU 105
32 #define IDB_BAREOSBMP 106
33 
34 #define IDC_TEXTDISPLAY 1000
35 
36 #define ID_ABOUT 40000
37 #define ID_STATUS 40001
38 #define ID_CLOSE 40002
39 
40 /* Dialog definitions */
41 #define IDD_ABOUT 201
42 #define IDD_STATUS 202
43