- public:
-// bool canceled;
- wxString s_DSN, s_User, s_Password;
-// wxTextCtrl *tc_User, *tc_Password;
- wxStaticText *m_Label1, *m_Label2;
- wxTextCtrl *m_UserName, *m_Password;
- wxButton *m_OK, *m_Cancel;
+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);
+ //---------------------------------------------------------------------------------------