/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Jun 30 2011) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __DIALOG_PCB_TEXT_PROPERTIES_BASE_H__ #define __DIALOG_PCB_TEXT_PROPERTIES_BASE_H__ #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_PCB_TEXT_PROPERTIES_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_PCB_TEXT_PROPERTIES_BASE : public wxDialog { private: protected: wxStaticText* m_TextLabel; wxTextCtrl* m_TextContentCtrl; wxStaticText* m_SizeXLabel; wxTextCtrl* m_SizeXCtrl; wxStaticText* m_SizeYLabel; wxTextCtrl* m_SizeYCtrl; wxStaticText* m_ThicknessLabel; wxTextCtrl* m_ThicknessCtrl; wxStaticText* m_PositionXLabel; wxTextCtrl* m_PositionXCtrl; wxStaticText* m_PositionYLabel; wxTextCtrl* m_PositionYCtrl; wxStaticText* m_LayerLabel; wxChoice* m_LayerSelectionCtrl; wxStaticText* m_staticText8; wxChoice* m_OrientationCtrl; wxStaticText* m_staticText9; wxChoice* m_StyleCtrl; wxStaticText* m_staticText10; wxChoice* m_DisplayCtrl; wxStaticText* m_staticText11; wxChoice* m_justifyChoice; wxStdDialogButtonSizer* m_StandardSizer; wxButton* m_StandardSizerOK; wxButton* m_StandardSizerCancel; // Virtual event handlers, overide them in your derived class virtual void OnClose( wxCloseEvent& event ) { event.Skip(); } virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); } virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); } public: DIALOG_PCB_TEXT_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Text Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 433,465 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxSYSTEM_MENU ); ~DIALOG_PCB_TEXT_PROPERTIES_BASE(); }; #endif //__DIALOG_PCB_TEXT_PROPERTIES_BASE_H__