10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/stattext.h>
19#include <wx/settings.h>
20#include <wx/dataview.h>
22#include <wx/textctrl.h>
23#include <wx/checkbox.h>
24#include <wx/notebook.h>
26#include <wx/gbsizer.h>
64 DIALOG_RULE_AREA_PROPERTIES_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Rule Area Properties"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( 708,471 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxFULL_REPAINT_ON_RESIZE|wxBORDER_SUNKEN );
wxStaticText * m_staticTextLayerSelection
wxButton * m_sdbSizerButtonsOK
wxNotebook * m_areaPropertiesNb
wxStaticText * m_nameLabel
wxStdDialogButtonSizer * m_sdbSizerButtons
wxTextCtrl * m_outlineHatchPitchCtrl
wxStaticText * m_stBorderHatchPitchText
virtual void onLayerListRightDown(wxMouseEvent &event)
wxChoice * m_OutlineDisplayCtrl
virtual void OnSizeLayersList(wxSizeEvent &event)
wxButton * m_sdbSizerButtonsCancel
wxStaticText * m_outlineHatchUnits
~DIALOG_RULE_AREA_PROPERTIES_BASE()
wxDataViewListCtrl * m_layers
wxStaticText * m_staticTextStyle
virtual void OnLayerSelection(wxDataViewEvent &event)
DIALOG_RULE_AREA_PROPERTIES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Rule Area Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(708, 471), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxFULL_REPAINT_ON_RESIZE|wxBORDER_SUNKEN)
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)