Source code of Windows XP (NT5)
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.

51 lines
989 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. NWWKS.h : header file
  5. File History:
  6. JonY Apr-96 created
  7. --*/
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CAddNWWKS dialog
  10. class CAddNWWKS : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CAddNWWKS(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CAddNWWKS)
  17. enum { IDD = IDD_ADD_NWWKS_DIALOG };
  18. CString m_csNetworkAddress;
  19. CString m_csNodeAddress;
  20. //}}AFX_DATA
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CAddNWWKS)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. // Generated message map functions
  30. //{{AFX_MSG(CAddNWWKS)
  31. virtual void OnOK();
  32. virtual void OnCancel();
  33. virtual BOOL OnInitDialog();
  34. afx_msg void OnChangeNetworkAddressEdit();
  35. afx_msg void OnChangeNodeAddressEdit();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };