Main Page | File List

ConnectDialog.h

00001 #if !defined(AFX_CONNECTDIALOG_H__7CFA7FFE_7C25_4B06_8C3E_3E3A5DADBBFF__INCLUDED_)
00002 #define AFX_CONNECTDIALOG_H__7CFA7FFE_7C25_4B06_8C3E_3E3A5DADBBFF__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // ConnectDialog.h : header file
00008 //
00009 #include "ipaddr.h"
00010 
00012 // CConnectDialog dialog
00013 
00014 class CConnectDialog : public CDialog
00015 {
00016 // Construction
00017 public:
00018         CConnectDialog(CWnd* pParent = NULL);   // standard constructor
00019         unsigned char m_nAddr[4];
00020         CIPAddrCtl* m_pIPAddrCtl;
00021 // Dialog Data
00022         //{{AFX_DATA(CConnectDialog)
00023         enum { IDD = IDD_SERVER };
00024         int             m_LocalHost;
00025         //}}AFX_DATA
00026 
00027 
00028 // Overrides
00029         // ClassWizard generated virtual function overrides
00030         //{{AFX_VIRTUAL(CConnectDialog)
00031         protected:
00032         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00033         //}}AFX_VIRTUAL
00034 
00035 // Implementation
00036 protected:
00037 
00038 
00039         // Generated message map functions
00040         //{{AFX_MSG(CConnectDialog)
00041         virtual void OnOK();
00042         afx_msg void OnRemote();
00043         afx_msg void OnLocal();
00044         virtual BOOL OnInitDialog();
00045         //}}AFX_MSG
00046         DECLARE_MESSAGE_MAP()
00047 };
00048 
00049 //{{AFX_INSERT_LOCATION}}
00050 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00051 
00052 #endif // !defined(AFX_CONNECTDIALOG_H__7CFA7FFE_7C25_4B06_8C3E_3E3A5DADBBFF__INCLUDED_)

Generated on Mon May 8 22:27:08 2006 by  doxygen 1.3.9.1