2010-03-20 19:57:59 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
// C++ code generated with wxFormBuilder (version Apr 16 2008)
|
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO "NOT" EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef __dialog_libedit_dimensions_base__
|
|
|
|
#define __dialog_libedit_dimensions_base__
|
|
|
|
|
|
|
|
#include <wx/intl.h>
|
|
|
|
|
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/stattext.h>
|
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/choice.h>
|
|
|
|
#include <wx/textctrl.h>
|
|
|
|
#include <wx/spinctrl.h>
|
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/statline.h>
|
|
|
|
#include <wx/button.h>
|
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_LIBEDIT_DIMENSIONS_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
class DIALOG_LIBEDIT_DIMENSIONS_BASE : public wxDialog
|
|
|
|
{
|
2010-03-23 19:15:27 +00:00
|
|
|
DECLARE_EVENT_TABLE()
|
2010-03-20 19:57:59 +00:00
|
|
|
private:
|
2010-03-23 19:15:27 +00:00
|
|
|
|
|
|
|
// Private event handlers
|
|
|
|
void _wxFB_OnSaveSetupClick( wxCommandEvent& event ){ OnSaveSetupClick( event ); }
|
|
|
|
void _wxFB_OnCancelClick( wxCommandEvent& event ){ OnCancelClick( event ); }
|
|
|
|
void _wxFB_OnOkClick( wxCommandEvent& event ){ OnOkClick( event ); }
|
|
|
|
|
2010-03-20 19:57:59 +00:00
|
|
|
|
|
|
|
protected:
|
|
|
|
wxStaticText* m_staticText3;
|
|
|
|
wxChoice* m_choiceGridSize;
|
|
|
|
wxStaticText* m_staticGridUnits;
|
|
|
|
wxStaticText* m_staticText5;
|
|
|
|
wxTextCtrl* m_CurrentGraphicLineThicknessCtrl;
|
|
|
|
wxStaticText* m_staticLineWidthUnits;
|
|
|
|
wxStaticText* m_staticText7;
|
|
|
|
wxTextCtrl* m_CurrentGraphicTextSizeCtrl;
|
|
|
|
wxStaticText* m_staticTextSizeUnits;
|
|
|
|
wxStaticText* m_staticText9;
|
|
|
|
wxChoice* m_choiceRepeatHorizontal;
|
|
|
|
wxStaticText* m_staticRepeatXUnits;
|
|
|
|
wxStaticText* m_staticText12;
|
|
|
|
wxChoice* m_choiceRepeatVertical;
|
|
|
|
wxStaticText* m_staticRepeatYUnits;
|
|
|
|
wxStaticText* m_staticText15;
|
|
|
|
wxTextCtrl* m_CurrentPinLenghtCtrl;
|
|
|
|
wxStaticText* m_staticText161;
|
|
|
|
wxStaticText* m_CurrentPinNameSizeText;
|
|
|
|
wxTextCtrl* m_CurrentPinNameSizeCtrl;
|
|
|
|
wxStaticText* m_staticText18;
|
|
|
|
wxStaticText* m_CurrentPinNumberSizeText;
|
|
|
|
wxTextCtrl* m_CurrentPinNumberSizeCtrl;
|
|
|
|
wxStaticText* m_staticText20;
|
|
|
|
wxStaticText* m_staticText16;
|
|
|
|
wxSpinCtrl* m_spinRepeatLabel;
|
|
|
|
|
|
|
|
wxStaticLine* m_staticline1;
|
2010-03-23 19:15:27 +00:00
|
|
|
wxButton* m_buttonSave;
|
2010-03-20 19:57:59 +00:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizer1;
|
|
|
|
wxButton* m_sdbSizer1OK;
|
|
|
|
wxButton* m_sdbSizer1Cancel;
|
2010-03-23 19:15:27 +00:00
|
|
|
|
|
|
|
// Virtual event handlers, overide them in your derived class
|
|
|
|
virtual void OnSaveSetupClick( wxCommandEvent& event ){ event.Skip(); }
|
|
|
|
virtual void OnCancelClick( wxCommandEvent& event ){ event.Skip(); }
|
|
|
|
virtual void OnOkClick( wxCommandEvent& event ){ event.Skip(); }
|
|
|
|
|
2010-03-20 19:57:59 +00:00
|
|
|
|
|
|
|
public:
|
2010-03-23 19:15:27 +00:00
|
|
|
DIALOG_LIBEDIT_DIMENSIONS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Library Editor Options"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 412,349 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2010-03-20 19:57:59 +00:00
|
|
|
~DIALOG_LIBEDIT_DIMENSIONS_BASE();
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif //__dialog_libedit_dimensions_base__
|