Mercurial > mercurial > hgweb_mover2.cgi
comparison include/myframe.h @ 27:d21de4693652 v2.2dev v2.3
add hhsname
author | pyon@macmini |
---|---|
date | Sat, 05 Nov 2011 10:13:41 +0900 |
parents | 5a934c8e1b95 |
children | 24283d3a9592 |
comparison
equal
deleted
inserted
replaced
26:5a934c8e1b95 | 27:d21de4693652 |
---|---|
1 // Filename : myframe.h | 1 // Filename : myframe.h |
2 // Last Change: 03-Nov-2011. | 2 // Last Change: 05-Nov-2011. |
3 // | 3 // |
4 | 4 |
5 #ifndef __myframe__ | 5 #ifndef __myframe__ |
6 #define __myframe__ | 6 #define __myframe__ |
7 | 7 |
41 wxStaticBitmap* m_bitmapName; | 41 wxStaticBitmap* m_bitmapName; |
42 wxStaticText* m_staticTextHhsno; | 42 wxStaticText* m_staticTextHhsno; |
43 wxStaticBitmap* m_bitmapHhsno; | 43 wxStaticBitmap* m_bitmapHhsno; |
44 wxStaticText* m_staticTextGuess; | 44 wxStaticText* m_staticTextGuess; |
45 wxTextCtrl* m_textCtrlGuess; | 45 wxTextCtrl* m_textCtrlGuess; |
46 wxTextCtrl* m_textCtrlName; | |
46 | 47 |
47 wxListCtrl* m_listCtrlView; | 48 wxListCtrl* m_listCtrlView; |
48 | 49 |
49 wxListCtrl* m_listCtrlHhsDir; | 50 wxListCtrl* m_listCtrlHhsDir; |
50 wxButton* m_buttonDetect; | 51 wxButton* m_buttonDetect; |