10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/infobar.h>
21#include <wx/settings.h>
23#include <wx/radiobut.h>
24#include <wx/checkbox.h>
26#include <wx/statbox.h>
30#include <wx/statbmp.h>
31#include <wx/radiobox.h>
32#include <wx/textctrl.h>
33#include <wx/gbsizer.h>
40#define ID_SORT_BY_X_POSITION 1000
41#define ID_SORT_BY_Y_POSITION 1001
42#define wxID_FIRST_FREE 1002
43#define wxID_SHEET_X_100 1003
44#define wxID_SHEET_X_1000 1004
45#define ID_CLEAR_ANNOTATION_CMP 1005
76 virtual void OnClose( wxCloseEvent& event ) {
event.Skip(); }
79 virtual void OnCloseClick( wxCommandEvent& event ) {
event.Skip(); }
85 DIALOG_ANNOTATE_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Annotate Schematic"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
wxStaticBitmap * annotate_down_right_bitmap
wxRadioButton * m_rbSortBy_X_Position
virtual void OnClearAnnotationClick(wxCommandEvent &event)
virtual void OnAnnotateClick(wxCommandEvent &event)
wxRadioButton * m_rbSheetX100
DIALOG_ANNOTATE_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Annotate Schematic"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
wxRadioButton * m_rbScope_Sheet
virtual void OnClose(wxCloseEvent &event)
wxStdDialogButtonSizer * m_sdbSizer1
wxRadioButton * m_rbSheetX1000
wxStaticBitmap * annotate_right_down_bitmap
virtual void OnCloseClick(wxCommandEvent &event)
wxTextCtrl * m_textNumberAfter
wxRadioButton * m_rbScope_Schematic
virtual void OnOptionChanged(wxCommandEvent &event)
wxRadioButton * m_rbSortBy_Y_Position
WX_HTML_REPORT_PANEL * m_MessageWindow
wxRadioButton * m_rbScope_Selection
wxRadioButton * m_rbFirstFree
wxButton * m_sdbSizer1Cancel
wxCheckBox * m_checkRecursive
DIALOG_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)
A widget for browsing a rich text error/status report.
A modified version of the wxInfoBar class that allows us to: