xref: /trunk/main/dbaccess/source/ui/dlg/AdabasPage.hrc (revision 08d9396c)
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
10*08d9396cSAndrew Rist *
11*08d9396cSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*08d9396cSAndrew Rist *
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.
19*08d9396cSAndrew Rist *
20*08d9396cSAndrew Rist *************************************************************/
21*08d9396cSAndrew Rist
22*08d9396cSAndrew Rist
23cdf0e10cSrcweir#ifndef DBAUI_ADABASPAGE_HRC
24cdf0e10cSrcweir#define DBAUI_ADABASPAGE_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir#define FT_CACHE_SIZE			1
27cdf0e10cSrcweir#define FT_DATA_INCREMENT		2
28cdf0e10cSrcweir#define FT_CTRLPASSWORD			3
29cdf0e10cSrcweir#define FT_CTRLUSERNAME			4
30cdf0e10cSrcweir
31cdf0e10cSrcweir
32cdf0e10cSrcweir#define NF_DATA_INCREMENT		1
33cdf0e10cSrcweir#define NF_CACHE_SIZE			2
34cdf0e10cSrcweir
35cdf0e10cSrcweir#define CB_SHUTDB				1
36cdf0e10cSrcweir
37cdf0e10cSrcweir#define FL_1					1
38cdf0e10cSrcweir
39cdf0e10cSrcweir#define PB_STAT					1
40cdf0e10cSrcweir
41cdf0e10cSrcweir#define ET_CTRLPASSWORD			1
42cdf0e10cSrcweir#define ET_CTRLUSERNAME			2
43cdf0e10cSrcweir
44cdf0e10cSrcweir#endif // DBAUI_ADABASPAGE_HRC
45cdf0e10cSrcweir
46cdf0e10cSrcweir
47