/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Jun 17 2015) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __NONAME_H__ #define __NONAME_H__ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "GUI.hpp" /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class PngExportDialog /////////////////////////////////////////////////////////////////////////////// class PngExportDialog : public wxDialog { private: protected: wxStaticText* filepick_text_; wxStaticText* resotext_; wxStaticText* bed_size_text_; wxStaticText* corr_text_; wxFilePickerCtrl* filepick_ctl_; wxSpinCtrl* spin_reso_width_; wxSpinCtrl* spin_reso_height_; wxToggleButton* reso_lock_btn_; wxSpinCtrlDouble* bed_width_spin_; wxSpinCtrlDouble* bed_height_spin_; wxToggleButton* bedsize_lock_btn_; wxSpinCtrlDouble* corr_spin_; wxButton* export_btn_; // Virtual event handlers, overide them in your derived class virtual void EvalResoSpin( wxCommandEvent& event ) { event.Skip(); } virtual void ResoLock( wxCommandEvent& event ) { event.Skip(); } virtual void EvalBedSpin( wxCommandEvent& event ) { event.Skip(); } virtual void BedsizeLock( wxCommandEvent& event ) { event.Skip(); } virtual void Close( wxCommandEvent& /*event*/ ) { EndModal(wxID_OK); } public: PngExportDialog( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Slice to zipped PNG files"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 452,170 ), long style = wxDEFAULT_DIALOG_STYLE ); ~PngExportDialog(); }; #endif //__NONAME_H__