xref: /trunk/main/cui/source/options/fontsubs.src (revision cdf0e10c)
1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir
28*cdf0e10cSrcweir // include ------------------------------------------------------------------
29*cdf0e10cSrcweir
30*cdf0e10cSrcweir#include "fontsubs.hrc"
31*cdf0e10cSrcweir#include "helpid.hrc"
32*cdf0e10cSrcweir
33*cdf0e10cSrcweir // pragma -------------------------------------------------------------------
34*cdf0e10cSrcweir
35*cdf0e10cSrcweir
36*cdf0e10cSrcweir
37*cdf0e10cSrcweir
38*cdf0e10cSrcweir/**************************************************************************/
39*cdf0e10cSrcweir/*                                                                        */
40*cdf0e10cSrcweir/*                                                                        */
41*cdf0e10cSrcweir/*                                                                        */
42*cdf0e10cSrcweir/**************************************************************************/
43*cdf0e10cSrcweir
44*cdf0e10cSrcweirTabPage RID_SVX_FONT_SUBSTITUTION
45*cdf0e10cSrcweir{
46*cdf0e10cSrcweir	HelpID = HID_OFA_FONT_SUBSTITUTION ;
47*cdf0e10cSrcweir	SVLook = TRUE ;
48*cdf0e10cSrcweir	Hide = TRUE ;
49*cdf0e10cSrcweir	Size = MAP_APPFONT ( 260 , 185 ) ;
50*cdf0e10cSrcweir	CheckBox CB_USETABLE
51*cdf0e10cSrcweir	{
52*cdf0e10cSrcweir	    HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_USETABLE";
53*cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 6 ) ;
54*cdf0e10cSrcweir		Size = MAP_APPFONT ( 248 , 10 ) ;
55*cdf0e10cSrcweir		TabStop = TRUE ;
56*cdf0e10cSrcweir		Text [ en-US ] = "~Apply replacement table";
57*cdf0e10cSrcweir	};
58*cdf0e10cSrcweir    FixedText FT_FONT1
59*cdf0e10cSrcweir	{
60*cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 20 ) ;
61*cdf0e10cSrcweir		Size = MAP_APPFONT ( 100 , 8 ) ;
62*cdf0e10cSrcweir		Left = TRUE ;
63*cdf0e10cSrcweir		Text [ en-US ] = "~Font";
64*cdf0e10cSrcweir	};
65*cdf0e10cSrcweir	ComboBox CB_FONT1
66*cdf0e10cSrcweir	{
67*cdf0e10cSrcweir	    HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT1";
68*cdf0e10cSrcweir		Border = TRUE ;
69*cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 33 ) ;
70*cdf0e10cSrcweir		Size = MAP_APPFONT ( 100 , 100 ) ;
71*cdf0e10cSrcweir		TabStop = TRUE ;
72*cdf0e10cSrcweir		AutoSize = TRUE ;
73*cdf0e10cSrcweir		AutoHScroll = TRUE ;
74*cdf0e10cSrcweir		DDExtraWidth = TRUE ;
75*cdf0e10cSrcweir		DropDown = TRUE;
76*cdf0e10cSrcweir        Sort = TRUE;
77*cdf0e10cSrcweir	};
78*cdf0e10cSrcweir	FixedText FT_FONT2
79*cdf0e10cSrcweir	{
80*cdf0e10cSrcweir        Pos = MAP_APPFONT ( 110 , 20 ) ;
81*cdf0e10cSrcweir		Size = MAP_APPFONT ( 100 , 8 ) ;
82*cdf0e10cSrcweir		Left = TRUE ;
83*cdf0e10cSrcweir		Text [ en-US ] = "Re~place with";
84*cdf0e10cSrcweir	};
85*cdf0e10cSrcweir	ComboBox CB_FONT2
86*cdf0e10cSrcweir	{
87*cdf0e10cSrcweir	    HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT2";
88*cdf0e10cSrcweir		Border = TRUE ;
89*cdf0e10cSrcweir        Pos = MAP_APPFONT ( 110 , 33 ) ;
90*cdf0e10cSrcweir		Size = MAP_APPFONT ( 100 , 100 ) ;
91*cdf0e10cSrcweir		TabStop = TRUE ;
92*cdf0e10cSrcweir		AutoSize = TRUE ;
93*cdf0e10cSrcweir		AutoHScroll = TRUE ;
94*cdf0e10cSrcweir		DDExtraWidth = TRUE ;
95*cdf0e10cSrcweir		DropDown = TRUE;
96*cdf0e10cSrcweir        Sort = TRUE;
97*cdf0e10cSrcweir	};
98*cdf0e10cSrcweir	ImageList IL_ICON
99*cdf0e10cSrcweir	{
100*cdf0e10cSrcweir        Prefix = "nu";
101*cdf0e10cSrcweir		MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
102*cdf0e10cSrcweir		IdList =
103*cdf0e10cSrcweir		{
104*cdf0e10cSrcweir			BT_SUBSTAPPLY ;
105*cdf0e10cSrcweir			BT_SUBSTDELETE ;
106*cdf0e10cSrcweir		};
107*cdf0e10cSrcweir		IdCount = { 2 ; };
108*cdf0e10cSrcweir	};
109*cdf0e10cSrcweir	ToolBox TBX_SUBSTNEWDEL
110*cdf0e10cSrcweir	{
111*cdf0e10cSrcweir        Pos = MAP_APPFONT ( 214 , 33 ) ;
112*cdf0e10cSrcweir		SVLook = TRUE ;
113*cdf0e10cSrcweir		Border = FALSE ;
114*cdf0e10cSrcweir		ItemList =
115*cdf0e10cSrcweir		{
116*cdf0e10cSrcweir			ToolBoxItem
117*cdf0e10cSrcweir			{
118*cdf0e10cSrcweir				Identifier = BT_SUBSTAPPLY ;
119*cdf0e10cSrcweir				HelpID = HID_OFA_SUBST_APPLY ;
120*cdf0e10cSrcweir				Text [ en-US ] = "Apply" ;
121*cdf0e10cSrcweir			};
122*cdf0e10cSrcweir			ToolBoxItem
123*cdf0e10cSrcweir			{
124*cdf0e10cSrcweir				Identifier = BT_SUBSTDELETE ;
125*cdf0e10cSrcweir				HelpID = HID_OFA_SUBST_DELETE ;
126*cdf0e10cSrcweir				Text [ en-US ] = "Delete" ;
127*cdf0e10cSrcweir			};
128*cdf0e10cSrcweir		};
129*cdf0e10cSrcweir	};
130*cdf0e10cSrcweir    Control CLB_SUBSTITUTES
131*cdf0e10cSrcweir	{
132*cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 48 ) ;
133*cdf0e10cSrcweir        Size = MAP_APPFONT ( 248 , 75 ) ;
134*cdf0e10cSrcweir		Border = TRUE ;
135*cdf0e10cSrcweir		TabStop = TRUE ;
136*cdf0e10cSrcweir	};
137*cdf0e10cSrcweir    FixedLine FL_SOURCEVIEW
138*cdf0e10cSrcweir    {
139*cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 129 ) ;
140*cdf0e10cSrcweir        Size = MAP_APPFONT ( 248 , 8 ) ;
141*cdf0e10cSrcweir        Text [ en-US ] = "Font settings for HTML, Basic and SQL sources" ;
142*cdf0e10cSrcweir	};
143*cdf0e10cSrcweir    FixedText FT_FONTNAME
144*cdf0e10cSrcweir    {
145*cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 142 ) ;
146*cdf0e10cSrcweir        Size = MAP_APPFONT ( 57 , 8 ) ;
147*cdf0e10cSrcweir        Text [ en-US ] = "Fonts" ;
148*cdf0e10cSrcweir	};
149*cdf0e10cSrcweir    ListBox LB_FONTNAME
150*cdf0e10cSrcweir    {
151*cdf0e10cSrcweir        HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTNAME";
152*cdf0e10cSrcweir        Pos = MAP_APPFONT ( 65 , 140 ) ;
153*cdf0e10cSrcweir        Size = MAP_APPFONT ( 100 , 68 ) ;
154*cdf0e10cSrcweir		Border = TRUE ;
155*cdf0e10cSrcweir		TabStop = TRUE ;
156*cdf0e10cSrcweir        DropDown = TRUE;
157*cdf0e10cSrcweir	};
158*cdf0e10cSrcweir    CheckBox  CB_NONPROP
159*cdf0e10cSrcweir    {
160*cdf0e10cSrcweir        HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_NONPROP";
161*cdf0e10cSrcweir        Pos = MAP_APPFONT ( 65 , 155 ) ;
162*cdf0e10cSrcweir        Size = MAP_APPFONT ( 180 , 10 ) ;
163*cdf0e10cSrcweir		TabStop = TRUE ;
164*cdf0e10cSrcweir        Text [ en-US ] = "Non-proportional fonts only" ;
165*cdf0e10cSrcweir	};
166*cdf0e10cSrcweir    FixedText FT_FONTHEIGHT
167*cdf0e10cSrcweir    {
168*cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 171 ) ;
169*cdf0e10cSrcweir        Size = MAP_APPFONT ( 57 , 8 ) ;
170*cdf0e10cSrcweir        Text [ en-US ] ="~Size";
171*cdf0e10cSrcweir	};
172*cdf0e10cSrcweir    ListBox LB_FONTHEIGHT
173*cdf0e10cSrcweir    {
174*cdf0e10cSrcweir        HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTHEIGHT";
175*cdf0e10cSrcweir        Pos = MAP_APPFONT ( 65 , 169 ) ;
176*cdf0e10cSrcweir        Size = MAP_APPFONT ( 30 , 68 ) ;
177*cdf0e10cSrcweir		Border = TRUE ;
178*cdf0e10cSrcweir		TabStop = TRUE ;
179*cdf0e10cSrcweir        DropDown = TRUE;
180*cdf0e10cSrcweir    };
181*cdf0e10cSrcweir    String STR_HEADER1
182*cdf0e10cSrcweir	{
183*cdf0e10cSrcweir		Text [ en-US ] = "Always";
184*cdf0e10cSrcweir	};
185*cdf0e10cSrcweir	String STR_HEADER2
186*cdf0e10cSrcweir	{
187*cdf0e10cSrcweir		Text [ en-US ] = "Screen only";
188*cdf0e10cSrcweir	};
189*cdf0e10cSrcweir	String STR_HEADER3
190*cdf0e10cSrcweir	{
191*cdf0e10cSrcweir		Text [ en-US ] = "Font";
192*cdf0e10cSrcweir	};
193*cdf0e10cSrcweir	String STR_HEADER4
194*cdf0e10cSrcweir	{
195*cdf0e10cSrcweir		Text [ en-US ] = "Replace with";
196*cdf0e10cSrcweir	};
197*cdf0e10cSrcweir    String STR_AUTOMATIC
198*cdf0e10cSrcweir    {
199*cdf0e10cSrcweir        Text [ en-US ] = "Automatic";
200*cdf0e10cSrcweir	};
201*cdf0e10cSrcweir};
202*cdf0e10cSrcweir
203