root/trunk/BuildOutputBarDlg.h

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

Initial ( and last :( ) commit

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