10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/stattext.h>
21#include <wx/settings.h>
22#include <wx/textctrl.h>
23#include <wx/bmpbuttn.h>
30#include <wx/spinctrl.h>
60 virtual void onOKClick( wxCommandEvent& event ) {
event.Skip(); }
65 DIALOG_EXPORT_ODBPP_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Export ODB++"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxBORDER_DEFAULT );
Class DIALOG_EXPORT_ODBPP_BASE.
virtual void onBrowseClicked(wxCommandEvent &event)
wxButton * m_stdButtonsCancel
wxTextCtrl * m_outputFileName
wxChoice * m_choiceCompress
wxStaticText * m_lblCompress
wxStaticText * m_lblBrdFile
STD_BITMAP_BUTTON * m_browseButton
wxStdDialogButtonSizer * m_stdButtons
~DIALOG_EXPORT_ODBPP_BASE()
wxStaticText * m_lblUnits
wxButton * m_stdButtonsOK
wxStaticText * m_lblPrecision
virtual void onOKClick(wxCommandEvent &event)
virtual void onFormatChoice(wxCommandEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...