xref: /AOO41X/main/dbaccess/source/ui/dlg/dlgsave.hrc (revision 08d9396c09fcb79005630f0058453be7e76f9647)
1*08d9396cSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*08d9396cSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*08d9396cSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*08d9396cSAndrew Rist * distributed with this work for additional information
6*08d9396cSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*08d9396cSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*08d9396cSAndrew Rist * "License"); you may not use this file except in compliance
9*08d9396cSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*08d9396cSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*08d9396cSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*08d9396cSAndrew Rist * software distributed under the License is distributed on an
15*08d9396cSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*08d9396cSAndrew Rist * KIND, either express or implied.  See the License for the
17*08d9396cSAndrew Rist * specific language governing permissions and limitations
18*08d9396cSAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*08d9396cSAndrew Rist *************************************************************/
21*08d9396cSAndrew Rist
22*08d9396cSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef DBAUI_DLGSAVE_HRC
25cdf0e10cSrcweir#define DBAUI_DLGSAVE_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir// defines ------------------------------------------------------------------
28cdf0e10cSrcweir
29cdf0e10cSrcweir#define PB_OK						1
30cdf0e10cSrcweir#define PB_CANCEL 					1
31cdf0e10cSrcweir#define PB_HELP						1
32cdf0e10cSrcweir
33cdf0e10cSrcweir#define ET_CATALOG					1
34cdf0e10cSrcweir#define ET_SCHEMA					2
35cdf0e10cSrcweir#define ET_TITLE					3
36cdf0e10cSrcweir
37cdf0e10cSrcweir#define FT_DESCRIPTION				1
38cdf0e10cSrcweir#define FT_CATALOG					2
39cdf0e10cSrcweir#define FT_SCHEMA					3
40cdf0e10cSrcweir#define FT_TITLE					4
41cdf0e10cSrcweir
42cdf0e10cSrcweir#define STR_TBL_LABEL						1
43cdf0e10cSrcweir#define STR_VW_LABEL						2
44cdf0e10cSrcweir#define STR_QRY_LABEL						3
45cdf0e10cSrcweir#define STR_TITLE_RENAME					4
46cdf0e10cSrcweir#define STR_TITLE_PASTE_AS					6
47cdf0e10cSrcweir
48cdf0e10cSrcweir#endif // DBAUI_DLGSAVE_HRC
49cdf0e10cSrcweir
50