xref: /trunk/main/shell/inc/internal/resource.h (revision 5b501c92)
1 /**************************************************************
2  *
3  * Licensed to the Apache Software Foundation (ASF) under one
4  * or more contributor license agreements.  See the NOTICE file
5  * distributed with this work for additional information
6  * regarding copyright ownership.  The ASF licenses this file
7  * to you under the Apache License, Version 2.0 (the
8  * "License"); you may not use this file except in compliance
9  * with the License.  You may obtain a copy of the License at
10  *
11  *   http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing,
14  * software distributed under the License is distributed on an
15  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16  * KIND, either express or implied.  See the License for the
17  * specific language governing permissions and limitations
18  * under the License.
19  *
20  *************************************************************/
21 #ifndef RESOURCE_H_INCLUDED
22 #define RESOURCE_H_INCLUDED
23 
24 #define MANIFEST_RESOURCE_ID			   2
25 #define IDD_PROPPAGE_STATISTICS			 101
26 #define IDD_PROPPAGE_SUMMARY             102
27 #define IDB_PROPERTY_IMAGES 		103
28 #define IDC_TITLE                       1000
29 #define IDC_SUBJECT                     1001
30 #define IDC_AUTHOR                      1002
31 #define IDC_CREATOR                     1003
32 #define IDC_LANGUAGE                    1004
33 #define IDC_COMMENTS                    1005
34 #define IDC_KEYWORDS                    1006
35 #define IDC_EXTENDED                    1009
36 #define IDC_DLGSIMPLE                   1012
37 #define IDC_STATISTICSLIST              1013
38 
39 #define IDS_TITLE						1014
40 #define IDS_SUBJECT						1015
41 #define IDS_AUTHOR						1016
42 #define IDS_KEYWORDS					1017
43 #define IDS_COMMENTS					1018
44 #define IDS_PAGES						1019
45 #define IDS_TABLES						1020
46 #define IDS_GRAPHICS					1021
47 #define IDS_OLE_OBJECTS					1022
48 #define IDS_PARAGRAPHS					1023
49 #define IDS_WORDS						1024
50 #define IDS_CHARACTERS					1025
51 #define IDS_ROWS						1026
52 #define IDS_ORIGIN						1027
53 #define IDS_VERSION						1028
54 #define IDS_SHEETS						1029
55 #define IDS_CELLS						1030
56 #define IDS_STATISTICS					1031
57 #define IDS_PROPERTY					1032
58 #define IDS_PROPERTY_VALUE				1033
59 #define IDS_PROPPAGE_SUMMARY_TITLE		1034
60 #define IDS_PROPPAGE_STATISTICS_TITLE	1035
61 #define IDS_TITLE_COLON					1036
62 #define IDS_SUBJECT_COLON				1037
63 #define IDS_AUTHOR_COLON				1038
64 #define IDS_OBJECTS						1039
65 #define IDS_DOCUMENT_STATISTIC 			1040
66 #define IDS_MODIFIED                    1041
67 #define IDS_DOCUMENT_NUMBER             1042
68 #define IDS_EDITING_TIME                1043
69 #define IDS_DESCRIPTION                 1044
70 #define IDS_COMMENTS_COLON              1045
71 #define IDS_MODIFIED_COLON              1046
72 #define IDS_SIZE_COLON                  1047
73 #define IDS_TYPE_COLON                  1048
74 
75 #define IDP_SIGNET                      2000
76 
77 #endif
78