xref: /AOO41X/main/sd/source/ui/annotations/annotations.hrc (revision e33492276f639ebe26fc2b5c7b0b687b13d47e4b)
1*7cf00d98SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*7cf00d98SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*7cf00d98SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*7cf00d98SAndrew Rist * distributed with this work for additional information
6*7cf00d98SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*7cf00d98SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*7cf00d98SAndrew Rist * "License"); you may not use this file except in compliance
9*7cf00d98SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*7cf00d98SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*7cf00d98SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*7cf00d98SAndrew Rist * software distributed under the License is distributed on an
15*7cf00d98SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*7cf00d98SAndrew Rist * KIND, either express or implied.  See the License for the
17*7cf00d98SAndrew Rist * specific language governing permissions and limitations
18*7cf00d98SAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*7cf00d98SAndrew Rist *************************************************************/
21*7cf00d98SAndrew Rist
22*7cf00d98SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _SD_ANNOTATIONPANE_HRC
25cdf0e10cSrcweir#define _SD_ANNOTATIONPANE_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir#include "glob.hrc"
28cdf0e10cSrcweir
29cdf0e10cSrcweir// strings
30cdf0e10cSrcweir#define STR_ANNOTATION_TODAY                (RID_ANNOTATIONS_START+1)
31cdf0e10cSrcweir#define STR_ANNOTATION_YESTERDAY            (RID_ANNOTATIONS_START+2)
32cdf0e10cSrcweir#define STR_ANNOTATION_NOAUTHOR             (RID_ANNOTATIONS_START+3)
33cdf0e10cSrcweir#define STR_ANNOTATION_WRAP_FORWARD         (RID_ANNOTATIONS_START+4)
34cdf0e10cSrcweir#define STR_ANNOTATION_WRAP_BACKWARD        (RID_ANNOTATIONS_START+5)
35cdf0e10cSrcweir#define STR_ANNOTATION_WRAP_FORWARD_DRAW    (RID_ANNOTATIONS_START+6)
36cdf0e10cSrcweir#define STR_ANNOTATION_WRAP_BACKWARD_DRAW   (RID_ANNOTATIONS_START+7)
37cdf0e10cSrcweir#define STR_ANNOTATION_UNDO_INSERT          (RID_ANNOTATIONS_START+8)
38cdf0e10cSrcweir#define STR_ANNOTATION_UNDO_DELETE          (RID_ANNOTATIONS_START+9)
39cdf0e10cSrcweir#define STR_ANNOTATION_UNDO_MOVE            (RID_ANNOTATIONS_START+10)
40cdf0e10cSrcweir#define STR_ANNOTATION_UNDO_EDIT            (RID_ANNOTATIONS_START+11)
41cdf0e10cSrcweir#define STR_ANNOTATION_UNDO_REPLY           (RID_ANNOTATIONS_START+12)
42cdf0e10cSrcweir#define STR_ANNOTATION_REPLY                (RID_ANNOTATIONS_START+13)
43cdf0e10cSrcweir
44cdf0e10cSrcweir// menus
45cdf0e10cSrcweir#define RID_ANNOTATION_CONTEXTMENU          (RID_ANNOTATIONS_START+0)
46cdf0e10cSrcweir#define RID_ANNOTATION_TAG_CONTEXTMENU      (RID_ANNOTATIONS_START+1)
47cdf0e10cSrcweir
48cdf0e10cSrcweir#define BTN_NEW     1
49cdf0e10cSrcweir#define BTN_DELETE  2
50cdf0e10cSrcweir#define BTN_NEXT    3
51cdf0e10cSrcweir#define BTN_PREV    4
52cdf0e10cSrcweir
53cdf0e10cSrcweir#define TBX_TOOLBAR 1
54cdf0e10cSrcweir#define FT_AUTHOR   1
55cdf0e10cSrcweir#define ED_AUTHOR   2
56cdf0e10cSrcweir#define FT_DATE     3
57cdf0e10cSrcweir#define ED_DATE     4
58cdf0e10cSrcweir
59cdf0e10cSrcweir#define CT_TEXT     5
60cdf0e10cSrcweir
61cdf0e10cSrcweir#endif // _SD_ANNOTATIONPANE_HRC
62