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