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