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.

124 lines
4.1 KiB

5 years ago
5 years ago
5 years ago
5 years ago
  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Oct 26 2018)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #pragma once
  8. #include <wx/artprov.h>
  9. #include <wx/xrc/xmlres.h>
  10. #include <wx/intl.h>
  11. class TEXT_CTRL_EVAL;
  12. class WX_GRID;
  13. #include "dialog_shim.h"
  14. #include <wx/colour.h>
  15. #include <wx/settings.h>
  16. #include <wx/string.h>
  17. #include <wx/font.h>
  18. #include <wx/grid.h>
  19. #include <wx/gdicmn.h>
  20. #include <wx/bmpbuttn.h>
  21. #include <wx/bitmap.h>
  22. #include <wx/image.h>
  23. #include <wx/icon.h>
  24. #include <wx/button.h>
  25. #include <wx/sizer.h>
  26. #include <wx/statbox.h>
  27. #include <wx/stattext.h>
  28. #include <wx/textctrl.h>
  29. #include <wx/combobox.h>
  30. #include <wx/choice.h>
  31. #include <wx/checkbox.h>
  32. #include <wx/panel.h>
  33. #include <wx/gbsizer.h>
  34. #include <wx/notebook.h>
  35. #include <wx/dialog.h>
  36. ///////////////////////////////////////////////////////////////////////////
  37. #define ID_NOTEBOOK 1000
  38. ///////////////////////////////////////////////////////////////////////////////
  39. /// Class DIALOG_FOOTPRINT_PROPERTIES_BASE
  40. ///////////////////////////////////////////////////////////////////////////////
  41. class DIALOG_FOOTPRINT_PROPERTIES_BASE : public DIALOG_SHIM
  42. {
  43. private:
  44. wxBoxSizer* m_GeneralBoxSizer;
  45. wxBoxSizer* bSizerLeft;
  46. protected:
  47. wxNotebook* m_NoteBook;
  48. wxPanel* m_PanelGeneral;
  49. WX_GRID* m_itemsGrid;
  50. wxBitmapButton* m_bpAdd;
  51. wxBitmapButton* m_bpDelete;
  52. wxStaticText* m_XPosLabel;
  53. wxTextCtrl* m_ModPositionX;
  54. wxStaticText* m_XPosUnit;
  55. wxStaticText* m_YPosLabel;
  56. wxTextCtrl* m_ModPositionY;
  57. wxStaticText* m_YPosUnit;
  58. wxStaticText* m_orientationLabel;
  59. wxComboBox* m_orientationCtrl;
  60. wxStaticText* m_BoardSideLabel;
  61. wxChoice* m_BoardSideCtrl;
  62. wxCheckBox* m_cbLocked;
  63. wxStaticText* m_componentTypeLabel;
  64. wxChoice* m_componentType;
  65. wxCheckBox* m_boardOnly;
  66. wxCheckBox* m_excludeFromPosFiles;
  67. wxCheckBox* m_excludeFromBOM;
  68. wxCheckBox* m_noCourtyards;
  69. wxButton* m_buttonUpdate;
  70. wxButton* m_buttonExchange;
  71. wxButton* m_buttonModuleEditor;
  72. wxButton* m_button5;
  73. wxPanel* m_PanelClearances;
  74. wxStaticText* m_staticTextInfo;
  75. wxStaticText* m_NetClearanceLabel;
  76. wxTextCtrl* m_NetClearanceCtrl;
  77. wxStaticText* m_NetClearanceUnits;
  78. wxStaticText* m_SolderMaskMarginLabel;
  79. wxTextCtrl* m_SolderMaskMarginCtrl;
  80. wxStaticText* m_SolderMaskMarginUnits;
  81. wxCheckBox* m_allowSolderMaskBridges;
  82. wxStaticText* m_SolderPasteMarginLabel;
  83. wxTextCtrl* m_SolderPasteMarginCtrl;
  84. wxStaticText* m_SolderPasteMarginUnits;
  85. wxStaticText* m_PasteMarginRatioLabel;
  86. TEXT_CTRL_EVAL* m_PasteMarginRatioCtrl;
  87. wxStaticText* m_PasteMarginRatioUnits;
  88. wxStaticText* m_staticTextInfoCopper;
  89. wxStaticText* m_staticTextInfoPaste;
  90. wxStaticText* m_staticText16;
  91. wxChoice* m_ZoneConnectionChoice;
  92. wxStaticText* m_libraryIDLabel;
  93. wxTextCtrl* m_tcLibraryID;
  94. wxStdDialogButtonSizer* m_sdbSizerStdButtons;
  95. wxButton* m_sdbSizerStdButtonsOK;
  96. wxButton* m_sdbSizerStdButtonsCancel;
  97. // Virtual event handlers, overide them in your derived class
  98. virtual void OnInitDlg( wxInitDialogEvent& event ) { event.Skip(); }
  99. virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
  100. virtual void OnPageChange( wxNotebookEvent& event ) { event.Skip(); }
  101. virtual void OnGridSize( wxSizeEvent& event ) { event.Skip(); }
  102. virtual void OnAddField( wxCommandEvent& event ) { event.Skip(); }
  103. virtual void OnDeleteField( wxCommandEvent& event ) { event.Skip(); }
  104. virtual void UpdateFootprint( wxCommandEvent& event ) { event.Skip(); }
  105. virtual void ChangeFootprint( wxCommandEvent& event ) { event.Skip(); }
  106. virtual void EditFootprint( wxCommandEvent& event ) { event.Skip(); }
  107. virtual void EditLibraryFootprint( wxCommandEvent& event ) { event.Skip(); }
  108. public:
  109. DIALOG_FOOTPRINT_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Footprint Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  110. ~DIALOG_FOOTPRINT_PROPERTIES_BASE();
  111. };