xref: /aoo42x/main/sw/source/ui/dialog/regionsw.hrc (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27#ifndef _REGIONSW_HRC
28#define _REGIONSW_HRC
29
30#include "dialog.hrc"
31
32
33#define CB_DDE                  1
34#define CB_DISMISS              2
35#define CB_END_AT_TXTEND        3
36#define CB_END_NUM              4
37#define CB_FILE                 5
38#define CB_FTN_AT_TXTEND        6
39#define CB_FTN_NUM              7
40#define CB_HIDE                 8
41#define CB_PASSWD               9
42#define CB_PROTECT             10
43#define CB_FTN_NUM_FMT         11
44#define CB_END_NUM_FMT         12
45#define ED_CONDITION           13
46#define ED_END_PREFIX          14
47#define ED_END_SUFFIX          15
48#define ED_FILE                16
49#define ED_FTN_PREFIX          17
50#define ED_FTN_SUFFIX          18
51#define ED_RANAME              19
52#define ED_RNAME               20
53#define FT_CONDITION           21
54#define FL_EDIT_OPTIONS        22
55#define FLD_END_OFFSET         23
56#define FLD_FTN_OFFSET         24
57#define FT_DDE                 25
58#define FT_END_OFFSET          26
59#define FT_END_PREFIX          27
60#define FT_END_SUFFIX          28
61#define FT_FILE                29
62#define FT_FTN_OFFSET          30
63#define FT_FTN_PREFIX          31
64#define FT_FTN_SUFFIX          32
65#define FT_RNAME               33
66#define FT_SUBREG              34
67#define LB_END_NUMVIEW         36
68#define LB_FTN_NUMVIEW         37
69#define LB_SUBREG              38
70#define PB_CANCEL              39
71#define PB_FILE                40
72#define PB_HELP                41
73#define PB_OK                  42
74#define PB_OPTIONS             43
75#define PB_SAVED               44
76#define ST_INSERT              45
77#define TLB_SECTION            46
78#define FL_NAME                47
79#define FL_LINK                48
80#define FL_PROTECT             49
81#define FL_HIDE                50
82#define PB_PASSWD              51
83#define FL_END                 52
84#define FL_FTN                 53
85#define IL_BITMAPS              54
86#define ILH_BITMAPS             55
87// --> FME 2004-06-22 #114856# edit in readonly sections
88#define FL_PROPERTIES           56
89#define CB_EDIT_IN_READONLY     57
90// <--
91
92/* Globale Resourcen */
93#define STR_REG_DUPLICATE    	(RC_REGIONSW_BEGIN+6)
94#define STR_INFO_DUPLICATE    	(RC_REGIONSW_BEGIN+7)
95
96#define MD_INS_REGION 			(RC_REGIONSW_BEGIN+8)
97#define MD_EDIT_REGION 			(RC_REGIONSW_BEGIN+9)
98#define QB_CONNECT				(RC_REGIONSW_BEGIN+10)
99#define REG_WRONG_PASSWORD  	(RC_REGIONSW_BEGIN+11)
100#define REG_WRONG_PASSWD_REPEAT	(RC_REGIONSW_BEGIN+12)
101
102//ImageList elements
103#define BMP_HIDE            1
104#define BMP_NO_HIDE         2
105#define BMP_PROT_HIDE       3
106#define BMP_PROT_NO_HIDE    4
107
108//SwSectionIndentTabPage
109#define FL_INDENT           1
110#define FT_BEFORE           2
111#define MF_BEFORE           3
112#define FT_AFTER            4
113#define MF_AFTER            5
114#define WIN_PREVIEW         6
115
116#endif
117