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>
65 DIALOG_RULE_AREA_PROPERTIES_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Rule Area Properties"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxFULL_REPAINT_ON_RESIZE|wxBORDER_SUNKEN );
Class DIALOG_RULE_AREA_PROPERTIES_BASE.
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 helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...