dpgroupdlg.src (82177cdb) | dpgroupdlg.src (58ae0c86) |
---|---|
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 --- 248 unchanged lines hidden (view full) --- 257 TabStop = TRUE ; 258 }; 259 HelpButton BTN_HELP 260 { 261 Pos = MAP_APPFONT ( 164 , 43 ) ; 262 Size = MAP_APPFONT ( 50 , 14 ) ; 263 TabStop = TRUE ; 264 }; | 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 --- 248 unchanged lines hidden (view full) --- 257 TabStop = TRUE ; 258 }; 259 HelpButton BTN_HELP 260 { 261 Pos = MAP_APPFONT ( 164 , 43 ) ; 262 Size = MAP_APPFONT ( 50 , 14 ) ; 263 TabStop = TRUE ; 264 }; |
265 StringArray STR_UNITS 266 { 267 ItemList [ en-US ] = 268 { 269 < "Seconds" ; Default ; > ; 270 < "Minutes" ; Default ; > ; 271 < "Hours" ; Default ; > ; 272 < "Days" ; Default ; > ; 273 < "Months" ; Default ; > ; 274 < "Quarters" ; Default ; > ; 275 < "Years" ; Default ; > ; 276 } ; 277 } ; | |
278 Text [ en-US ] = "Grouping" ; 279} ; 280 281// ---------------------------------------------------------------------------- 282 | 265 Text [ en-US ] = "Grouping" ; 266} ; 267 268// ---------------------------------------------------------------------------- 269 |