xref: /trunk/main/cui/source/options/fontsubs.src (revision 7fef15a05361f8f1b42d405319d0a0263cbbbd55)
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
24// include ------------------------------------------------------------------
25#include "fontsubs.hrc"
26#include "helpid.hrc"
27// pragma -------------------------------------------------------------------
28
29TabPage RID_SVX_FONT_SUBSTITUTION
30{
31    HelpID = HID_OFA_FONT_SUBSTITUTION ;
32    SVLook = TRUE ;
33    Hide = TRUE ;
34    Size = MAP_APPFONT ( 260, 185 ) ;
35    CheckBox CB_USETABLE
36    {
37        HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_USETABLE";
38        Pos = MAP_APPFONT ( 6, 6 ) ;
39        Size = MAP_APPFONT ( 248, 10 ) ;
40        TabStop = TRUE ;
41        Text [ en-US ] = "~Apply replacement table" ;
42    };
43    FixedText FT_FONT1
44    {
45        Pos = MAP_APPFONT ( 6, 20 ) ;
46        Size = MAP_APPFONT ( 100, 8 ) ;
47        Left = TRUE ;
48        Text [ en-US ] = "~Font" ;
49    };
50    ComboBox CB_FONT1
51    {
52        HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT1";
53        Border = TRUE ;
54        Pos = MAP_APPFONT ( 6, 33 ) ;
55        Size = MAP_APPFONT ( 100, 100 ) ;
56        TabStop = TRUE ;
57        AutoSize = TRUE ;
58        AutoHScroll = TRUE ;
59        DDExtraWidth = TRUE ;
60        DropDown = TRUE ;
61        Sort = TRUE ;
62    };
63    FixedText FT_FONT2
64    {
65        Pos = MAP_APPFONT ( 110, 20 ) ;
66        Size = MAP_APPFONT ( 100, 8 ) ;
67        Left = TRUE ;
68        Text [ en-US ] = "Re~place with" ;
69    };
70    ComboBox CB_FONT2
71    {
72        HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT2";
73        Border = TRUE ;
74        Pos = MAP_APPFONT ( 110, 33 ) ;
75        Size = MAP_APPFONT ( 100, 100 ) ;
76        TabStop = TRUE ;
77        AutoSize = TRUE ;
78        AutoHScroll = TRUE ;
79        DDExtraWidth = TRUE ;
80        DropDown = TRUE ;
81        Sort = TRUE ;
82    };
83    ImageList IL_ICON
84    {
85        Prefix = "nu" ;
86        IdList =
87        {
88            BT_SUBSTAPPLY ;
89            BT_SUBSTDELETE ;
90        };
91        IdCount = { 2 ; } ;
92    };
93    ToolBox TBX_SUBSTNEWDEL
94    {
95        Pos = MAP_APPFONT ( 214, 33 ) ;
96        SVLook = TRUE ;
97        Border = FALSE ;
98        ItemList =
99        {
100            ToolBoxItem
101            {
102                Identifier = BT_SUBSTAPPLY ;
103                HelpID = HID_OFA_SUBST_APPLY ;
104                Text [ en-US ] = "Apply" ;
105            };
106            ToolBoxItem
107            {
108                Identifier = BT_SUBSTDELETE ;
109                HelpID = HID_OFA_SUBST_DELETE ;
110                Text [ en-US ] = "Delete" ;
111            };
112        };
113    };
114    Control CLB_SUBSTITUTES
115    {
116        Pos = MAP_APPFONT ( 6, 48 ) ;
117        Size = MAP_APPFONT ( 248, 75 ) ;
118        Border = TRUE ;
119        TabStop = TRUE ;
120    };
121    FixedLine FL_SOURCEVIEW
122    {
123        Pos = MAP_APPFONT ( 6, 129 ) ;
124        Size = MAP_APPFONT ( 248, 8 ) ;
125        Text [ en-US ] = "Font settings for HTML, Basic and SQL sources" ;
126    };
127    FixedText FT_FONTNAME
128    {
129        Pos = MAP_APPFONT ( 6, 142 ) ;
130        Size = MAP_APPFONT ( 57, 8 ) ;
131        Text [ en-US ] = "Fonts" ;
132    };
133    ListBox LB_FONTNAME
134    {
135        HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTNAME";
136        Pos = MAP_APPFONT ( 65, 140 ) ;
137        Size = MAP_APPFONT ( 100, 68 ) ;
138        Border = TRUE ;
139        TabStop = TRUE ;
140        DropDown = TRUE ;
141    };
142    CheckBox CB_NONPROP
143    {
144        HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_NONPROP";
145        Pos = MAP_APPFONT ( 65, 155 ) ;
146        Size = MAP_APPFONT ( 180, 10 ) ;
147        TabStop = TRUE ;
148        Text [ en-US ] = "Non-proportional fonts only" ;
149    };
150    FixedText FT_FONTHEIGHT
151    {
152        Pos = MAP_APPFONT ( 6, 171 ) ;
153        Size = MAP_APPFONT ( 57, 8 ) ;
154        Text [ en-US ] ="~Size" ;
155    };
156    ListBox LB_FONTHEIGHT
157    {
158        HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTHEIGHT";
159        Pos = MAP_APPFONT ( 65, 169 ) ;
160        Size = MAP_APPFONT ( 30, 68 ) ;
161        Border = TRUE ;
162        TabStop = TRUE ;
163        DropDown = TRUE ;
164    };
165    String STR_HEADER1
166    {
167        Text [ en-US ] = "Always" ;
168    };
169    String STR_HEADER2
170    {
171        Text [ en-US ] = "Screen only" ;
172    };
173    String STR_HEADER3
174    {
175        Text [ en-US ] = "Font" ;
176    };
177    String STR_HEADER4
178    {
179        Text [ en-US ] = "Replace with" ;
180    };
181    String STR_AUTOMATIC
182    {
183        Text [ en-US ] = "Automatic" ;
184    };
185};
186
187// ******************************************************************* EOF
188