1858b8bccSAndrew Rist/************************************************************** 25cadf9eeSmseidel * 3858b8bccSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4858b8bccSAndrew Rist * or more contributor license agreements. See the NOTICE file 5858b8bccSAndrew Rist * distributed with this work for additional information 6858b8bccSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7858b8bccSAndrew Rist * to you under the Apache License, Version 2.0 (the 8858b8bccSAndrew Rist * "License"); you may not use this file except in compliance 9858b8bccSAndrew Rist * with the License. You may obtain a copy of the License at 105cadf9eeSmseidel * 11858b8bccSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 125cadf9eeSmseidel * 13858b8bccSAndrew Rist * Unless required by applicable law or agreed to in writing, 14858b8bccSAndrew Rist * software distributed under the License is distributed on an 15858b8bccSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16858b8bccSAndrew Rist * KIND, either express or implied. See the License for the 17858b8bccSAndrew Rist * specific language governing permissions and limitations 18858b8bccSAndrew Rist * under the License. 195cadf9eeSmseidel * 20858b8bccSAndrew Rist *************************************************************/ 21858b8bccSAndrew Rist 22858b8bccSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#include "framework.hrc" 25cdf0e10cSrcweir 26cdf0e10cSrcweirWindow DLG_BACKING 27cdf0e10cSrcweir{ 285cadf9eeSmseidel OutputSize = TRUE ; 295cadf9eeSmseidel SVLook = TRUE ; 305cadf9eeSmseidel Border = FALSE ; 31cdf0e10cSrcweir 325cadf9eeSmseidel String STR_BACKING_WELCOME 335cadf9eeSmseidel { 345cadf9eeSmseidel Text [ en-US ] = "Welcome to" ; 355cadf9eeSmseidel }; 365cadf9eeSmseidel String STR_BACKING_WELCOMEPRODUCT 375cadf9eeSmseidel { 385cadf9eeSmseidel Text [ en-US ] = "%PRODUCTNAME" ; 395cadf9eeSmseidel }; 405cadf9eeSmseidel String STR_BACKING_CREATE 415cadf9eeSmseidel { 425cadf9eeSmseidel Text [ en-US ] = "Create a new document" ; 435cadf9eeSmseidel }; 445cadf9eeSmseidel String STR_BACKING_TEMPLATE 455cadf9eeSmseidel { 465cadf9eeSmseidel Text [ en-US ] = "~Templates..." ; 475cadf9eeSmseidel }; 485cadf9eeSmseidel String STR_BACKING_FILE 495cadf9eeSmseidel { 505cadf9eeSmseidel Text [ en-US ] = "~Open..." ; 515cadf9eeSmseidel }; 525cadf9eeSmseidel String STR_BACKING_EXTHELP 535cadf9eeSmseidel { 545cadf9eeSmseidel Text [ en-US ] = "Add new features to %PRODUCTNAME" ; 555cadf9eeSmseidel }; 565cadf9eeSmseidel String STR_BACKING_REGHELP 575cadf9eeSmseidel { 585cadf9eeSmseidel Text [ en-US ] = "Register your %PRODUCTNAME" ; 595cadf9eeSmseidel }; 605cadf9eeSmseidel String STR_BACKING_INFOHELP 615cadf9eeSmseidel { 625cadf9eeSmseidel Text [ en-US ] = "Get more information about %PRODUCTNAME" ; 635cadf9eeSmseidel }; 645cadf9eeSmseidel String STR_BACKING_TPLREP 655cadf9eeSmseidel { 665cadf9eeSmseidel Text [ en-US ] = "Get more templates for %PRODUCTNAME" ; 675cadf9eeSmseidel }; 68cdf0e10cSrcweir}; 69cdf0e10cSrcweir 70cdf0e10cSrcweirResource RES_BACKING_IMAGES 71cdf0e10cSrcweir{ 725cadf9eeSmseidel Bitmap BMP_BACKING_BACKGROUND_LEFT 735cadf9eeSmseidel { 745cadf9eeSmseidel File = "backing.png" ; 755cadf9eeSmseidel }; 765cadf9eeSmseidel Bitmap BMP_BACKING_BACKGROUND_MIDDLE 775cadf9eeSmseidel { 785cadf9eeSmseidel File = "backing_space.png" ; 795cadf9eeSmseidel }; 805cadf9eeSmseidel Bitmap BMP_BACKING_BACKGROUND_RIGHT 815cadf9eeSmseidel { 825cadf9eeSmseidel File = "backing_right.png" ; 835cadf9eeSmseidel }; 845cadf9eeSmseidel Bitmap BMP_BACKING_BACKGROUND_RTL_LEFT 855cadf9eeSmseidel { 865cadf9eeSmseidel File = "backing_rtl_left.png" ; 875cadf9eeSmseidel }; 885cadf9eeSmseidel Bitmap BMP_BACKING_BACKGROUND_RTL_RIGHT 895cadf9eeSmseidel { 905cadf9eeSmseidel File = "backing_rtl_right.png" ; 915cadf9eeSmseidel }; 925cadf9eeSmseidel Bitmap BMP_BACKING_EXT 935cadf9eeSmseidel { 94*9cced779Smseidel File = "extension_32.png" ; 955cadf9eeSmseidel }; 965cadf9eeSmseidel Bitmap BMP_BACKING_REG 975cadf9eeSmseidel { 985cadf9eeSmseidel File = "register_32.png" ; 995cadf9eeSmseidel }; 1005cadf9eeSmseidel Bitmap BMP_BACKING_INFO 1015cadf9eeSmseidel { 102*9cced779Smseidel File = "info_32.png" ; 1035cadf9eeSmseidel }; 1045cadf9eeSmseidel Bitmap BMP_BACKING_TPLREP 1055cadf9eeSmseidel { 1065cadf9eeSmseidel File = "addtemplate_32.png" ; 1075cadf9eeSmseidel }; 1085cadf9eeSmseidel Bitmap BMP_BACKING_WRITER 1095cadf9eeSmseidel { 1105cadf9eeSmseidel File = "odt_32.png" ; 1115cadf9eeSmseidel }; 1125cadf9eeSmseidel Bitmap BMP_BACKING_CALC 1135cadf9eeSmseidel { 1145cadf9eeSmseidel File = "ods_32.png" ; 1155cadf9eeSmseidel }; 1165cadf9eeSmseidel Bitmap BMP_BACKING_IMPRESS 1175cadf9eeSmseidel { 1185cadf9eeSmseidel File = "odp_32.png" ; 1195cadf9eeSmseidel }; 1205cadf9eeSmseidel Bitmap BMP_BACKING_DRAW 1215cadf9eeSmseidel { 1225cadf9eeSmseidel File = "odg_32.png" ; 1235cadf9eeSmseidel }; 1245cadf9eeSmseidel Bitmap BMP_BACKING_DATABASE 1255cadf9eeSmseidel { 1265cadf9eeSmseidel File = "odb_32.png" ; 1275cadf9eeSmseidel }; 1285cadf9eeSmseidel Bitmap BMP_BACKING_FORMULA 1295cadf9eeSmseidel { 1305cadf9eeSmseidel File = "odf_32.png" ; 1315cadf9eeSmseidel }; 1325cadf9eeSmseidel Bitmap BMP_BACKING_OPENFILE 1335cadf9eeSmseidel { 1345cadf9eeSmseidel File = "folder_32.png" ; 1355cadf9eeSmseidel }; 1365cadf9eeSmseidel Bitmap BMP_BACKING_OPENTEMPLATE 1375cadf9eeSmseidel { 1385cadf9eeSmseidel File = "templates_32.png" ; 1395cadf9eeSmseidel }; 140cdf0e10cSrcweir}; 141cdf0e10cSrcweir 142cdf0e10cSrcweirResource RES_BACKING_IMAGES_HC 143cdf0e10cSrcweir{ 1445cadf9eeSmseidel Bitmap BMP_BACKING_BACKGROUND_LEFT 1455cadf9eeSmseidel { 1465cadf9eeSmseidel File = "backing_hc.png" ; 1475cadf9eeSmseidel }; 1485cadf9eeSmseidel Bitmap BMP_BACKING_BACKGROUND_MIDDLE 1495cadf9eeSmseidel { 1505cadf9eeSmseidel File = "backing_space_hc.png" ; 1515cadf9eeSmseidel }; 1525cadf9eeSmseidel Bitmap BMP_BACKING_BACKGROUND_RIGHT 1535cadf9eeSmseidel { 1545cadf9eeSmseidel File = "backing_right_hc.png" ; 1555cadf9eeSmseidel }; 1565cadf9eeSmseidel Bitmap BMP_BACKING_BACKGROUND_RTL_LEFT 1575cadf9eeSmseidel { 1585cadf9eeSmseidel File = "backing_rtl_left_hc.png" ; 1595cadf9eeSmseidel }; 1605cadf9eeSmseidel Bitmap BMP_BACKING_BACKGROUND_RTL_RIGHT 1615cadf9eeSmseidel { 1625cadf9eeSmseidel File = "backing_rtl_right_hc.png" ; 1635cadf9eeSmseidel }; 1645cadf9eeSmseidel Bitmap BMP_BACKING_EXT 1655cadf9eeSmseidel { 166*9cced779Smseidel File = "extension_32_hc.png" ; 1675cadf9eeSmseidel }; 1685cadf9eeSmseidel Bitmap BMP_BACKING_REG 1695cadf9eeSmseidel { 170*9cced779Smseidel File = "register_32_hc.png" ; 1715cadf9eeSmseidel }; 1725cadf9eeSmseidel Bitmap BMP_BACKING_INFO 1735cadf9eeSmseidel { 174*9cced779Smseidel File = "info_32_hc.png" ; 1755cadf9eeSmseidel }; 1765cadf9eeSmseidel Bitmap BMP_BACKING_TPLREP 1775cadf9eeSmseidel { 178*9cced779Smseidel File = "addtemplate_32_hc.png" ; 1795cadf9eeSmseidel }; 1805cadf9eeSmseidel Bitmap BMP_BACKING_WRITER 1815cadf9eeSmseidel { 1825cadf9eeSmseidel File = "odt_32_hc.png" ; 1835cadf9eeSmseidel }; 1845cadf9eeSmseidel Bitmap BMP_BACKING_CALC 1855cadf9eeSmseidel { 1865cadf9eeSmseidel File = "ods_32_hc.png" ; 1875cadf9eeSmseidel }; 1885cadf9eeSmseidel Bitmap BMP_BACKING_IMPRESS 1895cadf9eeSmseidel { 1905cadf9eeSmseidel File = "odp_32_hc.png" ; 1915cadf9eeSmseidel }; 1925cadf9eeSmseidel Bitmap BMP_BACKING_DRAW 1935cadf9eeSmseidel { 1945cadf9eeSmseidel File = "odg_32_hc.png" ; 1955cadf9eeSmseidel }; 1965cadf9eeSmseidel Bitmap BMP_BACKING_DATABASE 1975cadf9eeSmseidel { 1985cadf9eeSmseidel File = "odb_32_hc.png" ; 1995cadf9eeSmseidel }; 2005cadf9eeSmseidel Bitmap BMP_BACKING_FORMULA 2015cadf9eeSmseidel { 2025cadf9eeSmseidel File = "odf_32_hc.png" ; 2035cadf9eeSmseidel }; 2045cadf9eeSmseidel Bitmap BMP_BACKING_OPENFILE 2055cadf9eeSmseidel { 2065cadf9eeSmseidel File = "folder_32_hc.png" ; 2075cadf9eeSmseidel }; 2085cadf9eeSmseidel Bitmap BMP_BACKING_OPENTEMPLATE 2095cadf9eeSmseidel { 2105cadf9eeSmseidel File = "templates_32_hc.png" ; 2115cadf9eeSmseidel }; 212cdf0e10cSrcweir}; 213cdf0e10cSrcweir 214cdf0e10cSrcweirWindow WIN_TABWINDOW 215cdf0e10cSrcweir{ 2165cadf9eeSmseidel OutputSize = TRUE ; 2175cadf9eeSmseidel SVLook = TRUE ; 2185cadf9eeSmseidel TabControl TC_TABCONTROL 2195cadf9eeSmseidel { 2205cadf9eeSmseidel OutputSize = TRUE ; 2215cadf9eeSmseidel }; 222cdf0e10cSrcweir}; 223cdf0e10cSrcweir 2245cadf9eeSmseidel// ********************************************************************** EOF 225