///////////////////////////////////////////////////////////////////////////// // Name: KeyDlg.h // Purpose: Key dialog // Author: Alex Thuering // Created: 18.05.2007 // RCS-ID: $Id: KeyDlg.h,v 1.1 2007/07/08 17:09:24 ntalex Exp $ // Copyright: (c) Alex Thuering // Licence: GPL ///////////////////////////////////////////////////////////////////////////// #include #include class KeyDlg: public wxPropDlg { public: KeyDlg(wxWindow *parent); int ShowModal(); protected: void CreatePropPanel(wxSizer* sizer); bool SetValues(); };