xref: /AOO41X/main/svx/source/dialog/imapdlg.hrc (revision c0dc1914a9c6ac092288b21b28e688697d02cd5a)
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#include <svx/dialogs.hrc>
24
25
26// ImapDlg-Dialoge
27#define RID_SVX_IMAPDLG_START   RID_SVX_IMAP_START
28
29
30/******************************************************************************/
31
32
33#define RID_SVXDLG_IMAP         (RID_SVX_IMAPDLG_START)
34#define RID_SVXCTL_IMAP         (RID_SVX_IMAPDLG_START + 7)
35
36#define TBX_IMAPDLG1            1
37#define TBI_APPLY               1
38#define TBI_OPEN                2
39#define TBI_SAVEAS              3
40
41#define TBI_SELECT              4
42#define TBI_RECT                5
43#define TBI_CIRCLE              6
44#define TBI_POLY                7
45#define TBI_FREEPOLY            8
46
47#define TBI_ACTIVE              16
48#define TBI_COLOR               17
49#define TBI_MACRO               18
50#define TBI_PROPERTY            19
51
52#define TBI_POLYEDIT            30
53#define TBI_POLYMOVE            31
54#define TBI_POLYINSERT          32
55#define TBI_POLYDELETE          33
56
57#define TBI_UNDO                40
58#define TBI_REDO                41
59
60#define FT_URL                  1
61#define FT_TEXT                 2
62#define FT_TARG                 3
63#define CBB_URL                 1
64#define EDT_TEXT                1
65#define LB_TARG                 1
66
67#define STB_STATUS              1
68
69#define IL_IMAPDLG              1024
70#define ILH_IMAPDLG             1025
71
72/******************************************************************************/
73
74
75#define RID_SVXMN_IMAP          (RID_SVX_IMAPDLG_START + 1)
76
77#define MN_URL                  1
78#define MN_POSITION             2
79#define MN_FRAME_TO_TOP         3
80#define MN_MOREFRONT            4
81#define MN_MOREBACK             5
82#define MN_FRAME_TO_BOTTOM      6
83#define MN_MARK_ALL             7
84#define MN_DELETE1              8
85#define MN_ACTIVATE             9
86#define MN_MACRO                10
87
88/******************************************************************************/
89
90
91#define RID_SVXCTL_FT_TARGET    (RID_SVX_IMAPDLG_START + 3)
92#define RID_SVXCTL_CBB_TARGET   (RID_SVX_IMAPDLG_START + 4)
93
94
95/******************************************************************************/
96
97
98#define STR_IMAPDLG_SAVE        (RID_SVX_IMAPDLG_START + 5)
99#define STR_IMAPDLG_MODIFY      (RID_SVX_IMAPDLG_START + 6)
100
101
102/******************************************************************************/
103