/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Apr 16 2008) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __DlgItemPropertiesBase__ #define __DlgItemPropertiesBase__ #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// #define ID_DEFAULT wxID_ANY // Default /////////////////////////////////////////////////////////////////////////////// /// Class CDlgItemPropertiesBase /////////////////////////////////////////////////////////////////////////////// class CDlgItemPropertiesBase : public wxDialog { private: protected: wxBoxSizer* m_bSizer1; wxScrolledWindow* m_scrolledWindow; wxGridBagSizer* m_gbSizer; wxButton* m_btnClose; public: CDlgItemPropertiesBase( wxWindow* parent, wxWindowID id = ID_DEFAULT, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 503,480 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~CDlgItemPropertiesBase(); }; #endif //__DlgItemPropertiesBase__