Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

42 lines
949 B

// pushpart.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPushPartnerDlg dialog
class CPushPartnerDlg : public CDialog
{
// Construction
public:
CPushPartnerDlg(
CWinsServer * pws,
int nAddressDisplay,
CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CPushPartnerDlg)
enum { IDD = IDD_PUSHPARTNER };
CStatic m_static_PushPartner;
CEdit m_edit_UpdateCount;
CString m_strUpdateCount;
//}}AFX_DATA
public:
void Save();
// Implementation
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
// Generated message map functions
//{{AFX_MSG(CPushPartnerDlg)
virtual void OnOK();
afx_msg void OnClickedButtonSetdefault();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CWinsServer * m_pws;
int m_nAddressDisplay;
};