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