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

« back to all changes in this revision

Viewing changes to mozilla/embedding/browser/activex/tests/cbrowse/TabMessages.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_TABMESSAGES_H__33D0A350_12E1_11D3_9407_000000000000__INCLUDED_)
 
2
#define AFX_TABMESSAGES_H__33D0A350_12E1_11D3_9407_000000000000__INCLUDED_
 
3
 
 
4
#if _MSC_VER > 1000
 
5
#pragma once
 
6
#endif // _MSC_VER > 1000
 
7
// TabMessages.h : header file
 
8
//
 
9
 
 
10
class CBrowseDlg;
 
11
 
 
12
/////////////////////////////////////////////////////////////////////////////
 
13
// CTabMessages dialog
 
14
 
 
15
class CTabMessages : public CPropertyPage
 
16
{
 
17
        DECLARE_DYNCREATE(CTabMessages)
 
18
 
 
19
// Construction
 
20
public:
 
21
        CTabMessages();
 
22
        ~CTabMessages();
 
23
 
 
24
        CBrowseDlg *m_pBrowseDlg;
 
25
 
 
26
// Dialog Data
 
27
        //{{AFX_DATA(CTabMessages)
 
28
        enum { IDD = IDD_TAB_MESSAGES };
 
29
        CProgressCtrl   m_pcProgress;
 
30
        CListBox        m_lbMessages;
 
31
        CString m_szStatus;
 
32
        //}}AFX_DATA
 
33
 
 
34
 
 
35
// Overrides
 
36
        // ClassWizard generate virtual function overrides
 
37
        //{{AFX_VIRTUAL(CTabMessages)
 
38
        protected:
 
39
        virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
 
40
        //}}AFX_VIRTUAL
 
41
 
 
42
// Implementation
 
43
protected:
 
44
        // Generated message map functions
 
45
        //{{AFX_MSG(CTabMessages)
 
46
                // NOTE: the ClassWizard will add member functions here
 
47
        //}}AFX_MSG
 
48
        DECLARE_MESSAGE_MAP()
 
49
 
 
50
};
 
51
 
 
52
//{{AFX_INSERT_LOCATION}}
 
53
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
 
54
 
 
55
#endif // !defined(AFX_TABMESSAGES_H__33D0A350_12E1_11D3_9407_000000000000__INCLUDED_)