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
22
23
24#ifndef _SD_ANNOTATIONPANE_HRC
25#define _SD_ANNOTATIONPANE_HRC
26
27#include "glob.hrc"
28
29// strings
30#define STR_ANNOTATION_TODAY				(RID_ANNOTATIONS_START+1)
31#define STR_ANNOTATION_YESTERDAY			(RID_ANNOTATIONS_START+2)
32#define STR_ANNOTATION_NOAUTHOR				(RID_ANNOTATIONS_START+3)
33#define STR_ANNOTATION_WRAP_FORWARD			(RID_ANNOTATIONS_START+4)
34#define STR_ANNOTATION_WRAP_BACKWARD		(RID_ANNOTATIONS_START+5)
35#define STR_ANNOTATION_WRAP_FORWARD_DRAW	(RID_ANNOTATIONS_START+6)
36#define STR_ANNOTATION_WRAP_BACKWARD_DRAW	(RID_ANNOTATIONS_START+7)
37#define STR_ANNOTATION_UNDO_INSERT			(RID_ANNOTATIONS_START+8)
38#define STR_ANNOTATION_UNDO_DELETE			(RID_ANNOTATIONS_START+9)
39#define STR_ANNOTATION_UNDO_MOVE			(RID_ANNOTATIONS_START+10)
40#define STR_ANNOTATION_UNDO_EDIT			(RID_ANNOTATIONS_START+11)
41#define STR_ANNOTATION_UNDO_REPLY			(RID_ANNOTATIONS_START+12)
42#define	STR_ANNOTATION_REPLY				(RID_ANNOTATIONS_START+13)
43
44// menus
45#define RID_ANNOTATION_CONTEXTMENU			(RID_ANNOTATIONS_START+0)
46#define RID_ANNOTATION_TAG_CONTEXTMENU		(RID_ANNOTATIONS_START+1)
47
48#define BTN_NEW		1
49#define BTN_DELETE	2
50#define BTN_NEXT	3
51#define BTN_PREV	4
52
53#define TBX_TOOLBAR	1
54#define FT_AUTHOR	1
55#define ED_AUTHOR	2
56#define FT_DATE		3
57#define ED_DATE		4
58
59#define CT_TEXT		5
60
61#endif // _SD_ANNOTATIONPANE_HRC
62