Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / sfx2 / source / dialog / mgetempl.src
blob9d0a8e269234eb20937372cfa7bdffdc65a52044
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
28 #include <sfx2/sfx.hrc>
29 #include <sfx2/tabpage.hrc>
30 #include "helpid.hrc"
31 #include "mgetempl.hrc"
33  // TP_MANAGE_STYLES ------------------------------------------------------
34 TabPage TP_MANAGE_STYLES
36     HelpId = HID_MANAGE_STYLES ;
37     Hide = TRUE ;
38     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
39     FixedText FT_NAME
40     {
41         Pos = MAP_APPFONT ( 6 , 8 ) ;
42         Size = MAP_APPFONT ( 61 , 10 ) ;
43         Text [ en-US ] = "~Name" ;
44     };
45     Edit ED_NAME
46     {
47         HelpID = "sfx2:Edit:TP_MANAGE_STYLES:ED_NAME";
48         Border = TRUE ;
49         Pos = MAP_APPFONT ( 70 , 6  ) ;
50         Size = MAP_APPFONT ( 184 , 12 ) ;
51     };
52     MultiLineEdit MLE_NAME
53     {
54         Pos = MAP_APPFONT ( 70 , 8  ) ;
55         Size = MAP_APPFONT ( 80 , 12 ) ;
56         Border = FALSE;
57         ReadOnly = TRUE;
58         Hide = TRUE;
59     };
60     CheckBox CB_AUTO
61     {
62         HelpID = "sfx2:CheckBox:TP_MANAGE_STYLES:CB_AUTO";
63         Pos = MAP_APPFONT ( 164 , 8 ) ;
64         Size = MAP_APPFONT ( 90 , 10 ) ;
65         Hide = TRUE ;
66         Text [ en-US ] = "~AutoUpdate" ;
67     };
68     FixedText FT_NEXT
69     {
70         Pos = MAP_APPFONT ( 6 , 26 ) ;
71         Size = MAP_APPFONT ( 61 , 10 ) ;
72         Text [ en-US ] = "Ne~xt Style" ;
73     };
74     ListBox LB_NEXT
75     {
76         HelpID = "sfx2:ListBox:TP_MANAGE_STYLES:LB_NEXT";
77         Border = TRUE ;
78         Pos = MAP_APPFONT ( 70 , 24 ) ;
79         Size = MAP_APPFONT ( 184 , 65 ) ;
80         DropDown = TRUE ;
81         Sort = TRUE ;
82     };
83     FixedText FT_BASE
84     {
85         Pos = MAP_APPFONT ( 6 , 44 ) ;
86         Size = MAP_APPFONT ( 61 , 10 ) ;
87         Text [ en-US ] = "Linked with" ;
88     };
89     ListBox LB_BASE
90     {
91         HelpID = "sfx2:ListBox:TP_MANAGE_STYLES:LB_BASE";
92         Border = TRUE ;
93         Pos = MAP_APPFONT ( 70 , 42 ) ;
94         Size = MAP_APPFONT ( 184 , 65 ) ;
95         DropDown = TRUE ;
96         Sort = TRUE ;
97     };
98     FixedText FT_REGION
99     {
100         Pos = MAP_APPFONT ( 6 , 62 ) ;
101         Size = MAP_APPFONT ( 61 , 10 ) ;
102         Text [ en-US ] = "~Category" ;
103     };
104     ListBox LB_REGION
105     {
106         HelpID = "sfx2:ListBox:TP_MANAGE_STYLES:LB_REGION";
107         Border = TRUE ;
108         Pos = MAP_APPFONT ( 70 , 60 ) ;
109         Size = MAP_APPFONT ( 184 , 64 ) ;
110         DropDown = TRUE ;
111     };
112     FixedText FT_DESC
113     {
114         Pos = MAP_APPFONT ( 12 , 88  ) ;
115         Size = MAP_APPFONT ( 236 , 85 ) ;
116         WordBreak = TRUE ;
117         Hide = TRUE ;
118     };
119     MultiLineEdit ED_DESC
120     {
121         HelpID = "sfx2:MultiLineEdit:TP_MANAGE_STYLES:ED_DESC";
122         Pos = MAP_APPFONT ( 12 , 88  ) ;
123         Size = MAP_APPFONT ( 236 , 85 ) ;
124         ReadOnly = TRUE ;
125         IgnoreTab = TRUE;
126     };
127     FixedLine GB_DESC
128     {
129         Pos = MAP_APPFONT ( 6 , 77  ) ;
130         Size = MAP_APPFONT ( 248 , 8 ) ;
131         Text [ en-US ] = "Contains" ;
132     };
134  // ********************************************************************** EOF