xref: /trunk/main/shell/inc/internal/resource.h (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1 #ifndef RESOURCE_H_INCLUDED
2 #define RESOURCE_H_INCLUDED
3 
4 #define MANIFEST_RESOURCE_ID               2
5 #define IDD_PROPPAGE_STATISTICS          101
6 #define IDD_PROPPAGE_SUMMARY             102
7 #define IDB_PROPERTY_IMAGES         103
8 #define IDC_TITLE                       1000
9 #define IDC_SUBJECT                     1001
10 #define IDC_AUTHOR                      1002
11 #define IDC_CREATOR                     1003
12 #define IDC_LANGUAGE                    1004
13 #define IDC_COMMENTS                    1005
14 #define IDC_KEYWORDS                    1006
15 #define IDC_EXTENDED                    1009
16 #define IDC_DLGSIMPLE                   1012
17 #define IDC_STATISTICSLIST              1013
18 
19 #define IDS_TITLE                       1014
20 #define IDS_SUBJECT                     1015
21 #define IDS_AUTHOR                      1016
22 #define IDS_KEYWORDS                    1017
23 #define IDS_COMMENTS                    1018
24 #define IDS_PAGES                       1019
25 #define IDS_TABLES                      1020
26 #define IDS_GRAPHICS                    1021
27 #define IDS_OLE_OBJECTS                 1022
28 #define IDS_PARAGRAPHS                  1023
29 #define IDS_WORDS                       1024
30 #define IDS_CHARACTERS                  1025
31 #define IDS_ROWS                        1026
32 #define IDS_ORIGIN                      1027
33 #define IDS_VERSION                     1028
34 #define IDS_SHEETS                      1029
35 #define IDS_CELLS                       1030
36 #define IDS_STATISTICS                  1031
37 #define IDS_PROPERTY                    1032
38 #define IDS_PROPERTY_VALUE              1033
39 #define IDS_PROPPAGE_SUMMARY_TITLE      1034
40 #define IDS_PROPPAGE_STATISTICS_TITLE   1035
41 #define IDS_TITLE_COLON                 1036
42 #define IDS_SUBJECT_COLON               1037
43 #define IDS_AUTHOR_COLON                1038
44 #define IDS_OBJECTS                     1039
45 #define IDS_DOCUMENT_STATISTIC          1040
46 #define IDS_MODIFIED                    1041
47 #define IDS_DOCUMENT_NUMBER             1042
48 #define IDS_EDITING_TIME                1043
49 #define IDS_DESCRIPTION                 1044
50 #define IDS_COMMENTS_COLON              1045
51 #define IDS_MODIFIED_COLON              1046
52 #define IDS_SIZE_COLON                  1047
53 #define IDS_TYPE_COLON                  1048
54 
55 #define IDP_SIGNET                      2000
56 
57 #endif
58