~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/embedding/qa/testembed/QaFindDlg.h

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#if !defined(AFX_QAFINDDLG_H__D27E3DAF_8479_11D6_9BC7_00C04FA02BE6__INCLUDED_)
 
2
#define AFX_QAFINDDLG_H__D27E3DAF_8479_11D6_9BC7_00C04FA02BE6__INCLUDED_
 
3
 
 
4
#if _MSC_VER > 1000
 
5
#pragma once
 
6
#endif // _MSC_VER > 1000
 
7
// QaFindDlg.h : header file
 
8
//
 
9
 
 
10
/////////////////////////////////////////////////////////////////////////////
 
11
// QaFindDlg dialog
 
12
 
 
13
class CQaFindDlg : public CDialog
 
14
{
 
15
// Construction
 
16
public:
 
17
        CQaFindDlg(CWnd* pParent = NULL);   // standard constructor
 
18
 
 
19
// Dialog Data
 
20
        //{{AFX_DATA(CQaFindDlg)
 
21
        enum { IDD = IDD_QAFINDDLG };
 
22
                // NOTE: the ClassWizard will add data members here
 
23
        //}}AFX_DATA
 
24
        CString m_textfield;
 
25
 
 
26
// Overrides
 
27
        // ClassWizard generated virtual function overrides
 
28
        //{{AFX_VIRTUAL(CQaFindDlg)
 
29
        protected:
 
30
        virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
 
31
        //}}AFX_VIRTUAL
 
32
 
 
33
// Implementation
 
34
protected:
 
35
 
 
36
        // Generated message map functions
 
37
        //{{AFX_MSG(CQaFindDlg)
 
38
                // NOTE: the ClassWizard will add member functions here
 
39
        //}}AFX_MSG
 
40
        DECLARE_MESSAGE_MAP()
 
41
};
 
42
 
 
43
//{{AFX_INSERT_LOCATION}}
 
44
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
 
45
 
 
46
#endif // !defined(AFX_QAFINDDLG_H__D27E3DAF_8479_11D6_9BC7_00C04FA02BE6__INCLUDED_)