Update ooo320-m1
[ooovba.git] / sc / source / ui / dbgui / scendlg.src
bloba4642643229d6153fc340c9c29dddb828aa7e373
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: scendlg.src,v $
10  * $Revision: 1.44 $
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  ************************************************************************/
32 #include "scendlg.hrc"
33 ModalDialog RID_SCDLG_NEWSCENARIO
35     OutputSize = TRUE ;
36     SVLook = TRUE ;
37     Size = MAP_APPFONT ( 260 , 165 ) ;
38     Text [ en-US ] = "Create Scenario" ;
39     Moveable = TRUE ;
40     OKButton BTN_OK
41     {
42         Pos = MAP_APPFONT ( 204 , 6 ) ;
43         Size = MAP_APPFONT ( 50 , 14 ) ;
44         TabStop = TRUE ;
45         DefButton = TRUE ;
46     };
47     CancelButton BTN_CANCEL
48     {
49         Pos = MAP_APPFONT ( 204 , 23 ) ;
50         Size = MAP_APPFONT ( 50 , 14 ) ;
51         TabStop = TRUE ;
52     };
53     HelpButton BTN_HELP
54     {
55         Pos = MAP_APPFONT ( 204 , 43 ) ;
56         Size = MAP_APPFONT ( 50 , 14 ) ;
57         TabStop = TRUE ;
58     };
59     MultiLineEdit ED_COMMENT
60     {
61         Border = TRUE ;
62         Pos = MAP_APPFONT ( 12 , 43 ) ;
63         Size = MAP_APPFONT ( 183 , 46 ) ;
64         TabStop = TRUE ;
65         MaxTextLength = 512 ;
66         VScroll = TRUE ;
67         IgnoreTab = TRUE ;
68     };
69     Edit ED_NAME
70     {
71         Border = TRUE ;
72         Pos = MAP_APPFONT ( 12 , 14 ) ;
73         Size = MAP_APPFONT ( 183 , 12 ) ;
74         TabStop = TRUE ;
75     };
76     CheckBox CB_SHOWFRAME
77     {
78         Pos = MAP_APPFONT ( 12 , 107 ) ;
79         Size = MAP_APPFONT ( 109 , 10 ) ;
80         Text [ en-US ] = "~Display border";
81     };
82     ListBox LB_COLOR
83     {
84         Border = TRUE ;
85         Pos = MAP_APPFONT ( 125 , 105 ) ;
86         Size = MAP_APPFONT ( 70 , 86 ) ;
87         DropDown = TRUE ;
88         DDExtraWidth = TRUE ;
89     };
90     CheckBox CB_PRINTFRAME
91     {
92         Hide = TRUE ;
93         Pos = MAP_APPFONT ( 121 , 243 ) ;
94         Size = MAP_APPFONT ( 83 , 10 ) ;
95         Text [ en-US ] = "Print border" ;
96     };
97     CheckBox CB_TWOWAY
98     {
99         Pos = MAP_APPFONT ( 12 , 121 ) ;
100         Size = MAP_APPFONT ( 183 , 10 ) ;
101         /* ### ACHTUNG: Neuer Text in Resource? Zurückkopieren : Zur³ckkopieren */
102         Text [ en-US ] = "Copy ~back" ;
103     };
104     CheckBox CB_ATTRIB
105     {
106         Hide = TRUE ;
107         Pos = MAP_APPFONT ( 20 , 243 ) ;
108         Size = MAP_APPFONT ( 83 , 10 ) ;
109         Text [ en-US ] = "Attributes" ;
110     };
111     CheckBox CB_VALUE
112     {
113         Hide = TRUE ;
114         Pos = MAP_APPFONT ( 230 , 243 ) ;
115         Size = MAP_APPFONT ( 83 , 10 ) ;
116         Text [ en-US ] = "Copy values only" ;
117     };
118     CheckBox CB_COPYALL
119     {
120         Pos = MAP_APPFONT ( 12 , 135 ) ;
121         Size = MAP_APPFONT ( 183 , 10 ) ;
122         Text [ en-US ] = "Copy ~entire sheet" ;
123     };
124     CheckBox CB_PROTECT
125     {
126         Pos = MAP_APPFONT ( 12 , 149 ) ;
127         Size = MAP_APPFONT ( 183 , 10 ) ;
128         Text [ en-US ] = "~Prevent changes" ;
129     };
130     String STR_EDIT
131     {
132         Text [ en-US ] = "Edit Scenario" ;
133     };
134     String STR_CREATEDBY
135     {
136         Text [ en-US ] = "Created by" ;
137     };
138     String STR_ON
139     {
140         Text [ en-US ] = "on" ;
141     };
142     FixedLine FL_NAME
143     {
144         Pos = MAP_APPFONT ( 6 , 3 ) ;
145         Size = MAP_APPFONT ( 192 , 8 ) ;
146         Text [ en-US ] = "~Name of scenario";
147     };
148     FixedLine FL_COMMENT
149     {
150         Pos = MAP_APPFONT ( 6 , 32 ) ;
151         Size = MAP_APPFONT ( 192 , 8 ) ;
152         Text [ en-US ] = "~Comment";
153     };
154     FixedLine FL_OPTIONS
155     {
156         Pos = MAP_APPFONT ( 6 , 95 ) ;
157         Size = MAP_APPFONT ( 192 , 8 ) ;
158         Text [ en-US ] = "Settings";
159     };