180fe9c7bSAndrew Rist/**************************************************************
2*7fde2df7Smseidel *
380fe9c7bSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
480fe9c7bSAndrew Rist * or more contributor license agreements.  See the NOTICE file
580fe9c7bSAndrew Rist * distributed with this work for additional information
680fe9c7bSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
780fe9c7bSAndrew Rist * to you under the Apache License, Version 2.0 (the
880fe9c7bSAndrew Rist * "License"); you may not use this file except in compliance
980fe9c7bSAndrew Rist * with the License.  You may obtain a copy of the License at
10*7fde2df7Smseidel *
1180fe9c7bSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*7fde2df7Smseidel *
1380fe9c7bSAndrew Rist * Unless required by applicable law or agreed to in writing,
1480fe9c7bSAndrew Rist * software distributed under the License is distributed on an
1580fe9c7bSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1680fe9c7bSAndrew Rist * KIND, either express or implied.  See the License for the
1780fe9c7bSAndrew Rist * specific language governing permissions and limitations
1880fe9c7bSAndrew Rist * under the License.
19*7fde2df7Smseidel *
2080fe9c7bSAndrew Rist *************************************************************/
2180fe9c7bSAndrew Rist
22cdf0e10cSrcweir#ifndef EXTENSIONS_PROPRESID_HRC
23cdf0e10cSrcweir#include "formresid.hrc"
24cdf0e10cSrcweir#endif
25cdf0e10cSrcweir#ifndef _EXTENSIONS_PROPCTRLR_FORMLOCALID_HRC_
26cdf0e10cSrcweir#include "formlocalid.hrc"
27cdf0e10cSrcweir#endif
28cdf0e10cSrcweir
29cdf0e10cSrcweirTabDialog RID_TABDLG_FONTDIALOG
30cdf0e10cSrcweir{
31cdf0e10cSrcweir	OutputSize = TRUE ;
32cdf0e10cSrcweir	SVLook = TRUE ;
33cdf0e10cSrcweir	Text [ en-US ] = "Character" ;
34cdf0e10cSrcweir	Moveable = TRUE ;
35cdf0e10cSrcweir	TabControl 1
36cdf0e10cSrcweir	{
37cdf0e10cSrcweir		OutputSize = TRUE ;
38cdf0e10cSrcweir		PageList =
39cdf0e10cSrcweir		{
40cdf0e10cSrcweir			PageItem
41cdf0e10cSrcweir			{
42cdf0e10cSrcweir				Identifier = TABPAGE_CHARACTERS ;
43cdf0e10cSrcweir				PageResID = TABPAGE_CHARACTERS ;
44cdf0e10cSrcweir				Text [ en-US ] = "Font" ;
45cdf0e10cSrcweir			};
46cdf0e10cSrcweir			PageItem
47cdf0e10cSrcweir			{
48cdf0e10cSrcweir				Identifier = TABPAGE_CHARACTERS_EXT ;
49cdf0e10cSrcweir				PageResID = TABPAGE_CHARACTERS_EXT ;
50cdf0e10cSrcweir				Text [ en-US ] = "Font Effects" ;
51cdf0e10cSrcweir			};
52cdf0e10cSrcweir		};
53cdf0e10cSrcweir	};
54cdf0e10cSrcweir};
55*7fde2df7Smseidel
56*7fde2df7Smseidel// ********************************************************************** EOF
57