xref: /trunk/main/cui/source/options/fontsubs.src (revision 98ab5aa0)
10e2af6afSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
30e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
40e2af6afSAndrew Rist * or more contributor license agreements.  See the NOTICE file
50e2af6afSAndrew Rist * distributed with this work for additional information
60e2af6afSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
70e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the
80e2af6afSAndrew Rist * "License"); you may not use this file except in compliance
90e2af6afSAndrew Rist * with the License.  You may obtain a copy of the License at
100e2af6afSAndrew Rist *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
120e2af6afSAndrew Rist *
130e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing,
140e2af6afSAndrew Rist * software distributed under the License is distributed on an
150e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
160e2af6afSAndrew Rist * KIND, either express or implied.  See the License for the
170e2af6afSAndrew Rist * specific language governing permissions and limitations
180e2af6afSAndrew Rist * under the License.
190e2af6afSAndrew Rist *
200e2af6afSAndrew Rist *************************************************************/
210e2af6afSAndrew Rist
220e2af6afSAndrew Rist
23cdf0e10cSrcweir
24ecd860a2SMatthias Seidel// include ------------------------------------------------------------------
25cdf0e10cSrcweir#include "fontsubs.hrc"
26cdf0e10cSrcweir#include "helpid.hrc"
27ecd860a2SMatthias Seidel// pragma -------------------------------------------------------------------
28cdf0e10cSrcweir
29cdf0e10cSrcweirTabPage RID_SVX_FONT_SUBSTITUTION
30cdf0e10cSrcweir{
31cdf0e10cSrcweir	HelpID = HID_OFA_FONT_SUBSTITUTION ;
32cdf0e10cSrcweir	SVLook = TRUE ;
33cdf0e10cSrcweir	Hide = TRUE ;
34ecd860a2SMatthias Seidel	Size = MAP_APPFONT ( 260, 185 ) ;
35cdf0e10cSrcweir	CheckBox CB_USETABLE
36cdf0e10cSrcweir	{
37ecd860a2SMatthias Seidel		HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_USETABLE";
38ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 6, 6 ) ;
39ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 248, 10 ) ;
40cdf0e10cSrcweir		TabStop = TRUE ;
41ecd860a2SMatthias Seidel		Text [ en-US ] = "~Apply replacement table" ;
42cdf0e10cSrcweir	};
43ecd860a2SMatthias Seidel	FixedText FT_FONT1
44cdf0e10cSrcweir	{
45ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 6, 20 ) ;
46ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 100, 8 ) ;
47cdf0e10cSrcweir		Left = TRUE ;
48ecd860a2SMatthias Seidel		Text [ en-US ] = "~Font" ;
49cdf0e10cSrcweir	};
50cdf0e10cSrcweir	ComboBox CB_FONT1
51cdf0e10cSrcweir	{
52ecd860a2SMatthias Seidel		HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT1";
53cdf0e10cSrcweir		Border = TRUE ;
54ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 6, 33 ) ;
55ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 100, 100 ) ;
56cdf0e10cSrcweir		TabStop = TRUE ;
57cdf0e10cSrcweir		AutoSize = TRUE ;
58cdf0e10cSrcweir		AutoHScroll = TRUE ;
59cdf0e10cSrcweir		DDExtraWidth = TRUE ;
60ecd860a2SMatthias Seidel		DropDown = TRUE ;
61ecd860a2SMatthias Seidel		Sort = TRUE ;
62cdf0e10cSrcweir	};
63cdf0e10cSrcweir	FixedText FT_FONT2
64cdf0e10cSrcweir	{
65ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 110, 20 ) ;
66ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 100, 8 ) ;
67cdf0e10cSrcweir		Left = TRUE ;
68ecd860a2SMatthias Seidel		Text [ en-US ] = "Re~place with" ;
69cdf0e10cSrcweir	};
70cdf0e10cSrcweir	ComboBox CB_FONT2
71cdf0e10cSrcweir	{
72ecd860a2SMatthias Seidel		HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT2";
73cdf0e10cSrcweir		Border = TRUE ;
74ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 110, 33 ) ;
75ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 100, 100 ) ;
76cdf0e10cSrcweir		TabStop = TRUE ;
77cdf0e10cSrcweir		AutoSize = TRUE ;
78cdf0e10cSrcweir		AutoHScroll = TRUE ;
79cdf0e10cSrcweir		DDExtraWidth = TRUE ;
80ecd860a2SMatthias Seidel		DropDown = TRUE ;
81ecd860a2SMatthias Seidel		Sort = TRUE ;
82cdf0e10cSrcweir	};
83cdf0e10cSrcweir	ImageList IL_ICON
84cdf0e10cSrcweir	{
85*98ab5aa0SMatthias Seidel		Prefix = "nu";
86*98ab5aa0SMatthias Seidel		MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
87cdf0e10cSrcweir		IdList =
88cdf0e10cSrcweir		{
89cdf0e10cSrcweir			BT_SUBSTAPPLY ;
90cdf0e10cSrcweir			BT_SUBSTDELETE ;
91cdf0e10cSrcweir		};
92*98ab5aa0SMatthias Seidel		IdCount = { 2 ; };
93cdf0e10cSrcweir	};
94cdf0e10cSrcweir	ToolBox TBX_SUBSTNEWDEL
95cdf0e10cSrcweir	{
96ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 214, 33 ) ;
97cdf0e10cSrcweir		SVLook = TRUE ;
98cdf0e10cSrcweir		Border = FALSE ;
99cdf0e10cSrcweir		ItemList =
100cdf0e10cSrcweir		{
101cdf0e10cSrcweir			ToolBoxItem
102cdf0e10cSrcweir			{
103cdf0e10cSrcweir				Identifier = BT_SUBSTAPPLY ;
104cdf0e10cSrcweir				HelpID = HID_OFA_SUBST_APPLY ;
105cdf0e10cSrcweir				Text [ en-US ] = "Apply" ;
106cdf0e10cSrcweir			};
107cdf0e10cSrcweir			ToolBoxItem
108cdf0e10cSrcweir			{
109cdf0e10cSrcweir				Identifier = BT_SUBSTDELETE ;
110cdf0e10cSrcweir				HelpID = HID_OFA_SUBST_DELETE ;
111cdf0e10cSrcweir				Text [ en-US ] = "Delete" ;
112cdf0e10cSrcweir			};
113cdf0e10cSrcweir		};
114cdf0e10cSrcweir	};
115ecd860a2SMatthias Seidel	Control CLB_SUBSTITUTES
116cdf0e10cSrcweir	{
117ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 6, 48 ) ;
118ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 248, 75 ) ;
119cdf0e10cSrcweir		Border = TRUE ;
120cdf0e10cSrcweir		TabStop = TRUE ;
121cdf0e10cSrcweir	};
122ecd860a2SMatthias Seidel	FixedLine FL_SOURCEVIEW
123ecd860a2SMatthias Seidel	{
124ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 6, 129 ) ;
125ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 248, 8 ) ;
126ecd860a2SMatthias Seidel		Text [ en-US ] = "Font settings for HTML, Basic and SQL sources" ;
127ecd860a2SMatthias Seidel	};
128ecd860a2SMatthias Seidel	FixedText FT_FONTNAME
129ecd860a2SMatthias Seidel	{
130ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 6, 142 ) ;
131ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 57, 8 ) ;
132ecd860a2SMatthias Seidel		Text [ en-US ] = "Fonts" ;
133ecd860a2SMatthias Seidel	};
134ecd860a2SMatthias Seidel	ListBox LB_FONTNAME
135ecd860a2SMatthias Seidel	{
136ecd860a2SMatthias Seidel		HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTNAME";
137ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 65, 140 ) ;
138ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 100, 68 ) ;
139cdf0e10cSrcweir		Border = TRUE ;
140cdf0e10cSrcweir		TabStop = TRUE ;
141ecd860a2SMatthias Seidel		DropDown = TRUE ;
142cdf0e10cSrcweir	};
143ecd860a2SMatthias Seidel	CheckBox CB_NONPROP
144ecd860a2SMatthias Seidel	{
145ecd860a2SMatthias Seidel		HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_NONPROP";
146ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 65, 155 ) ;
147ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 180, 10 ) ;
148cdf0e10cSrcweir		TabStop = TRUE ;
149ecd860a2SMatthias Seidel		Text [ en-US ] = "Non-proportional fonts only" ;
150ecd860a2SMatthias Seidel	};
151ecd860a2SMatthias Seidel	FixedText FT_FONTHEIGHT
152ecd860a2SMatthias Seidel	{
153ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 6, 171 ) ;
154ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 57, 8 ) ;
155ecd860a2SMatthias Seidel		Text [ en-US ] ="~Size" ;
156ecd860a2SMatthias Seidel	};
157ecd860a2SMatthias Seidel	ListBox LB_FONTHEIGHT
158ecd860a2SMatthias Seidel	{
159ecd860a2SMatthias Seidel		HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTHEIGHT";
160ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 65, 169 ) ;
161ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 30, 68 ) ;
162cdf0e10cSrcweir		Border = TRUE ;
163cdf0e10cSrcweir		TabStop = TRUE ;
164ecd860a2SMatthias Seidel		DropDown = TRUE ;
165ecd860a2SMatthias Seidel	};
166ecd860a2SMatthias Seidel	String STR_HEADER1
167cdf0e10cSrcweir	{
168ecd860a2SMatthias Seidel		Text [ en-US ] = "Always" ;
169cdf0e10cSrcweir	};
170cdf0e10cSrcweir	String STR_HEADER2
171cdf0e10cSrcweir	{
172ecd860a2SMatthias Seidel		Text [ en-US ] = "Screen only" ;
173cdf0e10cSrcweir	};
174cdf0e10cSrcweir	String STR_HEADER3
175cdf0e10cSrcweir	{
176ecd860a2SMatthias Seidel		Text [ en-US ] = "Font" ;
177cdf0e10cSrcweir	};
178cdf0e10cSrcweir	String STR_HEADER4
179cdf0e10cSrcweir	{
180ecd860a2SMatthias Seidel		Text [ en-US ] = "Replace with" ;
181cdf0e10cSrcweir	};
182ecd860a2SMatthias Seidel	String STR_AUTOMATIC
183ecd860a2SMatthias Seidel	{
184ecd860a2SMatthias Seidel		Text [ en-US ] = "Automatic" ;
185cdf0e10cSrcweir	};
186cdf0e10cSrcweir};
187cdf0e10cSrcweir
188ecd860a2SMatthias Seidel// ******************************************************************* EOF
189