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 23 24#include "dpgroupdlg.hrc" 25 26// ---------------------------------------------------------------------------- 27 28ModalDialog RID_SCDLG_DPNUMGROUP 29{ 30 Size = MAP_APPFONT ( 220 , 110 ) ; 31 HelpId = HID_SC_DPNUMGROUP ; 32 OutputSize = TRUE ; 33 SVLook = TRUE ; 34 Moveable = TRUE ; 35 Closeable = FALSE ; 36 Hide = TRUE ; 37 FixedLine FL_START 38 { 39 Pos = MAP_APPFONT ( 6, 3 ) ; 40 Size = MAP_APPFONT ( 152, 8 ) ; 41 Text [ en-US ] = "Start" ; 42 }; 43 RadioButton RB_AUTOSTART 44 { 45 HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_AUTOSTART"; 46 Pos = MAP_APPFONT ( 12 , 14 ) ; 47 Size = MAP_APPFONT ( 80 , 10 ) ; 48 TabStop = TRUE ; 49 Text [ en-US ] = "~Automatically" ; 50 }; 51 RadioButton RB_MANSTART 52 { 53 HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_MANSTART"; 54 Pos = MAP_APPFONT ( 12 , 28 ) ; 55 Size = MAP_APPFONT ( 80 , 10 ) ; 56 TabStop = TRUE ; 57 Text [ en-US ] = "~Manually at" ; 58 }; 59 Edit ED_START 60 { 61 HelpID = "sc:Edit:RID_SCDLG_DPNUMGROUP:ED_START"; 62 Pos = MAP_APPFONT ( 94 , 26 ) ; 63 Size = MAP_APPFONT ( 58 , 12 ) ; 64 TabStop = TRUE ; 65 Border = TRUE ; 66 }; 67 FixedLine FL_END 68 { 69 Pos = MAP_APPFONT ( 6 , 42 ) ; 70 Size = MAP_APPFONT ( 152 , 8 ) ; 71 Text [ en-US ] = "End" ; 72 }; 73 RadioButton RB_AUTOEND 74 { 75 HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_AUTOEND"; 76 Pos = MAP_APPFONT ( 12 , 53 ) ; 77 Size = MAP_APPFONT ( 80 , 10 ) ; 78 TabStop = TRUE ; 79 Text [ en-US ] = "A~utomatically" ; 80 }; 81 RadioButton RB_MANEND 82 { 83 HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_MANEND"; 84 Pos = MAP_APPFONT ( 12 , 67 ) ; 85 Size = MAP_APPFONT ( 80 , 10 ) ; 86 TabStop = TRUE ; 87 Text [ en-US ] = "Ma~nually at" ; 88 }; 89 Edit ED_END 90 { 91 HelpID = "sc:Edit:RID_SCDLG_DPNUMGROUP:ED_END"; 92 Pos = MAP_APPFONT ( 94 , 65 ) ; 93 Size = MAP_APPFONT ( 58 , 12 ) ; 94 TabStop = TRUE ; 95 Border = TRUE ; 96 }; 97 FixedLine FL_BY 98 { 99 Pos = MAP_APPFONT ( 6 , 81 ) ; 100 Size = MAP_APPFONT ( 152 , 8 ) ; 101 Text [ en-US ] = "~Group by" ; 102 }; 103 Edit ED_BY 104 { 105 HelpID = "sc:Edit:RID_SCDLG_DPNUMGROUP:ED_BY"; 106 Pos = MAP_APPFONT ( 94 , 92 ) ; 107 Size = MAP_APPFONT ( 58 , 12 ) ; 108 TabStop = TRUE ; 109 Border = TRUE ; 110 }; 111 OKButton BTN_OK 112 { 113 Pos = MAP_APPFONT ( 164 , 6 ) ; 114 Size = MAP_APPFONT ( 50 , 14 ) ; 115 TabStop = TRUE ; 116 DefButton = TRUE ; 117 }; 118 CancelButton BTN_CANCEL 119 { 120 Pos = MAP_APPFONT ( 164 , 23 ) ; 121 Size = MAP_APPFONT ( 50 , 14 ) ; 122 TabStop = TRUE ; 123 }; 124 HelpButton BTN_HELP 125 { 126 Pos = MAP_APPFONT ( 164 , 43 ) ; 127 Size = MAP_APPFONT ( 50 , 14 ) ; 128 TabStop = TRUE ; 129 }; 130 Text [ en-US ] = "Grouping" ; 131} ; 132 133// ---------------------------------------------------------------------------- 134 135ModalDialog RID_SCDLG_DPDATEGROUP 136{ 137 Size = MAP_APPFONT ( 220 , 180 ) ; 138 HelpId = HID_SC_DPDATEGROUP ; 139 OutputSize = TRUE ; 140 SVLook = TRUE ; 141 Moveable = TRUE ; 142 Closeable = FALSE ; 143 Hide = TRUE ; 144 FixedLine FL_START 145 { 146 Pos = MAP_APPFONT ( 6, 3 ) ; 147 Size = MAP_APPFONT ( 152, 8 ) ; 148 Text [ en-US ] = "Start" ; 149 }; 150 RadioButton RB_AUTOSTART 151 { 152 HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_AUTOSTART"; 153 Pos = MAP_APPFONT ( 12 , 14 ) ; 154 Size = MAP_APPFONT ( 80 , 10 ) ; 155 TabStop = TRUE ; 156 Text [ en-US ] = "~Automatically" ; 157 }; 158 RadioButton RB_MANSTART 159 { 160 HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_MANSTART"; 161 Pos = MAP_APPFONT ( 12 , 28 ) ; 162 Size = MAP_APPFONT ( 80 , 10 ) ; 163 TabStop = TRUE ; 164 Text [ en-US ] = "~Manually at" ; 165 }; 166 DateField ED_START 167 { 168 HelpID = "sc:DateField:RID_SCDLG_DPDATEGROUP:ED_START"; 169 Pos = MAP_APPFONT ( 94 , 26 ) ; 170 Size = MAP_APPFONT ( 58 , 12 ) ; 171 TabStop = TRUE ; 172 Border = TRUE ; 173 }; 174 FixedLine FL_END 175 { 176 Pos = MAP_APPFONT ( 6 , 42 ) ; 177 Size = MAP_APPFONT ( 152 , 8 ) ; 178 Text [ en-US ] = "End" ; 179 }; 180 RadioButton RB_AUTOEND 181 { 182 HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_AUTOEND"; 183 Pos = MAP_APPFONT ( 12 , 53 ) ; 184 Size = MAP_APPFONT ( 80 , 10 ) ; 185 TabStop = TRUE ; 186 Text [ en-US ] = "A~utomatically" ; 187 }; 188 RadioButton RB_MANEND 189 { 190 HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_MANEND"; 191 Pos = MAP_APPFONT ( 12 , 67 ) ; 192 Size = MAP_APPFONT ( 80 , 10 ) ; 193 TabStop = TRUE ; 194 Text [ en-US ] = "Ma~nually at" ; 195 }; 196 DateField ED_END 197 { 198 HelpID = "sc:DateField:RID_SCDLG_DPDATEGROUP:ED_END"; 199 Pos = MAP_APPFONT ( 94 , 65 ) ; 200 Size = MAP_APPFONT ( 58 , 12 ) ; 201 TabStop = TRUE ; 202 Border = TRUE ; 203 }; 204 FixedLine FL_BY 205 { 206 Pos = MAP_APPFONT ( 6 , 81 ) ; 207 Size = MAP_APPFONT ( 152 , 8 ) ; 208 Text [ en-US ] = "Group by" ; 209 }; 210 RadioButton RB_NUMDAYS 211 { 212 HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_NUMDAYS"; 213 Pos = MAP_APPFONT ( 12 , 94 ) ; 214 Size = MAP_APPFONT ( 80 , 10 ) ; 215 TabStop = TRUE ; 216 Text [ en-US ] = "Number of ~days" ; 217 }; 218 RadioButton RB_UNITS 219 { 220 HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_UNITS"; 221 Pos = MAP_APPFONT ( 12 , 110 ) ; 222 Size = MAP_APPFONT ( 80 , 10 ) ; 223 TabStop = TRUE ; 224 Text [ en-US ] = "~Intervals" ; 225 }; 226 NumericField ED_NUMDAYS 227 { 228 HelpID = "sc:NumericField:RID_SCDLG_DPDATEGROUP:ED_NUMDAYS"; 229 Pos = MAP_APPFONT ( 94, 92 ) ; 230 Size = MAP_APPFONT ( 35, 12 ) ; 231 TabStop = TRUE ; 232 Border = TRUE ; 233 Spin = TRUE ; 234 Repeat = TRUE ; 235 Minimum = 1 ; 236 Maximum = 32767 ; 237 SpinSize = 1 ; 238 }; 239 Control LB_UNITS 240 { 241 Pos = MAP_APPFONT( 94, 110 ); 242 Size = MAP_APPFONT( 58, 64 ); 243 TabStop = TRUE; 244 Border = TRUE; 245 }; 246 OKButton BTN_OK 247 { 248 Pos = MAP_APPFONT ( 164 , 6 ) ; 249 Size = MAP_APPFONT ( 50 , 14 ) ; 250 TabStop = TRUE ; 251 DefButton = TRUE ; 252 }; 253 CancelButton BTN_CANCEL 254 { 255 Pos = MAP_APPFONT ( 164 , 23 ) ; 256 Size = MAP_APPFONT ( 50 , 14 ) ; 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 Text [ en-US ] = "Grouping" ; 266} ; 267 268// ---------------------------------------------------------------------------- 269 270