[EVENTVWR]: Improve the user interface of the Event Log Viewer:
[reactos.git] / reactos / base / applications / mscutils / eventvwr / resource.h
index 69838c8..0504502 100644 (file)
@@ -2,12 +2,15 @@
 
 /* Icon IDs */
 #define IDI_EVENTVWR          10
-#define IDI_WARNINGICON       11
-#define IDI_INFORMATIONICON   12
-#define IDI_ERRORICON         13
-#define IDI_NEXT              14
-#define IDI_PREV              15
-#define IDI_COPY              16
+#define IDI_EVENTLOG          11
+#define IDI_CLOSED_CATEGORY   12
+#define IDI_OPENED_CATEGORY   13
+#define IDI_WARNINGICON       14
+#define IDI_INFORMATIONICON   15
+#define IDI_ERRORICON         16
+#define IDI_NEXT              17
+#define IDI_PREV              18
+#define IDI_COPY              19
 
 
 /* Accelerator IDs */
 
 
 /* Dialog IDs */
-#define IDD_ABOUTBOX          101
-#define IDD_PROGRESSBOX       102
-#define IDD_EVENTPROPERTIES   103
+#define IDD_PROGRESSBOX       101
+#define IDD_EVENTPROPERTIES   102
 
 
-/* Control IDs*/
+/* Control IDs */
 #define IDC_STATIC              -1
-#define IDC_MYICON              1000
-#define IDC_EVENTDATESTATIC     1001
-#define IDC_EVENTSOURCESTATIC   1002
-#define IDC_EVENTTIMESTATIC     1003
-#define IDC_EVENTCATEGORYSTATIC 1004
-#define IDC_EVENTTYPESTATIC     1005
-#define IDC_EVENTIDSTATIC       1006
-#define IDC_EVENTUSERSTATIC     1007
-#define IDC_EVENTCOMPUTERSTATIC 1008
-#define IDC_PREVIOUS            1009
-#define IDC_NEXT                1010
-#define IDC_COPY                1011
-#define IDC_EVENTTEXTEDIT       1012
-#define IDC_BYTESRADIO          1013
-#define IDC_WORDRADIO           1014
-#define IDC_EVENTDATAEDIT       1015
+#define IDC_EVENTDATESTATIC     1000
+#define IDC_EVENTSOURCESTATIC   1001
+#define IDC_EVENTTIMESTATIC     1002
+#define IDC_EVENTCATEGORYSTATIC 1003
+#define IDC_EVENTTYPESTATIC     1004
+#define IDC_EVENTIDSTATIC       1005
+#define IDC_EVENTUSERSTATIC     1006
+#define IDC_EVENTCOMPUTERSTATIC 1007
+#define IDC_PREVIOUS            1008
+#define IDC_NEXT                1009
+#define IDC_COPY                1010
+#define IDC_EVENTTEXTEDIT       1011
+#define IDC_BYTESRADIO          1012
+#define IDC_WORDRADIO           1013
+#define IDC_EVENTDATAEDIT       1014
 
 
 /* Menu IDs */
 #define IDM_HELP           32777
 #define IDM_ABOUT          32778
 
-#define ID_FIRST_LOG       45000
-
 
 /* String IDs */
+#define IDS_COPYRIGHT                 102
 #define IDS_APP_TITLE                 103
 #define IDS_APP_TITLE_EX              104
 #define IDS_STATUS_MSG                106
+#define IDS_EVENTLOG_SYSTEM           107
+#define IDS_EVENTLOG_USER             108
 #define IDS_EVENTSTRINGIDNOTFOUND     209
 #define IDS_EVENTLOG_ERROR_TYPE       251
 #define IDS_EVENTLOG_WARNING_TYPE     252