xref: /trunk/main/sw/source/ui/frmdlg/pattern.hrc (revision af7f2cbf3d6a5481a2f45e7fae5e85a32449c47d)
1*fefe2166SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*fefe2166SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*fefe2166SAndrew Rist * distributed with this work for additional information
6*fefe2166SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*fefe2166SAndrew Rist * "License"); you may not use this file except in compliance
9*fefe2166SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*fefe2166SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*fefe2166SAndrew Rist * software distributed under the License is distributed on an
15*fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*fefe2166SAndrew Rist * KIND, either express or implied.  See the License for the
17*fefe2166SAndrew Rist * specific language governing permissions and limitations
18*fefe2166SAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*fefe2166SAndrew Rist *************************************************************/
21*fefe2166SAndrew Rist
22*fefe2166SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#define BRUSH_LBL               1
25cdf0e10cSrcweir#define BRUSH_LBOX              2
26cdf0e10cSrcweir
27cdf0e10cSrcweir#define COLOR_LBL               3
28cdf0e10cSrcweir#define COLOR_LBOX              4
29cdf0e10cSrcweir
30cdf0e10cSrcweir#define FILLIN_COLOR_LBL        5
31cdf0e10cSrcweir#define FILLIN_COLOR_LBOX       6
32cdf0e10cSrcweir
33cdf0e10cSrcweir#define NO_PATTERN_BOX          7
34cdf0e10cSrcweir
35cdf0e10cSrcweir#define PATTERN_FRM             8
36cdf0e10cSrcweir#define EXAMPLE_FRM             9
37cdf0e10cSrcweir#define EXAMPLE_WIN             10
38cdf0e10cSrcweir
39cdf0e10cSrcweir#define OK_BTN                  11
40cdf0e10cSrcweir#define CANCEL_BTN              12
41cdf0e10cSrcweir#define RESET_BTN               13
42