1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#include "dpgroupdlg.hrc" 29 30// ---------------------------------------------------------------------------- 31 32ModalDialog RID_SCDLG_DPNUMGROUP 33{ 34 Size = MAP_APPFONT ( 220 , 110 ) ; 35 HelpId = HID_SC_DPNUMGROUP ; 36 OutputSize = TRUE ; 37 SVLook = TRUE ; 38 Moveable = TRUE ; 39 Closeable = FALSE ; 40 Hide = TRUE ; 41 FixedLine FL_START 42 { 43 Pos = MAP_APPFONT ( 6, 3 ) ; 44 Size = MAP_APPFONT ( 152, 8 ) ; 45 Text [ en-US ] = "Start" ; 46 }; 47 RadioButton RB_AUTOSTART 48 { 49 HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_AUTOSTART"; 50 Pos = MAP_APPFONT ( 12 , 14 ) ; 51 Size = MAP_APPFONT ( 80 , 10 ) ; 52 TabStop = TRUE ; 53 Text [ en-US ] = "~Automatically" ; 54 }; 55 RadioButton RB_MANSTART 56 { 57 HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_MANSTART"; 58 Pos = MAP_APPFONT ( 12 , 28 ) ; 59 Size = MAP_APPFONT ( 80 , 10 ) ; 60 TabStop = TRUE ; 61 Text [ en-US ] = "~Manually at" ; 62 }; 63 Edit ED_START 64 { 65 HelpID = "sc:Edit:RID_SCDLG_DPNUMGROUP:ED_START"; 66 Pos = MAP_APPFONT ( 94 , 26 ) ; 67 Size = MAP_APPFONT ( 58 , 12 ) ; 68 TabStop = TRUE ; 69 Border = TRUE ; 70 }; 71 FixedLine FL_END 72 { 73 Pos = MAP_APPFONT ( 6 , 42 ) ; 74 Size = MAP_APPFONT ( 152 , 8 ) ; 75 Text [ en-US ] = "End" ; 76 }; 77 RadioButton RB_AUTOEND 78 { 79 HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_AUTOEND"; 80 Pos = MAP_APPFONT ( 12 , 53 ) ; 81 Size = MAP_APPFONT ( 80 , 10 ) ; 82 TabStop = TRUE ; 83 Text [ en-US ] = "A~utomatically" ; 84 }; 85 RadioButton RB_MANEND 86 { 87 HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_MANEND"; 88 Pos = MAP_APPFONT ( 12 , 67 ) ; 89 Size = MAP_APPFONT ( 80 , 10 ) ; 90 TabStop = TRUE ; 91 Text [ en-US ] = "Ma~nually at" ; 92 }; 93 Edit ED_END 94 { 95 HelpID = "sc:Edit:RID_SCDLG_DPNUMGROUP:ED_END"; 96 Pos = MAP_APPFONT ( 94 , 65 ) ; 97 Size = MAP_APPFONT ( 58 , 12 ) ; 98 TabStop = TRUE ; 99 Border = TRUE ; 100 }; 101 FixedLine FL_BY 102 { 103 Pos = MAP_APPFONT ( 6 , 81 ) ; 104 Size = MAP_APPFONT ( 152 , 8 ) ; 105 Text [ en-US ] = "~Group by" ; 106 }; 107 Edit ED_BY 108 { 109 HelpID = "sc:Edit:RID_SCDLG_DPNUMGROUP:ED_BY"; 110 Pos = MAP_APPFONT ( 94 , 92 ) ; 111 Size = MAP_APPFONT ( 58 , 12 ) ; 112 TabStop = TRUE ; 113 Border = TRUE ; 114 }; 115 OKButton BTN_OK 116 { 117 Pos = MAP_APPFONT ( 164 , 6 ) ; 118 Size = MAP_APPFONT ( 50 , 14 ) ; 119 TabStop = TRUE ; 120 DefButton = TRUE ; 121 }; 122 CancelButton BTN_CANCEL 123 { 124 Pos = MAP_APPFONT ( 164 , 23 ) ; 125 Size = MAP_APPFONT ( 50 , 14 ) ; 126 TabStop = TRUE ; 127 }; 128 HelpButton BTN_HELP 129 { 130 Pos = MAP_APPFONT ( 164 , 43 ) ; 131 Size = MAP_APPFONT ( 50 , 14 ) ; 132 TabStop = TRUE ; 133 }; 134 Text [ en-US ] = "Grouping" ; 135} ; 136 137// ---------------------------------------------------------------------------- 138 139ModalDialog RID_SCDLG_DPDATEGROUP 140{ 141 Size = MAP_APPFONT ( 220 , 180 ) ; 142 HelpId = HID_SC_DPDATEGROUP ; 143 OutputSize = TRUE ; 144 SVLook = TRUE ; 145 Moveable = TRUE ; 146 Closeable = FALSE ; 147 Hide = TRUE ; 148 FixedLine FL_START 149 { 150 Pos = MAP_APPFONT ( 6, 3 ) ; 151 Size = MAP_APPFONT ( 152, 8 ) ; 152 Text [ en-US ] = "Start" ; 153 }; 154 RadioButton RB_AUTOSTART 155 { 156 HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_AUTOSTART"; 157 Pos = MAP_APPFONT ( 12 , 14 ) ; 158 Size = MAP_APPFONT ( 80 , 10 ) ; 159 TabStop = TRUE ; 160 Text [ en-US ] = "~Automatically" ; 161 }; 162 RadioButton RB_MANSTART 163 { 164 HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_MANSTART"; 165 Pos = MAP_APPFONT ( 12 , 28 ) ; 166 Size = MAP_APPFONT ( 80 , 10 ) ; 167 TabStop = TRUE ; 168 Text [ en-US ] = "~Manually at" ; 169 }; 170 DateField ED_START 171 { 172 HelpID = "sc:DateField:RID_SCDLG_DPDATEGROUP:ED_START"; 173 Pos = MAP_APPFONT ( 94 , 26 ) ; 174 Size = MAP_APPFONT ( 58 , 12 ) ; 175 TabStop = TRUE ; 176 Border = TRUE ; 177 }; 178 FixedLine FL_END 179 { 180 Pos = MAP_APPFONT ( 6 , 42 ) ; 181 Size = MAP_APPFONT ( 152 , 8 ) ; 182 Text [ en-US ] = "End" ; 183 }; 184 RadioButton RB_AUTOEND 185 { 186 HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_AUTOEND"; 187 Pos = MAP_APPFONT ( 12 , 53 ) ; 188 Size = MAP_APPFONT ( 80 , 10 ) ; 189 TabStop = TRUE ; 190 Text [ en-US ] = "A~utomatically" ; 191 }; 192 RadioButton RB_MANEND 193 { 194 HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_MANEND"; 195 Pos = MAP_APPFONT ( 12 , 67 ) ; 196 Size = MAP_APPFONT ( 80 , 10 ) ; 197 TabStop = TRUE ; 198 Text [ en-US ] = "Ma~nually at" ; 199 }; 200 DateField ED_END 201 { 202 HelpID = "sc:DateField:RID_SCDLG_DPDATEGROUP:ED_END"; 203 Pos = MAP_APPFONT ( 94 , 65 ) ; 204 Size = MAP_APPFONT ( 58 , 12 ) ; 205 TabStop = TRUE ; 206 Border = TRUE ; 207 }; 208 FixedLine FL_BY 209 { 210 Pos = MAP_APPFONT ( 6 , 81 ) ; 211 Size = MAP_APPFONT ( 152 , 8 ) ; 212 Text [ en-US ] = "Group by" ; 213 }; 214 RadioButton RB_NUMDAYS 215 { 216 HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_NUMDAYS"; 217 Pos = MAP_APPFONT ( 12 , 94 ) ; 218 Size = MAP_APPFONT ( 80 , 10 ) ; 219 TabStop = TRUE ; 220 Text [ en-US ] = "Number of ~days" ; 221 }; 222 RadioButton RB_UNITS 223 { 224 HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_UNITS"; 225 Pos = MAP_APPFONT ( 12 , 110 ) ; 226 Size = MAP_APPFONT ( 80 , 10 ) ; 227 TabStop = TRUE ; 228 Text [ en-US ] = "~Intervals" ; 229 }; 230 NumericField ED_NUMDAYS 231 { 232 HelpID = "sc:NumericField:RID_SCDLG_DPDATEGROUP:ED_NUMDAYS"; 233 Pos = MAP_APPFONT ( 94, 92 ) ; 234 Size = MAP_APPFONT ( 35, 12 ) ; 235 TabStop = TRUE ; 236 Border = TRUE ; 237 Spin = TRUE ; 238 Repeat = TRUE ; 239 Minimum = 1 ; 240 Maximum = 32767 ; 241 SpinSize = 1 ; 242 }; 243 Control LB_UNITS 244 { 245 Pos = MAP_APPFONT( 94, 110 ); 246 Size = MAP_APPFONT( 58, 64 ); 247 TabStop = TRUE; 248 Border = TRUE; 249 }; 250 OKButton BTN_OK 251 { 252 Pos = MAP_APPFONT ( 164 , 6 ) ; 253 Size = MAP_APPFONT ( 50 , 14 ) ; 254 TabStop = TRUE ; 255 DefButton = TRUE ; 256 }; 257 CancelButton BTN_CANCEL 258 { 259 Pos = MAP_APPFONT ( 164 , 23 ) ; 260 Size = MAP_APPFONT ( 50 , 14 ) ; 261 TabStop = TRUE ; 262 }; 263 HelpButton BTN_HELP 264 { 265 Pos = MAP_APPFONT ( 164 , 43 ) ; 266 Size = MAP_APPFONT ( 50 , 14 ) ; 267 TabStop = TRUE ; 268 }; 269 StringArray STR_UNITS 270 { 271 ItemList [ en-US ] = 272 { 273 < "Seconds" ; Default ; > ; 274 < "Minutes" ; Default ; > ; 275 < "Hours" ; Default ; > ; 276 < "Days" ; Default ; > ; 277 < "Months" ; Default ; > ; 278 < "Quarters" ; Default ; > ; 279 < "Years" ; Default ; > ; 280 } ; 281 } ; 282 Text [ en-US ] = "Grouping" ; 283} ; 284 285// ---------------------------------------------------------------------------- 286 287