merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / envelp / labfmt.hrc
blob8f1c86157e715861680278d9e0509fb3767cef62
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: labfmt.hrc,v $
10  * $Revision: 1.5 $
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  ************************************************************************/
31 #ifndef _LABFMT_HRC
32 #define _LABFMT_HRC
34 // #include *****************************************************************
36 #include "envelp.hrc"
38 // Lokale Resourcen *********************************************************
40 #define WIN_PREVIEW   1
41 #define TXT_HDIST     2
42 #define FLD_HDIST     3
43 #define TXT_VDIST     4
44 #define FLD_VDIST     5
45 #define TXT_WIDTH     6
46 #define FLD_WIDTH     7
47 #define TXT_HEIGHT    8
48 #define FLD_HEIGHT    9
49 #define TXT_LEFT     10
50 #define FLD_LEFT     11
51 #define TXT_UPPER    12
52 #define FLD_UPPER    13
53 #define TXT_COLUMNS  14
54 #define FLD_COLUMNS  15
55 #define TXT_ROWS     16
56 #define FLD_ROWS     17
57 #define FL_NONAME   18
58 #define PB_SAVE          19
59 #define FI_MAKE      20
60 #define FI_TYPE      21
62 #define FL_OPTIONS              1
63 #define FT_MAKE         2
64 #define CB_MAKE         3
65 #define FT_TYPE         4
66 #define ED_TYPE         5
67 #define PB_OK           6
68 #define PB_CANCEL       7
69 #define PB_HELP         8
70 #define MB_QUERY                9
72 // Globale Resourcen ********************************************************
74 #define STR_HDIST   (RC_LABFMT_BEGIN + 1)
75 #define STR_VDIST   (RC_LABFMT_BEGIN + 2)
76 #define STR_WIDTH   (RC_LABFMT_BEGIN + 3)
77 #define STR_HEIGHT  (RC_LABFMT_BEGIN + 4)
78 #define STR_LEFT    (RC_LABFMT_BEGIN + 5)
79 #define STR_UPPER   (RC_LABFMT_BEGIN + 6)
80 #define STR_COLS    (RC_LABFMT_BEGIN + 7)
81 #define STR_ROWS    (RC_LABFMT_BEGIN + 8)
83 // Ueberlaufpruefung ********************************************************
85 #define LABFMT_ACT_END  STR_ROWS
87 #if LABFMT_ACT_END > RC_LABFMT_END
88 #error Resource-Ueberlauf in #file, #line
89 #endif
91 #endif