xref: /trunk/main/sc/source/ui/dbgui/scendlg.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
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 ************************************************************************/
27
28
29#include "scendlg.hrc"
30ModalDialog RID_SCDLG_NEWSCENARIO
31{
32    HelpID = "sc:ModalDialog:RID_SCDLG_NEWSCENARIO";
33    OutputSize = TRUE ;
34    SVLook = TRUE ;
35    Size = MAP_APPFONT ( 260 , 165 ) ;
36    Text [ en-US ] = "Create Scenario" ;
37    Moveable = TRUE ;
38    OKButton BTN_OK
39    {
40        Pos = MAP_APPFONT ( 204 , 6 ) ;
41        Size = MAP_APPFONT ( 50 , 14 ) ;
42        TabStop = TRUE ;
43        DefButton = TRUE ;
44    };
45    CancelButton BTN_CANCEL
46    {
47        Pos = MAP_APPFONT ( 204 , 23 ) ;
48        Size = MAP_APPFONT ( 50 , 14 ) ;
49        TabStop = TRUE ;
50    };
51    HelpButton BTN_HELP
52    {
53        Pos = MAP_APPFONT ( 204 , 43 ) ;
54        Size = MAP_APPFONT ( 50 , 14 ) ;
55        TabStop = TRUE ;
56    };
57    MultiLineEdit ED_COMMENT
58    {
59        HelpID = "sc:MultiLineEdit:RID_SCDLG_NEWSCENARIO:ED_COMMENT";
60        Border = TRUE ;
61        Pos = MAP_APPFONT ( 12 , 43 ) ;
62        Size = MAP_APPFONT ( 183 , 46 ) ;
63        TabStop = TRUE ;
64        MaxTextLength = 512 ;
65        VScroll = TRUE ;
66        IgnoreTab = TRUE ;
67    };
68    Edit ED_NAME
69    {
70        HelpID = "sc:Edit:RID_SCDLG_NEWSCENARIO:ED_NAME";
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        HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_SHOWFRAME";
79        Pos = MAP_APPFONT ( 12 , 107 ) ;
80        Size = MAP_APPFONT ( 109 , 10 ) ;
81        Text [ en-US ] = "~Display border";
82    };
83    ListBox LB_COLOR
84    {
85        HelpID = "sc:ListBox:RID_SCDLG_NEWSCENARIO:LB_COLOR";
86        Border = TRUE ;
87        Pos = MAP_APPFONT ( 125 , 105 ) ;
88        Size = MAP_APPFONT ( 70 , 86 ) ;
89        DropDown = TRUE ;
90        DDExtraWidth = TRUE ;
91    };
92    CheckBox CB_PRINTFRAME
93    {
94        HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_PRINTFRAME";
95        Hide = TRUE ;
96        Pos = MAP_APPFONT ( 121 , 243 ) ;
97        Size = MAP_APPFONT ( 83 , 10 ) ;
98        Text [ en-US ] = "Print border" ;
99    };
100    CheckBox CB_TWOWAY
101    {
102        HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_TWOWAY";
103        Pos = MAP_APPFONT ( 12 , 121 ) ;
104        Size = MAP_APPFONT ( 183 , 10 ) ;
105        /* ### ACHTUNG: Neuer Text in Resource? Zur�ckkopieren : Zur�ckkopieren */
106        Text [ en-US ] = "Copy ~back" ;
107    };
108    CheckBox CB_ATTRIB
109    {
110        HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_ATTRIB";
111        Hide = TRUE ;
112        Pos = MAP_APPFONT ( 20 , 243 ) ;
113        Size = MAP_APPFONT ( 83 , 10 ) ;
114        Text [ en-US ] = "Attributes" ;
115    };
116    CheckBox CB_VALUE
117    {
118        HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_VALUE";
119        Hide = TRUE ;
120        Pos = MAP_APPFONT ( 230 , 243 ) ;
121        Size = MAP_APPFONT ( 83 , 10 ) ;
122        Text [ en-US ] = "Copy values only" ;
123    };
124    CheckBox CB_COPYALL
125    {
126        HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_COPYALL";
127        Pos = MAP_APPFONT ( 12 , 135 ) ;
128        Size = MAP_APPFONT ( 183 , 10 ) ;
129        Text [ en-US ] = "Copy ~entire sheet" ;
130    };
131    CheckBox CB_PROTECT
132    {
133        HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_PROTECT";
134        Pos = MAP_APPFONT ( 12 , 149 ) ;
135        Size = MAP_APPFONT ( 183 , 10 ) ;
136        Text [ en-US ] = "~Prevent changes" ;
137    };
138    String STR_EDIT
139    {
140        Text [ en-US ] = "Edit Scenario" ;
141    };
142    String STR_CREATEDBY
143    {
144        Text [ en-US ] = "Created by" ;
145    };
146    String STR_ON
147    {
148        Text [ en-US ] = "on" ;
149    };
150    String STR_COLOR
151    {
152        Text [ en-US ] = "Display border in" ;
153    };
154    FixedLine FL_NAME
155    {
156        Pos = MAP_APPFONT ( 6 , 3 ) ;
157        Size = MAP_APPFONT ( 192 , 8 ) ;
158        Text [ en-US ] = "~Name of scenario";
159    };
160    FixedLine FL_COMMENT
161    {
162        Pos = MAP_APPFONT ( 6 , 32 ) ;
163        Size = MAP_APPFONT ( 192 , 8 ) ;
164        Text [ en-US ] = "~Comment";
165    };
166    FixedLine FL_OPTIONS
167    {
168        Pos = MAP_APPFONT ( 6 , 95 ) ;
169        Size = MAP_APPFONT ( 192 , 8 ) ;
170        Text [ en-US ] = "Settings";
171    };
172};
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211