kicad/eeschema/dialog_edit_component_in_sc...

81 lines
2.5 KiB
C
Raw Normal View History

2008-11-24 06:59:08 +00:00
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Aug 7 2008)
// 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>
2008-11-24 21:06:50 +00:00
#include <wx/listctrl.h>
2008-11-24 06:59:08 +00:00
#include <wx/button.h>
2008-11-24 21:06:50 +00:00
#include <wx/stattext.h>
2008-11-24 06:59:08 +00:00
#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;
wxTextCtrl* chipnameTxtControl;
wxCheckBox* convertCheckBox;
2008-11-24 21:06:50 +00:00
wxListCtrl* fieldListCtrl;
2008-11-24 06:59:08 +00:00
wxButton* addFieldButton;
wxButton* deleteFieldButton;
wxButton* moveUpButton;
wxCheckBox* showCheckBox;
wxCheckBox* rotateCheckBox;
2008-11-24 21:06:50 +00:00
wxStaticText* fieldNameLabel;
2008-11-24 06:59:08 +00:00
wxTextCtrl* fieldNameTextCtrl;
2008-11-24 21:06:50 +00:00
wxStaticText* fieldValueLabel;
wxTextCtrl* fieldValueTextCtrl;
wxStaticText* textSizeLabel;
2008-11-24 06:59:08 +00:00
wxTextCtrl* textSizeTextCtrl;
2008-11-24 21:06:50 +00:00
wxStaticText* posXLabel;
2008-11-24 06:59:08 +00:00
wxTextCtrl* posXTextCtrl;
2008-11-24 21:06:50 +00:00
wxStaticText* posYLabel;
2008-11-24 06:59:08 +00:00
wxTextCtrl* posYTextCtrl;
2008-11-24 21:06:50 +00:00
2008-11-24 06:59:08 +00:00
wxButton* defaultsButton;
2008-11-24 21:06:50 +00:00
2008-11-24 06:59:08 +00:00
wxStdDialogButtonSizer* stdDialogButtonSizer;
wxButton* stdDialogButtonSizerOK;
wxButton* stdDialogButtonSizerCancel;
2008-11-24 21:06:50 +00:00
// Virtual event handlers, overide them in your derived class
virtual void OnListItemDeselected( wxListEvent& event ){ event.Skip(); }
virtual void OnListItemSelected( wxListEvent& event ){ event.Skip(); }
2008-11-24 06:59:08 +00:00
public:
2008-11-24 21:06:50 +00:00
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,550 ), long style = wxCAPTION|wxCLOSE_BOX|wxDEFAULT_DIALOG_STYLE|wxMAXIMIZE_BOX|wxMINIMIZE_BOX|wxRESIZE_BORDER|wxSYSTEM_MENU );
2008-11-24 06:59:08 +00:00
~DIALOG_EDIT_COMPONENT_IN_SCHEMATIC_FBP();
};
#endif //__dialog_edit_component_in_schematic_fbp__