109a1d057SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 309a1d057SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 409a1d057SAndrew Rist * or more contributor license agreements. See the NOTICE file 509a1d057SAndrew Rist * distributed with this work for additional information 609a1d057SAndrew Rist * regarding copyright ownership. The ASF licenses this file 709a1d057SAndrew Rist * to you under the Apache License, Version 2.0 (the 809a1d057SAndrew Rist * "License"); you may not use this file except in compliance 909a1d057SAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 1109a1d057SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 1309a1d057SAndrew Rist * Unless required by applicable law or agreed to in writing, 1409a1d057SAndrew Rist * software distributed under the License is distributed on an 1509a1d057SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 1609a1d057SAndrew Rist * KIND, either express or implied. See the License for the 1709a1d057SAndrew Rist * specific language governing permissions and limitations 1809a1d057SAndrew Rist * under the License. 19cdf0e10cSrcweir * 2009a1d057SAndrew Rist *************************************************************/ 2109a1d057SAndrew Rist 22cdf0e10cSrcweir// include --------------------------------------------------------------- 23cdf0e10cSrcweir#include <svx/dialogs.hrc> 24cdf0e10cSrcweir#include <helpid.hrc> 25cdf0e10cSrcweir// pragma ---------------------------------------------------------------- 26cdf0e10cSrcweir 27cdf0e10cSrcweir/* 28*42ee560eSMatthias Seidel * Bitmaps for SvxFrameWindow 29cdf0e10cSrcweir */ 30cdf0e10cSrcweir 31cdf0e10cSrcweir#define MASKCOLOR MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; 32cdf0e10cSrcweir 33cdf0e10cSrcweirImage RID_SVX_RELOAD_NORMAL 34cdf0e10cSrcweir{ 35*42ee560eSMatthias Seidel ImageBitmap = Bitmap { File = "reload.png" ; }; 36cdf0e10cSrcweir}; 37cdf0e10cSrcweirImage RID_SVX_RELOAD_SPECIAL 38cdf0e10cSrcweir{ 39*42ee560eSMatthias Seidel ImageBitmap = Bitmap { File = "reloads.png" ; }; 40cdf0e10cSrcweir}; 41cdf0e10cSrcweirImageList RID_SVXIL_FRAME 42cdf0e10cSrcweir{ 43cdf0e10cSrcweir Prefix = "fr"; 44cdf0e10cSrcweir IdList = { 1 ; 2 ; 3 ; 4 ; 5 ; 6 ; 7 ; 8 ; 9 ; 10 ; 11 ; 12 ; }; 45cdf0e10cSrcweir IdCount = { 12 ; }; 46cdf0e10cSrcweir MASKCOLOR 47cdf0e10cSrcweir}; 48cdf0e10cSrcweirImageList RID_SVXIL_FRAME_HC 49cdf0e10cSrcweir{ 50cdf0e10cSrcweir Prefix = "frh"; 51cdf0e10cSrcweir IdList = { 1 ; 2 ; 3 ; 4 ; 5 ; 6 ; 7 ; 8 ; 9 ; 10 ; 11 ; 12 ; }; 52cdf0e10cSrcweir IdCount = { 12 ; }; 53cdf0e10cSrcweir MASKCOLOR 54cdf0e10cSrcweir}; 55cdf0e10cSrcweirString RID_SVXSTR_TRANSPARENT 56cdf0e10cSrcweir{ 57cdf0e10cSrcweir Text [ en-US ] = "No Fill" ; 58cdf0e10cSrcweir}; 59cdf0e10cSrcweirString RID_SVXSTR_FILLPATTERN 60cdf0e10cSrcweir{ 61cdf0e10cSrcweir Text [ en-US ] = "Pattern" ; 62cdf0e10cSrcweir}; 63cdf0e10cSrcweirString RID_SVXSTR_FRAME 64cdf0e10cSrcweir{ 65cdf0e10cSrcweir Text [ en-US ] = "Borders" ; 66cdf0e10cSrcweir}; 67cdf0e10cSrcweirString RID_SVXSTR_FRAME_STYLE 68cdf0e10cSrcweir{ 69cdf0e10cSrcweir Text [ en-US ] = "Border Style" ; 70cdf0e10cSrcweir}; 71cdf0e10cSrcweirString RID_SVXSTR_FRAME_COLOR 72cdf0e10cSrcweir{ 73cdf0e10cSrcweir Text [ en-US ] = "Border Color" ; 74cdf0e10cSrcweir}; 75cdf0e10cSrcweirComboBox RID_SVXTBX_STYLE 76cdf0e10cSrcweir{ 77cdf0e10cSrcweir HelpId = HID_STYLE_LISTBOX ; 78cdf0e10cSrcweir Size = MAP_APPFONT ( 67, 86 ) ; 79cdf0e10cSrcweir DropDown = TRUE ; 80cdf0e10cSrcweir Sort = TRUE ; 81cdf0e10cSrcweir AutoHScroll = TRUE ; 82cdf0e10cSrcweir DDExtraWidth = TRUE ; 83cdf0e10cSrcweir Border = TRUE ; 84cdf0e10cSrcweir Hide = TRUE ; 85cdf0e10cSrcweir}; 86cdf0e10cSrcweirString RID_SVXSTR_EXTRAS_CHARBACKGROUND 87cdf0e10cSrcweir{ 88cdf0e10cSrcweir Text [ en-US ] = "Highlighting" ; 89cdf0e10cSrcweir}; 90cdf0e10cSrcweirString RID_SVXSTR_BACKGROUND 91cdf0e10cSrcweir{ 92cdf0e10cSrcweir Text [ en-US ] = "Background" ; 93cdf0e10cSrcweir}; 94cdf0e10cSrcweirString RID_SVXSTR_AUTOMATIC 95cdf0e10cSrcweir{ 96cdf0e10cSrcweir Text [ en-US ] = "Automatic" ; 97cdf0e10cSrcweir}; 98cdf0e10cSrcweirString RID_SVXSTR_PAGES 99cdf0e10cSrcweir{ 100cdf0e10cSrcweir Text [ en-US ] = "Pages" ; 101cdf0e10cSrcweir}; 102cdf0e10cSrcweirImage RID_SVXIMG_GRAF_RED 103cdf0e10cSrcweir{ 104*42ee560eSMatthias Seidel ImageBitmap = Bitmap { File = "sc10865.png" ; }; 105cdf0e10cSrcweir}; 106cdf0e10cSrcweirImage RID_SVXIMG_GRAF_GREEN 107cdf0e10cSrcweir{ 108*42ee560eSMatthias Seidel ImageBitmap = Bitmap { File = "sc10866.png" ; }; 109cdf0e10cSrcweir}; 110cdf0e10cSrcweirImage RID_SVXIMG_GRAF_BLUE 111cdf0e10cSrcweir{ 112*42ee560eSMatthias Seidel ImageBitmap = Bitmap { File = "sc10867.png" ; }; 113cdf0e10cSrcweir}; 114cdf0e10cSrcweirImage RID_SVXIMG_GRAF_LUMINANCE 115cdf0e10cSrcweir{ 116*42ee560eSMatthias Seidel ImageBitmap = Bitmap { File = "sc10863.png" ; }; 117cdf0e10cSrcweir}; 118cdf0e10cSrcweirImage RID_SVXIMG_GRAF_CONTRAST 119cdf0e10cSrcweir{ 120*42ee560eSMatthias Seidel ImageBitmap = Bitmap { File = "sc10864.png" ; }; 121cdf0e10cSrcweir}; 122cdf0e10cSrcweirImage RID_SVXIMG_GRAF_GAMMA 123cdf0e10cSrcweir{ 124*42ee560eSMatthias Seidel ImageBitmap = Bitmap { File = "sc10868.png" ; }; 125cdf0e10cSrcweir}; 126cdf0e10cSrcweirImage RID_SVXIMG_GRAF_TRANSPARENCE 127cdf0e10cSrcweir{ 128*42ee560eSMatthias Seidel ImageBitmap = Bitmap { File = "sc10869.png" ; }; 129cdf0e10cSrcweir}; 130cdf0e10cSrcweirImage RID_SVXIMG_GRAF_RED_H 131cdf0e10cSrcweir{ 132*42ee560eSMatthias Seidel ImageBitmap = Bitmap { File = "sch10865.png" ; }; 133cdf0e10cSrcweir}; 134cdf0e10cSrcweirImage RID_SVXIMG_GRAF_GREEN_H 135cdf0e10cSrcweir{ 136*42ee560eSMatthias Seidel ImageBitmap = Bitmap { File = "sch10866.png" ; }; 137cdf0e10cSrcweir}; 138cdf0e10cSrcweirImage RID_SVXIMG_GRAF_BLUE_H 139cdf0e10cSrcweir{ 140*42ee560eSMatthias Seidel ImageBitmap = Bitmap { File = "sch10867.png" ; }; 141cdf0e10cSrcweir}; 142cdf0e10cSrcweirImage RID_SVXIMG_GRAF_LUMINANCE_H 143cdf0e10cSrcweir{ 144*42ee560eSMatthias Seidel ImageBitmap = Bitmap { File = "sch10863.png" ; }; 145cdf0e10cSrcweir}; 146cdf0e10cSrcweirImage RID_SVXIMG_GRAF_CONTRAST_H 147cdf0e10cSrcweir{ 148*42ee560eSMatthias Seidel ImageBitmap = Bitmap { File = "sch10864.png" ; }; 149cdf0e10cSrcweir}; 150cdf0e10cSrcweirImage RID_SVXIMG_GRAF_GAMMA_H 151cdf0e10cSrcweir{ 152*42ee560eSMatthias Seidel ImageBitmap = Bitmap { File = "sch10868.png" ; }; 153cdf0e10cSrcweir}; 154cdf0e10cSrcweirImage RID_SVXIMG_GRAF_TRANSPARENCE_H 155cdf0e10cSrcweir{ 156*42ee560eSMatthias Seidel ImageBitmap = Bitmap { File = "sch10869.png" ; }; 157cdf0e10cSrcweir}; 158cdf0e10cSrcweirString RID_SVXSTR_CLEARFORM 159cdf0e10cSrcweir{ 160cdf0e10cSrcweir Text [ en-US ] = "Clear formatting" ; 161cdf0e10cSrcweir}; 162cdf0e10cSrcweirString RID_SVXSTR_MORE 163cdf0e10cSrcweir{ 164cdf0e10cSrcweir Text [ en-US ] = "More..." ; 165cdf0e10cSrcweir}; 166cdf0e10cSrcweir 167cdf0e10cSrcweirString RID_SVXSTR_TEXTCOLOR 168cdf0e10cSrcweir{ 169cdf0e10cSrcweir Text [ en-US ] = "Font color" ; 170cdf0e10cSrcweir}; 171cdf0e10cSrcweir 172*42ee560eSMatthias Seidel// ********************************************************************** EOF 173