/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include class PCB_LAYER_BOX_SELECTOR; class STD_BITMAP_BUTTON; #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_IMPORT_GRAPHICS_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_IMPORT_GRAPHICS_BASE : public DIALOG_SHIM { private: protected: wxStaticText* m_staticTextFile; wxTextCtrl* m_textCtrlFileName; STD_BITMAP_BUTTON* m_browseButton; wxStaticText* m_importScaleLabel; wxTextCtrl* m_importScaleCtrl; wxStaticText* m_lineWidthLabel; wxTextCtrl* m_lineWidthCtrl; wxStaticText* m_lineWidthUnits; wxStaticText* m_dxfUnitsLabel; wxChoice* m_dxfUnitsChoice; wxStaticLine* m_staticline2; wxCheckBox* m_placeAtCheckbox; wxTextCtrl* m_xCtrl; wxStaticText* m_yLabel; wxTextCtrl* m_yCtrl; wxStaticText* m_yUnits; wxCheckBox* m_setLayerCheckbox; PCB_LAYER_BOX_SELECTOR* m_SelLayerBox; wxStaticLine* m_staticline1; wxCheckBox* m_rbFixDiscontinuities; wxStaticText* m_toleranceLabel; wxTextCtrl* m_toleranceCtrl; wxStaticText* m_toleranceUnits; wxStdDialogButtonSizer* m_sdbSizer; wxButton* m_sdbSizerOK; wxButton* m_sdbSizerCancel; // Virtual event handlers, override them in your derived class virtual void onUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); } virtual void onBrowseFiles( wxCommandEvent& event ) { event.Skip(); } public: DIALOG_IMPORT_GRAPHICS_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_GRAPHICS_BASE(); };