Mercurial > mercurial > hgweb_mover2.cgi
diff include/param.h @ 5:52697c869ce8
delete move&detect button.
author | pyon@macmini |
---|---|
date | Tue, 18 Oct 2011 07:53:48 +0900 |
parents | 7bf900d47e9e |
children | 9c85d71cad7c |
line wrap: on
line diff
--- a/include/param.h Sun Oct 16 16:21:33 2011 +0900 +++ b/include/param.h Tue Oct 18 07:53:48 2011 +0900 @@ -1,5 +1,5 @@ // Filename : param.h -// Last Change: 15-Oct-2011. +// Last Change: 17-Oct-2011. // #ifndef __param__ @@ -15,13 +15,13 @@ private: protected: - wxTextCtrl* m_textCtrlLenMIn; + wxTextCtrl* m_textCtrlLMin; wxStaticText* m_staticTextLen; - wxTextCtrl* m_textCtrlLenMax; + wxTextCtrl* m_textCtrlLMax; - wxTextCtrl* m_textCtrlBMin; - wxStaticText* m_staticTextBlack; - wxTextCtrl* m_textCtrlBmax; + wxTextCtrl* m_textCtrlZMin; + wxStaticText* m_staticTextZ; + wxTextCtrl* m_textCtrlZmax; wxStaticText* m_staticTextlDummy; wxButton* m_buttonCancel;