Leaked source code of windows server 2003
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.

39 lines
841 B

  1. // dlgconn.h : header file
  2. //
  3. #ifndef _CONNECT_DLG_H_
  4. #define _CONNECT_DLG_H_
  5. /////////////////////////////////////////////////////////////////////////////
  6. // CConnectDlg dialog
  7. class CConnectDlg : public CDialog
  8. {
  9. // Construction
  10. public:
  11. CConnectDlg(CWnd* pParent = NULL); // standard constructor
  12. // Dialog Data
  13. //{{AFX_DATA(CConnectDlg)
  14. enum { IDD = IDD_CONNECTING };
  15. CString m_szConnect;
  16. //}}AFX_DATA
  17. // Overrides
  18. // ClassWizard generated virtual function overrides
  19. //{{AFX_VIRTUAL(CConnectDlg)
  20. protected:
  21. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. protected:
  25. // Generated message map functions
  26. //{{AFX_MSG(CConnectDlg)
  27. virtual BOOL OnInitDialog();
  28. //}}AFX_MSG
  29. DECLARE_MESSAGE_MAP()
  30. };
  31. #endif // _CONNECT_DLG_H_