You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.4 KiB
30 lines
1.4 KiB
#ifndef __CMD_DEF_H__
|
|
#define __CMD_DEF_H__
|
|
//----------------------------------------------------------------
|
|
//Please check these are different with res/main/resource.h's IDC_XXX
|
|
//----------------------------------------------------------------
|
|
#define IDC_KBTN_FIRST 6000
|
|
#define IDC_KBTN_BACKSPACE (IDC_KBTN_FIRST+1)
|
|
#define IDC_KBTN_DELETE (IDC_KBTN_FIRST+2)
|
|
#define IDC_KBTN_ENTER (IDC_KBTN_FIRST+3)
|
|
#define IDC_KBTN_ESCAPE (IDC_KBTN_FIRST+4)
|
|
#define IDC_KBTN_SPACE (IDC_KBTN_FIRST+5)
|
|
#define IDC_KBTN_FAREAST (IDC_KBTN_FIRST+6)
|
|
#define IDC_KBTN_ARROWS (IDC_KBTN_FIRST+7)
|
|
#define IDC_KBTN_ARROW_LEFT (IDC_KBTN_FIRST+8)
|
|
#define IDC_KBTN_ARROW_RIGHT (IDC_KBTN_FIRST+9)
|
|
#define IDC_KBTN_ARROW_UP (IDC_KBTN_FIRST+10)
|
|
#define IDC_KBTN_ARROW_DOWN (IDC_KBTN_FIRST+11)
|
|
#define IDC_KBTN_HOME (IDC_KBTN_FIRST+12)
|
|
#define IDC_KBTN_PAGEUP (IDC_KBTN_FIRST+13)
|
|
#define IDC_KBTN_TAB (IDC_KBTN_FIRST+14)
|
|
#define IDC_KBTN_LWIN (IDC_KBTN_FIRST+15)
|
|
#define IDC_KBTN_END (IDC_KBTN_FIRST+16)
|
|
#define IDC_KBTN_PAGEDOWN (IDC_KBTN_FIRST+17)
|
|
#define IDC_KBTN_INSERT (IDC_KBTN_FIRST+18)
|
|
#define IDC_KBTN_APPKEY (IDC_KBTN_FIRST+19)
|
|
|
|
#endif // __CMD_DEF_H__
|
|
|
|
|
|
|