mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 03:49:37 +00:00
summary header
This commit is contained in:
parent
7d402bb907
commit
e7bbc9cf6a
48
cck/driver/SumDlg.h
Normal file
48
cck/driver/SumDlg.h
Normal file
@ -0,0 +1,48 @@
|
||||
#if !defined(AFX_SUMDLG_H__A7E38442_03F0_11D3_B1F5_006008A6BBCE__INCLUDED_)
|
||||
#define AFX_SUMDLG_H__A7E38442_03F0_11D3_B1F5_006008A6BBCE__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// SumDlg.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CSumDlg dialog
|
||||
|
||||
class CSumDlg : public CDialog
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
CSumDlg(CWnd* pParent = NULL); // standard constructor
|
||||
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(CSumDlg)
|
||||
enum { IDD = IDD_SUMMARY };
|
||||
// NOTE: the ClassWizard will add data members here
|
||||
//}}AFX_DATA
|
||||
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CSumDlg)
|
||||
public:
|
||||
virtual int DoModal();
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
protected:
|
||||
|
||||
// Generated message map functions
|
||||
//{{AFX_MSG(CSumDlg)
|
||||
virtual BOOL OnInitDialog();
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
};
|
||||
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||
|
||||
#endif // !defined(AFX_SUMDLG_H__A7E38442_03F0_11D3_B1F5_006008A6BBCE__INCLUDED_)
|
Loading…
x
Reference in New Issue
Block a user