Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

dlgdefines.h

Go to the documentation of this file.
00001 #if !defined(DLG_DEFINES)
00002 #define DLG_DEFINES
00003 
00004 #define CTRL(x)     ((x) & 0x1f)
00005 #define SHIFT(x)    ((x) & 0x2f)
00006 #define ALT(x)      ((x) & 0x4f)
00007 #define KEY_ESC 27
00008 #define KEY_TAB  9
00009 #undef KEY_ENTER
00010 #define KEY_ENTER 10
00011 
00012 const int IDOK      =   1;
00013 const int IDCANCEL  =   2;
00014 const int IDYES     =   3;
00015 const int IDNO      =   4;
00016 
00017 extern string lblOk;
00018 extern string lblCancel;
00019 extern string lblYes;
00020 extern string lblNo;
00021 extern string titDataChgd;
00022 extern string msgAskToSave;
00023 
00024 
00025 const int LI_SEL_CHANGE = 1001;
00026 const int LI_POS_CHANGE = 1002;
00027 const int BN_PUSHED     = 1003;
00028 const int TXT_CHANGED   = 1004;
00029 const int CURR_CHANGED  = 1005;
00030 const int WIN_MOVED     = 1006;
00031 #endif

Generated on Tue Aug 27 10:49:44 2002 by doxygen1.2.17