OpenMoHAA 0.82.1
Loading...
Searching...
No Matches
ghttpmfcDlg.h
1// ghttpmfcDlg.h : header file
2//
3
4#if !defined(AFX_GHTTPMFCDLG_H__14B35CAF_3960_4669_972D_59B741AA032C__INCLUDED_)
5#define AFX_GHTTPMFCDLG_H__14B35CAF_3960_4669_972D_59B741AA032C__INCLUDED_
6
7#if _MSC_VER > 1000
8#pragma once
9#endif // _MSC_VER > 1000
10
12// CGhttpmfcDlg dialog
13
14class CGhttpmfcDlg : public CDialog
15{
16// Construction
17public:
18 CGhttpmfcDlg(CWnd* pParent = NULL); // standard constructor
19
20// Dialog Data
21 //{{AFX_DATA(CGhttpmfcDlg)
22 enum { IDD = IDD_GHTTPMFC_DIALOG };
23 CProgressCtrl m_progress;
24 BOOL m_blocking;
25 BOOL m_completedCallback;
26 CString m_headers;
27 BOOL m_progressCallback;
28 CString m_url;
29 int m_bufferSize;
30 CString m_saveAs;
31 BOOL m_userBuffer;
32 int m_type;
33 CString m_file;
34 CString m_soFar;
35 int m_state;
36 BOOL m_throttle;
37 CString m_headersRecv;
38 CString m_status;
39 BOOL m_stepThink;
40 BOOL m_postFile;
41 CString m_postObjects;
42 CString m_postBytes;
43 CString m_proxy;
44 //}}AFX_DATA
45
46 GHTTPRequest m_request;
47 char * m_memFile;
48
49 // ClassWizard generated virtual function overrides
50 //{{AFX_VIRTUAL(CGhttpmfcDlg)
51 protected:
52 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
53 //}}AFX_VIRTUAL
54
55// Implementation
56protected:
57 HICON m_hIcon;
58
59 // Generated message map functions
60 //{{AFX_MSG(CGhttpmfcDlg)
61 virtual BOOL OnInitDialog();
62 afx_msg void OnPaint();
63 afx_msg HCURSOR OnQueryDragIcon();
64 afx_msg void OnStart();
65 afx_msg void OnCancel_();
66 afx_msg void OnTimer(UINT nIDEvent);
67 afx_msg void OnDestroy();
68 afx_msg void OnThrottle();
69 afx_msg void OnThink();
70 afx_msg void OnSetProxy();
71 afx_msg void OnIeSettings();
72 //}}AFX_MSG
73 DECLARE_MESSAGE_MAP()
74};
75
76//{{AFX_INSERT_LOCATION}}
77// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
78
79#endif // !defined(AFX_GHTTPMFCDLG_H__14B35CAF_3960_4669_972D_59B741AA032C__INCLUDED_)