Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / embedding / qa / testembed / QaFindDlg.cpp
blob1b4971327b838df0602a8274f96c0bed75e512ac
1 // QaFindDlg.cpp : implementation file
2 //
4 #include "stdafx.h"
5 #include "testembed.h"
6 #include "QaFindDlg.h"
8 #ifdef _DEBUG
9 #define new DEBUG_NEW
10 #undef THIS_FILE
11 static char THIS_FILE[] = __FILE__;
12 #endif
14 /////////////////////////////////////////////////////////////////////////////
15 // CQaFindDlg dialog
18 CQaFindDlg::CQaFindDlg(CWnd* pParent /*=NULL*/)
19 : CDialog(CQaFindDlg::IDD, pParent)
21 //{{AFX_DATA_INIT(QaFindDlg)
22 // NOTE: the ClassWizard will add member initialization here
23 //}}AFX_DATA_INIT
24 m_textfield = _T("text");
28 void CQaFindDlg::DoDataExchange(CDataExchange* pDX)
30 CDialog::DoDataExchange(pDX);
31 //{{AFX_DATA_MAP(CQaFindDlg)
32 // NOTE: the ClassWizard will add DDX and DDV calls here
33 DDX_Text(pDX, IDC_TEXTFIELD, m_textfield);
34 //}}AFX_DATA_MAP
38 BEGIN_MESSAGE_MAP(CQaFindDlg, CDialog)
39 //{{AFX_MSG_MAP(CQaFindDlg)
40 // NOTE: the ClassWizard will add message map macros here
41 //}}AFX_MSG_MAP
42 END_MESSAGE_MAP()
44 /////////////////////////////////////////////////////////////////////////////
45 // CQaFindDlg message handlers