home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vclassrc.zip / VCLASSED.H < prev   
Text File  |  1998-12-23  |  890b  |  37 lines

  1. #define MNU_PopupList   1
  2.  
  3. #define DLG_About       2
  4. #define DLG_Register    3
  5. #define DLG_CreateObj   4
  6.  
  7.  
  8. #define DLGCRE_Dest     201
  9. #define DLGCRE_Parm     203
  10. #define DLGCRE_Title    200
  11. #define DLGCRE_Check    110
  12.  
  13. #define BTN_Browse      130
  14.  
  15. #define BTN_About       120
  16. #define BTN_Register    121
  17. #define BTN_Dereg       122
  18. #define BTN_Create      123
  19. #define BTN_Refresh     124
  20. #define BTN_Sorted      126
  21.  
  22. #define IN_Class        101
  23. #define IN_Dll          102
  24.  
  25.  
  26. #define ST_Info         130
  27. #define ST_Count        131
  28.  
  29. #define DID_List        104
  30.  
  31. typedef struct _CRecord { ULONG cbSize; PSZ data; } CRecord;
  32.  
  33. MRESULT EXPENTRY RegisterDlgProc (HWND wnd,ULONG msg,MPARAM mp1,MPARAM mp2);
  34. MRESULT EXPENTRY CreateDlgProc (HWND wnd,ULONG msg,MPARAM mp1,MPARAM mp2);
  35. MRESULT EXPENTRY TemplateDlgProc (HWND wnd,ULONG msg,MPARAM mp1,MPARAM mp2);
  36.  
  37.