| Index: chrome/client/clientDlg.h
|
| ===================================================================
|
| --- chrome/client/clientDlg.h (revision 0)
|
| +++ chrome/client/clientDlg.h (revision 0)
|
| @@ -0,0 +1,34 @@
|
| +// clientDlg.h : header file
|
| +//
|
| +
|
| +#pragma once
|
| +
|
| +
|
| +// CclientDlg dialog
|
| +class CclientDlg : public CDialog
|
| +{
|
| +// Construction
|
| +public:
|
| + CclientDlg(CWnd* pParent = NULL); // standard constructor
|
| +
|
| +// Dialog Data
|
| + enum { IDD = IDD_CLIENT_DIALOG };
|
| +
|
| + protected:
|
| + virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
| +
|
| +
|
| +// Implementation
|
| +protected:
|
| + HICON m_hIcon;
|
| + HANDLE m_hProc;
|
| +
|
| + // Generated message map functions
|
| + virtual BOOL OnInitDialog();
|
| + afx_msg void OnPaint();
|
| + afx_msg void OnDestroy();
|
| + afx_msg HCURSOR OnQueryDragIcon();
|
| +
|
| + afx_msg void OnEmbedChrome();
|
| + DECLARE_MESSAGE_MAP()
|
| +};
|
|
|