contdlg.src (09a1d057) | contdlg.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 --- 169 unchanged lines hidden (view full) --- 178 Pos = MAP_APPFONT ( 0 , 0 ) ; 179 Size = MAP_APPFONT ( 28 , 12 ) ; 180 TabStop = TRUE ; 181 Repeat = TRUE ; 182 Spin = TRUE ; 183 Maximum = 99 ; 184 Last = 99 ; 185 SpinSize = 1 ; | 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 --- 169 unchanged lines hidden (view full) --- 178 Pos = MAP_APPFONT ( 0 , 0 ) ; 179 Size = MAP_APPFONT ( 28 , 12 ) ; 180 TabStop = TRUE ; 181 Repeat = TRUE ; 182 Spin = TRUE ; 183 Maximum = 99 ; 184 Last = 99 ; 185 SpinSize = 1 ; |
186 Unit = FUNIT_CUSTOM ; | 186 Unit = FUNIT_PERCENT ; |
187 QuickHelpText [ en-US ] = "Color Tolerance" ; | 187 QuickHelpText [ en-US ] = "Color Tolerance" ; |
188 CustomUnitText [ en-US ] = "%" ; | |
189 }; 190 Control CTL_CONTOUR 191 { 192 Border = TRUE ; 193 SVLook = TRUE ; 194 Pos = MAP_APPFONT ( 6 , 24 ) ; 195 HelpId = HID_CONTDLG_GRAPHWND ; 196 }; --- 90 unchanged lines hidden --- | 188 }; 189 Control CTL_CONTOUR 190 { 191 Border = TRUE ; 192 SVLook = TRUE ; 193 Pos = MAP_APPFONT ( 6 , 24 ) ; 194 HelpId = HID_CONTDLG_GRAPHWND ; 195 }; --- 90 unchanged lines hidden --- |