10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/settings.h>
24#include <wx/stattext.h>
25#include <wx/bmpbuttn.h>
30#include <wx/statbox.h>
34#define ID_LEFT_LIST 1000
35#define ID_RIGHT_LIST 1001
49 virtual void OnMouseMove( wxUpdateUIEvent& event ) {
event.Skip(); }
57 DIALOG_LAYER_SELECTION_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Select Layer"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
84 DIALOG_COPPER_LAYER_PAIR_SELECTION_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Select Copper Layer Pair"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( 744,217 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_COPPER_LAYER_PAIR_SELECTION_BASE.
wxGrid * m_rightGridLayers
wxButton * m_sdbSizerCancel
wxBitmapButton * m_deleteRowButton
wxBitmapButton * m_addToPresetsButton
~DIALOG_COPPER_LAYER_PAIR_SELECTION_BASE()
wxGrid * m_leftGridLayers
wxStdDialogButtonSizer * m_sdbSizer
wxStaticText * m_staticTextBottomLayer
wxStaticText * m_staticTextTopLayer
Class DIALOG_LAYER_SELECTION_BASE.
virtual void OnMouseMove(wxUpdateUIEvent &event)
wxGrid * m_leftGridLayers
~DIALOG_LAYER_SELECTION_BASE()
virtual void OnRightGridCellClick(wxGridEvent &event)
wxGrid * m_rightGridLayers
virtual void OnLeftGridCellClick(wxGridEvent &event)
virtual void OnLeftButtonReleased(wxMouseEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...