You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

87 lines
3.1 KiB

17 years ago
17 years ago
17 years ago
17 years ago
17 years ago
17 years ago
17 years ago
17 years ago
17 years ago
17 years ago
17 years ago
17 years ago
17 years ago
  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Apr 16 2008)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO "NOT" EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __dialog_edit_component_in_schematic_fbp__
  8. #define __dialog_edit_component_in_schematic_fbp__
  9. #include <wx/intl.h>
  10. #include <wx/string.h>
  11. #include <wx/choice.h>
  12. #include <wx/gdicmn.h>
  13. #include <wx/font.h>
  14. #include <wx/colour.h>
  15. #include <wx/settings.h>
  16. #include <wx/sizer.h>
  17. #include <wx/statbox.h>
  18. #include <wx/radiobox.h>
  19. #include <wx/textctrl.h>
  20. #include <wx/checkbox.h>
  21. #include <wx/stattext.h>
  22. #include <wx/listctrl.h>
  23. #include <wx/button.h>
  24. #include <wx/dialog.h>
  25. ///////////////////////////////////////////////////////////////////////////
  26. ///////////////////////////////////////////////////////////////////////////////
  27. /// Class DIALOG_EDIT_COMPONENT_IN_SCHEMATIC_FBP
  28. ///////////////////////////////////////////////////////////////////////////////
  29. class DIALOG_EDIT_COMPONENT_IN_SCHEMATIC_FBP : public wxDialog
  30. {
  31. private:
  32. protected:
  33. wxChoice* unitChoice;
  34. wxRadioBox* orientationRadioBox;
  35. wxRadioBox* mirrorRadioBox;
  36. wxTextCtrl* chipnameTextCtrl;
  37. wxCheckBox* convertCheckBox;
  38. wxStaticText* partsAreLockedLabel;
  39. wxListCtrl* fieldListCtrl;
  40. wxButton* addFieldButton;
  41. wxButton* deleteFieldButton;
  42. wxButton* moveUpButton;
  43. wxCheckBox* showCheckBox;
  44. wxCheckBox* rotateCheckBox;
  45. wxRadioBox* m_StyleRadioBox;
  46. wxStaticText* fieldNameLabel;
  47. wxTextCtrl* fieldNameTextCtrl;
  48. wxStaticText* fieldValueLabel;
  49. wxTextCtrl* fieldValueTextCtrl;
  50. wxStaticText* textSizeLabel;
  51. wxTextCtrl* textSizeTextCtrl;
  52. wxStaticText* posXLabel;
  53. wxTextCtrl* posXTextCtrl;
  54. wxStaticText* posYLabel;
  55. wxTextCtrl* posYTextCtrl;
  56. wxButton* defaultsButton;
  57. wxStdDialogButtonSizer* stdDialogButtonSizer;
  58. wxButton* stdDialogButtonSizerOK;
  59. wxButton* stdDialogButtonSizerCancel;
  60. // Virtual event handlers, overide them in your derived class
  61. virtual void OnListItemDeselected( wxListEvent& event ){ event.Skip(); }
  62. virtual void OnListItemSelected( wxListEvent& event ){ event.Skip(); }
  63. virtual void addFieldButtonHandler( wxCommandEvent& event ){ event.Skip(); }
  64. virtual void deleteFieldButtonHandler( wxCommandEvent& event ){ event.Skip(); }
  65. virtual void moveUpButtonHandler( wxCommandEvent& event ){ event.Skip(); }
  66. virtual void SetInitCmp( wxCommandEvent& event ){ event.Skip(); }
  67. virtual void OnCancelButtonClick( wxCommandEvent& event ){ event.Skip(); }
  68. virtual void OnOKButtonClick( wxCommandEvent& event ){ event.Skip(); }
  69. public:
  70. 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 );
  71. ~DIALOG_EDIT_COMPONENT_IN_SCHEMATIC_FBP();
  72. };
  73. #endif //__dialog_edit_component_in_schematic_fbp__