comparison include/delwhite.h @ 6:99d612849255

v0.3
author pyon@macmini
date Sat, 08 Oct 2011 17:00:33 +0900
parents a505f7417742
children
comparison
equal deleted inserted replaced
5:3b734fd6ee2b 6:99d612849255
1 // Filename : delwhite.h 1 // Filename : delwhite.h
2 // Last Change: 04-Oct-2011. 2 // Last Change: 08-Oct-2011.
3 // 3 //
4 #ifndef __DELWHITE__ 4 #ifndef __DELWHITE__
5 #define __DEWHITEL__ 5 #define __DEWHITEL__
6 6
7 #include "common.h" 7 #include "common.h"
29 class FrameDelWhite : public wxFrame 29 class FrameDelWhite : public wxFrame
30 { 30 {
31 DECLARE_EVENT_TABLE() 31 DECLARE_EVENT_TABLE()
32 private: 32 private:
33 wxImageList* m_imageList; 33 wxImageList* m_imageList;
34 wxListItem* m_listItem;
35 34
36 protected: 35 protected:
37 wxListCtrl* m_listCtrl; 36 wxListCtrl* m_listCtrl;
38 wxCheckBox* m_checkBox; 37 wxCheckBox* m_checkBox;
39 wxStaticText* m_staticText; 38 wxStaticText* m_staticText;