home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK8 / MFC / SAMPLES / OCLIENT / OCLIENT.H$ / oclient
Encoding:
Text File  |  1992-01-15  |  1.2 KB  |  34 lines

  1. // This is a part of the Microsoft Foundation Classes C++ library.
  2. // Copyright (C) 1992 Microsoft Corporation
  3. // All rights reserved.
  4. //
  5. // This source code is only intended as a supplement to the
  6. // Microsoft Foundation Classes Reference and Microsoft
  7. // QuickHelp documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // Microsoft Foundation Classes product.
  10.  
  11. // Globals declarations for OLE CLIENT DEMO APP
  12.  
  13. #include <afxole.h>
  14. #include "resource.h"
  15.  
  16. /////////////////////////////////////////////////////////////////////////////
  17. // Misc constants
  18.  
  19. extern CString strUntitled;
  20. #define OBJ_NAME_PREFIX "O'Client #"
  21.  
  22. /////////////////////////////////////////////////////////////////////////////
  23. // Default size of embedded object
  24.  
  25. #define CXDEFAULT       120     /* Default object size */
  26. #define CYDEFAULT       100
  27. void FixObjectBounds(CRect& rect);
  28.  
  29. /////////////////////////////////////////////////////////////////////////////
  30. // Defines for maximum sizes of files
  31. #define CBMESSAGEMAX    80      /* messages and file names */
  32.  
  33. /////////////////////////////////////////////////////////////////////////////
  34.