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.

30 lines
594 B

  1. // AboutDlg.h
  2. #ifndef _ABOUTDLG_H
  3. #define _ABOUTDLG_H
  4. class CAboutDlg : public CDialog
  5. {
  6. public:
  7. CAboutDlg();
  8. // �_�C�A���O �f�[�^
  9. //{{AFX_DATA(CAboutDlg)
  10. enum { IDD = IDD_ABOUTBOX };
  11. //}}AFX_DATA
  12. // ClassWizard �͉��z�֐��̃I�[�o�[���C�h�𐶐����܂�
  13. //{{AFX_VIRTUAL(CAboutDlg)
  14. protected:
  15. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV �̃T�|�[�g
  16. //}}AFX_VIRTUAL
  17. // �C���v�������e�[�V����
  18. protected:
  19. //{{AFX_MSG(CAboutDlg)
  20. virtual BOOL OnInitDialog();
  21. //}}AFX_MSG
  22. DECLARE_MESSAGE_MAP()
  23. };
  24. #endif