root / trunk / win / EdGrpDlg.h

Revision 287, 1.2 kB (checked in by leo, 7 years ago)

Added a new group button to the Edit Groups Dialog.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1#if !defined(AFX_EDGRPDLG_H__52EEEAC3_525A_11D3_A5D0_989AF4F1FB3F__INCLUDED_)
2#define AFX_EDGRPDLG_H__52EEEAC3_525A_11D3_A5D0_989AF4F1FB3F__INCLUDED_
3
4#if _MSC_VER >= 1000
5#pragma once
6#endif // _MSC_VER >= 1000
7// EdGrpDlg.h : header file
8//
9
10#include "GrpTree.h"
11
12/////////////////////////////////////////////////////////////////////////////
13// CEditGroupsDlg dialog
14
15class CEditGroupsDlg : public CDialog
16{
17// Construction
18public:
19    CEditGroupsDlg(void* param, CWnd* pParent = NULL);   // standard constructor
20
21// Dialog Data
22    //{{AFX_DATA(CEditGroupsDlg)
23    enum { IDD = IDD_EDIT_GROUPS };
24    CGroupEditTree  m_Tree;
25    //}}AFX_DATA
26
27
28// Overrides
29    // ClassWizard generated virtual function overrides
30    //{{AFX_VIRTUAL(CEditGroupsDlg)
31    protected:
32    virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
33    //}}AFX_VIRTUAL
34
35// Implementation
36protected:
37    CImageList m_TreeImages;
38
39    // Generated message map functions
40    //{{AFX_MSG(CEditGroupsDlg)
41    virtual BOOL OnInitDialog();
42    afx_msg void OnEditgrpNewgroup();
43    //}}AFX_MSG
44    DECLARE_MESSAGE_MAP()
45};
46
47//{{AFX_INSERT_LOCATION}}
48// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
49
50#endif // !defined(AFX_EDGRPDLG_H__52EEEAC3_525A_11D3_A5D0_989AF4F1FB3F__INCLUDED_)
Note: See TracBrowser for help on using the browser.