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 "versdlg.hrc" 29ModalDialog DLG_VERSIONS 30{ 31 HelpID = "sfx2:ModalDialog:DLG_VERSIONS"; 32 OutputSize = TRUE ; 33 Size = MAP_APPFONT ( 340 , 184 ) ; 34 SvLook = TRUE ; 35 Moveable = TRUE ; 36//! Closeable = TRUE ; 37 FixedLine GB_NEWVERSIONS 38 { 39 Pos = MAP_APPFONT ( 6 , 3 ) ; 40 Size = MAP_APPFONT ( 272 , 8 ) ; 41 Text [ en-US ] = "New versions" ; 42 }; 43 PushButton PB_SAVE 44 { 45 HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_SAVE"; 46 Pos = MAP_APPFONT ( 12 , 14 ) ; 47 Size = MAP_APPFONT ( 90 , 14 ) ; 48 TabStop = TRUE ; 49 Text [ en-US ] = "Save ~New Version" ; 50 }; 51 CheckBox CB_SAVEONCLOSE 52 { 53 HelpID = "sfx2:CheckBox:DLG_VERSIONS:CB_SAVEONCLOSE"; 54 Pos = MAP_APPFONT ( 108 , 16 ) ; 55 Size = MAP_APPFONT ( 164 , 10 ) ; 56 TabStop = TRUE ; 57 Text [ en-US ] = "~Always save a version on closing" ; 58 }; 59 FixedLine GB_OLDVERSIONS 60 { 61 Pos = MAP_APPFONT ( 6 , 34 ) ; 62 Size = MAP_APPFONT ( 272 , 8 ) ; 63 Text [ en-US ] = "Existing versions" ; 64 }; 65 FixedText FT_DATETIME 66 { 67 Pos = MAP_APPFONT ( 15 , 45 ) ; 68 Size = MAP_APPFONT ( 60 , 10 ) ; 69 Text [ en-US ] = "Date and time" ; 70 }; 71 FixedText FT_SAVEDBY 72 { 73 Pos = MAP_APPFONT ( 76 , 45 ) ; 74 Size = MAP_APPFONT ( 60 , 10 ) ; 75 Text [ en-US ] = "Saved by" ; 76 }; 77 FixedText FT_COMMENTS 78 { 79 Pos = MAP_APPFONT ( 138 , 45 ) ; 80 Size = MAP_APPFONT ( 60 , 10 ) ; 81 Text [ en-US ] = "Comments" ; 82 }; 83 Control TLB_VERSIONS 84 { 85 Border = TRUE ; 86 Pos = MAP_APPFONT ( 12 , 58 ) ; 87 Size = MAP_APPFONT ( 260 , 114 ) ; 88 TabStop = TRUE ; 89 }; 90 CancelButton PB_CLOSE 91 { 92 Pos = MAP_APPFONT ( 284 , 6 ) ; 93 Size = MAP_APPFONT ( 50 , 14 ) ; 94 TabStop = TRUE ; 95 Text [ en-US ] = "Close" ; 96 }; 97 PushButton PB_OPEN 98 { 99 HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_OPEN"; 100 Pos = MAP_APPFONT ( 284 , 26 ) ; 101 Size = MAP_APPFONT ( 50 , 14 ) ; 102 TabStop = TRUE ; 103 Text [ en-US ] = "Open" ; 104 }; 105 PushButton PB_VIEW 106 { 107 HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_VIEW"; 108 Pos = MAP_APPFONT ( 284 , 43 ) ; 109 Size = MAP_APPFONT ( 50 , 14 ) ; 110 TabStop = TRUE ; 111 DefButton = TRUE ; 112 Text [ en-US ] = "~Show..." ; 113 }; 114 PushButton PB_DELETE 115 { 116 HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_DELETE"; 117 Pos = MAP_APPFONT ( 284 , 60 ) ; 118 Size = MAP_APPFONT ( 50 , 14 ) ; 119 TabStop = TRUE ; 120 Text [ en-US ] = "~Delete" ; 121 }; 122 PushButton PB_COMPARE 123 { 124 HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_COMPARE"; 125 Pos = MAP_APPFONT ( 284 , 77 ) ; 126 Size = MAP_APPFONT ( 50 , 14 ) ; 127 TabStop = TRUE ; 128 Text [ en-US ] = "Compare" ; 129 }; 130 HelpButton PB_HELP 131 { 132 Pos = MAP_APPFONT ( 284 , 97 ) ; 133 Size = MAP_APPFONT ( 50 , 14 ) ; 134 TabStop = TRUE ; 135 }; 136 Text [ en-US ] = "Versions of" ; 137}; 138ModalDialog DLG_COMMENTS 139{ 140 HelpID = "sfx2:ModalDialog:DLG_COMMENTS"; 141 OutputSize = TRUE ; 142 Size = MAP_APPFONT ( 180 , 118 ) ; 143 SvLook = TRUE ; 144 Moveable = TRUE ; 145 FixedText FT_DATETIME 146 { 147 Pos = MAP_APPFONT ( 6 , 6 ) ; 148 Size = MAP_APPFONT ( 168 , 10 ) ; 149 Text [ en-US ] = "Date and time : " ; 150 }; 151 FixedText FT_SAVEDBY 152 { 153 Pos = MAP_APPFONT ( 6 , 19 ) ; 154 Size = MAP_APPFONT ( 168 , 10 ) ; 155 Text [ en-US ] = "Saved by " ; 156 }; 157 MultiLineEdit ME_VERSIONS 158 { 159 HelpID = "sfx2:MultiLineEdit:DLG_COMMENTS:ME_VERSIONS"; 160 Border = TRUE ; 161 Pos = MAP_APPFONT ( 6 , 32 ) ; 162 Size = MAP_APPFONT ( 168 , 60 ) ; 163 TabStop = TRUE ; 164 }; 165 OKButton PB_OK 166 { 167 Pos = MAP_APPFONT ( 15 , 98 ) ; 168 Size = MAP_APPFONT ( 50 , 14 ) ; 169 TabStop = TRUE ; 170 DefButton = TRUE ; 171 }; 172 CancelButton PB_CANCEL 173 { 174 Pos = MAP_APPFONT ( 68 , 98 ) ; 175 Size = MAP_APPFONT ( 50 , 14 ) ; 176 TabStop = TRUE ; 177 }; 178 PushButton PB_CLOSE 179 { 180 HelpID = "sfx2:PushButton:DLG_COMMENTS:PB_CLOSE"; 181 Pos = MAP_APPFONT ( 68 , 98 ) ; 182 Size = MAP_APPFONT ( 50 , 14 ) ; 183 TabStop = TRUE ; 184 Text [ en-US ] = "~Close" ; 185 }; 186 HelpButton PB_HELP 187 { 188 Pos = MAP_APPFONT ( 124 , 98 ) ; 189 Size = MAP_APPFONT ( 50 , 14 ) ; 190 TabStop = TRUE ; 191 }; 192 Text [ en-US ] = "Insert Version Comment" ; 193}; 194String DLG_COMMENTS 195{ 196 Text [ en-US ] = "Version comment" ; 197}; 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223