xref: /trunk/main/sfx2/source/dialog/mgetempl.src (revision 745cba7f)
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 <sfx2/sfx.hrc>
26#include "helpid.hrc"
27#include "mgetempl.hrc"
28// pragma ----------------------------------------------------------------
29
30// TP_MANAGE_STYLES ------------------------------------------------------
31TabPage TP_MANAGE_STYLES
32{
33	HelpId = HID_MANAGE_STYLES ;
34	Hide = TRUE ;
35	Size = MAP_APPFONT ( 260, 185 ) ;
36	FixedText FT_NAME
37	{
38		Pos = MAP_APPFONT ( 6, 8 ) ;
39		Size = MAP_APPFONT ( 61, 10 ) ;
40		Text [ en-US ] = "~Name" ;
41	};
42	Edit ED_NAME
43	{
44		HelpID = "sfx2:Edit:TP_MANAGE_STYLES:ED_NAME" ;
45		Border = TRUE ;
46		Pos = MAP_APPFONT ( 70, 6 ) ;
47		Size = MAP_APPFONT ( 184, 12 ) ;
48	};
49	MultiLineEdit MLE_NAME
50	{
51		Pos = MAP_APPFONT ( 70, 8 ) ;
52		Size = MAP_APPFONT ( 80, 12 ) ;
53		Border = FALSE ;
54		ReadOnly = TRUE ;
55		Hide = TRUE ;
56	};
57	CheckBox CB_AUTO
58	{
59		HelpID = "sfx2:CheckBox:TP_MANAGE_STYLES:CB_AUTO" ;
60		Pos = MAP_APPFONT ( 164, 8 ) ;
61		Size = MAP_APPFONT ( 90, 10 ) ;
62		Hide = TRUE ;
63		Text [ en-US ] = "~AutoUpdate" ;
64	};
65	FixedText FT_NEXT
66	{
67		Pos = MAP_APPFONT ( 6, 26 ) ;
68		Size = MAP_APPFONT ( 61, 10 ) ;
69		Text [ en-US ] = "Ne~xt Style" ;
70	};
71	ListBox LB_NEXT
72	{
73		HelpID = "sfx2:ListBox:TP_MANAGE_STYLES:LB_NEXT" ;
74		Border = TRUE ;
75		Pos = MAP_APPFONT ( 70, 24 ) ;
76		Size = MAP_APPFONT ( 184, 65 ) ;
77		DropDown = TRUE ;
78		Sort = TRUE ;
79	};
80	FixedText FT_BASE
81	{
82		Pos = MAP_APPFONT ( 6, 44 ) ;
83		Size = MAP_APPFONT ( 61, 10 ) ;
84		Text [ en-US ] = "Linked with" ;
85	};
86	ListBox LB_BASE
87	{
88		HelpID = "sfx2:ListBox:TP_MANAGE_STYLES:LB_BASE" ;
89		Border = TRUE ;
90		Pos = MAP_APPFONT ( 70, 42 ) ;
91		Size = MAP_APPFONT ( 184, 65 ) ;
92		DropDown = TRUE ;
93		Sort = TRUE ;
94	};
95	FixedText FT_REGION
96	{
97		Pos = MAP_APPFONT ( 6, 62 ) ;
98		Size = MAP_APPFONT ( 61, 10 ) ;
99		Text [ en-US ] = "~Category" ;
100	};
101	ListBox LB_REGION
102	{
103		HelpID = "sfx2:ListBox:TP_MANAGE_STYLES:LB_REGION" ;
104		Border = TRUE ;
105		Pos = MAP_APPFONT ( 70, 60 ) ;
106		Size = MAP_APPFONT ( 184, 64 ) ;
107		DropDown = TRUE ;
108	};
109	FixedText FT_DESC
110	{
111		Pos = MAP_APPFONT ( 12, 88 ) ;
112		Size = MAP_APPFONT ( 236, 85 ) ;
113		WordBreak = TRUE ;
114		Hide = TRUE ;
115	};
116	MultiLineEdit ED_DESC
117	{
118		HelpID = "sfx2:MultiLineEdit:TP_MANAGE_STYLES:ED_DESC" ;
119		Pos = MAP_APPFONT ( 12, 88 ) ;
120		Size = MAP_APPFONT ( 236, 85 ) ;
121		ReadOnly = TRUE ;
122		IgnoreTab = TRUE ;
123	};
124	FixedLine GB_DESC
125	{
126		Pos = MAP_APPFONT ( 6, 77 ) ;
127		Size = MAP_APPFONT ( 248, 8 ) ;
128		Text [ en-US ] = "Contains" ;
129	};
130};
131
132// ********************************************************************** EOF
133