1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
21 #include "scendlg.hrc"
22 ModalDialog RID_SCDLG_NEWSCENARIO
24 HelpID = "sc:ModalDialog:RID_SCDLG_NEWSCENARIO";
27 Size = MAP_APPFONT ( 260 , 165 ) ;
28 Text [ en-US ] = "Create Scenario" ;
32 Pos = MAP_APPFONT ( 204 , 6 ) ;
33 Size = MAP_APPFONT ( 50 , 14 ) ;
37 CancelButton BTN_CANCEL
39 Pos = MAP_APPFONT ( 204 , 23 ) ;
40 Size = MAP_APPFONT ( 50 , 14 ) ;
45 Pos = MAP_APPFONT ( 204 , 43 ) ;
46 Size = MAP_APPFONT ( 50 , 14 ) ;
49 MultiLineEdit ED_COMMENT
51 HelpID = "sc:MultiLineEdit:RID_SCDLG_NEWSCENARIO:ED_COMMENT";
53 Pos = MAP_APPFONT ( 12 , 43 ) ;
54 Size = MAP_APPFONT ( 183 , 46 ) ;
62 HelpID = "sc:Edit:RID_SCDLG_NEWSCENARIO:ED_NAME";
64 Pos = MAP_APPFONT ( 12 , 14 ) ;
65 Size = MAP_APPFONT ( 183 , 12 ) ;
70 HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_SHOWFRAME";
71 Pos = MAP_APPFONT ( 12 , 107 ) ;
72 Size = MAP_APPFONT ( 109 , 10 ) ;
73 Text [ en-US ] = "~Display border";
77 HelpID = "sc:ListBox:RID_SCDLG_NEWSCENARIO:LB_COLOR";
79 Pos = MAP_APPFONT ( 125 , 105 ) ;
80 Size = MAP_APPFONT ( 70 , 86 ) ;
84 CheckBox CB_PRINTFRAME
86 HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_PRINTFRAME";
88 Pos = MAP_APPFONT ( 121 , 243 ) ;
89 Size = MAP_APPFONT ( 83 , 10 ) ;
90 Text [ en-US ] = "Print border" ;
94 HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_TWOWAY";
95 Pos = MAP_APPFONT ( 12 , 121 ) ;
96 Size = MAP_APPFONT ( 183 , 10 ) ;
97 Text [ en-US ] = "Copy ~back" ;
101 HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_ATTRIB";
103 Pos = MAP_APPFONT ( 20 , 243 ) ;
104 Size = MAP_APPFONT ( 83 , 10 ) ;
105 Text [ en-US ] = "Attributes" ;
109 HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_VALUE";
111 Pos = MAP_APPFONT ( 230 , 243 ) ;
112 Size = MAP_APPFONT ( 83 , 10 ) ;
113 Text [ en-US ] = "Copy values only" ;
117 HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_COPYALL";
118 Pos = MAP_APPFONT ( 12 , 135 ) ;
119 Size = MAP_APPFONT ( 183 , 10 ) ;
120 Text [ en-US ] = "Copy ~entire sheet" ;
124 HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_PROTECT";
125 Pos = MAP_APPFONT ( 12 , 149 ) ;
126 Size = MAP_APPFONT ( 183 , 10 ) ;
127 Text [ en-US ] = "~Prevent changes" ;
131 Text [ en-US ] = "Edit Scenario" ;
135 Text [ en-US ] = "Created by" ;
139 Text [ en-US ] = "on" ;
143 Text [ en-US ] = "Display border in" ;
147 Pos = MAP_APPFONT ( 6 , 3 ) ;
148 Size = MAP_APPFONT ( 192 , 8 ) ;
149 Text [ en-US ] = "~Name of scenario";
153 Pos = MAP_APPFONT ( 6 , 32 ) ;
154 Size = MAP_APPFONT ( 192 , 8 ) ;
155 Text [ en-US ] = "~Comment";
159 Pos = MAP_APPFONT ( 6 , 95 ) ;
160 Size = MAP_APPFONT ( 192 , 8 ) ;
161 Text [ en-US ] = "Settings";
165 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */