home *** CD-ROM | disk | FTP | other *** search
/ Xentax forum attachments archive / xentax.7z / 8090 / ModelEdit.7z / ImportStringKeysDlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-03-08  |  1.4 KB  |  53 lines

  1. #if !defined(AFX_IMPORTSTRINGKEYSDLG_H__F706B3D5_A32B_4687_B522_ABE46A8C6BD8__INCLUDED_)
  2. #define AFX_IMPORTSTRINGKEYSDLG_H__F706B3D5_A32B_4687_B522_ABE46A8C6BD8__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // ImportStringKeysDlg.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CImportStringKeysDlg dialog
  12.  
  13. class CImportStringKeysDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17.     CImportStringKeysDlg(CWnd* pParent = NULL);   // standard constructor
  18.  
  19.     void Clear();
  20.     void AddMsg(const char *sMsg, BYTE r, BYTE g, BYTE b);
  21.  
  22. // Dialog Data
  23.     //{{AFX_DATA(CImportStringKeysDlg)
  24.     enum { IDD = IDD_IMPSTRINGKEYS };
  25.     //}}AFX_DATA
  26.  
  27.  
  28. // Overrides
  29.     // ClassWizard generated virtual function overrides
  30.     //{{AFX_VIRTUAL(CImportStringKeysDlg)
  31.     public:
  32.     virtual BOOL DestroyWindow();
  33.     protected:
  34.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35.     //}}AFX_VIRTUAL
  36.  
  37. // Implementation
  38. protected:
  39.  
  40.     // Generated message map functions
  41.     //{{AFX_MSG(CImportStringKeysDlg)
  42.     afx_msg void OnClose();
  43.     afx_msg void OnDestroy();
  44.     virtual void OnOK();
  45.     //}}AFX_MSG
  46.     DECLARE_MESSAGE_MAP()
  47. };
  48.  
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51.  
  52. #endif // !defined(AFX_IMPORTSTRINGKEYSDLG_H__F706B3D5_A32B_4687_B522_ABE46A8C6BD8__INCLUDED_)
  53.