2008-11-14 22:40:31 +00:00
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Apr 16 2008)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
# ifndef __dialog_non_copper_zones_properties_base__
# define __dialog_non_copper_zones_properties_base__
# include <wx/intl.h>
# include <wx/string.h>
# include <wx/radiobox.h>
# include <wx/gdicmn.h>
# include <wx/font.h>
# include <wx/colour.h>
# include <wx/settings.h>
# include <wx/stattext.h>
2009-05-01 16:46:56 +00:00
# include <wx/textctrl.h>
# include <wx/sizer.h>
# include <wx/statbox.h>
# include <wx/button.h>
2008-11-14 22:40:31 +00:00
# include <wx/listbox.h>
# include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/// Class DialogNonCopperZonesPropertiesBase
///////////////////////////////////////////////////////////////////////////////
class DialogNonCopperZonesPropertiesBase : public wxDialog
{
DECLARE_EVENT_TABLE ( )
private :
// Private event handlers
void _wxFB_OnOkClick ( wxCommandEvent & event ) { OnOkClick ( event ) ; }
void _wxFB_OnCancelClick ( wxCommandEvent & event ) { OnCancelClick ( event ) ; }
protected :
2009-05-01 16:46:56 +00:00
wxRadioBox * m_FillModeCtrl ;
wxStaticText * m_MinThicknessValueTitle ;
wxTextCtrl * m_ZoneMinThicknessCtrl ;
2008-11-14 22:40:31 +00:00
wxRadioBox * m_OrientEdgesOpt ;
2009-05-01 16:46:56 +00:00
wxRadioBox * m_OutlineAppearanceCtrl ;
2008-11-14 22:40:31 +00:00
wxButton * m_buttonOk ;
wxButton * m_buttonCancel ;
wxStaticText * m_staticTextLayerSelection ;
wxListBox * m_LayerSelectionCtrl ;
// Virtual event handlers, overide them in your derived class
virtual void OnOkClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void OnCancelClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
public :
2009-05-01 16:46:56 +00:00
DialogNonCopperZonesPropertiesBase ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " Non Copper Zones Properties " ) , const wxPoint & pos = wxDefaultPosition , const wxSize & size = wxSize ( 416 , 287 ) , long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxFULL_REPAINT_ON_RESIZE | wxSUNKEN_BORDER ) ;
2008-11-14 22:40:31 +00:00
~ DialogNonCopperZonesPropertiesBase ( ) ;
} ;
# endif //__dialog_non_copper_zones_properties_base__