home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / pmflp301.zip / diskcopy / copy.hpp < prev    next >
C/C++ Source or Header  |  1997-01-01  |  4KB  |  70 lines

  1. /*************************************************************************** 
  2.  *                                                                         *
  3.  *    File:         copy.hpp                                               *
  4.  *                                                                         *
  5.  *    Description:  This file contains the function prototypes and data    *
  6.  *                  structures used within the copy.HPP file.              *
  7.  *                                                                         *
  8.  *    Copyright:                                                           *
  9.  *    Date:         01 Jan 1997                                            *
  10.  *                                                                         *
  11.  *    Note:         Generated by the Guidelines code generation facility.  *
  12.  *                                                                         *
  13.  ***************************************************************************/
  14.  
  15. #ifndef HPP_COPY
  16. #define HPP_COPY
  17.  
  18.  
  19. /*************************************************************************** 
  20.  *    Include files.                                                       *
  21.  ***************************************************************************/
  22.  
  23. #include "E:\OS2-APS\GUIDE3\sys\guirun.h"
  24.  
  25. /*************************************************************************** 
  26.  *    Window/control identifiers.                                          *
  27.  ***************************************************************************/
  28.  
  29. #define IDD_DUPLICATE        3000                /* Dialog                 */
  30. #define IDD_DI_DRV           3001                /* Entry Field            */
  31. #define IDD_DI_T2            3002                /* Combobox               */
  32. #define IDD_DI_T3            3003                /* Combobox               */
  33. #define IDD_DI_OK            3004                /* Push Button            */
  34. #define IDD_DI_CANCEL        3005                /* Push Button            */
  35. #define IDD_IMAGEDIALOG      3006                /* Dialog                 */
  36. #define IDD_STATIC1          3007                /* Static Text            */
  37. #define IDD_STATIC2          3008                /* Static Text            */
  38. #define IDD_STATIC3          3009                /* Static Text            */
  39. #define IDD_STATIC4          3010                /* Static Text            */
  40. #define IDD_PBSTART          3011                /* Push Button            */
  41. #define IDD_PBCANCEL         3012                /* Push Button            */
  42. #define IDD_EF_DISKFILE      3013                /* Combobox               */
  43. #define IDD_CBIMAGE1         3014                /* Combobox               */
  44. #define IDD_CBIMAGE2         3015                /* Combobox               */
  45.  
  46.  
  47. /*************************************************************************** 
  48.  *    Global variables.                                                    *
  49.  ***************************************************************************/
  50.  
  51. #ifndef RC_INVOKED
  52. extern WINDOW  wDuplicate;
  53. extern WINDOW  wImageDialog;
  54. #endif /* !RC_INVOKED */
  55.  
  56.  
  57. /*************************************************************************** 
  58.  *    Function Prototypes.                                                 *
  59.  ***************************************************************************/
  60.  
  61. #ifndef RC_INVOKED
  62. PMENTRY DuplicateWndProc (HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
  63. PMENTRY ImageDialogWndProc (HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
  64. #endif /* !RC_INVOKED */
  65.  
  66.  
  67.  
  68. #endif /* HPP_COPY */
  69.  
  70.