// PortDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CPortDlg dialog class CPortDlg : public CDialog { // Construction public: CPortDlg(CWnd* pParent = NULL); // standard constructor long m_lPort; // Dialog Data //{{AFX_DATA(CPortDlg) enum { IDD = IDD_SCP_PORT_DLG }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPortDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CPortDlg) virtual void OnOK(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };