#if !defined(AFX_DLGPATH_H__0249E3B3_53F8_4281_81FE_CF21BB327036__INCLUDED_) #define AFX_DLGPATH_H__0249E3B3_53F8_4281_81FE_CF21BB327036__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DlgPath.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDlgPath dialog class CDlgPath : public CDialog { // Construction public: CDlgPath(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CDlgPath) enum { IDD = IDD_DIALOG_PATH }; CButton m_btnProtect; CComboBox m_cbWeb; CComboBox m_cbOcx; CComboBox m_cbFirmware; CComboBox m_cbBootloader; BOOL m_bUpFW; BOOL m_bUpBL; BOOL m_bUpOCX; BOOL m_bUpWeb; CString m_strBLPath; CString m_strFWPath; CString m_strOCXPath; UINT m_uVerBL; UINT m_uVerFW; UINT m_uVerOCX; UINT m_uVerWeb; CString m_strWebPath; int m_iCondBL; int m_iCondFW; int m_iCondOCX; int m_iCondWeb; CString m_strPkgPath; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDlgPath) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CDlgPath) virtual BOOL OnInitDialog(); afx_msg void OnButtonBrowseBootloader(); afx_msg void OnButtonBrowseFirmware(); afx_msg void OnButtonBrowseOcx(); afx_msg void OnButtonBrowseWeb(); virtual void OnOK(); afx_msg void OnChkProtect(); afx_msg void OnButtonBrowsePackage(); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: static int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM lParam, LPARAM dwData); private: TCHAR m_szFilePath[MAX_PATH]; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DLGPATH_H__0249E3B3_53F8_4281_81FE_CF21BB327036__INCLUDED_)