xref: /aoo42x/main/sfx2/source/dialog/mgetempl.src (revision b9c80df1)
1acbf353aSAndrew Rist/**************************************************************
2*b9c80df1Smseidel *
3acbf353aSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4acbf353aSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5acbf353aSAndrew Rist * distributed with this work for additional information
6acbf353aSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7acbf353aSAndrew Rist * to you under the Apache License, Version 2.0 (the
8acbf353aSAndrew Rist * "License"); you may not use this file except in compliance
9acbf353aSAndrew Rist * with the License.  You may obtain a copy of the License at
10*b9c80df1Smseidel *
11acbf353aSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*b9c80df1Smseidel *
13acbf353aSAndrew Rist * Unless required by applicable law or agreed to in writing,
14acbf353aSAndrew Rist * software distributed under the License is distributed on an
15acbf353aSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16acbf353aSAndrew Rist * KIND, either express or implied.  See the License for the
17acbf353aSAndrew Rist * specific language governing permissions and limitations
18acbf353aSAndrew Rist * under the License.
19*b9c80df1Smseidel *
20acbf353aSAndrew Rist *************************************************************/
21acbf353aSAndrew Rist
22acbf353aSAndrew Rist
23*b9c80df1Smseidel
24*b9c80df1Smseidel// include ---------------------------------------------------------------
25cdf0e10cSrcweir#include <sfx2/sfx.hrc>
26cdf0e10cSrcweir#include "helpid.hrc"
27cdf0e10cSrcweir#include "mgetempl.hrc"
28*b9c80df1Smseidel// pragma ----------------------------------------------------------------
29cdf0e10cSrcweir
30*b9c80df1Smseidel// TP_MANAGE_STYLES ------------------------------------------------------
31cdf0e10cSrcweirTabPage TP_MANAGE_STYLES
32cdf0e10cSrcweir{
33cdf0e10cSrcweir	HelpId = HID_MANAGE_STYLES ;
34cdf0e10cSrcweir	Hide = TRUE ;
35*b9c80df1Smseidel	Size = MAP_APPFONT ( 260, 185 ) ;
36cdf0e10cSrcweir	FixedText FT_NAME
37cdf0e10cSrcweir	{
38*b9c80df1Smseidel		Pos = MAP_APPFONT ( 6, 8 ) ;
39*b9c80df1Smseidel		Size = MAP_APPFONT ( 61, 10 ) ;
40cdf0e10cSrcweir		Text [ en-US ] = "~Name" ;
41cdf0e10cSrcweir	};
42cdf0e10cSrcweir	Edit ED_NAME
43cdf0e10cSrcweir	{
44*b9c80df1Smseidel		HelpID = "sfx2:Edit:TP_MANAGE_STYLES:ED_NAME" ;
45cdf0e10cSrcweir		Border = TRUE ;
46*b9c80df1Smseidel		Pos = MAP_APPFONT ( 70, 6 ) ;
47*b9c80df1Smseidel		Size = MAP_APPFONT ( 184, 12 ) ;
48*b9c80df1Smseidel	};
49*b9c80df1Smseidel	MultiLineEdit MLE_NAME
50*b9c80df1Smseidel	{
51*b9c80df1Smseidel		Pos = MAP_APPFONT ( 70, 8 ) ;
52*b9c80df1Smseidel		Size = MAP_APPFONT ( 80, 12 ) ;
53*b9c80df1Smseidel		Border = FALSE ;
54*b9c80df1Smseidel		ReadOnly = TRUE ;
55*b9c80df1Smseidel		Hide = TRUE ;
56cdf0e10cSrcweir	};
57cdf0e10cSrcweir	CheckBox CB_AUTO
58cdf0e10cSrcweir	{
59*b9c80df1Smseidel		HelpID = "sfx2:CheckBox:TP_MANAGE_STYLES:CB_AUTO" ;
60*b9c80df1Smseidel		Pos = MAP_APPFONT ( 164, 8 ) ;
61*b9c80df1Smseidel		Size = MAP_APPFONT ( 90, 10 ) ;
62cdf0e10cSrcweir		Hide = TRUE ;
63cdf0e10cSrcweir		Text [ en-US ] = "~AutoUpdate" ;
64cdf0e10cSrcweir	};
65cdf0e10cSrcweir	FixedText FT_NEXT
66cdf0e10cSrcweir	{
67*b9c80df1Smseidel		Pos = MAP_APPFONT ( 6, 26 ) ;
68*b9c80df1Smseidel		Size = MAP_APPFONT ( 61, 10 ) ;
69cdf0e10cSrcweir		Text [ en-US ] = "Ne~xt Style" ;
70cdf0e10cSrcweir	};
71cdf0e10cSrcweir	ListBox LB_NEXT
72cdf0e10cSrcweir	{
73*b9c80df1Smseidel		HelpID = "sfx2:ListBox:TP_MANAGE_STYLES:LB_NEXT" ;
74cdf0e10cSrcweir		Border = TRUE ;
75*b9c80df1Smseidel		Pos = MAP_APPFONT ( 70, 24 ) ;
76*b9c80df1Smseidel		Size = MAP_APPFONT ( 184, 65 ) ;
77cdf0e10cSrcweir		DropDown = TRUE ;
78cdf0e10cSrcweir		Sort = TRUE ;
79cdf0e10cSrcweir	};
80cdf0e10cSrcweir	FixedText FT_BASE
81cdf0e10cSrcweir	{
82*b9c80df1Smseidel		Pos = MAP_APPFONT ( 6, 44 ) ;
83*b9c80df1Smseidel		Size = MAP_APPFONT ( 61, 10 ) ;
84cdf0e10cSrcweir		Text [ en-US ] = "Linked with" ;
85cdf0e10cSrcweir	};
86cdf0e10cSrcweir	ListBox LB_BASE
87cdf0e10cSrcweir	{
88*b9c80df1Smseidel		HelpID = "sfx2:ListBox:TP_MANAGE_STYLES:LB_BASE" ;
89cdf0e10cSrcweir		Border = TRUE ;
90*b9c80df1Smseidel		Pos = MAP_APPFONT ( 70, 42 ) ;
91*b9c80df1Smseidel		Size = MAP_APPFONT ( 184, 65 ) ;
92cdf0e10cSrcweir		DropDown = TRUE ;
93cdf0e10cSrcweir		Sort = TRUE ;
94cdf0e10cSrcweir	};
95cdf0e10cSrcweir	FixedText FT_REGION
96cdf0e10cSrcweir	{
97*b9c80df1Smseidel		Pos = MAP_APPFONT ( 6, 62 ) ;
98*b9c80df1Smseidel		Size = MAP_APPFONT ( 61, 10 ) ;
99cdf0e10cSrcweir		Text [ en-US ] = "~Category" ;
100cdf0e10cSrcweir	};
101cdf0e10cSrcweir	ListBox LB_REGION
102cdf0e10cSrcweir	{
103*b9c80df1Smseidel		HelpID = "sfx2:ListBox:TP_MANAGE_STYLES:LB_REGION" ;
104cdf0e10cSrcweir		Border = TRUE ;
105*b9c80df1Smseidel		Pos = MAP_APPFONT ( 70, 60 ) ;
106*b9c80df1Smseidel		Size = MAP_APPFONT ( 184, 64 ) ;
107cdf0e10cSrcweir		DropDown = TRUE ;
108cdf0e10cSrcweir	};
109cdf0e10cSrcweir	FixedText FT_DESC
110cdf0e10cSrcweir	{
111*b9c80df1Smseidel		Pos = MAP_APPFONT ( 12, 88 ) ;
112*b9c80df1Smseidel		Size = MAP_APPFONT ( 236, 85 ) ;
113cdf0e10cSrcweir		WordBreak = TRUE ;
114cdf0e10cSrcweir		Hide = TRUE ;
115cdf0e10cSrcweir	};
116cdf0e10cSrcweir	MultiLineEdit ED_DESC
117cdf0e10cSrcweir	{
118*b9c80df1Smseidel		HelpID = "sfx2:MultiLineEdit:TP_MANAGE_STYLES:ED_DESC" ;
119*b9c80df1Smseidel		Pos = MAP_APPFONT ( 12, 88 ) ;
120*b9c80df1Smseidel		Size = MAP_APPFONT ( 236, 85 ) ;
121cdf0e10cSrcweir		ReadOnly = TRUE ;
122*b9c80df1Smseidel		IgnoreTab = TRUE ;
123cdf0e10cSrcweir	};
124*b9c80df1Smseidel	FixedLine GB_DESC
125cdf0e10cSrcweir	{
126*b9c80df1Smseidel		Pos = MAP_APPFONT ( 6, 77 ) ;
127*b9c80df1Smseidel		Size = MAP_APPFONT ( 248, 8 ) ;
128cdf0e10cSrcweir		Text [ en-US ] = "Contains" ;
129cdf0e10cSrcweir	};
130cdf0e10cSrcweir};
131cdf0e10cSrcweir
132*b9c80df1Smseidel// ********************************************************************** EOF
133