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/checkbox.h>
24#include <wx/textctrl.h>
25#include <wx/gbsizer.h>
26#include <wx/statbox.h>
27#include <wx/spinctrl.h>
77 virtual void OnUpdateUI( wxUpdateUIEvent& event ) {
event.Skip(); }
84 DIALOG_NONCOPPER_ZONES_PROPERTIES_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Non Copper Zone Properties"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxFULL_REPAINT_ON_RESIZE|wxBORDER_SUNKEN );
Class DIALOG_NONCOPPER_ZONES_PROPERTIES_BASE.
wxStaticText * m_smoothValueLabel
wxTextCtrl * m_hatchGapCtrl
wxStdDialogButtonSizer * m_sdbSizerButtons
wxStaticText * m_cornerRadiusUnits
wxStaticText * m_staticTextSmoothing
virtual void OnLayerSelection(wxDataViewEvent &event)
wxButton * m_sdbSizerButtonsCancel
wxStaticText * m_MinWidthUnits
wxStaticText * m_hatchWidthUnits
wxStaticText * m_staticTextStyle
wxStaticText * m_MinWidthLabel
wxStaticText * m_cornerRadiusLabel
wxStaticText * m_smoothLevelLabel
wxTextCtrl * m_hatchWidthCtrl
wxTextCtrl * m_MinWidthCtrl
wxStaticText * m_staticTextLayerSelection
wxSpinCtrl * m_spinCtrlSmoothLevel
wxSpinCtrlDouble * m_spinCtrlSmoothValue
wxStaticText * m_hatchGapUnits
wxChoice * m_cornerSmoothingChoice
wxTextCtrl * m_cornerRadiusCtrl
wxButton * m_sdbSizerButtonsOK
wxChoice * m_OutlineDisplayCtrl
wxDataViewListCtrl * m_layers
wxChoice * m_GridStyleCtrl
virtual void OnStyleSelection(wxCommandEvent &event)
wxTextCtrl * m_hatchOrientCtrl
wxStaticText * m_hatchOrientLabel
wxStaticText * m_staticTextGridFillType
wxStaticText * m_hatchGapLabel
virtual void OnUpdateUI(wxUpdateUIEvent &event)
wxStaticText * m_outlineHatchUnits
~DIALOG_NONCOPPER_ZONES_PROPERTIES_BASE()
wxStaticText * m_stBorderHatchPitchText
wxStaticText * m_hatchOrientUnits
wxStaticText * m_hatchWidthLabel
wxTextCtrl * m_outlineHatchPitchCtrl
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...