summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-04-07 09:53:57 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-04-07 09:53:57 +0000
commit840e1535409491e0d4583b57d51478f9a8fbf1d1 (patch)
treedb94c712ff0470715d34d34e8cb9d848fb5b5cc2 /shell
parent4c3bdec5e30b5ee9960adac1e2cce14852f91025 (diff)
INTEGRATION: CWS desktintgr01 (1.1.2); FILE ADDED
2004/03/12 12:17:59 tra 1.1.2.2: #97686#smaller adaptions and code polishing 2004/02/26 12:59:26 deuce 1.1.2.1: Issue number: 97686, 115531 restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com
Diffstat (limited to 'shell')
-rw-r--r--shell/inc/internal/resource.h56
1 files changed, 56 insertions, 0 deletions
diff --git a/shell/inc/internal/resource.h b/shell/inc/internal/resource.h
new file mode 100644
index 000000000000..aa415772a560
--- /dev/null
+++ b/shell/inc/internal/resource.h
@@ -0,0 +1,56 @@
+#ifndef RESOURCE_H_INCLUDED
+#define RESOURCE_H_INCLUDED
+
+#define MANIFEST_RESOURCE_ID 2
+#define IDD_PROPPAGE_STATISTICS 101
+#define IDD_PROPPAGE_SUMMARY 102
+#define IDB_PROPERTY_IMAGES 103
+#define IDC_TITLE 1000
+#define IDC_SUBJECT 1001
+#define IDC_AUTHOR 1002
+#define IDC_CREATOR 1003
+#define IDC_LANGUAGE 1004
+#define IDC_COMMENTS 1005
+#define IDC_KEYWORDS 1006
+#define IDC_EXTENDED 1009
+#define IDC_DLGSIMPLE 1012
+#define IDC_STATISTICSLIST 1013
+
+#define IDS_TITLE 1014
+#define IDS_SUBJECT 1015
+#define IDS_AUTHOR 1016
+#define IDS_KEYWORDS 1017
+#define IDS_COMMENTS 1018
+#define IDS_PAGES 1019
+#define IDS_TABLES 1020
+#define IDS_GRAPHICS 1021
+#define IDS_OLE_OBJECTS 1022
+#define IDS_PARAGRAPHS 1023
+#define IDS_WORDS 1024
+#define IDS_CHARACTERS 1025
+#define IDS_ROWS 1026
+#define IDS_ORIGIN 1027
+#define IDS_VERSION 1028
+#define IDS_SHEETS 1029
+#define IDS_CELLS 1030
+#define IDS_STATISTICS 1031
+#define IDS_PROPERTY 1032
+#define IDS_PROPERTY_VALUE 1033
+#define IDS_PROPPAGE_SUMMARY_TITLE 1034
+#define IDS_PROPPAGE_STATISTICS_TITLE 1035
+#define IDS_TITLE_COLON 1036
+#define IDS_SUBJECT_COLON 1037
+#define IDS_AUTHOR_COLON 1038
+#define IDS_OBJECTS 1039
+#define IDS_DOCUMENT_STATISTIC 1040
+#define IDS_MODIFIED 1041
+#define IDS_DOCUMENT_NUMBER 1042
+#define IDS_EDITING_TIME 1043
+#define IDS_DESCRIPTION 1044
+#define IDS_COMMENTS_COLON 1045
+#define IDS_MODIFIED_COLON 1046
+#define IDS_SIZE_COLON 1047
+#define IDS_TYPE_COLON 1048
+
+
+#endif