// UdpModeDlg.h : header file // #if !defined(AFX_UDPMODEDLG_H__940ED271_6992_4B32_90B7_B2E793E29D61__INCLUDED_) #define AFX_UDPMODEDLG_H__940ED271_6992_4B32_90B7_B2E793E29D61__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // CUdpModeDlg dialog class CUdpModeDlg : public CDialog { // Construction public: void GetInputData(void); void findCharToSend(char* pcSendChar); CUdpModeDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CUdpModeDlg) enum { IDD = IDD_UDPMODE_DIALOG }; CButton m_CloseCtrl; CButton m_OpenCtrl; CEdit m_RemotePortCtrl; CEdit m_ServerPortCtrl; CEdit m_Receiver; CEdit m_Transmitter; int m_RemotePort; int m_ServerPort; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CUdpModeDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL virtual BOOL PreTranslateMessage(MSG* pMsg); // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CUdpModeDlg) virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnOpen(); afx_msg void OnClose(); afx_msg void OnBtnExit(); afx_msg void OnChangeTransmitter(); virtual void OnCancel(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_UDPMODEDLG_H__940ED271_6992_4B32_90B7_B2E793E29D61__INCLUDED_)