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.

95 lines
3.3 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Dec 1 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. #include "dialog_shim.h"
  12. #include <wx/string.h>
  13. #include <wx/stattext.h>
  14. #include <wx/gdicmn.h>
  15. #include <wx/font.h>
  16. #include <wx/colour.h>
  17. #include <wx/settings.h>
  18. #include <wx/textctrl.h>
  19. #include <wx/bmpbuttn.h>
  20. #include <wx/bitmap.h>
  21. #include <wx/image.h>
  22. #include <wx/icon.h>
  23. #include <wx/button.h>
  24. #include <wx/sizer.h>
  25. #include <wx/radiobut.h>
  26. #include <wx/checkbox.h>
  27. #include <wx/radiobox.h>
  28. #include <wx/statbox.h>
  29. #include <wx/dialog.h>
  30. ///////////////////////////////////////////////////////////////////////////
  31. ///////////////////////////////////////////////////////////////////////////////
  32. /// Class DIALOG_GENDRILL_BASE
  33. ///////////////////////////////////////////////////////////////////////////////
  34. class DIALOG_GENDRILL_BASE : public DIALOG_SHIM
  35. {
  36. private:
  37. protected:
  38. wxStaticText* staticTextOutputDir;
  39. wxTextCtrl* m_outputDirectoryName;
  40. wxBitmapButton* m_browseButton;
  41. wxRadioButton* m_rbExcellon;
  42. wxCheckBox* m_Check_Mirror;
  43. wxCheckBox* m_Check_Minimal;
  44. wxCheckBox* m_Check_Merge_PTH_NPTH;
  45. wxRadioBox* m_radioBoxOvalHoleMode;
  46. wxRadioButton* m_rbGerberX2;
  47. wxRadioBox* m_Choice_Drill_Map;
  48. wxRadioBox* m_Choice_Drill_Offset;
  49. wxRadioBox* m_Choice_Unit;
  50. wxRadioBox* m_Choice_Zeros_Format;
  51. wxStaticText* m_staticTextTitle;
  52. wxStaticText* m_staticTextPrecision;
  53. wxStaticText* staticTextPlatedPads;
  54. wxStaticText* m_PlatedPadsCountInfoMsg;
  55. wxStaticText* staticTextNonPlatedPads;
  56. wxStaticText* m_NotPlatedPadsCountInfoMsg;
  57. wxStaticText* staticTextThroughVias;
  58. wxStaticText* m_ThroughViasInfoMsg;
  59. wxStaticText* staticTextMicroVias;
  60. wxStaticText* m_MicroViasInfoMsg;
  61. wxStaticText* staticTextBuriedVias;
  62. wxStaticText* m_BuriedViasInfoMsg;
  63. wxTextCtrl* m_messagesBox;
  64. wxBoxSizer* m_buttonsSizer;
  65. wxButton* m_buttonReport;
  66. wxStdDialogButtonSizer* m_sdbSizer;
  67. wxButton* m_sdbSizerOK;
  68. wxButton* m_sdbSizerApply;
  69. wxButton* m_sdbSizerCancel;
  70. // Virtual event handlers, overide them in your derived class
  71. virtual void onCloseDlg( wxCloseEvent& event ) { event.Skip(); }
  72. virtual void OnOutputDirectoryBrowseClicked( wxCommandEvent& event ) { event.Skip(); }
  73. virtual void onFileFormatSelection( wxCommandEvent& event ) { event.Skip(); }
  74. virtual void OnSelDrillUnitsSelected( wxCommandEvent& event ) { event.Skip(); }
  75. virtual void OnSelZerosFmtSelected( wxCommandEvent& event ) { event.Skip(); }
  76. virtual void OnGenReportFile( wxCommandEvent& event ) { event.Skip(); }
  77. virtual void OnGenMapFile( wxCommandEvent& event ) { event.Skip(); }
  78. virtual void onQuitDlg( wxCommandEvent& event ) { event.Skip(); }
  79. virtual void OnGenDrillFile( wxCommandEvent& event ) { event.Skip(); }
  80. public:
  81. DIALOG_GENDRILL_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Generate Drill Files"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 568,514 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  82. ~DIALOG_GENDRILL_BASE();
  83. };