-class wxFileProgressDlg : public wxDialog
-{
-public:
- void UpdateProgress(wxFile *f);
-
-wxFileProgressDlg();
-virtual ~wxFileProgressDlg();
-
-protected:
-wxGauge *m_pProgress;
-wxStaticText *m_pCompleteLabel;
-
- DECLARE_EVENT_TABLE()
-
-};
-class GenerateBitmapSrc : public wxObject
-{
-public:
- bool Create(wxString imfile, wxString srcfile,wxString varname);
- GenerateBitmapSrc();
- virtual ~GenerateBitmapSrc();
-
-};