10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/stattext.h>
21#include <wx/settings.h>
22#include <wx/statline.h>
23#include <wx/radiobut.h>
27#include <wx/statbmp.h>
31#include <wx/textctrl.h>
33#include <wx/checkbox.h>
34#include <wx/gbsizer.h>
35#include <wx/notebook.h>
98 virtual void OnClose( wxCloseEvent& event ) {
event.Skip(); }
107 DIALOG_BOARD_REANNOTATE_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Geographical Reannotation"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_BOARD_REANNOTATE_BASE.
wxTextCtrl * m_FrontRefDesStart
wxRadioButton * m_Right_Down
wxStaticBitmap * reannotate_left_up_bitmap
wxRadioButton * m_Left_Up
wxStaticBitmap * reannotate_down_right_bitmap
wxTextCtrl * m_ExcludeList
wxTextCtrl * m_FrontPrefix
WX_HTML_REPORT_PANEL * m_MessageWindow
wxTextCtrl * m_BackRefDesStart
virtual void OnApplyClick(wxCommandEvent &event)
wxStdDialogButtonSizer * m_sdbSizer
wxRadioButton * m_Down_Left
wxStaticText * m_BottomRefDesStartText
wxRadioButton * m_Up_Right
virtual void OnCloseClick(wxCommandEvent &event)
wxPanel * m_StandardOptions
wxStaticText * m_SortGridText
wxButton * m_sdbSizerCancel
wxRadioButton * m_Up_Left
virtual void FilterBackPrefix(wxCommandEvent &event)
wxStaticText * m_BackPrefixText
wxStaticText * m_FrontRefDesStartText
wxStaticBitmap * reannotate_right_up_bitmap
wxStaticText * m_FrontPrefixText
virtual void FilterFrontPrefix(wxCommandEvent &event)
wxCheckBox * m_ExcludeLocked
wxRadioButton * m_Left_Down
~DIALOG_BOARD_REANNOTATE_BASE()
wxRadioButton * m_AnnotateBack
wxStaticBitmap * reannotate_up_right_bitmap
wxRadioButton * m_AnnotateFront
wxRadioButton * m_Down_Right
wxStaticText * m_staticText9
wxStaticLine * m_staticline2
wxRadioButton * m_AnnotateSelection
wxCheckBox * m_RemoveFrontPrefix
wxStaticBitmap * reannotate_right_down_bitmap
wxRadioButton * m_Right_Up
wxTextCtrl * m_BackPrefix
wxRadioButton * m_AnnotateAll
wxStaticLine * m_staticline1
wxCheckBox * m_RemoveBackPrefix
wxChoice * m_locationChoice
wxStaticText * m_ExcludeListText
wxStaticBitmap * reannotate_up_left_bitmap
wxStaticBitmap * reannotate_down_left_bitmap
wxStaticBitmap * reannotate_left_down_bitmap
virtual void OnClose(wxCloseEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
A widget for browsing a rich text error/status report.