Mercurial > mercurial > hgweb_rsearcher.cgi
comparison src/auth.cpp @ 4:06342fc544e4
mouse gesture.
author | pyon@macmini |
---|---|
date | Mon, 15 Oct 2018 20:07:38 +0900 |
parents | db4813125eb8 |
children | e3b10fb860b3 |
comparison
equal
deleted
inserted
replaced
3:db4813125eb8 | 4:06342fc544e4 |
---|---|
1 // Filename : auth.cpp | 1 // Filename : auth.cpp |
2 // Last Change: 2018-10-11 木 16:47:30. | 2 // Last Change: 2018-10-12 金 16:17:32. |
3 // | 3 // |
4 | 4 |
5 #include "id.h" | |
5 #include "auth.h" | 6 #include "auth.h" |
6 | 7 |
7 AuthDialog::AuthDialog( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ) | 8 AuthDialog::AuthDialog( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ) |
8 : wxDialog( parent, id, title, pos, size, style ) | 9 : wxDialog( parent, id, title, pos, size, style ) |
9 { | 10 { |
155 return false; | 156 return false; |
156 } | 157 } |
157 | 158 |
158 void AuthDialog::InDevelop( bool flag ) | 159 void AuthDialog::InDevelop( bool flag ) |
159 { | 160 { |
161 return; | |
160 if ( !flag ) return; | 162 if ( !flag ) return; |
161 m_textCtrlId->SetValue( "test" ); | 163 m_textCtrlId->SetValue( "test" ); |
162 m_textCtrlPw->SetValue( "test" ); | 164 m_textCtrlPw->SetValue( "test" ); |
163 m_textCtrlPw->SetFocus(); | 165 m_textCtrlPw->SetFocus(); |
164 } | 166 } |