- 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()
+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()