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.

50 lines
1.0 KiB

  1. // ftpadvp1.h : header file
  2. //
  3. enum ADV_FTP_NUM_REG_ENTRIES {
  4. AdvFTPPage_DebugFlags,
  5. AdvFTPPage_TotalNumRegEntries
  6. };
  7. /////////////////////////////////////////////////////////////////////////////
  8. // CFTPADVP1 dialog
  9. class CFTPADVP1 : public CGenPage
  10. {
  11. DECLARE_DYNCREATE(CFTPADVP1)
  12. // Construction
  13. public:
  14. CFTPADVP1();
  15. ~CFTPADVP1();
  16. // Dialog Data
  17. //{{AFX_DATA(CFTPADVP1)
  18. enum { IDD = IDD_FTPADVPAGE1 };
  19. CEdit m_editFTPDbgFlags;
  20. DWORD m_ulFTPDbgFlags;
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CFTPADVP1)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. virtual void SaveInfo(void);
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(CFTPADVP1)
  33. afx_msg void OnChangeFtpdbgflagsdata1();
  34. virtual BOOL OnInitDialog();
  35. //}}AFX_MSG
  36. NUM_REG_ENTRY m_binNumericRegistryEntries[AdvFTPPage_TotalNumRegEntries];
  37. DECLARE_MESSAGE_MAP()
  38. };