KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_pcbnew_display_origin_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/radiobut.h>
22#include <wx/sizer.h>
23#include <wx/panel.h>
24
26
31{
32 private:
33
34 protected:
35 wxBoxSizer* m_displayOrigin;
36 wxStaticText* displayOriginLabel;
37 wxStaticLine* m_staticline1;
38 wxRadioButton* m_pageOrigin;
39 wxRadioButton* m_drillPlaceOrigin;
40 wxRadioButton* m_gridOrigin;
41 wxStaticText* xAxisLabel;
42 wxStaticLine* m_staticline2;
43 wxRadioButton* m_xIncreasesRight;
44 wxRadioButton* m_xIncreasesLeft;
45 wxStaticText* yAxisLabel;
46 wxStaticLine* m_staticline3;
47 wxRadioButton* m_yIncreasesUp;
48 wxRadioButton* m_yIncreasesDown;
49
50 public:
51
52 PANEL_PCBNEW_DISPLAY_ORIGIN_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 );
53
55
56};
57
const char * name
Definition: DXF_plotter.cpp:62
Class PANEL_PCBNEW_DISPLAY_ORIGIN_BASE.
A wxPanel that is designed to be reset in a standard manner.