fix to prevent multiple launch appcontrol.
[apps/osp/Account.git] / inc / AccTypes.h
1 //
2 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
3 //
4 // Licensed under the Flora License, Version 1.0 (the License);
5 // you may not use this file except in compliance with the License.
6 // You may obtain a copy of the License at
7 //
8 //     http://floralicense.org/license/
9 //
10 // Unless required by applicable law or agreed to in writing, software
11 // distributed under the License is distributed on an AS IS BASIS,
12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 // See the License for the specific language governing permissions and
14 // limitations under the License.
15 //
16
17 /**
18  * @file                AccTypes.h
19  * @brief               This is the header file for resource definition.
20  */
21
22 #ifndef _ACC_TYPES_H_
23 #define _ACC_TYPES_H_
24
25 extern const wchar_t* IDC_LABEL_ICON;
26 extern const wchar_t* IDC_LABEL_MAIN_TEXT;
27 extern const wchar_t* IDC_LABEL_SUB_TEXT;
28 extern const wchar_t* IDC_LABEL_TEXT;
29 extern const wchar_t* IDC_SECTIONTABLEVIEW;
30 extern const wchar_t* IDL_ACCOUNT_ADD_FORM;
31 extern const wchar_t* IDL_ACCOUNT_DETAIL_FORM;
32 extern const wchar_t* IDL_MAIN_FORM;
33 extern const wchar_t* IDL_PANEL_MULTI_LINE_ITEM;
34 extern const wchar_t* IDL_PANEL_SINGLE_LINE_ITEM;
35 extern const wchar_t* IDL_PANEL_EMPTY_LIST;
36 extern const wchar_t* IDSCN_ACCOUNT_ADD;
37 extern const wchar_t* IDS_COM_SK3_ADD;
38 extern const wchar_t* IDS_EMAIL_BODY_NO_ACCOUNTS;
39 extern const wchar_t* IDS_EMAIL_POP_UNABLE_TO_ADD_ACCOUNT;
40 extern const wchar_t* IDS_EMAIL_SK3_ACCOUNT_LIST;
41 extern const wchar_t* IDS_MA_HEADER_ACCOUNTS;
42 extern const wchar_t* IDS_MA_HEADER_ADD_ACCOUNT;
43 extern const wchar_t* IDS_NO_ACCOUNT_PROVIDERS;
44 extern const wchar_t* ID_SCNT_ACCOUNT_ADD;
45 extern const wchar_t* ID_SCNT_MAIN_FORM;
46 extern const wchar_t* ID_SCNT_MAIN_FORM_BACK;
47
48 enum AccountInfoType
49 {
50         ACCOUNT_INFO_TYPE_USER_NAME,
51 //      ACCOUNT_INFO_TYPE_CAPABILITIES,
52         ACCOUNT_INFO_TYPE_PROVIDER_NAME,
53 };
54
55 #endif // _ACC_TYPES_H_