1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#ifndef _CUI_PASSWDOMDLG_HRC_
25#define _CUI_PASSWDOMDLG_HRC_
26
27#define FL_FILE_ENCRYPTION              10
28#define FT_PASSWD_TO_OPEN               11
29#define ED_PASSWD_TO_OPEN               12
30#define FT_REENTER_PASSWD_TO_OPEN       13
31#define ED_REENTER_PASSWD_TO_OPEN       14
32#define IMG_PASSWD_MATCH                15
33#define IMG_PASSWD_MATCH_HC             16
34#define FT_PASSWD_NOTE                  17
35#define FL_BUTTONS                      18
36#define BTN_MORE_FEWER_OPTIONS          19
37#define BTN_OK                          20
38#define BTN_CANCEL                      21
39#define FL_FILE_SHARING_OPTIONS         22
40#define FT_PASSWD_TO_MODIFY             23
41#define ED_PASSWD_TO_MODIFY             24
42#define FT_REENTER_PASSWD_TO_MODIFY     25
43#define ED_REENTER_PASSWD_TO_MODIFY     26
44#define FI_PASSWD_TO_OPEN_MATCH         27
45#define FI_PASSWD_TO_MODIFY_MATCH       28
46#define CB_OPEN_READONLY                29
47
48#define STR_MORE_OPTIONS                    51
49#define STR_FEWER_OPTIONS                   52
50#define STR_PASSWD_MUST_BE_CONFIRMED        53
51#define STR_ONE_PASSWORD_MISMATCH           54
52#define STR_TWO_PASSWORDS_MISMATCH          55
53#define STR_INVALID_STATE_FOR_OK_BUTTON     56
54#define STR_INVALID_STATE_FOR_OK_BUTTON_V2  57
55
56#endif
57
58