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-g80c4cb6a-dirty)
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/choice.h>
21#include <wx/sizer.h>
22#include <wx/statline.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 wxStaticText* m_staticText6;
52 wxStaticText* m_orderLabel;
53 wxStaticLine* m_staticline2;
54 wxRadioButton* m_rbSortBy_X_Position;
56 wxRadioButton* m_rbSortBy_Y_Position;
58 wxStaticText* m_numberingLabel;
59 wxStaticLine* m_staticline3;
60 wxRadioButton* m_rbFirstFree;
61 wxTextCtrl* m_textNumberAfter;
62 wxRadioButton* m_rbSheetX100;
63 wxRadioButton* m_rbSheetX1000;
64 wxCheckBox* m_checkReuseRefdes;
65
66 // Virtual event handlers, override them in your derived class
67 virtual void OnOptionChanged( wxCommandEvent& event ) { event.Skip(); }
68
69
70 public:
71
72 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 );
73
75
76};
77
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)