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.

35 lines
787 B

  1. // delscrip.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CDelScript dialog
  5. class CDelScript : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CDelScript(CWnd* pParent = NULL); // standard constructor
  10. // Dialog Data
  11. //{{AFX_DATA(CDelScript)
  12. enum { IDD = IDD_DELSCRIPTDIALOG };
  13. // NOTE: the ClassWizard will add data members here
  14. //}}AFX_DATA
  15. // Overrides
  16. // ClassWizard generated virtual function overrides
  17. //{{AFX_VIRTUAL(CDelScript)
  18. protected:
  19. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  20. //}}AFX_VIRTUAL
  21. // Implementation
  22. protected:
  23. // Generated message map functions
  24. //{{AFX_MSG(CDelScript)
  25. // NOTE: the ClassWizard will add member functions here
  26. //}}AFX_MSG
  27. DECLARE_MESSAGE_MAP()
  28. };