10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/stattext.h>
19#include <wx/settings.h>
20#include <wx/textctrl.h>
46 WX_UNIT_ENTRY_DIALOG_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Title"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
73 WX_PT_ENTRY_DIALOG_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Move Point to Location"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Class WX_PT_ENTRY_DIALOG_BASE.
~WX_PT_ENTRY_DIALOG_BASE()
wxButton * m_sdbSizer1Cancel
wxStdDialogButtonSizer * m_sdbSizer1
Class WX_UNIT_ENTRY_DIALOG_BASE.
~WX_UNIT_ENTRY_DIALOG_BASE()
wxStaticText * m_unit_label
wxButton * m_sdbSizer1Cancel
wxStdDialogButtonSizer * m_sdbSizer1