| 23 | // CCustomObjectDialog dialog |
| 24 | |
| 25 | class CCustomObjectDialog : public CDialog { |
| 26 | // Construction |
| 27 | public: |
| 28 | CCustomObjectDialog(CWnd *pParent = NULL); // standard constructor |
| 29 | |
| 30 | // Dialog Data |
| 31 | //{{AFX_DATA(CCustomObjectDialog) |
| 32 | enum { IDD = IDD_CUSTOMIZE_OBJECT }; |
| 33 | // NOTE: the ClassWizard will add data members here |
| 34 | //}}AFX_DATA |
| 35 | |
| 36 | // Overrides |
| 37 | // ClassWizard generated virtual function overrides |
| 38 | //{{AFX_VIRTUAL(CCustomObjectDialog) |
| 39 | protected: |
| 40 | virtual void DoDataExchange(CDataExchange *pDX); // DDX/DDV support |
| 41 | //}}AFX_VIRTUAL |
| 42 | |
| 43 | // Implementation |
| 44 | protected: |
| 45 | // Generated message map functions |
| 46 | //{{AFX_MSG(CCustomObjectDialog) |
| 47 | // NOTE: the ClassWizard will add member functions here |
| 48 | //}}AFX_MSG |
| 49 | DECLARE_MESSAGE_MAP() |
| 50 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected