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>
31#include <wx/checkbox.h>
32#include <wx/statbox.h>
61 virtual void onOKClick( wxCommandEvent& event ) {
event.Skip(); }
66 DIALOG_EXPORT_ODBPP_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Export ODB++"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( 380,300 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_EXPORT_ODBPP_BASE.
virtual void onBrowseClicked(wxCommandEvent &event)
wxButton * m_stdButtonsCancel
wxTextCtrl * m_outputFileName
wxStaticText * m_lblBrdFile
STD_BITMAP_BUTTON * m_browseButton
virtual void onCompressCheck(wxCommandEvent &event)
wxStdDialogButtonSizer * m_stdButtons
~DIALOG_EXPORT_ODBPP_BASE()
wxCheckBox * m_cbCompress
wxStaticText * m_lblUnits
wxButton * m_stdButtonsOK
wxStaticText * m_lblPrecision
virtual void onOKClick(wxCommandEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...