10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/gbsizer.h>
20#include <wx/settings.h>
25#include <wx/notebook.h>
26#include <wx/checkbox.h>
27#include <wx/stattext.h>
29#include <wx/textctrl.h>
80 DIALOG_GRID_ITEM_PROPERTIES_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"%s Properties"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
wxTextCtrl * m_spacingYCtrl
wxGridBagSizer * m_gbsRectangleByCenterSize
wxStaticText * m_orientationLabel
wxPanel * m_rectangleByCorners
wxTextCtrl * m_priorityCtrl
wxCheckBox * m_affectsCursor
wxTextCtrl * m_spacingXCtrl
wxCheckBox * m_affectsPlacement
DIALOG_GRID_ITEM_PROPERTIES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("%s Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
wxGridBagSizer * m_gbsPolarCenterRadius
~DIALOG_GRID_ITEM_PROPERTIES_BASE()
wxPanel * m_rectangleByCenterSize
wxStaticText * m_spacingXLabel
wxStaticText * m_tickIntervalLabel
wxButton * m_StandardButtonsSizerOK
wxStaticText * m_priorityLabel
wxNotebook * m_notebookGridDefs
wxStaticText * m_orientationUnits
wxTextCtrl * m_tickIntervalCtrl
wxStaticText * m_spacingXUnits
wxButton * m_StandardButtonsSizerCancel
wxStaticText * m_tickIntervalUnits
wxPanel * m_polarCenterRadius
wxStaticText * m_affectsLabel
wxGridBagSizer * m_gbsRectangleByCornerSize
wxStaticText * m_gridTypeLabel
wxStaticText * m_spacingYUnits
wxStaticText * m_spacingYLabel
wxTextCtrl * m_orientationCtrl
wxPanel * m_rectangleByCornerSize
wxGridBagSizer * m_gbsRectangleByCorners
wxChoice * m_gridTypeCtrl
wxBoxSizer * m_upperSizer
wxStdDialogButtonSizer * m_StandardButtonsSizer
wxCheckBox * m_affectsRouting
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)