File: winres.h

package info (click to toggle)
apcupsd 3.8.5-1.1.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 7,012 kB
  • ctags: 2,783
  • sloc: ansic: 26,374; sh: 3,012; makefile: 1,860; cpp: 1,713; perl: 191; sed: 93
file content (40 lines) | stat: -rw-r--r-- 1,553 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
//
// Used by winups.rc
//
#define IDI_APCUPSD                     100
#define IDI_ONLINE                      101
#define IDI_ONBATT                      102
#define IDI_CHARGING                    103
#define IDR_TRAYMENU                    104

#define IDC_LIST                        1000
#define IDC_NONYET_LABEL                1006
#define IDC_UPDATE_BORDER               1010
#define IDC_APCUPSDBMP                  1016
#define IDC_VERSION                     1017
#define IDC_NAME                        1018
#define IDC_EMAIL                       1019
#define IDC_WWW                         1022
#define IDC_COPYRIGHT                   1023
#define IDACCEPT                        1030
#define IDREJECT                        1031
#define IDC_STATIC_TEXT1                1032
#define IDC_ACCEPT_IP                   1033
#define IDC_STATIC_TEXT                 1034
#define IDC_ACCEPT_TIMEOUT              1035
#define IDC_TRADEMARK                   1036
#define ID_PROPERTIES                   40001
#define ID_CLOSE                        40002
#define ID_KILLCLIENTS                  40003
#define ID_ABOUT                        40004
#define ID_STATUS                       40005
#define ID_DEFAULT_PROPERTIES           40006
#define ID_EVENTS                       40007

#define IDD_PROPERTIES                  200
#define IDD_ABOUT                       201
#define IDD_STATUS                      202
#define IDD_EVENTS                      203


#define IDB_APCUPSDBMP                  106