00001
00002
00003
00004
00005
00006
00007 #ifndef IDENTDLG_H
00008 #define IDENTDLG_H
00009
00010 #ifdef __GNUG__
00011 #pragma interface
00012 #endif
00013
00016
00017
00022
00023
00024 class IdentDlg: public wxDialog
00025 {
00026 public:
00027
00028
00029 IdentDlg(GDSMainWindow*,char*,long style = (wxTHICK_FRAME | wxCAPTION),char *name="identification dialog");
00030
00031
00032 ~IdentDlg();
00033
00034
00035 void hide();
00036
00037
00038 void OnCloseWindow(wxCloseEvent& event);
00039
00040
00041 void Update();
00042
00043
00044 void Edit();
00045
00046 protected:
00047
00048
00049 GDSMainWindow* _parent;
00050
00051
00052 wxPanel* _panel;
00053
00054
00055 wxButton* _updateButton;
00056
00057
00058 wxButton* _hideButton;
00059
00060
00061 wxButton* _editButton;
00062
00063
00064 wxListBox* _lb;
00065
00066
00067 DECLARE_EVENT_TABLE()
00068
00069 };
00070
00071 #endif
identdlg.h Source File -- Thu Nov 28 21:24:56 2002 -- 28 Nov 2002 -- 1.2.18 -- -- . --