OSDN Git Service

2011/11/10 23:39:52
authorqwerty2501 <riot313@gmail.com>
Thu, 10 Nov 2011 14:39:52 +0000 (23:39 +0900)
committerqwerty2501 <riot313@gmail.com>
Thu, 10 Nov 2011 14:39:52 +0000 (23:39 +0900)
nlite/nlite_listviewex.h
nlite/nlite_mailframe.h

index 954f59f..8a96e74 100644 (file)
@@ -90,11 +90,6 @@ namespace nlite{
                
                return 0;
        }
-       /*
-       static LPCTSTR GetWndClassName(){
-               return LISTVIEW_EX;
-       }
-       */              
 
        };
        
index e5dc982..7733074 100644 (file)
@@ -7,7 +7,7 @@ namespace nlite{
        const static LPCTSTR NLITE_MAINWINDOW = _T("nlite");
 
        class CNliteMainFrame : public CFrameWindowImpl<CNliteMainFrame>,
-               public CUpdateUI<CNliteMainFrame>,public CMessageFilter, public CIdleHandler
+               /*public CUpdateUI<CNliteMainFrame>,*/public CMessageFilter, public CIdleHandler
        {
        public:
 
@@ -31,18 +31,18 @@ namespace nlite{
 
                // \83A\83C\83h\83\8b\8f\88\97\9d
                virtual BOOL OnIdle(){
-                       UIUpdateStatusBar();
+//                     UIUpdateStatusBar();
                        return FALSE;
                }
 
 
        public:
 
-
+               /*
                BEGIN_UPDATE_UI_MAP(CNliteMainFrame)
                        // \83G\83\93\83g\83\8a\82È\82µ
                END_UPDATE_UI_MAP()
-
+               */
                // \83\81\83b\83Z\81[\83W\83}\83b\83v
                BEGIN_MSG_MAP_EX(CNliteMainFrame)
                        MSG_WM_CREATE(OnCreate)
@@ -53,7 +53,7 @@ namespace nlite{
                        COMMAND_ID_HANDLER_EX(IDM_EXIT, OnMenuExit)
                        COMMAND_ID_HANDLER_EX(IDM_ABOUT,OnMenuAbount)
                        // CFrameWindowImpl\83N\83\89\83X\82Ö\83`\83F\81[\83\93
-                       CHAIN_MSG_MAP(CUpdateUI<CNliteMainFrame>)
+//                     CHAIN_MSG_MAP(CUpdateUI<CNliteMainFrame>)
                        CHAIN_MSG_MAP(CFrameWindowImpl<CNliteMainFrame>)
                END_MSG_MAP()
 
@@ -97,7 +97,7 @@ namespace nlite{
 
                        // \83X\83e\81[\83^\83X\83o\81[\82ð\8dì\90¬
                        vcverify(CreateSimpleStatusBar(),TEXT("\83X\83e\81[\83^\83X\83o\81[\8dì\90¬\82É\8e¸\94s\82µ\82Ü\82µ\82½"));
-                       vcverify(UIAddStatusBar(m_hWndStatusBar),TEXT("\83X\83e\81[\83^\83X\83o\81[\93o\98^\82É\82µ\83b\83p\82µ\82Ü\82µ\82½"));
+//                     vcverify(UIAddStatusBar(m_hWndStatusBar),TEXT("\83X\83e\81[\83^\83X\83o\81[\93o\98^\82É\82µ\83b\83p\82µ\82Ü\82µ\82½"));
                        vcverify(commentView.Create(m_hWnd,0,LISTVIEW_EX,WS_VISIBLE | WS_CHILD),TEXT("window\8dì\90¬\82É\8e¸\94s\82µ\82Ü\82µ\82½"));;