8#ifndef __DIALOG_NEW_DATAITEM_BASE_H__
9#define __DIALOG_NEW_DATAITEM_BASE_H__
11#include <wx/artprov.h>
12#include <wx/xrc/xmlres.h>
16#include <wx/stattext.h>
20#include <wx/settings.h>
21#include <wx/textctrl.h>
24#include <wx/statline.h>
67 virtual void OnOKClick( wxCommandEvent& event ) {
event.Skip(); }
72 DIALOG_NEW_DATAITEM_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"New Item"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_NEW_DATAITEM_BASE.
wxTextCtrl * m_textCtrlEndX
wxTextCtrl * m_textCtrlPosY
wxStdDialogButtonSizer * m_sdbSizerButtons
wxStaticLine * m_staticlineEndXY
wxTextCtrl * m_textCtrlText
wxStaticText * m_staticTextTitle
wxTextCtrl * m_textCtrlPosX
wxBoxSizer * m_SizerEndPosition
wxTextCtrl * m_textCtrlEndY
wxChoice * m_choiceCornerEnd
wxStaticText * m_staticTextOrgPos
~DIALOG_NEW_DATAITEM_BASE()
wxButton * m_sdbSizerButtonsOK
wxStaticText * m_staticTextEndX
wxChoice * m_choiceCornerPos
wxStaticLine * m_staticline3
wxStaticLine * m_staticline2
virtual void OnOKClick(wxCommandEvent &event)
wxStaticText * m_staticTextPosX
wxStaticText * m_staticTextOrgPos1
wxStaticText * m_staticTextPosY
DIALOG_NEW_DATAITEM_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("New Item"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
wxStaticText * m_staticTextEndY
wxButton * m_sdbSizerButtonsCancel
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...