#ifndef _CONTACTINFO_H_ #define _CONTACTINFO_H_ //============================================================================= // (c) Copyright Wang Laboratories, Inc. 1995 All rights reserved. //----------------------------------------------------------------------------- // Project: Norway - Image Editor // // Component: CContactInfo // // File Name: contacti.h //----------------------------------------------------------------------------- // Maintenance Log: /* $Header: S:\norway\iedit95\contacti.h_v 1.0 21 Dec 1995 10:59:40 MMB $ $Log: S:\norway\iedit95\contacti.h_v $ * * Rev 1.0 21 Dec 1995 10:59:40 MMB * Initial entry */ //============================================================================= // ----------------------------> Includes <--------------------------- // ----------------------------> typedefs <--------------------------- // ----------------------------> externs <--------------------------- // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-> Class <-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= class CContactInfo : public CDialog { // Construction public: CContactInfo(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CContactInfo) enum { IDD = IDD_CONTACTINFO }; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CContactInfo) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CContactInfo) virtual void OnOK(); afx_msg void OnPaint(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; #endif