Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: Shared/PluginDownloadDialog.h

Issue 9043003: Visual Studio Express readyness. No MFC. (Closed)
Patch Set: Created Dec. 17, 2012, 2:41 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * DownloadDialog.h 2009-01-11 14:18:18 Jakob Holck 2 * DownloadDialog.h 2009-01-11 14:18:18 Jakob Holck
3 */ 3 */
4 4
5 #pragma once 5 #pragma once
6 6
7 enum 7 enum
8 { 8 {
9 UF_BINDSTATUS_FIRST = BINDSTATUS_FINDINGRESOURCE, 9 UF_BINDSTATUS_FIRST = BINDSTATUS_FINDINGRESOURCE,
10 UF_BINDSTATUS_LAST = BINDSTATUS_ACCEPTRANGES 10 UF_BINDSTATUS_LAST = BINDSTATUS_ACCEPTRANGES
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 79
80 private: 80 private:
81 HANDLE m_eventStop; 81 HANDLE m_eventStop;
82 82
83 protected: 83 protected:
84 84
85 CString m_url; 85 CString m_url;
86 CString m_path; 86 CString m_path;
87 CString m_errorText; 87 CString m_errorText;
88 CString m_postText; 88 CString m_postText;
89 CProgressCtrl m_progress;
90 89
91 public: 90 public:
92 LRESULT OnBnClickedInstallbtn(WORD /*wNotifyCode*/, WORD /*wID*/, HWND / *hWndCtl*/, BOOL& /*bHandled*/); 91 LRESULT OnBnClickedInstallbtn(WORD /*wNotifyCode*/, WORD /*wID*/, HWND / *hWndCtl*/, BOOL& /*bHandled*/);
93 92
94 }; 93 };
95 94
96 95
97 // CBSCallbackImpl 96 // CBSCallbackImpl
98 class CBSCallbackImpl : public IBindStatusCallback 97 class CBSCallbackImpl : public IBindStatusCallback
99 { 98 {
(...skipping 20 matching lines...) Expand all
120 protected: 119 protected:
121 120
122 ULONG m_ulObjRefCount; 121 ULONG m_ulObjRefCount;
123 122
124 private: 123 private:
125 124
126 HWND m_hWnd; 125 HWND m_hWnd;
127 CWindow m_pBar; 126 CWindow m_pBar;
128 HANDLE m_hEventStop; 127 HANDLE m_hEventStop;
129 }; 128 };
OLDNEW
« AdPlugin.sln ('K') | « Shared/Plugin.cpp ('k') | Shared/PluginStdAfx.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld