#ifndef EXPORT_H #define EXPORT_H //(*Headers(EXPORT) #include #include #include #include //*) class EXPORT: public wxDialog { public: EXPORT(wxWindow* parent,wxWindowID id=wxID_ANY,const wxPoint& pos=wxDefaultPosition,const wxSize& size=wxDefaultSize); virtual ~EXPORT(); //(*Declarations(EXPORT) wxDirPickerCtrl* DirPickerCtrl1; wxFilePickerCtrl* FilePickerCtrl1; wxButton* Button1; wxButton* Button2; wxFilePickerCtrl* FilePickerCtrl2; //*) protected: //(*Identifiers(EXPORT) static const long ID_DIRPICKERCTRL1; static const long ID_FILEPICKERCTRL1; static const long ID_FILEPICKERCTRL2; static const long ID_BUTTON1; static const long ID_BUTTON2; //*) private: //(*Handlers(EXPORT) //*) DECLARE_EVENT_TABLE() }; #endif