home *** CD-ROM | disk | FTP | other *** search
/ Total C++ 2 / TOTALCTWO.iso / borland / analog.pak / COPIER.H < prev    next >
Text File  |  1997-05-06  |  1KB  |  40 lines

  1. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  2. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  3. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  4. // PARTICULAR PURPOSE.
  5. //
  6. // Copyright (C) 1993-1995  Microsoft Corporation.  All Rights Reserved.
  7. //
  8. // PURPOSE:
  9. //    Contains declarations for all globally scoped names in this module.
  10. //
  11.  
  12. //-------------------------------------------------------------------------
  13. // Dialog ID definitions.  Copier dialog definition.
  14.  
  15. #define DLG_COPIER      10
  16.  
  17. //-------------------------------------------------------------------------
  18. // Command ID definitions.  These definitions are used to associate dialog 
  19. // controls with commands.
  20.  
  21. #define IDD_NCOPYTXT     200
  22. #define IDD_NCOPIES      201
  23. #define IDD_UDCOPIES     202
  24.  
  25. #define IDD_RESET        220
  26.  
  27. #define IDD_STOP         230
  28.  
  29. #define IDD_ENLARGE      240
  30. #define IDD_TBENLARGE    241
  31.                            
  32. #define IDD_DARK         250
  33. #define IDD_TBDARK       251
  34.  
  35. #define IDD_STATUSBAR    260
  36.  
  37. #define IDD_PGBAR        270
  38.  
  39. LRESULT CALLBACK CopierProc(HWND, UINT, WPARAM, LPARAM);
  40.