home *** CD-ROM | disk | FTP | other *** search
- // Copyright (C) 1996, 1997 Meta Four Software. All rights reserved.
- //
- // Catalog send dialog sample code
- //
- //! rev="$Id: mydlg.h,v 1.3 1997/05/27 00:06:31 jcw Rel $"
-
- /////////////////////////////////////////////////////////////////////////////
-
- class CMyDlg : public CDialog
- {
- // Construction
- public:
- CMyDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CMyDlg)
- enum { IDD = IDD_CATSEND_DIALOG };
- CEdit m_address;
- CEdit m_port;
- //}}AFX_DATA
-
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMyDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CMyDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSendBtn();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- /////////////////////////////////////////////////////////////////////////////
-