| 
    KiCad PCB EDA Suite
    
   | 
 
#include <wx/artprov.h>#include <wx/xrc/xmlres.h>#include <wx/intl.h>#include "dialog_shim.h"#include <wx/string.h>#include <wx/stattext.h>#include <wx/gdicmn.h>#include <wx/font.h>#include <wx/colour.h>#include <wx/settings.h>#include <wx/choice.h>#include <wx/textctrl.h>#include <widgets/net_selector.h>#include <wx/gbsizer.h>#include <wx/statline.h>#include <wx/sizer.h>#include <wx/panel.h>#include <wx/checkbox.h>#include <wx/simplebook.h>#include <wx/combobox.h>#include <wx/bitmap.h>#include <wx/image.h>#include <wx/icon.h>#include <wx/statbmp.h>#include <wx/statbox.h>#include <wx/spinctrl.h>#include <wx/notebook.h>#include <wx/button.h>#include <wx/dialog.h>Go to the source code of this file.
Classes | |
| class | DIALOG_PAD_PROPERTIES_BASE | 
| Class DIALOG_PAD_PROPERTIES_BASE.  More... | |
Macros | |
| #define | wxID_DIALOG_EDIT_PAD 10000 | 
| #define | wxID_PADNUMCTRL 10001 | 
| #define wxID_DIALOG_EDIT_PAD 10000 | 
Definition at line 44 of file dialog_pad_properties_base.h.
| #define wxID_PADNUMCTRL 10001 | 
Definition at line 45 of file dialog_pad_properties_base.h.
Referenced by DIALOG_PAD_PROPERTIES_BASE::DIALOG_PAD_PROPERTIES_BASE().