scendlg.src (82177cdb) scendlg.src (b1d35b17)
1/**************************************************************
1/**************************************************************
2 *
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
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 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
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.
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 *
19 *
20 *************************************************************/
21
22
23
20 *************************************************************/
21
22
23
24
25#include "scendlg.hrc"
26ModalDialog RID_SCDLG_NEWSCENARIO
27{
24#include "scendlg.hrc"
25ModalDialog RID_SCDLG_NEWSCENARIO
26{
28 HelpID = "sc:ModalDialog:RID_SCDLG_NEWSCENARIO";
27 HelpID = "sc:ModalDialog:RID_SCDLG_NEWSCENARIO" ;
29 OutputSize = TRUE ;
30 SVLook = TRUE ;
28 OutputSize = TRUE ;
29 SVLook = TRUE ;
31 Size = MAP_APPFONT ( 260 , 165 ) ;
30 Size = MAP_APPFONT ( 260, 165 ) ;
32 Text [ en-US ] = "Create Scenario" ;
33 Moveable = TRUE ;
34 OKButton BTN_OK
35 {
31 Text [ en-US ] = "Create Scenario" ;
32 Moveable = TRUE ;
33 OKButton BTN_OK
34 {
36 Pos = MAP_APPFONT ( 204 , 6 ) ;
37 Size = MAP_APPFONT ( 50 , 14 ) ;
35 Pos = MAP_APPFONT ( 204, 6 ) ;
36 Size = MAP_APPFONT ( 50, 14 ) ;
38 TabStop = TRUE ;
39 DefButton = TRUE ;
40 };
41 CancelButton BTN_CANCEL
42 {
37 TabStop = TRUE ;
38 DefButton = TRUE ;
39 };
40 CancelButton BTN_CANCEL
41 {
43 Pos = MAP_APPFONT ( 204 , 23 ) ;
44 Size = MAP_APPFONT ( 50 , 14 ) ;
42 Pos = MAP_APPFONT ( 204, 23 ) ;
43 Size = MAP_APPFONT ( 50, 14 ) ;
45 TabStop = TRUE ;
46 };
47 HelpButton BTN_HELP
48 {
44 TabStop = TRUE ;
45 };
46 HelpButton BTN_HELP
47 {
49 Pos = MAP_APPFONT ( 204 , 43 ) ;
50 Size = MAP_APPFONT ( 50 , 14 ) ;
48 Pos = MAP_APPFONT ( 204, 43 ) ;
49 Size = MAP_APPFONT ( 50, 14 ) ;
51 TabStop = TRUE ;
52 };
53 MultiLineEdit ED_COMMENT
54 {
50 TabStop = TRUE ;
51 };
52 MultiLineEdit ED_COMMENT
53 {
55 HelpID = "sc:MultiLineEdit:RID_SCDLG_NEWSCENARIO:ED_COMMENT";
54 HelpID = "sc:MultiLineEdit:RID_SCDLG_NEWSCENARIO:ED_COMMENT" ;
56 Border = TRUE ;
55 Border = TRUE ;
57 Pos = MAP_APPFONT ( 12 , 43 ) ;
58 Size = MAP_APPFONT ( 183 , 46 ) ;
56 Pos = MAP_APPFONT ( 12, 43 ) ;
57 Size = MAP_APPFONT ( 183, 46 ) ;
59 TabStop = TRUE ;
60 MaxTextLength = 512 ;
61 VScroll = TRUE ;
62 IgnoreTab = TRUE ;
63 };
64 Edit ED_NAME
65 {
58 TabStop = TRUE ;
59 MaxTextLength = 512 ;
60 VScroll = TRUE ;
61 IgnoreTab = TRUE ;
62 };
63 Edit ED_NAME
64 {
66 HelpID = "sc:Edit:RID_SCDLG_NEWSCENARIO:ED_NAME";
65 HelpID = "sc:Edit:RID_SCDLG_NEWSCENARIO:ED_NAME" ;
67 Border = TRUE ;
66 Border = TRUE ;
68 Pos = MAP_APPFONT ( 12 , 14 ) ;
69 Size = MAP_APPFONT ( 183 , 12 ) ;
67 Pos = MAP_APPFONT ( 12, 14 ) ;
68 Size = MAP_APPFONT ( 183, 12 ) ;
70 TabStop = TRUE ;
71 };
72 CheckBox CB_SHOWFRAME
73 {
69 TabStop = TRUE ;
70 };
71 CheckBox CB_SHOWFRAME
72 {
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";
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" ;
78 };
79 ListBox LB_COLOR
80 {
77 };
78 ListBox LB_COLOR
79 {
81 HelpID = "sc:ListBox:RID_SCDLG_NEWSCENARIO:LB_COLOR";
80 HelpID = "sc:ListBox:RID_SCDLG_NEWSCENARIO:LB_COLOR" ;
82 Border = TRUE ;
81 Border = TRUE ;
83 Pos = MAP_APPFONT ( 125 , 105 ) ;
84 Size = MAP_APPFONT ( 70 , 86 ) ;
82 Pos = MAP_APPFONT ( 125, 105 ) ;
83 Size = MAP_APPFONT ( 70, 86 ) ;
85 DropDown = TRUE ;
86 DDExtraWidth = TRUE ;
87 };
88 CheckBox CB_PRINTFRAME
89 {
84 DropDown = TRUE ;
85 DDExtraWidth = TRUE ;
86 };
87 CheckBox CB_PRINTFRAME
88 {
90 HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_PRINTFRAME";
89 HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_PRINTFRAME" ;
91 Hide = TRUE ;
90 Hide = TRUE ;
92 Pos = MAP_APPFONT ( 121 , 243 ) ;
93 Size = MAP_APPFONT ( 83 , 10 ) ;
91 Pos = MAP_APPFONT ( 121, 243 ) ;
92 Size = MAP_APPFONT ( 83, 10 ) ;
94 Text [ en-US ] = "Print border" ;
95 };
96 CheckBox CB_TWOWAY
97 {
93 Text [ en-US ] = "Print border" ;
94 };
95 CheckBox CB_TWOWAY
96 {
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" ;
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" ;
103 };
104 CheckBox CB_ATTRIB
105 {
101 };
102 CheckBox CB_ATTRIB
103 {
106 HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_ATTRIB";
104 HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_ATTRIB" ;
107 Hide = TRUE ;
105 Hide = TRUE ;
108 Pos = MAP_APPFONT ( 20 , 243 ) ;
109 Size = MAP_APPFONT ( 83 , 10 ) ;
106 Pos = MAP_APPFONT ( 20, 243 ) ;
107 Size = MAP_APPFONT ( 83, 10 ) ;
110 Text [ en-US ] = "Attributes" ;
111 };
112 CheckBox CB_VALUE
113 {
108 Text [ en-US ] = "Attributes" ;
109 };
110 CheckBox CB_VALUE
111 {
114 HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_VALUE";
112 HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_VALUE" ;
115 Hide = TRUE ;
113 Hide = TRUE ;
116 Pos = MAP_APPFONT ( 230 , 243 ) ;
117 Size = MAP_APPFONT ( 83 , 10 ) ;
114 Pos = MAP_APPFONT ( 230, 243 ) ;
115 Size = MAP_APPFONT ( 83, 10 ) ;
118 Text [ en-US ] = "Copy values only" ;
119 };
120 CheckBox CB_COPYALL
121 {
116 Text [ en-US ] = "Copy values only" ;
117 };
118 CheckBox CB_COPYALL
119 {
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" ;
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" ;
126 };
124 };
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 };
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 };
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 };
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 };
150 FixedLine FL_NAME
148 FixedLine FL_NAME
151 {
149 {
152 Pos = MAP_APPFONT ( 6 , 3 ) ;
153 Size = MAP_APPFONT ( 192 , 8 ) ;
154 Text [ en-US ] = "~Name of scenario";
150 Pos = MAP_APPFONT ( 6, 3 ) ;
151 Size = MAP_APPFONT ( 192, 8 ) ;
152 Text [ en-US ] = "~Name of scenario" ;
155 };
153 };
156 FixedLine FL_COMMENT
154 FixedLine FL_COMMENT
157 {
155 {
158 Pos = MAP_APPFONT ( 6 , 32 ) ;
159 Size = MAP_APPFONT ( 192 , 8 ) ;
160 Text [ en-US ] = "~Comment";
156 Pos = MAP_APPFONT ( 6, 32 ) ;
157 Size = MAP_APPFONT ( 192, 8 ) ;
158 Text [ en-US ] = "~Comment" ;
161 };
159 };
162 FixedLine FL_OPTIONS
160 FixedLine FL_OPTIONS
163 {
161 {
164 Pos = MAP_APPFONT ( 6 , 95 ) ;
165 Size = MAP_APPFONT ( 192 , 8 ) ;
166 Text [ en-US ] = "Settings";
162 Pos = MAP_APPFONT ( 6, 95 ) ;
163 Size = MAP_APPFONT ( 192, 8 ) ;
164 Text [ en-US ] = "Settings" ;
167 };
168};
169
165 };
166};
167
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
168// ********************************************************************** EOF