KiCad PCB EDA Suite
dialog_create_array_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 3.10.0-4761b0c)
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/radiobox.h>
24#include <wx/gbsizer.h>
25#include <wx/checkbox.h>
26#include <wx/choice.h>
27#include <wx/sizer.h>
28#include <wx/panel.h>
29#include <wx/bitmap.h>
30#include <wx/image.h>
31#include <wx/icon.h>
32#include <wx/statbox.h>
33#include <wx/notebook.h>
34#include <wx/radiobut.h>
35#include <wx/button.h>
36#include <wx/dialog.h>
37
39
40#define wxID_DIALOG_CREATE_ARRAY 1000
41
46{
47 private:
48
49 protected:
50 wxNotebook* m_gridTypeNotebook;
51 wxPanel* m_gridPanel;
52 wxStaticText* m_labelNx;
54 wxStaticText* m_labelNy;
56 wxStaticText* m_labelDx;
57 wxTextCtrl* m_entryDx;
58 wxStaticText* m_unitLabelDx;
59 wxStaticText* m_labelDy;
60 wxTextCtrl* m_entryDy;
61 wxStaticText* m_unitLabelDy;
62 wxStaticText* m_labelOffsetX;
63 wxTextCtrl* m_entryOffsetX;
64 wxStaticText* m_unitLabelOffsetX;
65 wxStaticText* m_labelOffsetY;
66 wxTextCtrl* m_entryOffsetY;
67 wxStaticText* m_unitLabelOffsetY;
68 wxStaticText* m_labelStagger;
88 wxStaticText* m_labelCentreX;
89 wxTextCtrl* m_entryCentreX;
90 wxStaticText* m_unitLabelCentreX;
91 wxStaticText* m_labelCentreY;
92 wxTextCtrl* m_entryCentreY;
93 wxStaticText* m_unitLabelCentreY;
94 wxStaticText* m_labelCircRadius;
95 wxStaticText* m_valueCircRadius;
96 wxStaticText* m_unitLabelCircRadius;
97 wxStaticText* m_labelCircAngle;
98 wxTextCtrl* m_entryCircAngle;
99 wxStaticText* m_unitLabelCircAngle;
100 wxStaticText* m_labelCircCount;
102 wxStaticText* m_labelCircRotate;
105 wxStaticBoxSizer* m_circPadNumberingSizer;
107 wxStaticText* m_labelCircNumbering;
109 wxStaticText* m_labelCircNumStart;
111 wxStaticText* m_labelCircNumStep;
114 wxRadioButton* m_radioBtnKeepRefs;
115 wxRadioButton* m_radioBtnUniqueRefs;
116 wxStdDialogButtonSizer* m_stdButtons;
117 wxButton* m_stdButtonsOK;
119
120 // Virtual event handlers, override them in your derived class
121 virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
122 virtual void OnParameterChanged( wxCommandEvent& event ) { event.Skip(); }
123
124
125 public:
126
127 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 );
128
130
131};
132
Class DIALOG_CREATE_ARRAY_BASE.
virtual void OnClose(wxCloseEvent &event)
wxStaticBoxSizer * m_circPadNumberingSizer
virtual void OnParameterChanged(wxCommandEvent &event)
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)
wxStdDialogButtonSizer * m_stdButtons
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:83
wxTextCtrl wrapper to handle math expression evaluation.
#define wxID_DIALOG_CREATE_ARRAY
#define _(s)