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

« back to all changes in this revision

Viewing changes to mozilla/embedding/qa/testembed/UrlDialog.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_URLDIALOG_H__260C4EE1_2F8E_11D5_99F0_00C04FA02BE6__INCLUDED_)
 
2
#define AFX_URLDIALOG_H__260C4EE1_2F8E_11D5_99F0_00C04FA02BE6__INCLUDED_
 
3
 
 
4
#if _MSC_VER > 1000
 
5
#pragma once
 
6
#endif // _MSC_VER > 1000
 
7
// UrlDialog.h : header file
 
8
//
 
9
 
 
10
/////////////////////////////////////////////////////////////////////////////
 
11
// CUrlDialog dialog
 
12
 
 
13
class CUrlDialog : public CDialog
 
14
{
 
15
// Construction
 
16
public:
 
17
        CUrlDialog(CWnd* pParent = NULL);   // standard constructor
 
18
//    unsigned long m_flagvalue ;
 
19
    PRUint32 m_flagvalue;
 
20
// Dialog Data
 
21
        //{{AFX_DATA(CUrlDialog)
 
22
        enum { IDD = IDD_URLDIALOG };
 
23
        CButton m_chkFlags;
 
24
        CComboBox       m_urlflags;
 
25
        CString m_urlfield;
 
26
        int             m_flagIndex;
 
27
        int             m_protocolIndex;
 
28
        BOOL    m_chkValue;
 
29
        CComboBox m_protocol;
 
30
        CString m_protocolvalue;
 
31
        //}}AFX_DATA
 
32
 
 
33
 
 
34
// Overrides
 
35
        // ClassWizard generated virtual function overrides
 
36
        //{{AFX_VIRTUAL(CUrlDialog)
 
37
        protected:
 
38
        virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
 
39
        //}}AFX_VIRTUAL
 
40
 
 
41
// Implementation
 
42
protected:
 
43
 
 
44
        // Generated message map functions
 
45
        //{{AFX_MSG(CUrlDialog)
 
46
        afx_msg void OnChangeUrlfield();
 
47
        afx_msg void OnChkurlflag();
 
48
        virtual BOOL OnInitDialog();
 
49
        afx_msg void OnSelchangeCombo1();
 
50
        afx_msg void OnSelchangeCombo2();
 
51
        //}}AFX_MSG
 
52
        DECLARE_MESSAGE_MAP()
 
53
};
 
54
 
 
55
//{{AFX_INSERT_LOCATION}}
 
56
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
 
57
 
 
58
#endif // !defined(AFX_URLDIALOG_H__260C4EE1_2F8E_11D5_99F0_00C04FA02BE6__INCLUDED_)