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 3.10.1-0-g8feb16b)
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/checkbox.h>
16#include <wx/gdicmn.h>
17#include <wx/font.h>
18#include <wx/colour.h>
19#include <wx/settings.h>
20#include <wx/stattext.h>
21#include <wx/statline.h>
22#include <wx/radiobut.h>
23#include <wx/bitmap.h>
24#include <wx/image.h>
25#include <wx/icon.h>
26#include <wx/statbmp.h>
27#include <wx/sizer.h>
28#include <wx/textctrl.h>
29#include <wx/gbsizer.h>
30#include <wx/panel.h>
31
33
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
39
44{
45 private:
46
47 protected:
49 wxStaticText* m_orderLabel;
50 wxStaticLine* m_staticline2;
51 wxRadioButton* m_rbSortBy_X_Position;
53 wxRadioButton* m_rbSortBy_Y_Position;
55 wxStaticText* m_numberingLabel;
56 wxStaticLine* m_staticline3;
57 wxRadioButton* m_rbFirstFree;
58 wxTextCtrl* m_textNumberAfter;
59 wxRadioButton* m_rbSheetX100;
60 wxRadioButton* m_rbSheetX1000;
61
62 // Virtual event handlers, override them in your derived class
63 virtual void OnOptionChanged( wxCommandEvent& event ) { event.Skip(); }
64
65
66 public:
67
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 );
69
71
72};
73
const char * name
Definition: DXF_plotter.cpp:57
Class PANEL_EESCHEMA_ANNOTATION_OPTIONS_BASE.
A wxPanel that is designed to be reset in a standard manner.