Update ooo320-m1
[ooovba.git] / svx / source / cui / align.src
blob9780555d95745471adb2469da6be6fa7a7cecde5
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: align.src,v $
10  * $Revision: 1.55 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30  // include ---------------------------------------------------------------
31 #include <svx/dialogs.hrc>
32 #include "helpid.hrc"
33 #include "align.hrc"
34  // pragma ----------------------------------------------------------------
36 #define MASKCOLOR \
37     MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }
39  // define ---------------------------------------------------------------
40 #define IL_LOCK_MCOL Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; }
41  // RID_SVXPAGE_ALIGNMENT -------------------------------------------------
42 TabPage RID_SVXPAGE_ALIGNMENT
44     HelpId = HID_ALIGNMENT ;
45     Hide = TRUE ;
46     Text [ en-US ] = "Alignment" ;
47     Size = MAP_APPFONT ( 260 , 185 ) ;
48     SVLook = TRUE ;
49     FixedLine FL_ALIGNMENT
50     {
51         Pos = MAP_APPFONT ( 6 , 3 ) ;
52         Size = MAP_APPFONT ( 248 , 8 ) ;
53         Text [ en-US ] = "Text alignment";
54     };
55     FixedText FT_HORALIGN
56     {
57         Pos = MAP_APPFONT ( 12 ,14 ) ;
58         Size = MAP_APPFONT ( 100 , 8 ) ;
59         Text [ en-US ] = "Hori~zontal";
60     };
61     ListBox LB_HORALIGN
62     {
63         Border = TRUE;
64         Pos = MAP_APPFONT ( 12 , 25  );
65         Size = MAP_APPFONT ( 100 , 60 );
66         TabStop = TRUE;
67         DropDown = TRUE;
68         StringList [ en-US ] =
69         {
70             < "Default" ; ALIGNDLG_HORALIGN_STD ; > ;
71             < "Left" ; ALIGNDLG_HORALIGN_LEFT ; > ;
72             < "Center" ; ALIGNDLG_HORALIGN_CENTER ; > ;
73             < "Right" ; ALIGNDLG_HORALIGN_RIGHT ; > ;
74             < "Justified" ; ALIGNDLG_HORALIGN_BLOCK ; > ;
75             < "Filled" ; ALIGNDLG_HORALIGN_FILL ; > ;
76         };
77     };
78     FixedText FT_INDENT
79     {
80         Pos = MAP_APPFONT ( 118 , 14 ) ;
81         Size = MAP_APPFONT ( 40 , 8 ) ;
82         Text [ en-US ] = "I~ndent" ;
83     };
84     MetricField ED_INDENT
85     {
86         Border = TRUE ;
87         Pos = MAP_APPFONT ( 118 , 25 ) ;
88         Size = MAP_APPFONT ( 36 , 12 ) ;
89         Repeat = TRUE ;
90         Spin = TRUE ;
91         Minimum = 0 ;
92         Maximum = 990 ;
93         SpinSize = 10 ;
94         Unit = FUNIT_POINT ;
95     };
96     FixedText FT_VERALIGN
97     {
98         Pos = MAP_APPFONT ( 160 , 14 ) ;
99         Size = MAP_APPFONT ( 88 , 8 ) ;
100         Text [ en-US ] = "~Vertical";
101     };
102     ListBox LB_VERALIGN
103     {
104         Border = TRUE;
105         Pos = MAP_APPFONT ( 160 , 25  );
106         Size = MAP_APPFONT ( 88 , 60 );
107         TabStop = TRUE;
108         DropDown = TRUE;
109         StringList [ en-US ] =
110         {
111             < "Default" ; ALIGNDLG_VERALIGN_STD ; > ;
112             < "Top" ; ALIGNDLG_VERALIGN_TOP ; > ;
113             < "Middle" ; ALIGNDLG_VERALIGN_MID ; > ;
114             < "Bottom" ; ALIGNDLG_VERALIGN_BOTTOM ; > ;
115         };
116     };
117     FixedLine FL_ORIENTATION
118     {
119         Pos = MAP_APPFONT ( 6 , 43 ) ;
120         Size = MAP_APPFONT ( 248 , 8 ) ;
121         Text [ en-US ] = "Text orientation" ;
122     };
123     TriStateBox BTN_TXTSTACKED
124     {
125         Pos = MAP_APPFONT ( 133 , 54 ) ;
126         Size = MAP_APPFONT ( 115 , 10 ) ;
127         TabStop = TRUE ;
128         Text[ en-US ] = "Ve~rtically stacked";
129     };
130     Control CTR_DIAL
131     {
132         HelpId = HID_ALIGNMENT_CTR_DIAL ;
133         Pos = MAP_APPFONT ( 12 , 60 ) ;
134         Size = MAP_APPFONT ( 42 , 43 ) ;
135         Text = "ABCD" ;
136     };
137     FixedText FT_DEGREES
138     {
139         Pos = MAP_APPFONT ( 72 , 54 ) ;
140         Size = MAP_APPFONT ( 50 , 8 ) ;
141         Text [ en-US ] = "De~grees";
142     };
143     NumericField NF_DEGREES
144     {
145         Border = TRUE ;
146         Pos = MAP_APPFONT ( 72 , 65 ) ;
147         Size = MAP_APPFONT ( 40 , 12 ) ;
148         TabStop = TRUE ;
149         Repeat = TRUE ;
150         Spin = TRUE ;
151         Minimum = 0 ;
152         Maximum = 359 ;
153         SpinSize = 5 ;
154         StrictFormat = TRUE ;
155     };
156     FixedText FT_BORDER_LOCK
157     {
158         Pos = MAP_APPFONT ( 72 , 83 ) ;
159         Size = MAP_APPFONT ( 70 , 8 ) ;
160         Text [ en-US ] = "Re~ference edge" ;
161     };
162     Control CTR_BORDER_LOCK
163     {
164         HelpId = HID_ALIGNMENT_CTR_BORDER_LOCK ;
165         Pos = MAP_APPFONT ( 72 , 94 ) ;
166         Size = MAP_APPFONT ( 50 , 15 ) ;
167         TabStop = TRUE ;
168     };
169     TriStateBox BTN_ASIAN_VERTICAL
170     {
171         Pos = MAP_APPFONT ( 143 , 68 ) ;
172         Size = MAP_APPFONT ( 105 , 10 ) ;
173         TabStop = TRUE ;
174         Text [ en-US ] = "Asian layout ~mode" ;
175     };
176     FixedLine FL_WRAP
177     {
178         Pos = MAP_APPFONT ( 6 , 115 ) ;
179         Size = MAP_APPFONT ( 248 , 8 ) ;
180         Text [ en-US ] = "Properties" ;
181     };
182     TriStateBox BTN_WRAP
183     {
184         Pos = MAP_APPFONT ( 12 , 126 ) ;
185         Size = MAP_APPFONT ( 236 , 10 ) ;
186         Text [ en-US ] = "~Wrap text automatically" ;
187     };
188     TriStateBox BTN_HYPH
189     {
190         Pos = MAP_APPFONT ( 22 , 139 ) ;
191         Size = MAP_APPFONT ( 226 , 10 ) ;
192         Text [ en-US ] = "Hyphenation ~active";
193     };
194     TriStateBox BTN_SHRINK
195     {
196         Pos = MAP_APPFONT( 12, 152 );
197         Size = MAP_APPFONT( 236, 10 );
198         Text [ en-US ] = "~Shrink to fit cell size";
199     };
200     FixedText FT_TEXTFLOW
201     {
202         Pos = MAP_APPFONT( 12 , 170 );
203         Size = MAP_APPFONT( 64 , 8 );
204         Text [ en-US ] = "Te~xt direction";
205     };
206     ListBox LB_FRAMEDIR
207     {
208         Pos = MAP_APPFONT( 78 , 168 );
209         Size = MAP_APPFONT( 170 , 50 );
210         Border = TRUE;
211         DropDown = TRUE;
212     };
213     ImageList IL_LOCK_BMPS
214     {
215         Prefix = "lo";
216         MaskColor = IL_LOCK_MCOL ;
217         IdList =
218         {
219             IID_BOTTOMLOCK ;
220             IID_TOPLOCK ;
221             IID_CELLLOCK ;
222         };
223         IdCount = { 3 ; };
224     };
225     ImageList IL_LOCK_BMPS_HC
226     {
227         Prefix = "loh";
228         MaskColor = IL_LOCK_MCOL ;
229         IdList =
230         {
231             IID_BOTTOMLOCK ;
232             IID_TOPLOCK ;
233             IID_CELLLOCK ;
234         };
235         IdCount = { 3 ; };
236     };
237     String STR_BOTTOMLOCK
238     {
239         Text [ en-US ] = "Text Extension From Lower Cell Border" ;
240     };
241     String STR_TOPLOCK
242     {
243         Text [ en-US ] = "Text Extension From Upper Cell Border" ;
244     };
245     String STR_CELLLOCK
246     {
247         Text [ en-US ] = "Text Extension Inside Cell" ;
248     };
250  // ********************************************************************** EOF