root/trunk/FindOutputBarDlg.h

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

Initial ( and last :( ) commit

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