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

« back to all changes in this revision

Viewing changes to mozilla/embedding/qa/testembed/WebProgDlg.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_WEBPROGDLG_H__79FFB433_9E6A_11D6_9BD9_00C04FA02BE6__INCLUDED_)
 
2
#define AFX_WEBPROGDLG_H__79FFB433_9E6A_11D6_9BD9_00C04FA02BE6__INCLUDED_
 
3
 
 
4
#if _MSC_VER > 1000
 
5
#pragma once
 
6
#endif // _MSC_VER > 1000
 
7
// WebProgDlg.h : header file
 
8
//
 
9
 
 
10
/////////////////////////////////////////////////////////////////////////////
 
11
// CWebProgDlg dialog
 
12
 
 
13
class CWebProgDlg : public CDialog
 
14
{
 
15
// Construction
 
16
public:
 
17
        CWebProgDlg(CWnd* pParent = NULL);   // standard constructor
 
18
        unsigned long m_wpFlagValue;
 
19
// Dialog Data
 
20
        //{{AFX_DATA(CWebProgDlg)
 
21
        enum { IDD = IDD_WEBPROGDLG };
 
22
        CComboBox       m_webProgFlags;
 
23
        int                     m_wpFlagIndex;
 
24
                // NOTE: the ClassWizard will add data members here
 
25
        //}}AFX_DATA
 
26
 
 
27
 
 
28
// Overrides
 
29
        // ClassWizard generated virtual function overrides
 
30
        //{{AFX_VIRTUAL(CWebProgDlg)
 
31
        protected:
 
32
        virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
 
33
        //}}AFX_VIRTUAL
 
34
 
 
35
// Implementation
 
36
protected:
 
37
 
 
38
        // Generated message map functions
 
39
        //{{AFX_MSG(CWebProgDlg)
 
40
        virtual BOOL OnInitWPDialog();
 
41
        afx_msg void OnSelectWPCombo();
 
42
        //}}AFX_MSG
 
43
        DECLARE_MESSAGE_MAP()
 
44
};
 
45
 
 
46
//{{AFX_INSERT_LOCATION}}
 
47
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
 
48
 
 
49
#endif // !defined(AFX_WEBPROGDLG_H__79FFB433_9E6A_11D6_9BD9_00C04FA02BE6__INCLUDED_)