1*dc4626f2SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*dc4626f2SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*dc4626f2SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*dc4626f2SAndrew Rist * distributed with this work for additional information 6*dc4626f2SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*dc4626f2SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*dc4626f2SAndrew Rist * "License"); you may not use this file except in compliance 9*dc4626f2SAndrew Rist * with the License. You may obtain a copy of the License at 10*dc4626f2SAndrew Rist * 11*dc4626f2SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*dc4626f2SAndrew Rist * 13*dc4626f2SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*dc4626f2SAndrew Rist * software distributed under the License is distributed on an 15*dc4626f2SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*dc4626f2SAndrew Rist * KIND, either express or implied. See the License for the 17*dc4626f2SAndrew Rist * specific language governing permissions and limitations 18*dc4626f2SAndrew Rist * under the License. 19*dc4626f2SAndrew Rist * 20*dc4626f2SAndrew Rist *************************************************************/ 21*dc4626f2SAndrew Rist 22*dc4626f2SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#ifndef _BASCTL_DLGRESID_HRC 25cdf0e10cSrcweir#define _BASCTL_DLGRESID_HRC 26cdf0e10cSrcweir 27cdf0e10cSrcweir// include ----------------------------------------------------------- 28cdf0e10cSrcweir 29cdf0e10cSrcweir#include <svl/solar.hrc> 30cdf0e10cSrcweir 31cdf0e10cSrcweir// Dialog Control Id's ----------------------------------------------------------- 32cdf0e10cSrcweir 33cdf0e10cSrcweir#define RID_STR_CLASS_CONTROL ( RID_DLG_START + 0 ) 34cdf0e10cSrcweir#define RID_STR_CLASS_DIALOG ( RID_DLG_START + 1 ) 35cdf0e10cSrcweir#define RID_STR_CLASS_BUTTON ( RID_DLG_START + 2 ) 36cdf0e10cSrcweir#define RID_STR_CLASS_RADIOBUTTON ( RID_DLG_START + 3 ) 37cdf0e10cSrcweir#define RID_STR_CLASS_CHECKBOX ( RID_DLG_START + 4 ) 38cdf0e10cSrcweir#define RID_STR_CLASS_LISTBOX ( RID_DLG_START + 5 ) 39cdf0e10cSrcweir#define RID_STR_CLASS_COMBOBOX ( RID_DLG_START + 6 ) 40cdf0e10cSrcweir#define RID_STR_CLASS_GROUPBOX ( RID_DLG_START + 7 ) 41cdf0e10cSrcweir#define RID_STR_CLASS_EDIT ( RID_DLG_START + 8 ) 42cdf0e10cSrcweir#define RID_STR_CLASS_FIXEDTEXT ( RID_DLG_START + 9 ) 43cdf0e10cSrcweir#define RID_STR_CLASS_IMAGECONTROL ( RID_DLG_START + 10 ) 44cdf0e10cSrcweir#define RID_STR_CLASS_PROGRESSBAR ( RID_DLG_START + 11 ) 45cdf0e10cSrcweir#define RID_STR_CLASS_SCROLLBAR ( RID_DLG_START + 12 ) 46cdf0e10cSrcweir#define RID_STR_CLASS_FIXEDLINE ( RID_DLG_START + 13 ) 47cdf0e10cSrcweir#define RID_STR_CLASS_DATEFIELD ( RID_DLG_START + 14 ) 48cdf0e10cSrcweir#define RID_STR_CLASS_TIMEFIELD ( RID_DLG_START + 15 ) 49cdf0e10cSrcweir#define RID_STR_CLASS_NUMERICFIELD ( RID_DLG_START + 16 ) 50cdf0e10cSrcweir#define RID_STR_CLASS_CURRENCYFIELD ( RID_DLG_START + 17 ) 51cdf0e10cSrcweir#define RID_STR_CLASS_FORMATTEDFIELD ( RID_DLG_START + 18 ) 52cdf0e10cSrcweir#define RID_STR_CLASS_PATTERNFIELD ( RID_DLG_START + 19 ) 53cdf0e10cSrcweir#define RID_STR_CLASS_FILECONTROL ( RID_DLG_START + 20 ) 54cdf0e10cSrcweir#define RID_STR_TRANSLATION_NOTLOCALIZED ( RID_DLG_START + 21 ) 55cdf0e10cSrcweir#define RID_STR_TRANSLATION_DEFAULT ( RID_DLG_START + 22 ) 56cdf0e10cSrcweir#define RID_STR_CLASS_TREECONTROL ( RID_DLG_START + 23 ) 57cdf0e10cSrcweir// Property Browser Headline Id's ----------------------------------------------------------- 58cdf0e10cSrcweir 59cdf0e10cSrcweir#define RID_STR_BRWTITLE_PROPERTIES ( RID_DLG_START + 60 ) 60cdf0e10cSrcweir#define RID_STR_BRWTITLE_NO_PROPERTIES ( RID_DLG_START + 61 ) 61cdf0e10cSrcweir#define RID_STR_BRWTITLE_MULTISELECT ( RID_DLG_START + 62 ) 62cdf0e10cSrcweir 63cdf0e10cSrcweir// Manage Language Dialogs 64cdf0e10cSrcweir 65cdf0e10cSrcweir#define RID_DLG_MANAGE_LANGUAGE ( RID_DLG_START + 70 ) 66cdf0e10cSrcweir#define RID_QRYBOX_LANGUAGE ( RID_DLG_START + 71 ) 67cdf0e10cSrcweir#define RID_DLG_SETDEF_LANGUAGE ( RID_DLG_START + 72 ) 68cdf0e10cSrcweir#define RID_DLG_ADD_LANGUAGE ( RID_DLG_START + 73 ) 69cdf0e10cSrcweir 70cdf0e10cSrcweir// ----------------------------------------------------------------------- 71cdf0e10cSrcweir 72cdf0e10cSrcweir#endif // _BASCTL_DLGRESID_HRC 73cdf0e10cSrcweir 74