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