xref: /trunk/main/sw/source/ui/frmdlg/column.hrc (revision fefe21666d8f1c70eeb960d25c90d25186dd9a27)
1*fefe2166SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*fefe2166SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*fefe2166SAndrew Rist * distributed with this work for additional information
6*fefe2166SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*fefe2166SAndrew Rist * "License"); you may not use this file except in compliance
9*fefe2166SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*fefe2166SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*fefe2166SAndrew Rist * software distributed under the License is distributed on an
15*fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*fefe2166SAndrew Rist * KIND, either express or implied.  See the License for the
17*fefe2166SAndrew Rist * specific language governing permissions and limitations
18*fefe2166SAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*fefe2166SAndrew Rist *************************************************************/
21*fefe2166SAndrew Rist
22*fefe2166SAndrew Rist
23cdf0e10cSrcweir#define FT_NUMBER       1
24cdf0e10cSrcweir#define ED_NUMBER       2
25cdf0e10cSrcweir#define FT_DISTANCE     3
26cdf0e10cSrcweir#define ED_DISTANCE     4
27cdf0e10cSrcweir#define CB_AUTO_WIDTH   4
28cdf0e10cSrcweir#define FL_COLUMNS              6
29cdf0e10cSrcweir
30cdf0e10cSrcweir#define FT_1            20
31cdf0e10cSrcweir#define FT_2            21
32cdf0e10cSrcweir#define FT_3            22
33cdf0e10cSrcweir
34cdf0e10cSrcweir
35cdf0e10cSrcweir#define ED_1            25
36cdf0e10cSrcweir#define ED_2            26
37cdf0e10cSrcweir#define ED_3            27
38cdf0e10cSrcweir
39cdf0e10cSrcweir
40cdf0e10cSrcweir#define BTN_UP          30
41cdf0e10cSrcweir#define BTN_DOWN        31
42cdf0e10cSrcweir#define FL_LAYOUT       32
43cdf0e10cSrcweir
44cdf0e10cSrcweir#define FT_STYLE        33
45cdf0e10cSrcweir#define LB_STYLE        34
46cdf0e10cSrcweir#define FT_HEIGHT       35
47cdf0e10cSrcweir#define ED_HEIGHT       36
48cdf0e10cSrcweir#define FT_POSITION     37
49cdf0e10cSrcweir#define LB_POSITION     38
50cdf0e10cSrcweir#define FL_LINETYPE     39
51cdf0e10cSrcweir
52cdf0e10cSrcweir#define WN_BSP          41
53cdf0e10cSrcweir
54cdf0e10cSrcweir#define LB_REFERENCE        42
55cdf0e10cSrcweir#define CB_REGISTER             43
56cdf0e10cSrcweir#define FL_REGISTER             44
57cdf0e10cSrcweir#define FT_REFERENCE        45
58cdf0e10cSrcweir
59cdf0e10cSrcweir#define ED_DIST1                46
60cdf0e10cSrcweir#define ED_DIST2                47
61cdf0e10cSrcweir
62cdf0e10cSrcweir#define FT_COLUMN               48
63cdf0e10cSrcweir#define FT_WIDTH                49
64cdf0e10cSrcweir#define FT_DIST                 50
65cdf0e10cSrcweir#define VS_DEFAULTS             51
66cdf0e10cSrcweir#define IL_PRE_COLS             52
67cdf0e10cSrcweir
68cdf0e10cSrcweir#define FT_APPLY_TO             53
69cdf0e10cSrcweir#define LB_APPLY_TO             54
70cdf0e10cSrcweir#define PB_HELP                 55
71cdf0e10cSrcweir#define PB_CANCEL               56
72cdf0e10cSrcweir#define PB_OK                   57
73cdf0e10cSrcweir#define CB_BALANCECOLS          58
74cdf0e10cSrcweir#define FL_PROPERTIES           59
75cdf0e10cSrcweir#define FT_TEXTDIRECTION        60
76cdf0e10cSrcweir#define LB_TEXTDIRECTION        61
77cdf0e10cSrcweir#define FL_VERT                 62
78cdf0e10cSrcweir#define LISTBOX_SELECTION       0
79cdf0e10cSrcweir#define LISTBOX_SECTION         1
80cdf0e10cSrcweir#define LISTBOX_SECTIONS        2
81cdf0e10cSrcweir#define LISTBOX_PAGE            3
82cdf0e10cSrcweir#define LISTBOX_FRAME           4
83