10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
16#include <wx/stattext.h>
20#include <wx/settings.h>
21#include <wx/checkbox.h>
25#include <wx/spinctrl.h>
26#include <wx/textctrl.h>
31#include <wx/statbox.h>
61 virtual void onFlash( wxCommandEvent& event ) {
event.Skip(); }
62 virtual void onClose( wxCommandEvent& event ) {
event.Skip(); }
67 DIALOG_DRILL_GROUPS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Drill Groups"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( 760,620 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
wxTextCtrl * m_descriptionCtrl
virtual void onClose(wxCommandEvent &event)
~DIALOG_DRILL_GROUPS_BASE()
wxStaticText * m_descriptionLabel
DIALOG_DRILL_GROUPS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Drill Groups"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(760, 620), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
wxStaticText * m_profileName
wxTextCtrl * m_letterCtrl
virtual void onFlash(wxCommandEvent &event)
wxCheckBox * m_freezeAssignments
wxStaticText * m_markLabel
wxStaticText * m_profileLabel
virtual void onFreezeChanged(wxCommandEvent &event)
wxStaticText * m_shapeLabel
wxStaticText * m_letterLabel
DIALOG_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)