#if !defined(AFX_BROWSEDLG_H__936CCBA0_573D_11D5_B209_BCEFA4241709__INCLUDED_) #define AFX_BROWSEDLG_H__936CCBA0_573D_11D5_B209_BCEFA4241709__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // BrowseDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CBrowseDlg dialog class CBrowseDlg : public CDialog { // Construction public: CBrowseDlg(CWnd* pParent = NULL); // standard constructor HWND m_hImgListCtl; CString m_szImageDir; friend L_INT L_FAR L_EXPORT BrowseDirCB(pBITMAPHANDLE pBitmap, L_CHAR L_FAR *pszFile, pFILEINFO pInfo, L_INT nStatusCode, L_INT nPercent, L_VOID L_FAR *pUserData); void OnImageListMsg(WPARAM wParam, LPARAM lParam); // Dialog Data //{{AFX_DATA(CBrowseDlg) enum { IDD = IDD_DIALOG_BROWSE }; CEdit m_editFileName; CStatic m_staticStatus; CEdit m_editCompression; CEdit m_editBPP; CEdit m_editWidth; CEdit m_editHeight; CEdit m_editRatio; CEdit m_editMemSize; CEdit m_editFileSize; CEdit m_editFormat; CListBox m_listFiles; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CBrowseDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam); //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CBrowseDlg) virtual BOOL OnInitDialog(); afx_msg void OnDestroy(); afx_msg void OnClose(); virtual void OnOK(); afx_msg LRESULT OnBrowse(WPARAM wParam, LPARAM lParam); afx_msg LRESULT OnInsertNewImage(WPARAM wParam, LPARAM lParam); afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_BROWSEDLG_H__936CCBA0_573D_11D5_B209_BCEFA4241709__INCLUDED_)