home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / code / iwf12 / module.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-19  |  402 b   |  19 lines

  1. /*
  2. MODULE.H
  3.  
  4. Header file for defining the various processing functions for the modules
  5. which are attached to the IWF project.
  6. */
  7.  
  8. // Define the startup procedure here.
  9. #define  MODULE0  SampWin
  10. #define  MODULE1  SampDlg
  11.  
  12. // Define the button names here.
  13. #define  NAME0    "Window"
  14. #define  NAME1    "Dialog"
  15.  
  16. // Define the modeless dialog windows here.
  17. #define  DIALOG1  hDlgSampDlg
  18.  
  19.