bump product version to 4.1.6.2
[LibreOffice.git] / shell / inc / internal / resource.h
blob3f98473736ae3921f5c19efb8c91927462bd48cb
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #ifndef RESOURCE_H_INCLUDED
21 #define RESOURCE_H_INCLUDED
23 #define MANIFEST_RESOURCE_ID 2
24 #define IDD_PROPPAGE_STATISTICS 101
25 #define IDD_PROPPAGE_SUMMARY 102
26 #define IDB_PROPERTY_IMAGES 103
27 #define IDC_TITLE 1000
28 #define IDC_SUBJECT 1001
29 #define IDC_AUTHOR 1002
30 #define IDC_CREATOR 1003
31 #define IDC_LANGUAGE 1004
32 #define IDC_COMMENTS 1005
33 #define IDC_KEYWORDS 1006
34 #define IDC_EXTENDED 1009
35 #define IDC_DLGSIMPLE 1012
36 #define IDC_STATISTICSLIST 1013
38 #define IDS_TITLE 1014
39 #define IDS_SUBJECT 1015
40 #define IDS_AUTHOR 1016
41 #define IDS_KEYWORDS 1017
42 #define IDS_COMMENTS 1018
43 #define IDS_PAGES 1019
44 #define IDS_TABLES 1020
45 #define IDS_GRAPHICS 1021
46 #define IDS_OLE_OBJECTS 1022
47 #define IDS_PARAGRAPHS 1023
48 #define IDS_WORDS 1024
49 #define IDS_CHARACTERS 1025
50 #define IDS_ROWS 1026
51 #define IDS_ORIGIN 1027
52 #define IDS_VERSION 1028
53 #define IDS_SHEETS 1029
54 #define IDS_CELLS 1030
55 #define IDS_STATISTICS 1031
56 #define IDS_PROPERTY 1032
57 #define IDS_PROPERTY_VALUE 1033
58 #define IDS_PROPPAGE_SUMMARY_TITLE 1034
59 #define IDS_PROPPAGE_STATISTICS_TITLE 1035
60 #define IDS_TITLE_COLON 1036
61 #define IDS_SUBJECT_COLON 1037
62 #define IDS_AUTHOR_COLON 1038
63 #define IDS_OBJECTS 1039
64 #define IDS_DOCUMENT_STATISTIC 1040
65 #define IDS_MODIFIED 1041
66 #define IDS_DOCUMENT_NUMBER 1042
67 #define IDS_EDITING_TIME 1043
68 #define IDS_DESCRIPTION 1044
69 #define IDS_COMMENTS_COLON 1045
70 #define IDS_MODIFIED_COLON 1046
71 #define IDS_SIZE_COLON 1047
72 #define IDS_TYPE_COLON 1048
74 #define IDP_SIGNET 2000
76 #endif
78 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */