KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_via_stitch_properties_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>
13#include "dialog_shim.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>
21#include <wx/textctrl.h>
22#include <wx/combobox.h>
23#include <wx/button.h>
24#include <wx/bitmap.h>
25#include <wx/image.h>
26#include <wx/icon.h>
27#include <wx/gbsizer.h>
28#include <wx/sizer.h>
29#include <pcb_base_frame.h>
30#include <pcb_draw_panel_gal.h>
31#include <wx/dialog.h>
32
34
39{
40 private:
41
42 protected:
43 enum
44 {
46 };
47
48 wxBoxSizer* m_middleBoxSizer;
49 wxStaticText* m_netLabel;
51 wxStaticText* m_posXLabel;
52 wxTextCtrl* m_posXCtrl;
53 wxStaticText* m_posXUnits;
54 wxStaticText* m_posYLabel;
55 wxTextCtrl* m_posYCtrl;
56 wxStaticText* m_posYUnits;
57 wxStaticText* m_patternLabel;
58 wxComboBox* m_patternCombo;
59 wxStaticText* m_pitchLabel;
60 wxTextCtrl* m_pitchCtrl;
61 wxStaticText* m_textSizeUnits;
62 wxStaticText* m_seedLabel;
63 wxTextCtrl* m_seedCtrl;
64 wxStaticText* m_pitchLabel1;
65 wxButton* m_viaProperties;
66 wxStaticText* m_modeLabel;
67 wxComboBox* m_modeCombo;
68 wxStaticText* m_guardNet;
72 wxStdDialogButtonSizer* m_sdbSizer;
73 wxButton* m_sdbSizerOK;
75
76 // Virtual event handlers, override them in your derived class
77 virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
78 virtual void OnValuesChanged( wxCommandEvent& event ) { event.Skip(); }
79 virtual void OnViaConfigureClicked( wxCommandEvent& event ) { event.Skip(); }
80 virtual void OnCancel( wxCommandEvent& event ) { event.Skip(); }
81
82
83 public:
84
85 DIALOG_VIA_STITCH_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_DIALOG_EDIT_PAD, const wxString& title = _("Via Stitch Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
86
88
89};
90
DIALOG_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)
virtual void OnValuesChanged(wxCommandEvent &event)
virtual void OnViaConfigureClicked(wxCommandEvent &event)
DIALOG_VIA_STITCH_PROPERTIES_BASE(wxWindow *parent, wxWindowID id=wxID_DIALOG_EDIT_PAD, const wxString &title=_("Via Stitch Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
virtual void OnUpdateUI(wxUpdateUIEvent &event)
virtual void OnCancel(wxCommandEvent &event)
#define wxID_DIALOG_EDIT_PAD
#define _(s)