update dev300-m58
[ooovba.git] / sc / source / ui / src / attrdlg.src
blobc225e25d2b28bbc68418a8019e4a54126167f134
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: attrdlg.src,v $
10  * $Revision: 1.56 $
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 <svx/dialogs.hrc>
31 #include "attrdlg.hrc"
33  //================================================
34  // Attributdialog:
36 TabDialog RID_SCDLG_ATTR
38     OutputSize = TRUE ;
39     SVLook = TRUE ;
40     Size = MAP_APPFONT ( 280 , 165 ) ;
41     Text [ en-US ] = "Format Cells" ;
42     Moveable = TRUE ;
43     Closeable = FALSE ;
44     TabControl 1
45     {
46         OutputSize = TRUE ;
47         Pos = MAP_APPFONT ( 23 , 0 ) ;
48         Size = MAP_APPFONT ( 260 , 135 ) ;
49         PageList =
50         {
51             PageItem
52             {
53                 Identifier = TP_NUMBER ;
54                 PageResID = 256 ;
55                 Text [ en-US ] = "Numbers" ;
56             };
57             PageItem
58             {
59                 Identifier = TP_FONT ;
60                 PageResID = 257 ;
61                 Text [ en-US ] = "Font" ;
62             };
63             PageItem
64             {
65                 Identifier = TP_FONTEFF ;
66                 PageResID = 262 ;
67                 Text [ en-US ] = "Font Effects";
68             };
69             PageItem
70             {
71                 Identifier = TP_ALIGNMENT ;
72                 PageResID = 258 ;
73                 Text [ en-US ] = "Alignment" ;
74             };
75             PageItem
76             {
77                 Identifier = TP_ASIAN ;
78                 PageResID = 263 ;
79                 Text [ en-US ] = "Asian Typography";
80             };
81             PageItem
82             {
83                 Identifier = TP_BORDER ;
84                 PageResID = 259 ;
85                 Text [ en-US ] = "Borders" ;
86             };
87             PageItem
88             {
89                 Identifier = TP_BACKGROUND ;
90                 PageResID = 260 ;
91                 Text [ en-US ] = "Background" ;
92             };
93             PageItem
94             {
95                 Identifier = TP_PROTECTION ;
96                 PageResID = 261 ;
97                 Text [ en-US ] = "Cell Protection" ;
98             };
99         };
100     };
103  //================================================
104  // Zellschutz-TabPage:
106 TabPage RID_SCPAGE_PROTECTION
108     Hide = TRUE ;
109     SVLook = TRUE ;
110     HelpId = HID_SCPAGE_PROTECTION ;
111     Pos = MAP_APPFONT ( 0 , 0 ) ;
112     Size = MAP_APPFONT ( 260 , 185 ) ;
113     TriStateBox BTN_PROTECTED
114     {
115         Pos = MAP_APPFONT ( 22 , 28 ) ;
116         Size = MAP_APPFONT ( 90 , 10 ) ;
117         Text [ en-US ] = "~Protected" ;
118         TabStop = TRUE ;
119     };
120     TriStateBox BTN_HIDE_FORMULAR
121     {
122         Pos = MAP_APPFONT ( 22 , 42 ) ;
123         Size = MAP_APPFONT ( 90 , 10 ) ;
124         Text [ en-US ] = "Hide ~formula" ;
125         TabStop = TRUE ;
126     };
127     TriStateBox BTN_HIDE_ALL
128     {
129         Pos = MAP_APPFONT ( 12 , 14 ) ;
130         Size = MAP_APPFONT ( 100 , 10 ) ;
131         Text [ en-US ] = "Hide ~all" ;
132         TabStop = TRUE ;
133     };
134     FixedText FT_HINT
135     {
136         Pos = MAP_APPFONT ( 114 , 14 ) ;
137         Size = MAP_APPFONT ( 137 , 56 ) ;
138         WordBreak = TRUE ;
139         Text [ en-US ] = "Cell protection is only effective after the current sheet has been protected. \n\nSelect 'Protect Document' from the 'Tools' menu, and specify 'Sheet'." ;
140     };
141     FixedLine FL_PROTECTION
142     {
143         Pos = MAP_APPFONT ( 6 , 3 ) ;
144         Size = MAP_APPFONT ( 248 , 8 ) ;
145         Text [ en-US ] = "Protection" ;
146     };
147     TriStateBox BTN_HIDE_PRINT
148     {
149         Pos = MAP_APPFONT ( 12 , 87 ) ;
150         Size = MAP_APPFONT ( 100 , 10 ) ;
151         Text [ en-US ] = "Hide ~when printing" ;
152         TabStop = TRUE ;
153     };
154     FixedText FT_HINT2
155     {
156         Pos = MAP_APPFONT ( 114 , 87 ) ;
157         Size = MAP_APPFONT ( 137 , 24 ) ;
158         WordBreak = TRUE ;
159         Text [ en-US ] = "The cells selected will be omitted when printing." ;
160     };
161     FixedLine FL_PRINT
162     {
163         Pos = MAP_APPFONT ( 6 , 76 ) ;
164         Size = MAP_APPFONT ( 248 , 8 ) ;
165         Text [ en-US ] = "Print" ;
166     };