/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Aug 2 2018) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __DIALOG_COPPER_ZONES_BASE_H__ #define __DIALOG_COPPER_ZONES_BASE_H__ #include #include #include #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_COPPER_ZONE_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_COPPER_ZONE_BASE : public DIALOG_SHIM { DECLARE_EVENT_TABLE() private: // Private event handlers void _wxFB_OnClose( wxCloseEvent& event ){ OnClose( event ); } void _wxFB_OnUpdateUI( wxUpdateUIEvent& event ){ OnUpdateUI( event ); } void _wxFB_OnLayerSelection( wxDataViewEvent& event ){ OnLayerSelection( event ); } void _wxFB_OnRunFiltersButtonClick( wxCommandEvent& event ){ OnRunFiltersButtonClick( event ); } void _wxFB_OnNetSortingOptionSelected( wxCommandEvent& event ){ OnNetSortingOptionSelected( event ); } void _wxFB_ExportSetupToOtherCopperZones( wxCommandEvent& event ){ ExportSetupToOtherCopperZones( event ); } void _wxFB_OnButtonCancelClick( wxCommandEvent& event ){ OnButtonCancelClick( event ); } protected: enum { ID_DIALOG_COPPER_ZONE_BASE = 1000, ID_NETNAME_SELECTION, ID_TEXTCTRL_NETNAMES_FILTER, wxID_APPLY_FILTERS, ID_CORNER_SMOOTHING, ID_M_CORNERSMOOTHINGCTRL, ID_M_PRIORITYLEVELCTRL, ID_M_OUTLINEAPPEARANCECTRL, ID_M_PADINZONEOPT, wxID_ANTIPAD_SIZE, wxID_COPPER_BRIDGE_VALUE, wxID_BUTTON_EXPORT }; wxBoxSizer* m_MainBoxSizer; wxDataViewListCtrl* m_layers; wxListBox* m_ListNetNameSelection; wxStaticText* m_staticTextDisplay; wxTextCtrl* m_DoNotShowNetNameFilter; wxStaticText* m_staticTextVFilter; wxTextCtrl* m_ShowNetNameFilter; wxButton* m_buttonRunFilter; wxCheckBox* m_showAllNetsOpt; wxCheckBox* m_sortByPadsOpt; wxBoxSizer* m_bNoNetWarning; wxStaticBitmap* m_bitmapNoNetWarning; wxStaticText* m_staticText18; wxCheckBox* m_constrainOutline; wxStaticText* m_staticTextSmoothing; wxChoice* m_cornerSmoothingChoice; wxStaticText* m_cornerRadiusLabel; wxTextCtrl* m_cornerRadiusCtrl; wxStaticText* m_cornerRadiusUnits; wxStaticText* m_staticTextPriorityLevel; wxSpinCtrl* m_PriorityLevelCtrl; wxStaticText* m_staticTextStyle; wxChoice* m_OutlineAppearanceCtrl; wxStaticText* m_clearanceLabel; wxTextCtrl* m_clearanceCtrl; wxStaticText* m_clearanceUnits; wxStaticText* m_minWidthLabel; wxTextCtrl* m_minWidthCtrl; wxStaticText* m_minWidthUnits; wxStaticText* m_connectionLabel; wxChoice* m_PadInZoneOpt; wxStaticText* m_antipadLabel; wxTextCtrl* m_antipadCtrl; wxStaticText* m_antipadUnits; wxStaticText* m_spokeWidthLabel; wxTextCtrl* m_spokeWidthCtrl; wxStaticText* m_spokeWidthUnits; wxButton* m_ExportSetupButton; wxStdDialogButtonSizer* m_sdbSizer; wxButton* m_sdbSizerOK; wxButton* m_sdbSizerCancel; // Virtual event handlers, overide them in your derived class virtual void OnClose( wxCloseEvent& event ) { event.Skip(); } virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); } virtual void OnLayerSelection( wxDataViewEvent& event ) { event.Skip(); } virtual void OnRunFiltersButtonClick( wxCommandEvent& event ) { event.Skip(); } virtual void OnNetSortingOptionSelected( wxCommandEvent& event ) { event.Skip(); } virtual void ExportSetupToOtherCopperZones( wxCommandEvent& event ) { event.Skip(); } virtual void OnButtonCancelClick( wxCommandEvent& event ) { event.Skip(); } public: DIALOG_COPPER_ZONE_BASE( wxWindow* parent, wxWindowID id = ID_DIALOG_COPPER_ZONE_BASE, const wxString& title = _("Copper Zone Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~DIALOG_COPPER_ZONE_BASE(); }; #endif //__DIALOG_COPPER_ZONES_BASE_H__