/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version 3.10.0-39-g3487c3cb) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #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 /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class TEARDROP_DIALOG_BASE /////////////////////////////////////////////////////////////////////////////// class TEARDROP_DIALOG_BASE : public DIALOG_SHIM { private: protected: wxStaticText* m_staticText10; wxStaticBitmap* m_bitmapTdCircularInfo; wxStaticText* m_staticText11; wxStaticBitmap* m_bitmapTdRectangularInfo; wxStaticText* m_staticText12; wxStaticBitmap* m_bitmapTdTrackInfo; wxStaticText* m_stMaxLen; wxTextCtrl* m_tcTdMaxLen; wxStaticText* m_stLenUnit; wxStaticText* m_stHsetting; wxSpinCtrlDouble* m_spTeardropLenPercent; wxStaticText* m_stLenPercent; wxStaticLine* m_staticline5; wxStaticLine* m_staticline6; wxStaticLine* m_staticline7; wxStaticText* m_stTdMaxSize; wxTextCtrl* m_tcMaxSize; wxStaticText* m_stSizeUnit; wxStaticText* m_stVsetting; wxSpinCtrlDouble* m_spTeardropSizePercent; wxStaticText* m_stTdSizePercent; wxStaticLine* m_staticline51; wxStaticLine* m_staticline61; wxStaticLine* m_staticline71; wxStaticText* m_stPoinCount; wxSpinCtrl* m_spPointCount; wxCheckBox* m_cbPadVia; wxCheckBox* m_cbRoundShapesOnly; wxCheckBox* m_cbSmdSimilarPads; wxCheckBox* m_cbTrack2Track; wxRadioBox* m_rbShapeRound; wxRadioBox* m_rbShapeRect; wxCheckBox* m_cbOptUseNextTrack; wxStaticLine* m_staticline1; wxStdDialogButtonSizer* m_sdbSizer; wxButton* m_sdbSizerOK; wxButton* m_sdbSizerCancel; public: TEARDROP_DIALOG_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Teardrop Settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 532,470 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~TEARDROP_DIALOG_BASE(); };