- public:
- bool canceled;
- wxString s_DSN, s_User, s_Password;
- wxTextCtrl *tc_User, *tc_Password;
- //---------------------------------------------------------------------------
- DlgUser(wxWindow *parent, const wxString& title, const wxPoint& pos, const wxSize& size,const long style = wxDEFAULT_DIALOG_STYLE);
- void OnInit();
- void OnOk(wxCommandEvent& event);
- void OnCancel(wxCommandEvent& event);
- //---------------------------------------------------------------------------
- DECLARE_EVENT_TABLE()
+public:
+ wxString s_DSN, s_User, s_Password;
+ wxStaticText *m_Label1, *m_Label2;
+ wxTextCtrl *m_UserName, *m_Password;
+ wxButton *m_OK, *m_Cancel;
+ MainDoc *pDoc;
+ //---------------------------------------------------------------------------------------
+ DlgUser(wxWindow *parent,MainDoc *pDoc, const wxString& title);
+ void OnInit();
+ void OnOk(wxCommandEvent& event);
+ //---------------------------------------------------------------------------------------
+
+ DECLARE_EVENT_TABLE()