KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_footprint_properties_fp_editor_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>
14class WX_GRID;
15
16#include "dialog_shim.h"
17#include <wx/colour.h>
18#include <wx/settings.h>
19#include <wx/string.h>
20#include <wx/font.h>
21#include <wx/grid.h>
22#include <wx/gdicmn.h>
23#include <wx/bmpbuttn.h>
24#include <wx/bitmap.h>
25#include <wx/image.h>
26#include <wx/icon.h>
27#include <wx/button.h>
28#include <wx/sizer.h>
29#include <wx/statbox.h>
30#include <wx/stattext.h>
31#include <wx/textctrl.h>
32#include <wx/choice.h>
33#include <wx/checkbox.h>
34#include <wx/panel.h>
35#include <wx/gbsizer.h>
36#include <wx/notebook.h>
37#include <wx/dialog.h>
38
40
41#define ID_NOTEBOOK 6000
42
47{
48 private:
49 wxBoxSizer* m_GeneralBoxSizer;
50
51 protected:
52 wxNotebook* m_NoteBook;
58 wxTextCtrl* m_DocCtrl;
59 wxStaticText* staticKeywordsLabel;
60 wxTextCtrl* m_KeywordCtrl;
61 wxStaticText* m_componentTypeLabel;
62 wxChoice* m_componentType;
63 wxCheckBox* m_boardOnly;
65 wxCheckBox* m_excludeFromBOM;
66 wxCheckBox* m_cbDNP;
67 wxPanel* m_LayersPanel;
68 wxCheckBox* m_cbCustomLayers;
78 wxStaticText* m_staticTextInfo;
79 wxStaticText* m_NetClearanceLabel;
80 wxTextCtrl* m_NetClearanceCtrl;
81 wxStaticText* m_NetClearanceUnits;
85 wxCheckBox* m_allowBridges;
93 wxStaticText* m_staticTextInfoPaste;
94 wxCheckBox* m_noCourtyards;
96 wxStaticText* m_staticText16;
98 wxStaticText* m_nettieGroupsLabel;
103 wxStaticText* m_jumperGroupsLabel;
107 wxStdDialogButtonSizer* m_sdbSizerStdButtons;
110
111 // Virtual event handlers, override them in your derived class
112 virtual void OnInitDlg( wxInitDialogEvent& event ) { event.Skip(); }
113 virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
114 virtual void OnPageChanging( wxNotebookEvent& event ) { event.Skip(); }
115 virtual void OnGridSize( wxSizeEvent& event ) { event.Skip(); }
116 virtual void OnAddField( wxCommandEvent& event ) { event.Skip(); }
117 virtual void OnDeleteField( wxCommandEvent& event ) { event.Skip(); }
118 virtual void OnText( wxCommandEvent& event ) { event.Skip(); }
119 virtual void OnChoice( wxCommandEvent& event ) { event.Skip(); }
120 virtual void OnCheckBox( wxCommandEvent& event ) { event.Skip(); }
121 virtual void OnUseCustomLayers( wxCommandEvent& event ) { event.Skip(); }
122 virtual void OnAddCustomLayer( wxCommandEvent& event ) { event.Skip(); }
123 virtual void OnDeleteCustomLayer( wxCommandEvent& event ) { event.Skip(); }
124 virtual void OnAddPrivateLayer( wxCommandEvent& event ) { event.Skip(); }
125 virtual void OnDeletePrivateLayer( wxCommandEvent& event ) { event.Skip(); }
126 virtual void OnAddNettieGroup( wxCommandEvent& event ) { event.Skip(); }
127 virtual void OnRemoveNettieGroup( wxCommandEvent& event ) { event.Skip(); }
128 virtual void OnAddJumperGroup( wxCommandEvent& event ) { event.Skip(); }
129 virtual void OnRemoveJumperGroup( wxCommandEvent& event ) { event.Skip(); }
130
131
132 public:
133
134 DIALOG_FOOTPRINT_PROPERTIES_FP_EDITOR_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Footprint Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
135
137
138};
139
DIALOG_FOOTPRINT_PROPERTIES_FP_EDITOR_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Footprint Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
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)
A bitmap button widget that behaves like a standard dialog button except with an icon.
#define _(s)