xref: /aoo4110/main/sw/source/ui/table/tautofmt.hrc (revision b1cdbd2c)
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#ifndef SW_TAUTOFMT_HRC
24#define SW_TAUTOFMT_HRC
25
26#include "table.hrc"
27// allgemein
28#define BTN_OK          100
29#define BTN_CANCEL		102
30#define BTN_HELP        103
31#define BTN_MORE		104
32#define BTN_ADD			105
33#define BTN_REMOVE		106
34#define BTN_RENAME		107
35#define FT_LABEL 		110
36#define FL_FRAME        111
37#define STR_BTN_CLOSE	200
38
39// Autoformat
40#define LB_FORMAT 		1
41#define FL_FORMAT               9
42#define FL_FORMATS               29
43#define WND_PREVIEW 	19
44#define BTN_NUMFORMAT	20
45#define BTN_BORDER		21
46#define BTN_FONT		23
47#define BTN_PATTERN		24
48#define BTN_ALIGNMENT	25
49//#define BTN_ADJUST		26
50#define STR_ADD_TITLE	100
51#define STR_ADD_LABEL	101
52#define STR_DEL_TITLE	102
53#define STR_DEL_MSG		103
54#define STR_INVALID_AFNAME 104
55#define STR_RENAME_TITLE	105
56	// Autoformat-Preview:
57#define STR_JAN			121
58#define STR_FEB			122
59#define STR_MAR			123
60#define STR_NORTH		124
61#define STR_MID			125
62#define STR_SOUTH		126
63#define STR_SUM			127
64
65// Gruppierung setzen/aufheben:
66#define BTN_GROUP_COLS	1
67#define BTN_GROUP_ROWS	3
68#define STR_GROUP		1
69#define STR_UNGROUP		2
70
71
72#define ED_INPUT       1
73
74#endif
75