dialog_eeschema_options_base.h 3.49 KB
Newer Older
1
///////////////////////////////////////////////////////////////////////////
2
// C++ code generated with wxFormBuilder (version Sep  8 2010)
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////

#ifndef __dialog_eeschema_options_base__
#define __dialog_eeschema_options_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/spinctrl.h>
#include <wx/sizer.h>
#include <wx/checkbox.h>
#include <wx/panel.h>
#include <wx/bitmap.h>
#include <wx/image.h>
#include <wx/icon.h>
#include <wx/textctrl.h>
#include <wx/notebook.h>
#include <wx/button.h>
#include <wx/dialog.h>

///////////////////////////////////////////////////////////////////////////

///////////////////////////////////////////////////////////////////////////////
/// Class DIALOG_EESCHEMA_OPTIONS_BASE
///////////////////////////////////////////////////////////////////////////////
class DIALOG_EESCHEMA_OPTIONS_BASE : public wxDialog 
{
	DECLARE_EVENT_TABLE()
	private:
		
		// Private event handlers
		void _wxFB_OnChooseUnits( wxCommandEvent& event ){ OnChooseUnits( event ); }
		
	
	protected:
47 48 49 50 51
		enum
		{
			ID_M_SPINAUTOSAVEINTERVAL = 1000,
		};
		
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
		wxNotebook* m_notebook1;
		wxPanel* m_panel1;
		wxStaticText* m_staticText2;
		wxChoice* m_choiceUnits;
		
		wxStaticText* m_staticText3;
		wxChoice* m_choiceGridSize;
		wxStaticText* m_staticGridUnits;
		wxStaticText* m_staticText5;
		wxSpinCtrl* m_spinLineWidth;
		wxStaticText* m_staticLineWidthUnits;
		wxStaticText* m_staticText7;
		wxSpinCtrl* m_spinTextSize;
		wxStaticText* m_staticTextSizeUnits;
		wxStaticText* m_staticText9;
		wxSpinCtrl* m_spinRepeatHorizontal;
		wxStaticText* m_staticRepeatXUnits;
		wxStaticText* m_staticText12;
		wxSpinCtrl* m_spinRepeatVertical;
		wxStaticText* m_staticRepeatYUnits;
		wxStaticText* m_staticText16;
		wxSpinCtrl* m_spinRepeatLabel;
		
75 76 77
		wxStaticText* m_staticText221;
		wxSpinCtrl* m_spinAutoSaveInterval;
		wxStaticText* m_staticText23;
78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
		wxCheckBox* m_checkShowGrid;
		wxCheckBox* m_checkShowHiddenPins;
		wxCheckBox* m_checkAutoPan;
		wxCheckBox* m_checkHVOrientation;
		wxCheckBox* m_checkPageLimits;
		
		wxPanel* m_panel2;
		wxStaticText* m_staticText211;
		wxStaticText* m_staticText15;
		wxTextCtrl* m_fieldName1;
		wxStaticText* m_staticText161;
		wxTextCtrl* m_fieldName2;
		wxStaticText* m_staticText17;
		wxTextCtrl* m_fieldName3;
		wxStaticText* m_staticText18;
		wxTextCtrl* m_fieldName4;
		wxStaticText* m_staticText19;
		wxTextCtrl* m_fieldName5;
		wxStaticText* m_staticText20;
		wxTextCtrl* m_fieldName6;
		wxStaticText* m_staticText21;
		wxTextCtrl* m_fieldName7;
		wxStaticText* m_staticText22;
		wxTextCtrl* m_fieldName8;
		wxStdDialogButtonSizer* m_sdbSizer1;
		wxButton* m_sdbSizer1OK;
		wxButton* m_sdbSizer1Cancel;
		
		// Virtual event handlers, overide them in your derived class
107
		virtual void OnChooseUnits( wxCommandEvent& event ) { event.Skip(); }
108 109 110
		
	
	public:
111
		
112
		DIALOG_EESCHEMA_OPTIONS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Schematic Editor Options"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
113 114 115 116 117
		~DIALOG_EESCHEMA_OPTIONS_BASE();
	
};

#endif //__dialog_eeschema_options_base__