8#ifndef __DIALOG_ENUM_PADS_BASE_H__
9#define __DIALOG_ENUM_PADS_BASE_H__
11#include <wx/artprov.h>
12#include <wx/xrc/xmlres.h>
16#include <wx/stattext.h>
20#include <wx/settings.h>
21#include <wx/textctrl.h>
22#include <wx/spinctrl.h>
24#include <wx/statline.h>
51 DIALOG_ENUM_PADS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Pad Enumeration Settings"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_ENUM_PADS_BASE.
wxButton * m_stdButtonsCancel
wxStaticText * m_lblPadPrefix
wxStaticLine * m_staticline1
wxSpinCtrl * m_padStartNum
wxStdDialogButtonSizer * m_stdButtons
DIALOG_ENUM_PADS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Pad Enumeration Settings"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
wxStaticText * m_lblPadStartNum
wxButton * m_stdButtonsOK
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...