root/trunk/TagSetsPage.h

Revision 5, 1.5 kB (checked in by qbert, 6 years ago)

Initial ( and last :( ) commit

Line 
1 #if !defined(AFX_TAGSETSPAGE_H__154DC27B_F4EF_405D_B0CC_F3A33C223B0C__INCLUDED_)
2 #define AFX_TAGSETSPAGE_H__154DC27B_F4EF_405D_B0CC_F3A33C223B0C__INCLUDED_
3
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // TagSetsPage.h : header file
8 //
9
10 /////////////////////////////////////////////////////////////////////////////
11 // CTagSetsPage dialog
12
13 class CTagSetsPage : public CRHGenericChildDialog
14 {
15 // Construction
16 public:
17     CTagSetsPage(CWnd* pParent = NULL);   // standard constructor
18 virtual int CRHGetDialogID() { return IDD;
19     }
20 // Dialog Data
21     //{{AFX_DATA(CTagSetsPage)
22     enum { IDD = IDD_TAGSETS_PAGE };
23     CComboBox   m_tagSets;
24     CListCtrl   m_filesCtrl;
25     CXTButton   m_remove;
26     CXTButton   m_add;
27     CXTButton   m_newSet;
28     //}}AFX_DATA
29 void Save() {}
30
31 // Overrides
32     // ClassWizard generated virtual function overrides
33     //{{AFX_VIRTUAL(CTagSetsPage)
34     protected:
35     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
36     //}}AFX_VIRTUAL
37
38 // Implementation
39 protected:
40
41     // Generated message map functions
42     //{{AFX_MSG(CTagSetsPage)
43     virtual BOOL OnInitDialog();
44     afx_msg void OnAdd();
45     afx_msg void OnRemove();
46     afx_msg void OnSelchangeCombo1();
47     afx_msg void OnNewSet();
48     //}}AFX_MSG
49     DECLARE_MESSAGE_MAP()
50 };
51
52 //{{AFX_INSERT_LOCATION}}
53 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
54
55 #endif // !defined(AFX_TAGSETSPAGE_H__154DC27B_F4EF_405D_B0CC_F3A33C223B0C__INCLUDED_)
Note: See TracBrowser for help on using the browser.