10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
16#include <wx/stattext.h>
20#include <wx/settings.h>
21#include <wx/textctrl.h>
22#include <wx/bmpcbox.h>
24#include <wx/checkbox.h>
25#include <wx/statbox.h>
30#include <wx/notebook.h>
62 DIALOG_IMAGE_PROPERTIES_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title = wxEmptyString,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxDEFAULT_DIALOG_STYLE );
Class DIALOG_IMAGE_PROPERTIES_BASE.
wxStaticText * m_YPosUnit
wxButton * m_sdbSizerStdButtonsOK
DIALOG_IMAGE_PROPERTIES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE)
wxTextCtrl * m_ModPositionY
~DIALOG_IMAGE_PROPERTIES_BASE()
wxStaticText * m_XPosUnit
wxStaticText * m_LayerLabel
PCB_LAYER_BOX_SELECTOR * m_LayerSelectionCtrl
wxButton * m_sdbSizerStdButtonsCancel
wxStdDialogButtonSizer * m_sdbSizerStdButtons
wxStaticText * m_XPosLabel
wxStaticText * m_YPosLabel
wxTextCtrl * m_ModPositionX
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Class to display a pcb layer list in a wxBitmapComboBox.