525cce9c55f5c48c619dcf4b2dd051848e649a37
[reactos.git] / base / applications / mscutils / eventvwr / resource.h
1 #pragma once
2
3 /* Icon IDs */
4 #define IDI_EVENTVWR 10
5 #define IDI_EVENTLOG 11
6 #define IDI_CLOSED_CATEGORY 12
7 #define IDI_OPENED_CATEGORY 13
8 #define IDI_INFORMATIONICON 14
9 #define IDI_WARNINGICON 15
10 #define IDI_ERRORICON 16
11 #define IDI_AUDITSUCCESSICON 17
12 #define IDI_AUDITFAILUREICON 18
13 #define IDI_NEXT 19
14 #define IDI_PREV 20
15 #define IDI_COPY 21
16
17
18 /* Accelerator IDs */
19 #define IDA_EVENTVWR 50
20
21
22 /* Dialog IDs */
23 #define IDD_EVENTDETAILS_DLG 101
24 #define IDD_EVENTDETAILS_CTRL 102
25 #define IDD_LOGPROPERTIES_GENERAL 103
26
27
28 /* Control IDs */
29 #define IDC_STATIC -1
30 #define IDC_EVENTDATESTATIC 1000
31 #define IDC_EVENTSOURCESTATIC 1001
32 #define IDC_EVENTTIMESTATIC 1002
33 #define IDC_EVENTCATEGORYSTATIC 1003
34 #define IDC_EVENTTYPESTATIC 1004
35 #define IDC_EVENTIDSTATIC 1005
36 #define IDC_EVENTUSERSTATIC 1006
37 #define IDC_EVENTCOMPUTERSTATIC 1007
38 #define IDC_PREVIOUS 1008
39 #define IDC_NEXT 1009
40 #define IDC_COPY 1010
41 #define IDC_EVENTTEXTEDIT 1011
42 #define IDC_DETAILS_STATIC -2
43 #define IDC_BYTESRADIO 1012
44 #define IDC_WORDRADIO 1013
45 #define IDC_EVENTDATAEDIT 1014
46 #define IDC_DISPLAYNAME 1015
47 #define IDC_LOGNAME 1016
48 #define IDC_LOGFILE 1017
49 #define IDC_SIZE_LABEL 1018
50 #define IDC_CREATED_LABEL 1019
51 #define IDC_MODIFIED_LABEL 1020
52 #define IDC_ACCESSED_LABEL 1021
53 #define IDC_EDIT_MAXLOGSIZE 1022
54 #define IDC_UPDOWN_MAXLOGSIZE 1023
55 #define IDC_OVERWRITE_AS_NEEDED 1024
56 #define IDC_OVERWRITE_OLDER_THAN 1025
57 #define IDC_EDIT_EVENTS_AGE 1026
58 #define IDC_UPDOWN_EVENTS_AGE 1027
59 #define IDC_NO_OVERWRITE 1028
60 #define IDC_RESTOREDEFAULTS 1029
61 #define IDC_LOW_SPEED_CONNECTION 1030
62 #define ID_CLEARLOG 1031
63
64 /* Menu IDs */
65 #define IDM_EVENTVWR 32770
66 #define IDM_OPEN_EVENTLOG 32771
67 #define IDM_SAVE_EVENTLOG 32772
68 #define IDM_CLOSE_EVENTLOG 32773
69 #define IDM_CLEAR_EVENTS 32774
70 #define IDM_RENAME_EVENTLOG 32775
71 #define IDM_EVENTLOG_SETTINGS 32776
72 #define IDM_EXIT 32777
73 #define IDM_LIST_NEWEST 32778
74 #define IDM_LIST_OLDEST 32779
75 #define IDM_EVENT_DETAILS 32780
76 #define IDM_REFRESH 32781
77 #define IDM_SHOW_EVENT_DETAILS_VIEW 32782
78 #define IDM_HELP 32783
79 #define IDM_ABOUT 32784
80
81
82 /* String IDs */
83 #define IDS_COPYRIGHT 100
84 #define IDS_APP_TITLE 101
85 #define IDS_APP_TITLE_EX 102
86 #define IDS_STATUS_MSG 103
87 #define IDS_LOADING_WAIT 104
88 #define IDS_NO_ITEMS 105
89 #define IDS_EVENTLOG_SYSTEM 106
90 #define IDS_EVENTLOG_APP 107
91 #define IDS_EVENTLOG_USER 108
92 #define IDS_EVENTSTRINGIDNOTFOUND 109
93 #define IDS_CLEAREVENTS_MSG 110
94 #define IDS_SAVE_FILTER 111
95
96 #define IDS_EVENTLOG_ERROR_TYPE 200
97 #define IDS_EVENTLOG_WARNING_TYPE 201
98 #define IDS_EVENTLOG_INFORMATION_TYPE 202
99 #define IDS_EVENTLOG_AUDIT_SUCCESS 203
100 #define IDS_EVENTLOG_AUDIT_FAILURE 204
101 #define IDS_EVENTLOG_SUCCESS 205
102 #define IDS_EVENTLOG_UNKNOWN_TYPE 206
103
104 #define IDS_BYTES_FORMAT 210
105
106 #define IDS_COLUMNTYPE 220
107 #define IDS_COLUMNDATE 221
108 #define IDS_COLUMNTIME 222
109 #define IDS_COLUMNSOURCE 223
110 #define IDS_COLUMNCATEGORY 224
111 #define IDS_COLUMNEVENT 225
112 #define IDS_COLUMNUSER 226
113 #define IDS_COLUMNCOMPUTER 227
114
115 #define IDS_COPY 240
116
117 #define IDS_NONE 250
118 #define IDS_NOT_AVAILABLE 251