Mercurial > mercurial > hgweb_mover2.cgi
comparison 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 |
comparison
equal
deleted
inserted
replaced
4:964129946db6 | 5:52697c869ce8 |
---|---|
1 // Filename : param.h | 1 // Filename : param.h |
2 // Last Change: 15-Oct-2011. | 2 // Last Change: 17-Oct-2011. |
3 // | 3 // |
4 | 4 |
5 #ifndef __param__ | 5 #ifndef __param__ |
6 #define __param__ | 6 #define __param__ |
7 | 7 |
13 { | 13 { |
14 DECLARE_EVENT_TABLE(); | 14 DECLARE_EVENT_TABLE(); |
15 private: | 15 private: |
16 | 16 |
17 protected: | 17 protected: |
18 wxTextCtrl* m_textCtrlLenMIn; | 18 wxTextCtrl* m_textCtrlLMin; |
19 wxStaticText* m_staticTextLen; | 19 wxStaticText* m_staticTextLen; |
20 wxTextCtrl* m_textCtrlLenMax; | 20 wxTextCtrl* m_textCtrlLMax; |
21 | 21 |
22 wxTextCtrl* m_textCtrlBMin; | 22 wxTextCtrl* m_textCtrlZMin; |
23 wxStaticText* m_staticTextBlack; | 23 wxStaticText* m_staticTextZ; |
24 wxTextCtrl* m_textCtrlBmax; | 24 wxTextCtrl* m_textCtrlZmax; |
25 | 25 |
26 wxStaticText* m_staticTextlDummy; | 26 wxStaticText* m_staticTextlDummy; |
27 wxButton* m_buttonCancel; | 27 wxButton* m_buttonCancel; |
28 wxButton* m_buttonSave; | 28 wxButton* m_buttonSave; |
29 | 29 |