Mercurial > mercurial > hgweb_searcher03.cgi
comparison include/about.h @ 21:a2ad87cad48b
Enhanced the convenience of Cache dialog.
| author | pyon@macmini |
|---|---|
| date | Wed, 17 Dec 2014 00:52:43 +0900 |
| parents | 0c0701a935f8 |
| children |
comparison
equal
deleted
inserted
replaced
| 20:226774bf49fc | 21:a2ad87cad48b |
|---|---|
| 1 // Filename : about.h | 1 // Filename : about.h |
| 2 // Last Change: 21-Jul-2013. | 2 // Last Change: 11-Dec-2014. |
| 3 // | 3 // |
| 4 #ifndef __ABOUT_H__ | 4 #ifndef __ABOUT_H__ |
| 5 #define __ABOUT_H__ | 5 #define __ABOUT_H__ |
| 6 | 6 |
| 7 #include "common.h" | 7 #include "common.h" |
| 13 protected: | 13 protected: |
| 14 wxStaticBitmap* m_bitmap; | 14 wxStaticBitmap* m_bitmap; |
| 15 wxStaticText* m_staticTextDesc; | 15 wxStaticText* m_staticTextDesc; |
| 16 wxButton* m_buttonOK; | 16 wxButton* m_buttonOK; |
| 17 wxRichTextCtrl* m_richText; | 17 wxRichTextCtrl* m_richText; |
| 18 wxStaticText* m_staticTextBuild; | |
| 18 | 19 |
| 19 public: | 20 public: |
| 20 AboutDialog( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ); | 21 AboutDialog( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ); |
| 21 ~AboutDialog(); | 22 ~AboutDialog(); |
| 22 void LoadChangeLog( void ); | 23 void LoadChangeLog( void ); |
