home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / beaversweeper_v101.zip / src / InsertMain.h < prev    next >
C/C++ Source or Header  |  2003-01-06  |  2KB  |  57 lines

  1. #if !defined(AFX_INSERTMAIN_H__594F0B10_243C_4896_9DDA_313D12CA807E__INCLUDED_)
  2. #define AFX_INSERTMAIN_H__594F0B10_243C_4896_9DDA_313D12CA807E__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // InsertMain.h : header file
  8. //
  9. #include "voicebasedlg.h"
  10. #include "insertbasedlg.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CInsertMain dialog
  13.  
  14. class CInsertMain : public CVoiceBaseDlg
  15. {
  16. // Construction
  17. public:
  18.     CInsertMain(CWnd* pParent = NULL);   // standard constructor
  19.     virtual void UpdateVoiceData();
  20.     int curselins;
  21.  
  22.     CInsertBaseDlg *filed,*disted,*current;
  23.     
  24. // Dialog Data
  25.     //{{AFX_DATA(CInsertMain)
  26.     enum { IDD = IDD_DIALOG_INSERTSMAIN };
  27.     CButton    m_inswin;
  28.     CListBox    m_listInsert;
  29.     //}}AFX_DATA
  30.  
  31.  
  32. // Overrides
  33.     // ClassWizard generated virtual function overrides
  34.     //{{AFX_VIRTUAL(CInsertMain)
  35.     protected:
  36.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  37.     //}}AFX_VIRTUAL
  38.  
  39. // Implementation
  40. protected:
  41.  
  42.     // Generated message map functions
  43.     //{{AFX_MSG(CInsertMain)
  44.     afx_msg void OnSelchangeListInserts();
  45.     virtual BOOL OnInitDialog();
  46.     afx_msg void OnButtonInsdist();
  47.     afx_msg void OnButtonInsfilter();
  48.     afx_msg void OnButtonDelinsert();
  49.     //}}AFX_MSG
  50.     DECLARE_MESSAGE_MAP()
  51. };
  52.  
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55.  
  56. #endif // !defined(AFX_INSERTMAIN_H__594F0B10_243C_4896_9DDA_313D12CA807E__INCLUDED_)
  57.