| 29 | // CAddScriptDialog dialog |
| 30 | |
| 31 | class CAddScriptDialog : public CDialog { |
| 32 | // Construction |
| 33 | public: |
| 34 | CAddScriptDialog(CWnd *pParent = NULL); // standard constructor |
| 35 | |
| 36 | // Dialog Data |
| 37 | //{{AFX_DATA(CAddScriptDialog) |
| 38 | enum { IDD = IDD_ADDSCRIPT }; |
| 39 | CString m_Name; |
| 40 | CString m_TypeName; |
| 41 | //}}AFX_DATA |
| 42 | |
| 43 | // Overrides |
| 44 | // ClassWizard generated virtual function overrides |
| 45 | //{{AFX_VIRTUAL(CAddScriptDialog) |
| 46 | protected: |
| 47 | virtual void DoDataExchange(CDataExchange *pDX); // DDX/DDV support |
| 48 | //}}AFX_VIRTUAL |
| 49 | |
| 50 | // Implementation |
| 51 | protected: |
| 52 | // Generated message map functions |
| 53 | //{{AFX_MSG(CAddScriptDialog) |
| 54 | virtual BOOL OnInitDialog(); |
| 55 | //}}AFX_MSG |
| 56 | DECLARE_MESSAGE_MAP() |
| 57 | }; |
| 58 | |
| 59 | //{{AFX_INSERT_LOCATION}} |
| 60 | // Microsoft Developer Studio will insert additional declarations immediately before the previous line. |
nothing calls this directly
no outgoing calls
no test coverage detected