D:/develop/v65/clients/outlook/install/output/export/funambol/clients/outlook/UI/src/NotesSettings.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 
00023 #pragma once
00024 #include "afxwin.h"
00025 
00026 
00030 class CNotesSettings : public CDialog
00031 {
00032         DECLARE_DYNCREATE(CNotesSettings)
00033 
00034 public:
00035         CNotesSettings();           
00036         virtual ~CNotesSettings();
00037 
00038         enum { IDD = IDD_NOTES };
00039 #ifdef _DEBUG
00040         virtual void AssertValid() const;
00041 #ifndef _WIN32_WCE
00042         virtual void Dump(CDumpContext& dc) const;
00043 #endif
00044 #endif
00045 
00046 protected:
00047         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00048     virtual BOOL OnInitDialog();
00049 
00050     DECLARE_MESSAGE_MAP()
00051 
00052     CComboBox lstSyncType;
00053     CEdit editFolder;
00054     CButton checkInclude;
00055     CButton butSelectFolder;
00056     CEdit editRemote;
00057     CStatic groupDirection;
00058     CStatic groupFolder;
00059     CStatic groupAdvanced;
00060 
00061 public:
00062     bool saveSettings(bool);
00063     afx_msg void OnBnClickedNotesOk();
00064     afx_msg void OnBnClickedNotesCancel();
00065     afx_msg void OnBnClickedNotesButSelect();    
00066 };
00067 

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