KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_eeschema_annotation_options_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6)
3// http://www.wxformbuilder.org/
4//
5// PLEASE DO *NOT* EDIT THIS FILE!
7
8#pragma once
9
10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
12#include <wx/intl.h>
14#include <wx/string.h>
15#include <wx/stattext.h>
16#include <wx/gdicmn.h>
17#include <wx/font.h>
18#include <wx/colour.h>
19#include <wx/settings.h>
20#include <wx/statline.h>
21#include <wx/choice.h>
22#include <wx/sizer.h>
23#include <wx/radiobut.h>
24#include <wx/bitmap.h>
25#include <wx/image.h>
26#include <wx/icon.h>
27#include <wx/statbmp.h>
28#include <wx/textctrl.h>
29#include <wx/checkbox.h>
30#include <wx/gbsizer.h>
31#include <wx/panel.h>
32
34
35#define ID_SORT_BY_X_POSITION 19200
36#define ID_SORT_BY_Y_POSITION 19201
37#define wxID_FIRST_FREE 19202
38#define wxID_SHEET_X_100 19203
39#define wxID_SHEET_X_1000 19204
40
45{
46 private:
47
48 protected:
49 wxStaticText* m_orderLabel1;
50 wxStaticLine* m_staticline21;
51 wxStaticText* m_staticText6;
53 wxStaticText* m_orderLabel;
54 wxStaticLine* m_staticline2;
55 wxRadioButton* m_rbSortBy_X_Position;
57 wxRadioButton* m_rbSortBy_Y_Position;
59 wxStaticText* m_numberingLabel;
60 wxStaticLine* m_staticline3;
61 wxRadioButton* m_rbFirstFree;
62 wxTextCtrl* m_textNumberAfter;
63 wxRadioButton* m_rbSheetX100;
64 wxRadioButton* m_rbSheetX1000;
65 wxCheckBox* m_checkReuseRefdes;
66
67 // Virtual event handlers, override them in your derived class
68 virtual void OnOptionChanged( wxCommandEvent& event ) { event.Skip(); }
69
70
71 public:
72
73 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 );
74
76
77};
78
const char * name
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)
RESETTABLE_PANEL(wxWindow *aParent, wxWindowID aId=wxID_ANY, const wxPoint &aPos=wxDefaultPosition, const wxSize &aSize=wxSize(-1,-1), long aStyle=wxTAB_TRAVERSAL, const wxString &aName=wxEmptyString)