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 "framework.hrc" 25 26Window DLG_BACKING 27{ 28 OutputSize = TRUE ; 29 SVLook = TRUE ; 30 Border = FALSE ; 31 32 String STR_BACKING_WELCOME 33 { 34 Text [ en-US ] = "Welcome to" ; 35 }; 36 String STR_BACKING_WELCOMEPRODUCT 37 { 38 Text [ en-US ] = "%PRODUCTNAME" ; 39 }; 40 String STR_BACKING_CREATE 41 { 42 Text [ en-US ] = "Create a new document" ; 43 }; 44 String STR_BACKING_TEMPLATE 45 { 46 Text [ en-US ] = "~Templates..." ; 47 }; 48 String STR_BACKING_FILE 49 { 50 Text [ en-US ] = "~Open..." ; 51 }; 52 String STR_BACKING_EXTHELP 53 { 54 Text [ en-US ] = "Add new features to %PRODUCTNAME" ; 55 }; 56 String STR_BACKING_REGHELP 57 { 58 Text [ en-US ] = "Register your %PRODUCTNAME" ; 59 }; 60 String STR_BACKING_INFOHELP 61 { 62 Text [ en-US ] = "Get more information about %PRODUCTNAME" ; 63 }; 64 String STR_BACKING_TPLREP 65 { 66 Text [ en-US ] = "Get more templates for %PRODUCTNAME" ; 67 }; 68}; 69 70Resource RES_BACKING_IMAGES 71{ 72 Bitmap BMP_BACKING_BACKGROUND_LEFT 73 { 74 File = "backing.png" ; 75 }; 76 Bitmap BMP_BACKING_BACKGROUND_MIDDLE 77 { 78 File = "backing_space.png" ; 79 }; 80 Bitmap BMP_BACKING_BACKGROUND_RIGHT 81 { 82 File = "backing_right.png" ; 83 }; 84 Bitmap BMP_BACKING_BACKGROUND_RTL_LEFT 85 { 86 File = "backing_rtl_left.png" ; 87 }; 88 Bitmap BMP_BACKING_BACKGROUND_RTL_RIGHT 89 { 90 File = "backing_rtl_right.png" ; 91 }; 92 Bitmap BMP_BACKING_EXT 93 { 94 File = "extension_32.png" ; 95 }; 96 Bitmap BMP_BACKING_REG 97 { 98 File = "register_32.png" ; 99 }; 100 Bitmap BMP_BACKING_INFO 101 { 102 File = "info_32.png" ; 103 }; 104 Bitmap BMP_BACKING_TPLREP 105 { 106 File = "addtemplate_32.png" ; 107 }; 108 Bitmap BMP_BACKING_WRITER 109 { 110 File = "odt_32.png" ; 111 }; 112 Bitmap BMP_BACKING_CALC 113 { 114 File = "ods_32.png" ; 115 }; 116 Bitmap BMP_BACKING_IMPRESS 117 { 118 File = "odp_32.png" ; 119 }; 120 Bitmap BMP_BACKING_DRAW 121 { 122 File = "odg_32.png" ; 123 }; 124 Bitmap BMP_BACKING_DATABASE 125 { 126 File = "odb_32.png" ; 127 }; 128 Bitmap BMP_BACKING_FORMULA 129 { 130 File = "odf_32.png" ; 131 }; 132 Bitmap BMP_BACKING_OPENFILE 133 { 134 File = "folder_32.png" ; 135 }; 136 Bitmap BMP_BACKING_OPENTEMPLATE 137 { 138 File = "templates_32.png" ; 139 }; 140}; 141 142Resource RES_BACKING_IMAGES_HC 143{ 144 Bitmap BMP_BACKING_BACKGROUND_LEFT 145 { 146 File = "backing_hc.png" ; 147 }; 148 Bitmap BMP_BACKING_BACKGROUND_MIDDLE 149 { 150 File = "backing_space_hc.png" ; 151 }; 152 Bitmap BMP_BACKING_BACKGROUND_RIGHT 153 { 154 File = "backing_right_hc.png" ; 155 }; 156 Bitmap BMP_BACKING_BACKGROUND_RTL_LEFT 157 { 158 File = "backing_rtl_left_hc.png" ; 159 }; 160 Bitmap BMP_BACKING_BACKGROUND_RTL_RIGHT 161 { 162 File = "backing_rtl_right_hc.png" ; 163 }; 164 Bitmap BMP_BACKING_EXT 165 { 166 File = "extension_32_hc.png" ; 167 }; 168 Bitmap BMP_BACKING_REG 169 { 170 File = "register_32_hc.png" ; 171 }; 172 Bitmap BMP_BACKING_INFO 173 { 174 File = "info_32_hc.png" ; 175 }; 176 Bitmap BMP_BACKING_TPLREP 177 { 178 File = "addtemplate_32_hc.png" ; 179 }; 180 Bitmap BMP_BACKING_WRITER 181 { 182 File = "odt_32_hc.png" ; 183 }; 184 Bitmap BMP_BACKING_CALC 185 { 186 File = "ods_32_hc.png" ; 187 }; 188 Bitmap BMP_BACKING_IMPRESS 189 { 190 File = "odp_32_hc.png" ; 191 }; 192 Bitmap BMP_BACKING_DRAW 193 { 194 File = "odg_32_hc.png" ; 195 }; 196 Bitmap BMP_BACKING_DATABASE 197 { 198 File = "odb_32_hc.png" ; 199 }; 200 Bitmap BMP_BACKING_FORMULA 201 { 202 File = "odf_32_hc.png" ; 203 }; 204 Bitmap BMP_BACKING_OPENFILE 205 { 206 File = "folder_32_hc.png" ; 207 }; 208 Bitmap BMP_BACKING_OPENTEMPLATE 209 { 210 File = "templates_32_hc.png" ; 211 }; 212}; 213 214Window WIN_TABWINDOW 215{ 216 OutputSize = TRUE ; 217 SVLook = TRUE ; 218 TabControl TC_TABCONTROL 219 { 220 OutputSize = TRUE ; 221 }; 222}; 223 224// ********************************************************************** EOF 225