comparison src/kaigo/horori/merger/include/merger.h @ 49:8384ca56f1b4

small changes.
author pyon@macmini
date Thu, 23 Apr 2020 22:54:58 +0900
parents 20b42e2deae1
children
comparison
equal deleted inserted replaced
48:ca00c4a85b98 49:8384ca56f1b4
1 // Filename : merger.h 1 // Filename : merger.h
2 // Last Change: 2020-04-16 –Ø 11:32:33. 2 // Last Change: 2020-04-23 –Ø 08:17:25.
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>
50 ID_NEXT = 1000, 50 ID_NEXT = 1000,
51 }; 51 };
52 52
53 wxStaticText* m_staticTextCSV; 53 wxStaticText* m_staticTextCSV;
54 wxFilePickerCtrl* m_filePicker; 54 wxFilePickerCtrl* m_filePicker;
55 wxGauge* m_gauge;
55 56
56 wxStaticText* m_staticTextSpl; 57 wxStaticText* m_staticTextSpl;
57 LookWindow* m_lookwinSpl; 58 LookWindow* m_lookwinSpl;
58 59
59 wxStaticText* m_staticTextOpn1; 60 wxStaticText* m_staticTextOpn1;