dialog_edit_component_in_schematic_fbp.h 3.05 KB
Newer Older
dickelbeck's avatar
dickelbeck committed
1
///////////////////////////////////////////////////////////////////////////
2
// C++ code generated with wxFormBuilder (version Apr 16 2008)
dickelbeck's avatar
dickelbeck committed
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////

#ifndef __dialog_edit_component_in_schematic_fbp__
#define __dialog_edit_component_in_schematic_fbp__

#include <wx/intl.h>

#include <wx/string.h>
#include <wx/choice.h>
#include <wx/gdicmn.h>
#include <wx/font.h>
#include <wx/colour.h>
#include <wx/settings.h>
#include <wx/sizer.h>
#include <wx/statbox.h>
#include <wx/radiobox.h>
#include <wx/textctrl.h>
#include <wx/checkbox.h>
24
#include <wx/stattext.h>
dickelbeck's avatar
dickelbeck committed
25
#include <wx/listctrl.h>
dickelbeck's avatar
dickelbeck committed
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
#include <wx/button.h>
#include <wx/dialog.h>

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


///////////////////////////////////////////////////////////////////////////////
/// Class DIALOG_EDIT_COMPONENT_IN_SCHEMATIC_FBP
///////////////////////////////////////////////////////////////////////////////
class DIALOG_EDIT_COMPONENT_IN_SCHEMATIC_FBP : public wxDialog 
{
	private:
	
	protected:
		wxChoice* unitChoice;
		wxRadioBox* orientationRadioBox;
		wxRadioBox* mirrorRadioBox;
43
		wxTextCtrl* chipnameTextCtrl;
dickelbeck's avatar
dickelbeck committed
44
		wxCheckBox* convertCheckBox;
45
		wxStaticText* partsAreLockedLabel;
dickelbeck's avatar
dickelbeck committed
46
		wxListCtrl* fieldListCtrl;
dickelbeck's avatar
dickelbeck committed
47 48 49 50 51
		wxButton* addFieldButton;
		wxButton* deleteFieldButton;
		wxButton* moveUpButton;
		wxCheckBox* showCheckBox;
		wxCheckBox* rotateCheckBox;
52
		wxRadioBox* m_StyleRadioBox;
dickelbeck's avatar
dickelbeck committed
53
		wxStaticText* fieldNameLabel;
dickelbeck's avatar
dickelbeck committed
54
		wxTextCtrl* fieldNameTextCtrl;
dickelbeck's avatar
dickelbeck committed
55 56 57
		wxStaticText* fieldValueLabel;
		wxTextCtrl* fieldValueTextCtrl;
		wxStaticText* textSizeLabel;
dickelbeck's avatar
dickelbeck committed
58
		wxTextCtrl* textSizeTextCtrl;
dickelbeck's avatar
dickelbeck committed
59
		wxStaticText* posXLabel;
dickelbeck's avatar
dickelbeck committed
60
		wxTextCtrl* posXTextCtrl;
dickelbeck's avatar
dickelbeck committed
61
		wxStaticText* posYLabel;
dickelbeck's avatar
dickelbeck committed
62
		wxTextCtrl* posYTextCtrl;
dickelbeck's avatar
dickelbeck committed
63
		
dickelbeck's avatar
dickelbeck committed
64
		wxButton* defaultsButton;
dickelbeck's avatar
dickelbeck committed
65
		
dickelbeck's avatar
dickelbeck committed
66 67 68
		wxStdDialogButtonSizer* stdDialogButtonSizer;
		wxButton* stdDialogButtonSizerOK;
		wxButton* stdDialogButtonSizerCancel;
dickelbeck's avatar
dickelbeck committed
69 70 71 72
		
		// Virtual event handlers, overide them in your derived class
		virtual void OnListItemDeselected( wxListEvent& event ){ event.Skip(); }
		virtual void OnListItemSelected( wxListEvent& event ){ event.Skip(); }
73 74 75
		virtual void addFieldButtonHandler( wxCommandEvent& event ){ event.Skip(); }
		virtual void deleteFieldButtonHandler( wxCommandEvent& event ){ event.Skip(); }
		virtual void moveUpButtonHandler( wxCommandEvent& event ){ event.Skip(); }
76 77 78
		virtual void SetInitCmp( wxCommandEvent& event ){ event.Skip(); }
		virtual void OnCancelButtonClick( wxCommandEvent& event ){ event.Skip(); }
		virtual void OnOKButtonClick( wxCommandEvent& event ){ event.Skip(); }
dickelbeck's avatar
dickelbeck committed
79
		
dickelbeck's avatar
dickelbeck committed
80 81
	
	public:
82
		DIALOG_EDIT_COMPONENT_IN_SCHEMATIC_FBP( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Component Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 864,640 ), long style = wxCAPTION|wxCLOSE_BOX|wxDEFAULT_DIALOG_STYLE|wxMAXIMIZE_BOX|wxMINIMIZE_BOX|wxRESIZE_BORDER|wxSYSTEM_MENU );
dickelbeck's avatar
dickelbeck committed
83 84 85 86 87
		~DIALOG_EDIT_COMPONENT_IN_SCHEMATIC_FBP();
	
};

#endif //__dialog_edit_component_in_schematic_fbp__