/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Jul 10 2019) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include class PCB_LAYER_BOX_SELECTOR; #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_IMPORT_GFX_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_IMPORT_GFX_BASE : public DIALOG_SHIM { private: protected: wxStaticText* m_staticTextFile; wxTextCtrl* m_textCtrlFileName; wxButton* m_buttonBrowse; wxRadioButton* m_rbInteractivePlacement; wxRadioButton* m_rbAbsolutePlacement; wxStaticText* m_staticTextXpos; wxTextCtrl* m_DxfPcbXCoord; wxStaticText* m_staticTextYpos; wxTextCtrl* m_DxfPcbYCoord; wxStaticText* m_staticTextUnits; wxChoice* m_DxfPcbPositionUnits; wxStaticText* m_staticTextLineWidth; wxTextCtrl* m_textCtrlLineWidth; wxChoice* m_choiceUnitLineWidth; wxStaticText* m_staticTextBrdlayer; PCB_LAYER_BOX_SELECTOR* m_SelLayerBox; wxStaticText* m_staticTextscale; wxTextCtrl* m_textCtrlImportScale; wxStdDialogButtonSizer* m_sdbSizer; wxButton* m_sdbSizerOK; wxButton* m_sdbSizerCancel; // Virtual event handlers, overide them in your derived class virtual void onBrowseFiles( wxCommandEvent& event ) { event.Skip(); } virtual void onInteractivePlacement( wxCommandEvent& event ) { event.Skip(); } virtual void originOptionOnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); } virtual void onAbsolutePlacement( wxCommandEvent& event ) { event.Skip(); } virtual void onUnitPositionSelection( wxCommandEvent& event ) { event.Skip(); } virtual void onUnitWidthSelection( wxCommandEvent& event ) { event.Skip(); } public: DIALOG_IMPORT_GFX_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Import Vector Graphics File"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~DIALOG_IMPORT_GFX_BASE(); };