OSDN Git Service

2012/01/18 12:55:15
authorunknown <qwerty2501@users.sourceforge.jp>
Wed, 18 Jan 2012 03:55:15 +0000 (12:55 +0900)
committerunknown <qwerty2501@users.sourceforge.jp>
Wed, 18 Jan 2012 03:55:15 +0000 (12:55 +0900)
nlite.suo
nlite/nlite.vcxproj
nlite/nlite.vcxproj.filters
nlite/nlite_include.h
nlite/nlite_mailframe.h

index e8237d8..ead27f4 100644 (file)
Binary files a/nlite.suo and b/nlite.suo differ
index 273ee87..5e0dc4a 100644 (file)
     <ClInclude Include="nlite_chatData.h" />
     <ClInclude Include="nlite_commentview.h" />
     <ClInclude Include="nlite_commentWrite.h" />
-    <ClInclude Include="nlite_define.h" />
     <ClInclude Include="nlite_exception.h" />
     <ClInclude Include="nlite_include.h" />
     <ClInclude Include="nlite_mailframe.h" />
index 9b80be2..15a8521 100644 (file)
@@ -48,9 +48,6 @@
     <ClInclude Include="nlite_exception.h">
       <Filter>ヘッダー ファイル</Filter>
     </ClInclude>
-    <ClInclude Include="nlite_define.h">
-      <Filter>ヘッダー ファイル</Filter>
-    </ClInclude>
     <ClInclude Include="nlite_appinfo.h">
       <Filter>ヘッダー ファイル</Filter>
     </ClInclude>
index 0e78cda..1ed9ef1 100644 (file)
@@ -7,7 +7,6 @@
 #include <nlib_define.h>
 #include "resource.h"
 
-#include "nlite_define.h"
 #include "nlite.h"
 #include "nlite_string.h"
 #include "nlite_exception.h"
index 661dcbe..9d8fd79 100644 (file)
@@ -21,6 +21,14 @@ namespace nlite{
                public CUpdateUI<CNliteMainFrame>,public CMessageFilter, public CIdleHandler
        {
 
+               ///
+               ///\92è\90\94
+               ///
+               enum{
+                       IDC_COMBO_REBAR = 301,
+                       IDC_COMBO_TITLE = 302
+               };
+
        public:
                class CSubLiveNoComboBox:public CWindowImpl<CEdit>{