grfflt.src (ae2dc0fa) | grfflt.src (7ea7a1cc) |
---|---|
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 --- 164 unchanged lines hidden (view full) --- 173 Border = TRUE ; 174 Pos = MAP_APPFONT ( 12 , MA_Y6 ) ; 175 Size = MAP_APPFONT ( 35 , 12 ) ; 176 TabStop = TRUE ; 177 Repeat = TRUE ; 178 Spin = TRUE ; 179 Maximum = 100 ; 180 StrictFormat = TRUE ; | 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 --- 164 unchanged lines hidden (view full) --- 173 Border = TRUE ; 174 Pos = MAP_APPFONT ( 12 , MA_Y6 ) ; 175 Size = MAP_APPFONT ( 35 , 12 ) ; 176 TabStop = TRUE ; 177 Repeat = TRUE ; 178 Spin = TRUE ; 179 Maximum = 100 ; 180 StrictFormat = TRUE ; |
181 Unit = FUNIT_CUSTOM ; 182 CustomUnitText = "%" ; | 181 Unit = FUNIT_PERCENT ; |
183 Last = 100 ; 184 SpinSize = 1 ; 185 }; 186#define MA_Y7 MA_Y6 + RSC_CD_TEXTBOX_HEIGHT + RSC_SP_CTRL_GROUP_Y 187 CheckBox DLG_FILTERSOLARIZE_CBX_INVERT 188 { 189 HelpID = "cui:CheckBox:RID_SVX_GRFFILTER_DLG_SOLARIZE:DLG_FILTERSOLARIZE_CBX_INVERT"; 190 Pos = MAP_APPFONT ( 12, 46 ) ; --- 63 unchanged lines hidden (view full) --- 254 Size = MAP_APPFONT ( 35 , 12 ) ; 255 TabStop = TRUE ; 256 Right = TRUE ; 257 Repeat = TRUE ; 258 Spin = TRUE ; 259 Minimum = 1 ; 260 Maximum = 100 ; 261 StrictFormat = TRUE ; | 182 Last = 100 ; 183 SpinSize = 1 ; 184 }; 185#define MA_Y7 MA_Y6 + RSC_CD_TEXTBOX_HEIGHT + RSC_SP_CTRL_GROUP_Y 186 CheckBox DLG_FILTERSOLARIZE_CBX_INVERT 187 { 188 HelpID = "cui:CheckBox:RID_SVX_GRFFILTER_DLG_SOLARIZE:DLG_FILTERSOLARIZE_CBX_INVERT"; 189 Pos = MAP_APPFONT ( 12, 46 ) ; --- 63 unchanged lines hidden (view full) --- 253 Size = MAP_APPFONT ( 35 , 12 ) ; 254 TabStop = TRUE ; 255 Right = TRUE ; 256 Repeat = TRUE ; 257 Spin = TRUE ; 258 Minimum = 1 ; 259 Maximum = 100 ; 260 StrictFormat = TRUE ; |
262 Unit = FUNIT_CUSTOM ; 263 CustomUnitText = "%" ; | 261 Unit = FUNIT_PERCENT ; |
264 First = 1 ; 265 Last = 100 ; 266 SpinSize = 1 ; 267 }; 268 OKButton BTN_OK 269 { 270 Pos = MAP_APPFONT ( 194, 6 ) ; 271 Size = MAP_APPFONT ( 50, 14 ) ; --- 187 unchanged lines hidden --- | 262 First = 1 ; 263 Last = 100 ; 264 SpinSize = 1 ; 265 }; 266 OKButton BTN_OK 267 { 268 Pos = MAP_APPFONT ( 194, 6 ) ; 269 Size = MAP_APPFONT ( 50, 14 ) ; --- 187 unchanged lines hidden --- |