1 ///////////////////////////////////////////////////////////////////////////
2 // C++ code generated with wxFormBuilder (version 3.9.0 Jun  3 2020)
3 // http://www.wxformbuilder.org/
4 //
5 // PLEASE DO *NOT* EDIT THIS FILE!
6 ///////////////////////////////////////////////////////////////////////////
7 
8 #pragma once
9 
10 #include <wx/artprov.h>
11 #include <wx/xrc/xmlres.h>
12 #include <wx/intl.h>
13 class WX_HTML_REPORT_PANEL;
14 
15 #include "dialog_shim.h"
16 #include <wx/string.h>
17 #include <wx/radiobut.h>
18 #include <wx/gdicmn.h>
19 #include <wx/font.h>
20 #include <wx/colour.h>
21 #include <wx/settings.h>
22 #include <wx/bitmap.h>
23 #include <wx/image.h>
24 #include <wx/icon.h>
25 #include <wx/statbmp.h>
26 #include <wx/sizer.h>
27 #include <wx/stattext.h>
28 #include <wx/choice.h>
29 #include <wx/statbox.h>
30 #include <wx/panel.h>
31 #include <wx/textctrl.h>
32 #include <wx/valgen.h>
33 #include <wx/checkbox.h>
34 #include <wx/gbsizer.h>
35 #include <wx/notebook.h>
36 #include <wx/button.h>
37 #include <wx/dialog.h>
38 
39 ///////////////////////////////////////////////////////////////////////////
40 
41 
42 ///////////////////////////////////////////////////////////////////////////////
43 /// Class DIALOG_BOARD_REANNOTATE_BASE
44 ///////////////////////////////////////////////////////////////////////////////
45 class DIALOG_BOARD_REANNOTATE_BASE : public DIALOG_SHIM
46 {
47 	private:
48 
49 	protected:
50 		wxNotebook* m_notebook;
51 		wxPanel* m_StandardOptions;
52 		wxRadioButton* m_Down_Right;
53 		wxStaticBitmap* reannotate_down_right_bitmap;
54 		wxRadioButton* m_Right_Down;
55 		wxStaticBitmap* reannotate_right_down_bitmap;
56 		wxRadioButton* m_Down_Left;
57 		wxStaticBitmap* reannotate_down_left_bitmap;
58 		wxRadioButton* m_Left_Down;
59 		wxStaticBitmap* reannotate_left_down_bitmap;
60 		wxRadioButton* m_Up_Right;
61 		wxStaticBitmap* reannotate_up_right_bitmap;
62 		wxRadioButton* m_Right_Up;
63 		wxStaticBitmap* reannotate_right_up_bitmap;
64 		wxRadioButton* m_Up_Left;
65 		wxStaticBitmap* reannotate_up_left_bitmap;
66 		wxRadioButton* m_Left_Up;
67 		wxStaticBitmap* reannotate_left_up_bitmap;
68 		wxStaticText* m_staticText9;
69 		wxChoice* m_locationChoice;
70 		wxStaticText* m_SortGridText;
71 		wxChoice* m_GridChoice;
72 		wxStaticText* AnnotateLabel;
73 		wxRadioButton* m_AnnotateAll;
74 		wxRadioButton* m_AnnotateFront;
75 		wxRadioButton* m_AnnotateBack;
76 		wxRadioButton* m_AnnotateSelection;
77 		wxPanel* m_Advanced;
78 		wxStaticText* m_FrontRefDesStartText;
79 		wxTextCtrl* m_FrontRefDesStart;
80 		wxStaticText* m_BottomRefDesStartText;
81 		wxTextCtrl* m_BackRefDesStart;
82 		wxCheckBox* m_RemoveFrontPrefix;
83 		wxCheckBox* m_RemoveBackPrefix;
84 		wxStaticText* m_FrontPrefixText;
85 		wxTextCtrl* m_FrontPrefix;
86 		wxStaticText* m_BackPrefixText;
87 		wxTextCtrl* m_BackPrefix;
88 		wxCheckBox* m_ExcludeLocked;
89 		wxStaticText* m_ExcludeListText;
90 		wxTextCtrl* m_ExcludeList;
91 		WX_HTML_REPORT_PANEL* m_MessageWindow;
92 		wxStdDialogButtonSizer* m_sdbSizer;
93 		wxButton* m_sdbSizerOK;
94 		wxButton* m_sdbSizerCancel;
95 
96 		// Virtual event handlers, overide them in your derived class
OnClose(wxCloseEvent & event)97 		virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
FilterFrontPrefix(wxCommandEvent & event)98 		virtual void FilterFrontPrefix( wxCommandEvent& event ) { event.Skip(); }
FilterBackPrefix(wxCommandEvent & event)99 		virtual void FilterBackPrefix( wxCommandEvent& event ) { event.Skip(); }
OnCloseClick(wxCommandEvent & event)100 		virtual void OnCloseClick( wxCommandEvent& event ) { event.Skip(); }
OnApplyClick(wxCommandEvent & event)101 		virtual void OnApplyClick( wxCommandEvent& event ) { event.Skip(); }
102 
103 
104 	public:
105 
106 		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 );
107 		~DIALOG_BOARD_REANNOTATE_BASE();
108 
109 };
110 
111