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