#if !defined(AFX_OPTIONSDLG_H__DECBF62A_FF6A_4ACB_9126_9BD8C2D89152__INCLUDED_) #define AFX_OPTIONSDLG_H__DECBF62A_FF6A_4ACB_9126_9BD8C2D89152__INCLUDED_ #include "CLDSTR32Dlg.h" // Added by ClassView #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // OptionsDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // OptionsDlg dialog class OptionsDlg : public CDialog { // Construction public: OptionsDlg(CWnd* pParent = NULL); // standard constructor CString m_sPubServerName; CString m_sPubClientName; CString m_sPubServerIP; L_UINT m_nPubServerPort; L_UINT m_nPubCompression; L_UINT m_uPubTimeOut; // Dialog Data //{{AFX_DATA(OptionsDlg) enum { IDD = IDD_DLG_CONNECT }; CIPAddressCtrl m_cServerIP; CString m_sClientName; CString m_sServerName; UINT m_nServerPort; int m_nCompression; UINT m_uTimeOut; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(OptionsDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(OptionsDlg) virtual void OnOK(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_OPTIONSDLG_H__DECBF62A_FF6A_4ACB_9126_9BD8C2D89152__INCLUDED_)