2008-10-09 19:13:25 +00:00
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Apr 16 2008)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
2008-11-09 20:36:40 +00:00
# ifndef __dialog_copper_zones_base__
# define __dialog_copper_zones_base__
2008-10-09 19:13:25 +00:00
# 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>
# include <wx/textctrl.h>
# include <wx/sizer.h>
# include <wx/statbox.h>
2008-10-17 06:17:48 +00:00
# include <wx/checkbox.h>
2008-10-09 19:13:25 +00:00
# include <wx/button.h>
# include <wx/listbox.h>
# include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
2008-11-09 20:36:40 +00:00
/// Class dialog_copper_zone_base
2008-10-09 19:13:25 +00:00
///////////////////////////////////////////////////////////////////////////////
2008-11-09 20:36:40 +00:00
class dialog_copper_zone_base : public wxDialog
2008-10-09 19:13:25 +00:00
{
DECLARE_EVENT_TABLE ( )
private :
// Private event handlers
void _wxFB_OnInitDialog ( wxInitDialogEvent & event ) { OnInitDialog ( event ) ; }
2008-10-17 06:17:48 +00:00
void _wxFB_OnPadsInZoneClick ( wxCommandEvent & event ) { OnPadsInZoneClick ( event ) ; }
2008-10-15 17:14:51 +00:00
void _wxFB_ExportSetupToOtherCopperZones ( wxCommandEvent & event ) { ExportSetupToOtherCopperZones ( event ) ; }
2008-10-09 19:13:25 +00:00
void _wxFB_OnButtonOkClick ( wxCommandEvent & event ) { OnButtonOkClick ( event ) ; }
void _wxFB_OnButtonCancelClick ( wxCommandEvent & event ) { OnButtonCancelClick ( event ) ; }
void _wxFB_OnNetSortingOptionSelected ( wxCommandEvent & event ) { OnNetSortingOptionSelected ( event ) ; }
protected :
enum
{
ID_RADIOBOX_GRID_SELECTION = 1000 ,
2008-10-17 06:17:48 +00:00
wxID_PADS_IN_ZONE_OPTIONS ,
wxID_ANTIPAD_SIZE ,
wxID_COPPER_BRIDGE_VALUE ,
2008-10-09 19:13:25 +00:00
ID_RADIOBOX_OUTLINES_OPTION ,
2008-10-10 11:31:46 +00:00
wxID_ARC_APPROX ,
2008-10-15 17:14:51 +00:00
wxID_BUTTON_EXPORT ,
2008-10-09 19:13:25 +00:00
ID_NET_SORTING_OPTION ,
ID_TEXTCTRL_NETNAMES_FILTER ,
ID_NETNAME_SELECTION ,
ID_LAYER_CHOICE ,
} ;
wxRadioBox * m_GridCtrl ;
2008-10-17 06:17:48 +00:00
wxRadioBox * m_PadInZoneOpt ;
wxStaticText * m_AntipadSizeText ;
wxTextCtrl * m_AntipadSizeValue ;
wxStaticText * m_CopperBridgeWidthText ;
wxTextCtrl * m_CopperWidthValue ;
2008-10-09 19:13:25 +00:00
wxRadioBox * m_OrientEdgesOpt ;
2008-10-10 11:31:46 +00:00
wxRadioBox * m_OutlineAppearanceCtrl ;
wxRadioBox * m_ArcApproximationOpt ;
2008-10-17 06:17:48 +00:00
wxCheckBox * m_ShowFilledAreasInSketchOpt ;
wxStaticText * m_ClearanceValueTitle ;
wxTextCtrl * m_ZoneClearanceCtrl ;
wxButton * m_ExportSetupButton ;
2008-10-10 11:31:46 +00:00
2008-10-09 19:13:25 +00:00
wxButton * m_OkButton ;
wxButton * m_ButtonCancel ;
wxRadioBox * m_NetSortingOption ;
wxStaticText * m_staticText5 ;
wxTextCtrl * m_NetNameFilter ;
wxStaticText * m_staticText2 ;
wxListBox * m_ListNetNameSelection ;
wxStaticText * m_staticText3 ;
wxListBox * m_LayerSelectionCtrl ;
// Virtual event handlers, overide them in your derived class
virtual void OnInitDialog ( wxInitDialogEvent & event ) { event . Skip ( ) ; }
2008-10-17 06:17:48 +00:00
virtual void OnPadsInZoneClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
2008-10-15 17:14:51 +00:00
virtual void ExportSetupToOtherCopperZones ( wxCommandEvent & event ) { event . Skip ( ) ; }
2008-10-09 19:13:25 +00:00
virtual void OnButtonOkClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void OnButtonCancelClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void OnNetSortingOptionSelected ( wxCommandEvent & event ) { event . Skip ( ) ; }
public :
2008-11-09 20:36:40 +00:00
dialog_copper_zone_base ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " Fill Zones Options " ) , const wxPoint & pos = wxDefaultPosition , const wxSize & size = wxSize ( 545 , 493 ) , long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER ) ;
~ dialog_copper_zone_base ( ) ;
2008-10-09 19:13:25 +00:00
} ;
2008-11-09 20:36:40 +00:00
# endif //__dialog_copper_zones_base__