mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
File "rules" has instructional text as comments near top. 2) Convert all text files in repo to LF line ending form. Any checkout done with "rules" in play will convert the working tree to native line ending, while keeping repo as LF line ending.
83 lines
2.6 KiB
C++
83 lines
2.6 KiB
C++
///////////////////////////////////////////////////////////////////////////
|
|
// C++ code generated with wxFormBuilder (version Sep 8 2010)
|
|
// http://www.wxformbuilder.org/
|
|
//
|
|
// PLEASE DO "NOT" EDIT THIS FILE!
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef __bitmap2cmp_gui_base__
|
|
#define __bitmap2cmp_gui_base__
|
|
|
|
#include <wx/intl.h>
|
|
|
|
#include <wx/scrolwin.h>
|
|
#include <wx/gdicmn.h>
|
|
#include <wx/font.h>
|
|
#include <wx/colour.h>
|
|
#include <wx/settings.h>
|
|
#include <wx/string.h>
|
|
#include <wx/bitmap.h>
|
|
#include <wx/image.h>
|
|
#include <wx/icon.h>
|
|
#include <wx/notebook.h>
|
|
#include <wx/stattext.h>
|
|
#include <wx/sizer.h>
|
|
#include <wx/statbox.h>
|
|
#include <wx/button.h>
|
|
#include <wx/radiobox.h>
|
|
#include <wx/slider.h>
|
|
#include <wx/panel.h>
|
|
#include <wx/statusbr.h>
|
|
#include <wx/frame.h>
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
/// Class BM2CMP_FRAME_BASE
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
class BM2CMP_FRAME_BASE : public wxFrame
|
|
{
|
|
private:
|
|
|
|
protected:
|
|
wxNotebook* m_notebook1;
|
|
wxScrolledWindow* m_InitialPicturePanel;
|
|
wxScrolledWindow* m_GreyscalePicturePanel;
|
|
wxScrolledWindow* m_BNPicturePanel;
|
|
wxPanel* m_panelRight;
|
|
wxStaticText* m_staticTextSizeX;
|
|
wxStaticText* m_SizeXValue;
|
|
wxStaticText* m_SizeXunits;
|
|
wxStaticText* m_staticTextSizeY;
|
|
wxStaticText* m_SizeYValue;
|
|
wxStaticText* m_SizeYunits;
|
|
wxStaticText* m_staticTextBPP;
|
|
wxStaticText* m_BPPValue;
|
|
wxStaticText* m_BPPunits;
|
|
wxButton* m_buttonLoad;
|
|
wxButton* m_buttonExportEeschema;
|
|
wxButton* m_buttonExportPcbnew;
|
|
wxRadioBox* m_rbOptions;
|
|
wxStaticText* m_ThresholdText;
|
|
wxSlider* m_sliderThreshold;
|
|
wxStatusBar* m_statusBar;
|
|
|
|
// Virtual event handlers, overide them in your derived class
|
|
virtual void OnPaint( wxPaintEvent& event ) { event.Skip(); }
|
|
virtual void OnLoadFile( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void OnExportEeschema( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void OnExportPcbnew( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void OnOptionsSelection( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void OnThresholdChange( wxScrollEvent& event ) { event.Skip(); }
|
|
|
|
|
|
public:
|
|
|
|
BM2CMP_FRAME_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Bitmap to Component Converter"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,419 ), long style = wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL );
|
|
~BM2CMP_FRAME_BASE();
|
|
|
|
};
|
|
|
|
#endif //__bitmap2cmp_gui_base__
|