Mercurial > mercurial > hgweb_golang.cgi
comparison src/kaigo/horori/mover/include/mover.h @ 53:8df74a781c8c
mover: small improve.
author | pyon@macmini |
---|---|
date | Fri, 15 May 2020 21:28:41 +0900 |
parents | 169936fed61b |
children |
comparison
equal
deleted
inserted
replaced
52:1c7bf24c63e6 | 53:8df74a781c8c |
---|---|
1 // Filename : mover.h | 1 // Filename : mover.h |
2 // Last Change: 2020-04-21 ‰Î 11:50:30. | 2 // Last Change: 2020-05-14 –Ø 17:11:37. |
3 // | 3 // |
4 #pragma once | 4 #pragma once |
5 | 5 |
6 #include <wx/artprov.h> | 6 #include <wx/artprov.h> |
7 #include <wx/xrc/xmlres.h> | 7 #include <wx/xrc/xmlres.h> |
15 #include <wx/listctrl.h> | 15 #include <wx/listctrl.h> |
16 #include <wx/bitmap.h> | 16 #include <wx/bitmap.h> |
17 #include <wx/image.h> | 17 #include <wx/image.h> |
18 #include <wx/icon.h> | 18 #include <wx/icon.h> |
19 #include <wx/button.h> | 19 #include <wx/button.h> |
20 #include <wx/spinctrl.h> | |
20 #include <wx/sizer.h> | 21 #include <wx/sizer.h> |
21 #include <wx/checkbox.h> | 22 #include <wx/checkbox.h> |
22 #include <wx/frame.h> | 23 #include <wx/frame.h> |
23 #include <wx/dataview.h> | 24 #include <wx/dataview.h> |
24 #include <wx/statbmp.h> | 25 #include <wx/statbmp.h> |
72 wxString m_curms; // current marksheet | 73 wxString m_curms; // current marksheet |
73 | 74 |
74 protected: | 75 protected: |
75 wxDirPickerCtrl* m_dirPicker; | 76 wxDirPickerCtrl* m_dirPicker; |
76 wxButton* m_buttonAuto; | 77 wxButton* m_buttonAuto; |
78 wxSpinCtrl* m_spinCtrlUD; | |
79 wxSpinCtrl* m_spinCtrlLR; | |
77 wxCheckBox* m_checkBox; | 80 wxCheckBox* m_checkBox; |
78 | 81 |
79 wxDataViewListCtrl* m_dataViewListCtrl; | 82 wxDataViewListCtrl* m_dataViewListCtrl; |
80 wxDataViewColumn* m_dataViewListColumnNo; | 83 wxDataViewColumn* m_dataViewListColumnNo; |
81 wxDataViewColumn* m_dataViewListColumnHno; | 84 wxDataViewColumn* m_dataViewListColumnHno; |