blob: c6c24b5433994c4868f8a08efab5e908d8cca5b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by auth.rc
//
#define IDD_LOGINBOX 101
#define IDD_POPUP_AGREEMENT 102
#define IDS_ERR_SUCCESS 103
#define IDD_PAGE_CREDENTIALS 103
#define IDS_ERR_404 104
#define IDD_PAGE_ADDRESS 104
#define IDS_ERR_TIMEOUT 105
#define IDD_PAGE_INFO 105
#define IDS_ERR_NOHTTP 106
#define IDD_POPUP_PASSCODE 106
#define IDS_ERR_NOPARSER 107
#define IDD_POPUP_MESSAGE 107
#define IDS_ERR_CONNECTIONRESET 108
#define IDD_PAGE_EMPTY 108
#define IDS_ERR_PARSING_XML 109
#define IDR_MENU_TABCONTEXT 109
#define IDS_ERR_NOT_AUTHORIZED 110
#define IDD_PAGE_ERROR 110
#define IDS_ERR_SECURID 111
#define IDS_ERR_ABORT 112
#define IDS_ERR_INVALIDCRED 113
#define IDS_ERR_UNCONFIRMED 114
#define IDS_ERR_UNEXPECTED 115
#define IDS_ERR_USERNAME_EMPTY 116
#define IDS_ERR_USERNAME_TOOSHORT 117
#define IDS_ERR_USERNAME_TOOLONG 118
#define IDS_ERR_USERNAME_BADFORMAT 119
#define IDS_ERR_PASSWORD_EMPTY 120
#define IDS_ERR_PASSWORD_TOOSHORT 121
#define IDS_ERR_PASSWORD_TOOLONG 122
#define IDS_ERR_PASSWORD_BADFORMAT 123
#define IDS_ERR_PASSCODE_EMPTY 124
#define IDS_ERR_PASSCODE_TOOSHORT 125
#define IDS_ERR_PASSCODE_TOOLONG 126
#define IDS_ERR_PASSCODE_BADFORMAT 127
#define IDS_ERR_UNKNOWN 128
#define IDS_LOGIN_FAILURE 129
#define IDS_ERR_PASSCODE_INVALID 130
#define IDS_WEBAUTH_CAPTION_TEMPLATE 131
#define IDS_ERR_PASSCODE_BADLENGTH_TEMPLATE 132
#define IDS_ERR_PASSCODE_ONLYDIGITS 133
#define IDS_PASSCODE_EDIT_HINT 134
#define IDS_STATUS_INITIALIZING 135
#define IDS_STATUS_CONNECTING 136
#define IDS_STATUS_PASSCODE_REQUIRED 137
#define IDS_STATUS_RECEIVING 138
#define IDS_STATUS_SENDING 139
#define IDS_STATUS_ABORTING 140
#define IDS_STATUS_USERACTION_REQUIRED 141
#define IDS_STATUS_SUCCEEDED 142
#define IDS_STATUS_FAILED 143
#define IDS_STATUS_ABORTED 144
#define IDS_STATUS_UPDATEBEGIN 145
#define IDS_POPUP_AGREEMENT_TITLE 146
#define IDS_POPUP_PASSCODE_TITLE 147
#define IDS_TOSLINK_TEMPLATE 148
#define IDS_PRIVACYLINK_TEMPLATE 149
#define IDS_AND 150
#define IDS_STATUS_AGREEMENT_REQUIRED 151
#define IDS_BUTTON_CONTINUE 152
#define IDS_BUTTON_YES 153
#define IDS_BUTTON_NO 154
#define IDS_PROVIDERUPDATE_TITLE 155
#define IDS_PROVIDER_CHANGED 156
#define IDS_PROVIDER_REMOVED 157
#define IDS_LOGINTAB_MOREPROVIDERS 158
#define IDS_ERR_OPENID_INVALIDURL 159
#define IDC_TEXT 1001
#define IDC_USERNAME 1001
#define IDC_PASSWORD 1002
#define IDC_CREATE_ACCOUNT 1004
#define IDC_RECOVER_ACCOUNT 1005
#define IDC_RECOVER_ACCOUNT2 1006
#define IDC_USERNAME_LABEL 1009
#define IDC_PASSWORD_LABEL 1010
#define IDC_ADDRESS_EDIT 1011
#define IDC_PASSCODE_EDIT 1011
#define IDC_PASSCODE_HINT 1015
#define IDC_ADDRESS_LABEL 1016
#define IDC_STATUS 1018
#define IDC_MESSAGE 1019
#define IDC_CHECK_STATUS 1020
#define IDC_PASSCODE_TITLE 1021
#define IDC_CHECKNOW 1022
#define IDR_POPUPBORDER_IMAGE 2000
#define IDR_NOTIFIERICONS_IMAGE 2001
#define IDR_SELECTIONFRAME_IMAGE 2002
#define IDR_ARROW_IMAGE 2003
#define ID_TABCONTEXT_UPDATEPROVIDERS 40001
#define ID_TABCONTEXT_RESETORDER 40002
#define ID_LOGINBOX_UPDATEPORIVDES 40003
#define ID_LOGINBOX_UPDATEPROVIDERS 40004
#define ID_LOGINTAB_RESETORDER 40005
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 111
#define _APS_NEXT_COMMAND_VALUE 40006
#define _APS_NEXT_CONTROL_VALUE 1023
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|