Follow-on fix for bug 457825. Use sheet principal for agent and user sheets. r=dbaron...
[wine-gecko.git] / embedding / qa / testembed / UrlDialog.h
blob90c4c2785534799d4c0d7f06097e686e7af54f73
1 #if !defined(AFX_URLDIALOG_H__260C4EE1_2F8E_11D5_99F0_00C04FA02BE6__INCLUDED_)
2 #define AFX_URLDIALOG_H__260C4EE1_2F8E_11D5_99F0_00C04FA02BE6__INCLUDED_
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // UrlDialog.h : header file
8 //
10 /////////////////////////////////////////////////////////////////////////////
11 // CUrlDialog dialog
13 class CUrlDialog : public CDialog
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
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
41 // Implementation
42 protected:
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()
55 //{{AFX_INSERT_LOCATION}}
56 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
58 #endif // !defined(AFX_URLDIALOG_H__260C4EE1_2F8E_11D5_99F0_00C04FA02BE6__INCLUDED_)