10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/checkbox.h>
19#include <wx/settings.h>
20#include <wx/stattext.h>
21#include <wx/statline.h>
22#include <wx/radiobut.h>
26#include <wx/statbmp.h>
28#include <wx/textctrl.h>
29#include <wx/gbsizer.h>
34#define ID_SORT_BY_X_POSITION 1000
35#define ID_SORT_BY_Y_POSITION 1001
36#define wxID_FIRST_FREE 1002
37#define wxID_SHEET_X_100 1003
38#define wxID_SHEET_X_1000 1004
68 PANEL_EESCHEMA_ANNOTATION_OPTIONS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxTAB_TRAVERSAL,
const wxString&
name = wxEmptyString );
Class PANEL_EESCHEMA_ANNOTATION_OPTIONS_BASE.
wxStaticBitmap * annotate_right_down_bitmap
wxCheckBox * m_checkAutoAnnotate
wxRadioButton * m_rbSortBy_Y_Position
wxTextCtrl * m_textNumberAfter
wxStaticText * m_numberingLabel
wxRadioButton * m_rbFirstFree
wxRadioButton * m_rbSheetX100
virtual void OnOptionChanged(wxCommandEvent &event)
~PANEL_EESCHEMA_ANNOTATION_OPTIONS_BASE()
wxRadioButton * m_rbSortBy_X_Position
wxStaticLine * m_staticline2
wxRadioButton * m_rbSheetX1000
wxStaticBitmap * annotate_down_right_bitmap
wxStaticLine * m_staticline3
wxStaticText * m_orderLabel
A wxPanel that is designed to be reset in a standard manner.