xref: /aoo41x/main/cui/source/tabpages/numfmt.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 _SVX_NUMFMT_HRC
28#define _SVX_NUMFMT_HRC
29
30// defines ------------------------------------------------------------------
31
32//================================================
33// Zahlen-TabPage:
34#define WND_NUMBER_PREVIEW		2
35#define FT_CATEGORY				3
36#define FT_FORMAT				4
37#define FT_OPTIONS				5
38#define FT_EDFORMAT				6
39#define LB_CATEGORY				9
40#define LB_FORMAT				10
41#define FL_OPTIONS              11
42#define FT_LANGUAGE				12
43#define LB_LANGUAGE				13
44#define ED_FORMAT				14
45#define BTN_ADD					15
46#define BTN_REMOVE				16
47#define BMP_CHECK				17
48#define BMP_DCHECK				18
49#define BMP_CROSS				19
50#define BMP_DCROSS				20
51#define FT_DECIMALS				21
52#define ED_DECIMALS				22
53#define FT_LEADZEROES			23
54#define ED_LEADZEROES			24
55#define BTN_NEGRED				25
56#define BTN_THOUSAND			26
57#define FT_COMMENT				27
58#define ED_COMMENT				28
59#define IB_ADD					29
60#define IB_REMOVE				30
61#define IB_INFO					31
62#define	IL_ICON					32
63#define	LB_CURRENCY				33
64#define CB_SOURCEFORMAT         34
65#define IL_ICON_HC				35
66#define STR_AUTO_ENTRY          36
67
68#define TBX_ADDREMOVE			1
69#define IID_ADD					1
70#define IID_REMOVE				2
71#define IID_INFO				3
72
73#endif
74
75