root/trunk/CodeBrowsingDlg.h

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

Initial ( and last :( ) commit

Line 
1 #if !defined(AFX_CODEBROWSINGDLG_H__5D71923C_C5EB_4AF7_9A64_B14E3BCB93DB__INCLUDED_)
2 #define AFX_CODEBROWSINGDLG_H__5D71923C_C5EB_4AF7_9A64_B14E3BCB93DB__INCLUDED_
3
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // CodeBrowsingDlg.h : header file
8 //
9
10 /////////////////////////////////////////////////////////////////////////////
11 // CCodeBrowsingDlg dialog
12
13 #include "CodeBrowsingTreeCtrl.h"
14 #include "CodeComboBox.h"
15
16 class CCodeBrowsingDlg : public CDialog
17 {
18 // Construction
19 public:
20     CCodeBrowsingDlg(CWnd* pParent = NULL);   // standard constructor
21
22 // Dialog Data
23     //{{AFX_DATA(CCodeBrowsingDlg)
24     enum { IDD = IDD_WORKSPACE_CHILD_DLG };
25     CCodeBrowsingTreeCtrl   m_tagTree;
26     CCodeComboBox m_tagType;
27     //}}AFX_DATA
28
29
30 // Overrides
31     // ClassWizard generated virtual function overrides
32     //{{AFX_VIRTUAL(CCodeBrowsingDlg)
33     public:
34     virtual BOOL PreTranslateMessage(MSG* pMsg);
35     protected:
36     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
37     //}}AFX_VIRTUAL
38     //virtual BOOL OnEraseBkgnd(CDC* pDc);
39 // Implementation
40 protected:
41
42     // Generated message map functions
43     //{{AFX_MSG(CCodeBrowsingDlg)
44     afx_msg void OnSize(UINT nType, int cx, int cy);
45     virtual BOOL OnInitDialog();   
46     //}}AFX_MSG
47     DECLARE_MESSAGE_MAP()
48
49         CImageList m_imageList;
50     CBitmap m_bitmap;
51 };
52
53 //{{AFX_INSERT_LOCATION}}
54 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
55
56 #endif // !defined(AFX_CODEBROWSINGDLG_H__5D71923C_C5EB_4AF7_9A64_B14E3BCB93DB__INCLUDED_)
Note: See TracBrowser for help on using the browser.