D:/develop/v65/clients/outlook/install/output/export/funambol/clients/outlook/UI/src/ConfigFrm.h

00001  /*
00002  * Copyright (C) 2007 Funambol, Inc.
00003  *
00004  * This program is free software; you can redistribute it and/or modify
00005  * it under the terms of the GNU General Public License version 2 as
00006  * published by the Free Software Foundation.
00007  *
00008  * This program is distributed in the hope that it will be useful,
00009  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00010  * MERCHANTABILITY, TITLE, NONINFRINGEMENT or FITNESS FOR A PARTICULAR
00011  * PURPOSE.  See the GNU General Public License for more details.
00012  *
00013  * You should have received a copy of the GNU General Public License
00014  * along with this program; if not, write to the Free Software
00015  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
00016  * 02111-1307  USA
00017 */
00018 
00019 
00020 #if !defined(AFX_MAINFRM_H__FA98B70F_D0B7_11D3_BC39_00C04F602FEE__INCLUDED_)
00021 #define AFX_MAINFRM_H__FA98B70F_D0B7_11D3_BC39_00C04F602FEE__INCLUDED_
00022 
00028 #if _MSC_VER > 1000
00029 #pragma once
00030 #endif // _MSC_VER > 1000
00031 
00032 #include "Splitter.h"
00033 #define EDIT_TEXT_MAXLENGTH 255
00034 
00035 #include "HwndFunctions.h"
00036 
00037 
00041 class CConfigFrame : public CFrameWnd
00042 {
00043         
00044 protected:
00045         CConfigFrame();
00046         DECLARE_DYNCREATE(CConfigFrame)
00047 
00048 public:
00049 
00050 protected:
00051 // Overrides
00052         // ClassWizard generated virtual function overrides
00053         //{{AFX_VIRTUAL(CConfigFrame)
00054         public:
00055         virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
00056         protected:
00057         virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
00058         //}}AFX_VIRTUAL
00059 
00060 public:
00061         virtual ~CConfigFrame();
00062 
00063 #ifdef _DEBUG
00064         virtual void AssertValid() const;
00065         virtual void Dump(CDumpContext& dc) const;
00066 #endif
00067 
00068 public:
00069     CStatusBar  wndStatusBar;
00070     CSplitter wndSplitter;
00071     bool bSyncStarted;
00072 
00073     void DoCancel();
00074 
00075 // Generated message map functions
00076 protected:
00077         //{{AFX_MSG(CConfigFrame)
00078         afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
00079                 // NOTE - the ClassWizard will add and remove member functions here.
00080                 //    DO NOT EDIT what you see in these blocks of generated code!
00081         //}}AFX_MSG
00082         DECLARE_MESSAGE_MAP()
00083 public:
00084     afx_msg void OnClose();
00085     afx_msg void OnDestroy( );
00086 };
00087 
00089 
00090 //{{AFX_INSERT_LOCATION}}
00091 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00092 
00095 #endif // !defined(AFX_MAINFRM_H__FA98B70F_D0B7_11D3_BC39_00C04F602FEE__INCLUDED_)

Generated on Fri Nov 9 12:21:26 2007 for Funambol Outlook Plug-in Library by  doxygen 1.5.2