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#include "solveroptions.hrc" 23 24ModalDialog RID_SCDLG_SOLVEROPTIONS 25{ 26 OutputSize = TRUE ; 27 HelpId = HID_SC_SOLVEROPTIONS ; 28 SVLook = TRUE ; 29 Size = MAP_APPFONT ( 218, 156 ) ; 30 Moveable = TRUE ; 31 FixedText FT_ENGINE 32 { 33 Pos = MAP_APPFONT ( 6, 8 ) ; 34 Size = MAP_APPFONT ( 59, 8 ) ; 35 Text [ en-US ] = "Solver engine" ; 36 }; 37 ListBox LB_ENGINE 38 { 39 HelpID = "sc:ListBox:RID_SCDLG_SOLVEROPTIONS:LB_ENGINE" ; 40 Border = TRUE ; 41 Pos = MAP_APPFONT ( 67, 6 ) ; 42 Size = MAP_APPFONT ( 145, 90 ) ; 43 TabStop = TRUE ; 44 DropDown = TRUE ; 45 }; 46 FixedText FT_SETTINGS 47 { 48 Pos = MAP_APPFONT ( 6, 24 ) ; 49 Size = MAP_APPFONT ( 156, 8 ) ; 50 Text [ en-US ] = "Settings:" ; 51 }; 52 Control LB_SETTINGS 53 { 54 Border = TRUE ; 55 Pos = MAP_APPFONT ( 6, 35 ) ; 56 Size = MAP_APPFONT ( 206, 67 ) ; 57 TabStop = TRUE ; 58 }; 59 PushButton BTN_EDIT 60 { 61 HelpID = "sc:PushButton:RID_SCDLG_SOLVEROPTIONS:BTN_EDIT" ; 62 Pos = MAP_APPFONT ( 6, 108 ) ; 63 Size = MAP_APPFONT ( 50, 14 ) ; 64 TabStop = TRUE ; 65 Text [ en-US ] = "Edit..." ; 66 }; 67 FixedLine FL_BUTTONS 68 { 69 Pos = MAP_APPFONT ( 0, 125 ) ; 70 Size = MAP_APPFONT ( 218, 8 ) ; 71 }; 72 HelpButton BTN_HELP 73 { 74 Pos = MAP_APPFONT ( 6, 136 ) ; 75 Size = MAP_APPFONT ( 50, 14 ) ; 76 TabStop = TRUE ; 77 }; 78 OKButton BTN_OK 79 { 80 Pos = MAP_APPFONT ( 106, 136 ) ; 81 Size = MAP_APPFONT ( 50, 14 ) ; 82 TabStop = TRUE ; 83 DefButton = TRUE ; 84 }; 85 CancelButton BTN_CANCEL 86 { 87 Pos = MAP_APPFONT ( 162, 136 ) ; 88 Size = MAP_APPFONT ( 50, 14 ) ; 89 TabStop = TRUE ; 90 }; 91 Text [ en-US ] = "Options" ; 92}; 93 94 95ModalDialog RID_SCDLG_SOLVER_INTEGER 96{ 97 OutputSize = TRUE ; 98 HelpId = HID_SC_SOLVER_INTEGER ; 99 SVLook = TRUE ; 100 Size = MAP_APPFONT ( 118, 76 ) ; 101 Moveable = TRUE ; 102 FixedText FT_OPTIONNAME 103 { 104 Pos = MAP_APPFONT ( 6, 8 ) ; 105 Size = MAP_APPFONT ( 106, 16 ) ; 106 WordBreak = TRUE ; 107 // text is dynamic 108 }; 109 NumericField NF_VALUE 110 { 111 HelpID = "sc:NumericField:RID_SCDLG_SOLVER_INTEGER:NF_VALUE" ; 112 Border = TRUE ; 113 Pos = MAP_APPFONT ( 6, 27 ) ; 114 Size = MAP_APPFONT ( 30, 12 ) ; 115 TabStop = TRUE ; 116 Spin = TRUE ; 117 SpinSize = 1 ; 118 Repeat = TRUE ; 119 Minimum = -2147483648 ; 120 Maximum = 2147483647 ; 121 First = 0 ; 122 Last = 100 ; 123 }; 124 FixedLine FL_BUTTONS 125 { 126 Pos = MAP_APPFONT ( 0, 45 ) ; 127 Size = MAP_APPFONT ( 118, 8 ) ; 128 }; 129 OKButton BTN_OK 130 { 131 Pos = MAP_APPFONT ( 6, 56 ) ; 132 Size = MAP_APPFONT ( 50, 14 ) ; 133 TabStop = TRUE ; 134 DefButton = TRUE ; 135 }; 136 CancelButton BTN_CANCEL 137 { 138 Pos = MAP_APPFONT ( 62, 56 ) ; 139 Size = MAP_APPFONT ( 50, 14 ) ; 140 TabStop = TRUE ; 141 }; 142 Text [ en-US ] = "Edit Setting" ; 143}; 144 145ModalDialog RID_SCDLG_SOLVER_DOUBLE 146{ 147 OutputSize = TRUE ; 148 HelpId = HID_SC_SOLVER_DOUBLE ; 149 SVLook = TRUE ; 150 Size = MAP_APPFONT ( 118, 76 ) ; 151 Moveable = TRUE ; 152 FixedText FT_OPTIONNAME 153 { 154 Pos = MAP_APPFONT ( 6, 8 ) ; 155 Size = MAP_APPFONT ( 106, 16 ) ; 156 WordBreak = TRUE ; 157 // text is dynamic 158 }; 159 Edit ED_VALUE 160 { 161 HelpID = "sc:Edit:RID_SCDLG_SOLVER_DOUBLE:ED_VALUE" ; 162 Border = TRUE ; 163 Pos = MAP_APPFONT ( 6, 27 ) ; 164 Size = MAP_APPFONT ( 50, 12 ) ; 165 TabStop = TRUE ; 166 }; 167 FixedLine FL_BUTTONS 168 { 169 Pos = MAP_APPFONT ( 0, 45 ) ; 170 Size = MAP_APPFONT ( 118, 8 ) ; 171 }; 172 OKButton BTN_OK 173 { 174 Pos = MAP_APPFONT ( 6, 56 ) ; 175 Size = MAP_APPFONT ( 50, 14 ) ; 176 TabStop = TRUE ; 177 DefButton = TRUE ; 178 }; 179 CancelButton BTN_CANCEL 180 { 181 Pos = MAP_APPFONT ( 62, 56 ) ; 182 Size = MAP_APPFONT ( 50, 14 ) ; 183 TabStop = TRUE ; 184 }; 185 Text [ en-US ] = "Edit Setting" ; 186}; 187 188// ********************************************************************** EOF 189