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!
///////////////////////////////////////////////////////////////////////////
# ifndef __dialog_copper_zones_frame__
# define __dialog_copper_zones_frame__
# 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>
# include <wx/button.h>
# include <wx/listbox.h>
# include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/// Class dialog_copper_zone_frame
///////////////////////////////////////////////////////////////////////////////
class dialog_copper_zone_frame : public wxDialog
{
DECLARE_EVENT_TABLE ( )
private :
// Private event handlers
void _wxFB_OnInitDialog ( wxInitDialogEvent & event ) { OnInitDialog ( event ) ; }
void _wxFB_OnButtonOkClick ( wxCommandEvent & event ) { OnButtonOkClick ( event ) ; }
void _wxFB_OnButtonCancelClick ( wxCommandEvent & event ) { OnButtonCancelClick ( event ) ; }
2008-10-10 11:31:46 +00:00
void _wxFB_OnRemoveFillZoneButtonClick ( wxCommandEvent & event ) { OnRemoveFillZoneButtonClick ( event ) ; }
2008-10-09 19:13:25 +00:00
void _wxFB_OnNetSortingOptionSelected ( wxCommandEvent & event ) { OnNetSortingOptionSelected ( event ) ; }
protected :
enum
{
ID_RADIOBOX_GRID_SELECTION = 1000 ,
ID_RADIOBOX_OUTLINES_OPTION ,
2008-10-10 11:31:46 +00:00
wxID_ARC_APPROX ,
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 ;
wxStaticText * m_ClearanceValueTitle ;
wxTextCtrl * m_ZoneClearanceCtrl ;
wxRadioBox * m_FillOpt ;
wxRadioBox * m_OrientEdgesOpt ;
2008-10-10 11:31:46 +00:00
wxRadioBox * m_OutlineAppearanceCtrl ;
wxRadioBox * m_ArcApproximationOpt ;
2008-10-09 19:13:25 +00:00
wxButton * m_OkButton ;
wxButton * m_ButtonCancel ;
2008-10-10 11:31:46 +00:00
wxButton * m_UnFillZoneButton ;
2008-10-09 19:13:25 +00:00
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 ( ) ; }
virtual void OnButtonOkClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void OnButtonCancelClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
2008-10-10 11:31:46 +00:00
virtual void OnRemoveFillZoneButtonClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
2008-10-09 19:13:25 +00:00
virtual void OnNetSortingOptionSelected ( wxCommandEvent & event ) { event . Skip ( ) ; }
public :
2008-10-10 11:31:46 +00:00
dialog_copper_zone_frame ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " Fill Zones Options " ) , const wxPoint & pos = wxDefaultPosition , const wxSize & size = wxSize ( 452 , 493 ) , long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER ) ;
2008-10-09 19:13:25 +00:00
~ dialog_copper_zone_frame ( ) ;
} ;
# endif //__dialog_copper_zones_frame__