xref: /aoo4110/main/basctl/source/inc/dlgresid.hrc (revision b1cdbd2c)
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
23
24#ifndef _BASCTL_DLGRESID_HRC
25#define _BASCTL_DLGRESID_HRC
26
27// include	   -----------------------------------------------------------
28
29#include <svl/solar.hrc>
30
31// Dialog Control Id's -----------------------------------------------------------
32
33#define RID_STR_CLASS_CONTROL				( RID_DLG_START +   0 )
34#define RID_STR_CLASS_DIALOG				( RID_DLG_START +   1 )
35#define RID_STR_CLASS_BUTTON				( RID_DLG_START +   2 )
36#define RID_STR_CLASS_RADIOBUTTON			( RID_DLG_START +   3 )
37#define RID_STR_CLASS_CHECKBOX				( RID_DLG_START +   4 )
38#define RID_STR_CLASS_LISTBOX				( RID_DLG_START +   5 )
39#define RID_STR_CLASS_COMBOBOX				( RID_DLG_START +   6 )
40#define RID_STR_CLASS_GROUPBOX				( RID_DLG_START +   7 )
41#define RID_STR_CLASS_EDIT					( RID_DLG_START +   8 )
42#define RID_STR_CLASS_FIXEDTEXT				( RID_DLG_START +   9 )
43#define RID_STR_CLASS_IMAGECONTROL			( RID_DLG_START +  10 )
44#define RID_STR_CLASS_PROGRESSBAR			( RID_DLG_START +  11 )
45#define RID_STR_CLASS_SCROLLBAR				( RID_DLG_START +  12 )
46#define RID_STR_CLASS_FIXEDLINE				( RID_DLG_START +  13 )
47#define RID_STR_CLASS_DATEFIELD				( RID_DLG_START +  14 )
48#define RID_STR_CLASS_TIMEFIELD				( RID_DLG_START +  15 )
49#define RID_STR_CLASS_NUMERICFIELD			( RID_DLG_START +  16 )
50#define RID_STR_CLASS_CURRENCYFIELD			( RID_DLG_START +  17 )
51#define RID_STR_CLASS_FORMATTEDFIELD		( RID_DLG_START +  18 )
52#define RID_STR_CLASS_PATTERNFIELD			( RID_DLG_START +  19 )
53#define RID_STR_CLASS_FILECONTROL			( RID_DLG_START +  20 )
54#define RID_STR_TRANSLATION_NOTLOCALIZED	( RID_DLG_START +  21 )
55#define RID_STR_TRANSLATION_DEFAULT			( RID_DLG_START +  22 )
56#define RID_STR_CLASS_TREECONTROL			( RID_DLG_START +  23 )
57// Property Browser Headline Id's -----------------------------------------------------------
58
59#define RID_STR_BRWTITLE_PROPERTIES			( RID_DLG_START +  60 )
60#define RID_STR_BRWTITLE_NO_PROPERTIES		( RID_DLG_START +  61 )
61#define RID_STR_BRWTITLE_MULTISELECT		( RID_DLG_START +  62 )
62
63// Manage Language Dialogs
64
65#define RID_DLG_MANAGE_LANGUAGE				( RID_DLG_START +  70 )
66#define RID_QRYBOX_LANGUAGE					( RID_DLG_START +  71 )
67#define RID_DLG_SETDEF_LANGUAGE				( RID_DLG_START +  72 )
68#define RID_DLG_ADD_LANGUAGE				( RID_DLG_START +  73 )
69
70// -----------------------------------------------------------------------
71
72#endif          // _BASCTL_DLGRESID_HRC
73
74