xref: /aoo4110/main/sc/source/ui/dbgui/scendlg.src (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24
25#include "scendlg.hrc"
26ModalDialog RID_SCDLG_NEWSCENARIO
27{
28    HelpID = "sc:ModalDialog:RID_SCDLG_NEWSCENARIO";
29	OutputSize = TRUE ;
30	SVLook = TRUE ;
31    Size = MAP_APPFONT ( 260 , 165 ) ;
32	Text [ en-US ] = "Create Scenario" ;
33	Moveable = TRUE ;
34	OKButton BTN_OK
35	{
36        Pos = MAP_APPFONT ( 204 , 6 ) ;
37        Size = MAP_APPFONT ( 50 , 14 ) ;
38		TabStop = TRUE ;
39		DefButton = TRUE ;
40	};
41	CancelButton BTN_CANCEL
42	{
43        Pos = MAP_APPFONT ( 204 , 23 ) ;
44        Size = MAP_APPFONT ( 50 , 14 ) ;
45		TabStop = TRUE ;
46	};
47	HelpButton BTN_HELP
48	{
49        Pos = MAP_APPFONT ( 204 , 43 ) ;
50        Size = MAP_APPFONT ( 50 , 14 ) ;
51		TabStop = TRUE ;
52	};
53	MultiLineEdit ED_COMMENT
54	{
55	    HelpID = "sc:MultiLineEdit:RID_SCDLG_NEWSCENARIO:ED_COMMENT";
56		Border = TRUE ;
57        Pos = MAP_APPFONT ( 12 , 43 ) ;
58        Size = MAP_APPFONT ( 183 , 46 ) ;
59		TabStop = TRUE ;
60		MaxTextLength = 512 ;
61		VScroll = TRUE ;
62		IgnoreTab = TRUE ;
63	};
64	Edit ED_NAME
65	{
66	    HelpID = "sc:Edit:RID_SCDLG_NEWSCENARIO:ED_NAME";
67		Border = TRUE ;
68        Pos = MAP_APPFONT ( 12 , 14 ) ;
69        Size = MAP_APPFONT ( 183 , 12 ) ;
70		TabStop = TRUE ;
71	};
72	CheckBox CB_SHOWFRAME
73	{
74	    HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_SHOWFRAME";
75        Pos = MAP_APPFONT ( 12 , 107 ) ;
76        Size = MAP_APPFONT ( 109 , 10 ) ;
77        Text [ en-US ] = "~Display border";
78	};
79	ListBox LB_COLOR
80	{
81	    HelpID = "sc:ListBox:RID_SCDLG_NEWSCENARIO:LB_COLOR";
82		Border = TRUE ;
83        Pos = MAP_APPFONT ( 125 , 105 ) ;
84        Size = MAP_APPFONT ( 70 , 86 ) ;
85		DropDown = TRUE ;
86		DDExtraWidth = TRUE ;
87	};
88	CheckBox CB_PRINTFRAME
89	{
90	    HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_PRINTFRAME";
91		Hide = TRUE ;
92		Pos = MAP_APPFONT ( 121 , 243 ) ;
93		Size = MAP_APPFONT ( 83 , 10 ) ;
94		Text [ en-US ] = "Print border" ;
95	};
96	CheckBox CB_TWOWAY
97	{
98	    HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_TWOWAY";
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	    HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_ATTRIB";
107		Hide = TRUE ;
108		Pos = MAP_APPFONT ( 20 , 243 ) ;
109		Size = MAP_APPFONT ( 83 , 10 ) ;
110		Text [ en-US ] = "Attributes" ;
111	};
112	CheckBox CB_VALUE
113	{
114	    HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_VALUE";
115		Hide = TRUE ;
116		Pos = MAP_APPFONT ( 230 , 243 ) ;
117		Size = MAP_APPFONT ( 83 , 10 ) ;
118		Text [ en-US ] = "Copy values only" ;
119	};
120	CheckBox CB_COPYALL
121	{
122	    HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_COPYALL";
123        Pos = MAP_APPFONT ( 12 , 135 ) ;
124        Size = MAP_APPFONT ( 183 , 10 ) ;
125        Text [ en-US ] = "Copy ~entire sheet" ;
126	};
127    CheckBox CB_PROTECT
128    {
129        HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_PROTECT";
130        Pos = MAP_APPFONT ( 12 , 149 ) ;
131        Size = MAP_APPFONT ( 183 , 10 ) ;
132        Text [ en-US ] = "~Prevent changes" ;
133    };
134	String STR_EDIT
135	{
136		Text [ en-US ] = "Edit Scenario" ;
137	};
138	String STR_CREATEDBY
139	{
140		Text [ en-US ] = "Created by" ;
141	};
142	String STR_ON
143	{
144		Text [ en-US ] = "on" ;
145	};
146	String STR_COLOR
147	{
148		Text [ en-US ] = "Display border in" ;
149	};
150    FixedLine FL_NAME
151	{
152        Pos = MAP_APPFONT ( 6 , 3 ) ;
153        Size = MAP_APPFONT ( 192 , 8 ) ;
154        Text [ en-US ] = "~Name of scenario";
155	};
156    FixedLine FL_COMMENT
157	{
158        Pos = MAP_APPFONT ( 6 , 32 ) ;
159        Size = MAP_APPFONT ( 192 , 8 ) ;
160        Text [ en-US ] = "~Comment";
161	};
162    FixedLine FL_OPTIONS
163	{
164        Pos = MAP_APPFONT ( 6 , 95 ) ;
165        Size = MAP_APPFONT ( 192 , 8 ) ;
166		Text [ en-US ] = "Settings";
167	};
168};
169
170
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