diff include/myframe.h @ 24:cbdfda601609 default tip

myframe layout finished.
author pyon@macmini
date Thu, 28 Jul 2011 23:04:36 +0900
parents 05f76f9f9186
children
line wrap: on
line diff
--- a/include/myframe.h	Wed Jul 27 21:27:56 2011 +0900
+++ b/include/myframe.h	Thu Jul 28 23:04:36 2011 +0900
@@ -1,5 +1,5 @@
 // Filename   : myframe.h
-// Last Change: 27-Jul-2011.
+// Last Change: 28-Jul-2011.
 //
 #ifndef MYFRAME
 #define MYFRAME
@@ -55,7 +55,6 @@
     wxToolBar*        m_toolBar;
     wxStatusBar*      m_statusBar;
 
-    wxPanel*          m_panel;
     wxPanel*          m_panelHead;
     wxStaticText*     m_staticTextHname;
     wxStaticText*     m_staticTextIdx;
@@ -65,6 +64,7 @@
     wxButton*         m_btnMkIdx;
     wxButton*         m_btnLsCcn;
     
+    wxPanel*          m_panelHtml;
     wxHtmlWindow*     m_html;
 
     wxPanel*          m_panelCmd;