xref: /trunk/main/cui/source/dialogs/dlgname.hrc (revision 3215e17bb4a2dd54ee12e05da1eb07f2b834bc46)
18414840eSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
38414840eSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
48414840eSAndrew Rist * or more contributor license agreements.  See the NOTICE file
58414840eSAndrew Rist * distributed with this work for additional information
68414840eSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
78414840eSAndrew Rist * to you under the Apache License, Version 2.0 (the
88414840eSAndrew Rist * "License"); you may not use this file except in compliance
98414840eSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
118414840eSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
138414840eSAndrew Rist * Unless required by applicable law or agreed to in writing,
148414840eSAndrew Rist * software distributed under the License is distributed on an
158414840eSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
168414840eSAndrew Rist * KIND, either express or implied.  See the License for the
178414840eSAndrew Rist * specific language governing permissions and limitations
188414840eSAndrew Rist * under the License.
19cdf0e10cSrcweir *
208414840eSAndrew Rist *************************************************************/
218414840eSAndrew Rist
22cdf0e10cSrcweir#define EDT_STRING 1
23cdf0e10cSrcweir#define BTN_OK 1
24cdf0e10cSrcweir#define BTN_CANCEL 1
25cdf0e10cSrcweir#define BTN_HELP 1
26cdf0e10cSrcweir#define FT_DESCRIPTION 1
27cdf0e10cSrcweir#define BTN_1 1
28cdf0e10cSrcweir#define BTN_2 2
29cdf0e10cSrcweir
30cdf0e10cSrcweir// #i68101#
31cdf0e10cSrcweir#define NTD_FT_NAME     2
32cdf0e10cSrcweir#define NTD_EDT_NAME    2
33cdf0e10cSrcweir#define NTD_FT_TITLE    3
34cdf0e10cSrcweir#define NTD_EDT_TITLE   3
35cdf0e10cSrcweir#define NTD_FT_DESC     4
36cdf0e10cSrcweir#define NTD_EDT_DESC    4
37cdf0e10cSrcweir#define FL_SEPARATOR_A  1
38cdf0e10cSrcweir#define FL_SEPARATOR_B  2
39cdf0e10cSrcweir
40*3215e17bSmseidel// ********************************************************************** EOF
41