Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / examples / sql / wce_sql / excxx_wce_sqlDlg.h
1 /*-
2  * See the file LICENSE for redistribution information.
3  * 
4  * Copyright (c) 2012, 2012 Oracle and/or its affiliates.  All rights reserved.
5  *
6  */
7
8 // excxx_wce_sqlDlg.h : header file
9 //
10
11 #pragma once
12
13 // Cexcxx_wce_sqlDlg dialog
14 class Cexcxx_wce_sqlDlg : public CDialog
15 {
16 // Construction
17 public:
18         Cexcxx_wce_sqlDlg(CWnd* pParent = NULL);        // standard constructor
19
20 // Dialog Data
21         enum { IDD = IDD_SIMPLEPROJECT_DIALOG };
22
23
24         protected:
25         virtual void DoDataExchange(CDataExchange* pDX);        // DDX/DDV support
26
27 // Implementation
28 protected:
29         HICON m_hIcon;
30
31         // Generated message map functions
32         virtual BOOL OnInitDialog();
33 #if defined(_DEVICE_RESOLUTION_AWARE) && !defined(WIN32_PLATFORM_WFSP)
34         afx_msg void OnSize(UINT /*nType*/, int /*cx*/, int /*cy*/);
35 #endif
36         DECLARE_MESSAGE_MAP()
37 public:
38         afx_msg void OnStnClickedStatic1();
39         afx_msg void OnBnClickedButton1();
40         afx_msg void OnEnChangeEdit1();
41         afx_msg void OnEnChangeTextOut();
42         afx_msg void OnBnClickedButton2();
43
44 };