Mercurial > mercurial > hgweb_mover2.cgi
comparison include/myframe.h @ 5:52697c869ce8
delete move&detect button.
author | pyon@macmini |
---|---|
date | Tue, 18 Oct 2011 07:53:48 +0900 |
parents | 964129946db6 |
children | 550c143ab194 |
comparison
equal
deleted
inserted
replaced
4:964129946db6 | 5:52697c869ce8 |
---|---|
1 // Filename : myframe.h | 1 // Filename : myframe.h |
2 // Last Change: 16-Oct-2011. | 2 // Last Change: 17-Oct-2011. |
3 // | 3 // |
4 | 4 |
5 #ifndef __myframe__ | 5 #ifndef __myframe__ |
6 #define __myframe__ | 6 #define __myframe__ |
7 | 7 |
40 | 40 |
41 wxListCtrl* m_listCtrlView; | 41 wxListCtrl* m_listCtrlView; |
42 | 42 |
43 wxButton* m_buttonDetect; | 43 wxButton* m_buttonDetect; |
44 wxButton* m_buttonMove; | 44 wxButton* m_buttonMove; |
45 wxButton* m_buttonMD; | 45 //wxButton* m_buttonMD; |
46 wxButton* m_buttonDel; | 46 wxButton* m_buttonDel; |
47 wxButton* m_buttonUndo; | 47 wxButton* m_buttonUndo; |
48 | 48 |
49 public: | 49 public: |
50 MyFrame( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL ); | 50 MyFrame( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL ); |
58 void OnMove(wxCommandEvent& event); | 58 void OnMove(wxCommandEvent& event); |
59 void OnMoveAndDetect(wxCommandEvent& event); | 59 void OnMoveAndDetect(wxCommandEvent& event); |
60 void OnDelete(wxCommandEvent& event); | 60 void OnDelete(wxCommandEvent& event); |
61 void OnUndo(wxCommandEvent& event); | 61 void OnUndo(wxCommandEvent& event); |
62 void ReadyImage(void); | 62 void ReadyImage(void); |
63 void MoveImage(void); | 63 //void MoveImage(void); |
64 // $B0J2<!$Dj7?$b$N(B | 64 // $B0J2<!$Dj7?$b$N(B |
65 void OnWinSize(wxSizeEvent& event); | 65 void OnWinSize(wxSizeEvent& event); |
66 void OnWinMove(wxMoveEvent& event); | 66 void OnWinMove(wxMoveEvent& event); |
67 void TellLocation( void ); | 67 void TellLocation( void ); |
68 void OnOpenAppDir(wxCommandEvent& event); | 68 void OnOpenAppDir(wxCommandEvent& event); |