blob: 88f73c0b3e70a046628f4a6b34f0181c4e41a21c (
plain)
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
|
#define IDH_WELCOME 1000
#define IDH_WIN_MAIN 1001
#define IDH_MENU_FILE 1501
#define IDH_MENU_CRED 1502
#define IDH_MENU_VIEW 1503
#define IDH_MENU_OPTIONS 1504
#define IDH_MENU_HELP 1505
#define IDH_ACTION_PROPERTIES 2000
#define IDH_ACTION_EXIT 2001
#define IDH_ACTION_NEW_ID 2002
#define IDH_ACTION_SET_DEF_ID 2003
#define IDH_ACTION_SET_SRCH_ID 2004
#define IDH_ACTION_DESTROY_ID 2005
#define IDH_ACTION_RENEW_ID 2006
#define IDH_ACTION_PASSWD_ID 2007
#define IDH_ACTION_NEW_CRED 2008
#define IDH_ACTION_CHOOSE_COLS 2009
#define IDH_ACTION_DEBUG_WINDOW 2010
#define IDH_ACTION_VIEW_REFRESH 2011
#define IDH_ACTION_OPT_KHIM 2012
#define IDH_ACTION_OPT_INIT 2013
#define IDH_ACTION_OPT_NOTIF 2014
#define IDH_NC_CREDWND 3000
#define IDH_NC_OK 3001
#define IDH_NC_CANCEL 3002
#define IDH_NC_HELP 3003
#define IDH_NC_TABBUTTON 3004
#define IDH_NC_OPTIONS 3005
#define IDH_NC_TABMAIN 3006
#define IDH_NC_SETDEF 3007
|