xref: /aoo41x/main/uui/source/logindlg.hrc (revision 4a0882b5)
1*4a0882b5SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*4a0882b5SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*4a0882b5SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*4a0882b5SAndrew Rist * distributed with this work for additional information
6*4a0882b5SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*4a0882b5SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*4a0882b5SAndrew Rist * "License"); you may not use this file except in compliance
9*4a0882b5SAndrew Rist * with the License.  You may obtain a copy of the License at
10*4a0882b5SAndrew Rist *
11*4a0882b5SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*4a0882b5SAndrew Rist *
13*4a0882b5SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*4a0882b5SAndrew Rist * software distributed under the License is distributed on an
15*4a0882b5SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*4a0882b5SAndrew Rist * KIND, either express or implied.  See the License for the
17*4a0882b5SAndrew Rist * specific language governing permissions and limitations
18*4a0882b5SAndrew Rist * under the License.
19*4a0882b5SAndrew Rist *
20*4a0882b5SAndrew Rist *************************************************************/
21*4a0882b5SAndrew Rist
22*4a0882b5SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef UUI_LOGINDLG_HRC
25cdf0e10cSrcweir#define UUI_LOGINDLG_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir
28cdf0e10cSrcweir//============================================================================
29cdf0e10cSrcweir#define FT_INFO_LOGIN_ERROR     10
30cdf0e10cSrcweir#define FT_LOGIN_ERROR          11
31cdf0e10cSrcweir
32cdf0e10cSrcweir#define FT_INFO_LOGIN_REQUEST   20
33cdf0e10cSrcweir#define FT_LOGIN_PATH			21
34cdf0e10cSrcweir#define ED_LOGIN_PATH			22
35cdf0e10cSrcweir#define BTN_LOGIN_PATH          23
36cdf0e10cSrcweir#define FT_LOGIN_USERNAME       24
37cdf0e10cSrcweir#define ED_LOGIN_USERNAME       25
38cdf0e10cSrcweir#define FT_LOGIN_PASSWORD       26
39cdf0e10cSrcweir#define ED_LOGIN_PASSWORD       27
40cdf0e10cSrcweir#define FT_LOGIN_ACCOUNT        28
41cdf0e10cSrcweir#define ED_LOGIN_ACCOUNT        29
42cdf0e10cSrcweir#define CB_LOGIN_SAVEPASSWORD   30
43cdf0e10cSrcweir#define CB_LOGIN_USESYSCREDS    31
44cdf0e10cSrcweir#define FL_LOGIN_1              32
45cdf0e10cSrcweir#define FL_LOGIN_2              33
46cdf0e10cSrcweir#define FL_BUTTONS              34
47cdf0e10cSrcweir
48cdf0e10cSrcweir#define BTN_LOGIN_OK			50
49cdf0e10cSrcweir#define BTN_LOGIN_CANCEL		51
50cdf0e10cSrcweir#define BTN_LOGIN_HELP			52
51cdf0e10cSrcweir
52cdf0e10cSrcweir#define STR_LOGIN_REALM         60
53cdf0e10cSrcweir
54cdf0e10cSrcweir#endif // UUI_LOGINDLG_HRC
55cdf0e10cSrcweir
56