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.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>
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/button.h>
34#include <wx/notebook.h>
35#include <wx/dialog.h>
36
38
39#define wxID_DIALOG_CREATE_ARRAY 10000
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;
71 wxRadioButton* m_rbItemsRemainInPlace;
72 wxRadioButton* m_rbCentreOnSource;
90 wxStaticText* m_labelCentreX;
91 wxTextCtrl* m_entryCentreX;
92 wxStaticText* m_unitLabelCentreX;
93 wxStaticText* m_labelCentreY;
94 wxTextCtrl* m_entryCentreY;
95 wxStaticText* m_unitLabelCentreY;
99 wxStaticText* m_labelCircAngle;
100 wxTextCtrl* m_entryCircAngle;
101 wxStaticText* m_unitLabelCircAngle;
102 wxStaticText* m_labelCircCount;
106 wxStaticBoxSizer* m_circPadNumberingSizer;
108 wxStaticText* m_labelCircNumbering;
110 wxStaticText* m_labelCircNumStart;
112 wxStaticText* m_labelCircNumStep;
115 wxRadioButton* m_radioBtnKeepRefs;
116 wxRadioButton* m_radioBtnUniqueRefs;
117 wxStdDialogButtonSizer* m_stdButtons;
118 wxButton* m_stdButtonsOK;
120
121 // Virtual event handlers, override them in your derived class
122 virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
123 virtual void OnParameterChanged( wxCommandEvent& event ) { event.Skip(); }
124 virtual void OnSelectCenterButton( wxCommandEvent& event ) { event.Skip(); }
125
126
127 public:
128
129 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 );
130
132
133};
134
Class DIALOG_CREATE_ARRAY_BASE.
virtual void OnClose(wxCloseEvent &event)
wxStaticBoxSizer * m_circPadNumberingSizer
virtual void OnParameterChanged(wxCommandEvent &event)
virtual void OnSelectCenterButton(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:88
wxTextCtrl wrapper to handle math expression evaluation.
#define wxID_DIALOG_CREATE_ARRAY
#define _(s)