KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_create_array_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf02)
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>
13class TEXT_CTRL_EVAL;
14
15#include "dialog_shim.h"
16#include <wx/string.h>
17#include <wx/stattext.h>
18#include <wx/gdicmn.h>
19#include <wx/font.h>
20#include <wx/colour.h>
21#include <wx/settings.h>
22#include <wx/textctrl.h>
23#include <wx/sizer.h>
24#include <wx/statbox.h>
25#include <wx/radiobut.h>
26#include <wx/radiobox.h>
27#include <wx/checkbox.h>
28#include <wx/choice.h>
29#include <wx/panel.h>
30#include <wx/bitmap.h>
31#include <wx/image.h>
32#include <wx/icon.h>
33#include <wx/notebook.h>
34#include <wx/button.h>
35#include <wx/dialog.h>
36
38
39#define wxID_DIALOG_CREATE_ARRAY 1000
40
45{
46 private:
47
48 protected:
49 wxNotebook* m_gridTypeNotebook;
50 wxPanel* m_gridPanel;
51 wxStaticText* m_labelNx;
53 wxStaticText* m_labelNy;
55 wxStaticText* m_labelDx;
56 wxTextCtrl* m_entryDx;
57 wxStaticText* m_unitLabelDx;
58 wxStaticText* m_labelDy;
59 wxTextCtrl* m_entryDy;
60 wxStaticText* m_unitLabelDy;
61 wxStaticText* m_labelOffsetX;
62 wxTextCtrl* m_entryOffsetX;
63 wxStaticText* m_unitLabelOffsetX;
64 wxStaticText* m_labelOffsetY;
65 wxTextCtrl* m_entryOffsetY;
66 wxStaticText* m_unitLabelOffsetY;
67 wxStaticText* m_labelStagger;
69 wxRadioButton* m_staggerRows;
70 wxRadioButton* m_staggerCols;
88 wxStaticText* m_stInfoItems;
89 wxStaticText* m_stRefPosXTxt;
90 wxTextCtrl* m_tcRefPosX;
91 wxStaticText* m_stRefPosXUnit;
92 wxStaticText* m_stRefPosYTxt;
93 wxTextCtrl* m_tcRefPosY;
94 wxStaticText* m_stRefPosYUnit;
95 wxRadioButton* m_radioBtnSetByPos;
96 wxStaticText* m_labelCentreX;
97 wxTextCtrl* m_entryCentreX;
98 wxStaticText* m_unitLabelCentreX;
99 wxStaticText* m_labelCentreY;
100 wxTextCtrl* m_entryCentreY;
101 wxStaticText* m_unitLabelCentreY;
102 wxRadioButton* m_radioBtnSetByRadius;
103 wxStaticText* m_labelCircRadius;
109 wxStaticText* m_labelCircAngle;
110 wxTextCtrl* m_entryCircAngle;
111 wxStaticText* m_unitLabelCircAngle;
112 wxStaticText* m_labelCircCount;
114 wxStaticText* m_labelCircRotate;
117 wxStaticBoxSizer* m_circPadNumberingSizer;
119 wxStaticText* m_labelCircNumbering;
121 wxStaticText* m_labelCircNumStart;
123 wxStaticText* m_labelCircNumStep;
126 wxRadioButton* m_radioBtnKeepRefs;
127 wxRadioButton* m_radioBtnUniqueRefs;
128 wxStdDialogButtonSizer* m_stdButtons;
129 wxButton* m_stdButtonsOK;
131
132 // Virtual event handlers, override them in your derived class
133 virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
134 virtual void OnParameterChanged( wxCommandEvent& event ) { event.Skip(); }
135 virtual void OnButtonPosition( wxCommandEvent& event ) { event.Skip(); }
136 virtual void OnButtonRadius( wxCommandEvent& event ) { event.Skip(); }
137 virtual void OnRadiusChanged( wxCommandEvent& event ) { event.Skip(); }
138
139
140 public:
141
142 DIALOG_CREATE_ARRAY_BASE( wxWindow* parent, wxWindowID id = wxID_DIALOG_CREATE_ARRAY, const wxString& title = _("Create Array"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
143
145
146};
147
Class DIALOG_CREATE_ARRAY_BASE.
virtual void OnButtonPosition(wxCommandEvent &event)
virtual void OnRadiusChanged(wxCommandEvent &event)
virtual void OnClose(wxCloseEvent &event)
wxStaticBoxSizer * m_circPadNumberingSizer
virtual void OnButtonRadius(wxCommandEvent &event)
virtual void OnParameterChanged(wxCommandEvent &event)
wxStdDialogButtonSizer * m_stdButtons
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:84
wxTextCtrl wrapper to handle math expression evaluation.
#define wxID_DIALOG_CREATE_ARRAY
#define _(s)