/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version 3.9.0 Jun 3 2020) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include class WX_HTML_REPORT_PANEL; #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_BOARD_REANNOTATE_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_BOARD_REANNOTATE_BASE : public DIALOG_SHIM { private: protected: wxNotebook* m_notebook; wxPanel* m_StandardOptions; wxRadioButton* m_Down_Right; wxStaticBitmap* reannotate_down_right_bitmap; wxRadioButton* m_Right_Down; wxStaticBitmap* reannotate_right_down_bitmap; wxRadioButton* m_Down_Left; wxStaticBitmap* reannotate_down_left_bitmap; wxRadioButton* m_Left_Down; wxStaticBitmap* reannotate_left_down_bitmap; wxRadioButton* m_Up_Right; wxStaticBitmap* reannotate_up_right_bitmap; wxRadioButton* m_Right_Up; wxStaticBitmap* reannotate_right_up_bitmap; wxRadioButton* m_Up_Left; wxStaticBitmap* reannotate_up_left_bitmap; wxRadioButton* m_Left_Up; wxStaticBitmap* reannotate_left_up_bitmap; wxStaticText* m_staticText9; wxChoice* m_locationChoice; wxStaticText* m_SortGridText; wxChoice* m_GridChoice; wxStaticText* AnnotateLabel; wxRadioButton* m_AnnotateAll; wxRadioButton* m_AnnotateFront; wxRadioButton* m_AnnotateBack; wxRadioButton* m_AnnotateSelection; wxPanel* m_Advanced; wxStaticText* m_FrontRefDesStartText; wxTextCtrl* m_FrontRefDesStart; wxStaticText* m_BottomRefDesStartText; wxTextCtrl* m_BackRefDesStart; wxCheckBox* m_RemoveFrontPrefix; wxCheckBox* m_RemoveBackPrefix; wxStaticText* m_FrontPrefixText; wxTextCtrl* m_FrontPrefix; wxStaticText* m_BackPrefixText; wxTextCtrl* m_BackPrefix; wxCheckBox* m_ExcludeLocked; wxStaticText* m_ExcludeListText; wxTextCtrl* m_ExcludeList; WX_HTML_REPORT_PANEL* m_MessageWindow; wxStdDialogButtonSizer* m_sdbSizer; wxButton* m_sdbSizerOK; wxButton* m_sdbSizerCancel; // Virtual event handlers, overide them in your derived class virtual void OnClose( wxCloseEvent& event ) { event.Skip(); } virtual void FilterFrontPrefix( wxCommandEvent& event ) { event.Skip(); } virtual void FilterBackPrefix( wxCommandEvent& event ) { event.Skip(); } virtual void OnCloseClick( wxCommandEvent& event ) { event.Skip(); } virtual void OnApplyClick( wxCommandEvent& event ) { event.Skip(); } public: 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 ); ~DIALOG_BOARD_REANNOTATE_BASE(); };