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