update credits
[LibreOffice.git] / sw / source / ui / chrdlg / drpcps.src
blob79b4a3e74fbecd0672329a5ec2f3c5a7217b6969
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "globals.hrc"
21 #include "chrdlg.hrc"
22 #include "drpcps.hrc"
23 #include "helpid.h"
24  // TabDialog ****************************************************************
25 TabDialog DLG_DROPCAPS
27     OutputSize = TRUE ;
28     SVLook = TRUE ;
29     Text [ en-US ] = "Drop Caps" ;
30     Moveable = TRUE ;
31     TabControl 1
32     {
33         OutputSize = TRUE ;
34         PageList =
35         {
36             PageItem
37             {
38                 Identifier = TP_DROPCAPS ;
39                 Text [ en-US ] = "Drop Caps" ;
40                 PageResID = TP_DROPCAPS ;
41             };
42         };
43     };
45  // TabPage ******************************************************************
46 TabPage TP_DROPCAPS
48     HelpID = HID_DROPCAPS ;
49     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
50     Hide = TRUE ;
51     CheckBox CB_SWITCH
52     {
53         HelpID = "sw:CheckBox:TP_DROPCAPS:CB_SWITCH";
54         Pos = MAP_APPFONT ( 12 , 14 ) ;
55         Size = MAP_APPFONT ( 90 , 10 ) ;
56         Text [ en-US ] = "Display drop caps" ;
57     };
58     CheckBox CB_WORD
59     {
60         HelpID = "sw:CheckBox:TP_DROPCAPS:CB_WORD";
61         Pos = MAP_APPFONT ( 12 , 28 ) ;
62         Size = MAP_APPFONT ( 90 , 10 ) ;
63         Text [ en-US ] = "~Whole word" ;
64     };
65     FixedText FT_DROPCAPS
66     {
67         Pos = MAP_APPFONT ( 12 , 44 ) ;
68         Size = MAP_APPFONT ( 70 , 8 ) ;
69         Text [ en-US ] = "Number of ~characters:" ;
70     };
71     NumericField FLD_DROPCAPS
72     {
73         HelpID = "sw:NumericField:TP_DROPCAPS:FLD_DROPCAPS";
74         Border = TRUE ;
75         First = 1 ;
76         Last = 9 ;
77         Left = TRUE ;
78         Maximum = 9 ;
79         Minimum = 1 ;
80         Pos = MAP_APPFONT ( 89 , 42 ) ;
81         Repeat = TRUE ;
82         Size = MAP_APPFONT ( 36 , 12 ) ;
83         Spin = TRUE ;
84         TabStop = TRUE ;
85     };
86     FixedText TXT_LINES
87     {
88         Left = TRUE ;
89         Pos = MAP_APPFONT ( 12 , 60 ) ;
90         Size = MAP_APPFONT ( 70 , 8 ) ;
91         Text [ en-US ] = "~Lines" ;
92     };
93     NumericField FLD_LINES
94     {
95         HelpID = "sw:NumericField:TP_DROPCAPS:FLD_LINES";
96         Border = TRUE ;
97         First = 2 ;
98         Last = 9 ;
99         Left = TRUE ;
100         Maximum = 9 ;
101         Minimum = 2 ;
102         Pos = MAP_APPFONT ( 89 , 58 ) ;
103         Repeat = TRUE ;
104         Size = MAP_APPFONT ( 36 , 12 ) ;
105         Spin = TRUE ;
106         TabStop = TRUE ;
107     };
108     FixedText TXT_DISTANCE
109     {
110         Left = TRUE ;
111         Pos = MAP_APPFONT ( 12 , 76 ) ;
112         Size = MAP_APPFONT ( 70 , 8 ) ;
113         Text [ en-US ] = "Space to text" ;
114     };
115     MetricField FLD_DISTANCE
116     {
117         HelpID = "sw:MetricField:TP_DROPCAPS:FLD_DISTANCE";
118         Border = TRUE ;
119         DecimalDigits = 2 ;
120         First = 0 ;
121         Last = 200 ;
122         Left = TRUE ;
123         Maximum = 200 ;
124         Minimum = 0 ;
125         Pos = MAP_APPFONT ( 89 , 74 ) ;
126         Repeat = TRUE ;
127         Size = MAP_APPFONT ( 36 , 12 ) ;
128         Spin = TRUE ;
129         SpinSize = 10 ;
130         TabStop = TRUE ;
131         Unit = FUNIT_CM ;
132     };
133     FixedLine FL_SETTINGS
134     {
135         Pos = MAP_APPFONT ( 6 , 3 ) ;
136         Size = MAP_APPFONT ( 125 , 8 ) ;
137         Text [ en-US ] = "Settings" ;
138     };
139     Control CNT_PICT
140     {
141         Border = TRUE ;
142         Pos = MAP_APPFONT ( 143 , 7 ) ;
143         Size = MAP_APPFONT ( 105 , 80 ) ;
144     };
145     FixedText TXT_TEXT
146     {
147         Left = TRUE ;
148         Pos = MAP_APPFONT ( 12 , 102 ) ;
149         Size = MAP_APPFONT ( 125 , 8 ) ;
150         Text [ en-US ] = "~Text" ;
151     };
152     Edit EDT_TEXT
153     {
154         HelpID = "sw:Edit:TP_DROPCAPS:EDT_TEXT";
155         Border = TRUE ;
156         Left = TRUE ;
157         Pos = MAP_APPFONT ( 143 , 100 ) ;
158         Size = MAP_APPFONT ( 105 , 12 ) ;
159         TabStop = TRUE ;
160         MaxTextLength = 9 ;
161     };
162     FixedText TXT_TEMPLATE
163     {
164         Left = TRUE ;
165         Pos = MAP_APPFONT ( 12 , 118 ) ;
166         Size = MAP_APPFONT ( 125 , 8 ) ;
167         Text [ en-US ] = "Character St~yle" ;
168     };
169     ListBox BOX_TEMPLATE
170     {
171         HelpID = "sw:ListBox:TP_DROPCAPS:BOX_TEMPLATE";
172         Border = TRUE ;
173         DropDown = TRUE ;
174         Pos = MAP_APPFONT ( 143 , 116 ) ;
175         Size = MAP_APPFONT ( 105 , 61 ) ;
176         TabStop = TRUE ;
177     };
178     FixedLine FL_CONTENT
179     {
180         Pos = MAP_APPFONT ( 6 , 89 ) ;
181         Size = MAP_APPFONT ( 248 , 8 ) ;
182         Text [ en-US ] = "Contents" ;
183     };
185  // ********************************************************************** EOF
187 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */