diff 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
line wrap: on
line diff
--- a/src/kaigo/horori/mover/include/mover.h	Tue May 12 20:00:11 2020 +0900
+++ b/src/kaigo/horori/mover/include/mover.h	Fri May 15 21:28:41 2020 +0900
@@ -1,5 +1,5 @@
 // Filename   : mover.h
-// Last Change: 2020-04-21 ‰Î 11:50:30.
+// Last Change: 2020-05-14 –Ø 17:11:37.
 //
 #pragma once
 
@@ -17,6 +17,7 @@
 #include <wx/image.h>
 #include <wx/icon.h>
 #include <wx/button.h>
+#include <wx/spinctrl.h>
 #include <wx/sizer.h>
 #include <wx/checkbox.h>
 #include <wx/frame.h>
@@ -74,6 +75,8 @@
 	protected:
 		wxDirPickerCtrl* m_dirPicker;
 		wxButton*        m_buttonAuto;
+		wxSpinCtrl*      m_spinCtrlUD;
+		wxSpinCtrl*      m_spinCtrlLR;
 		wxCheckBox*      m_checkBox;
 
 		wxDataViewListCtrl* m_dataViewListCtrl;