D:/develop/v65/clients/outlook/install/output/export/funambol/clients/outlook/UI/src/FullSync.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 #pragma once
00020 
00026 // CFullSync dialog
00027 #include "OutlookPlugin.h"
00028 #include "afxwin.h"
00029 
00030 
00034 class CFullSync : public CDialog
00035 {
00036         DECLARE_DYNAMIC(CFullSync)
00037 
00038 public:
00039         CFullSync(CWnd* pParent = NULL);   // standard constructor
00040         virtual ~CFullSync();
00041     virtual BOOL OnInitDialog();
00042 
00043 // Dialog Data
00044         enum { IDD = IDD_FULLSYNC };
00045 
00046 protected:
00047         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00048 
00049         DECLARE_MESSAGE_MAP()
00050 public:
00051     CComboBox lstSyncType;
00052     CButton checkContacts;
00053     CButton checkCalendar;
00054     CButton checkTasks;
00055     CButton checkNotes;
00056     CButton radio1;
00057     CButton radio2;
00058     CButton radio3;
00059     CStatic groupDirection;
00060     CStatic groupItems;
00061     
00062     afx_msg void OnBnClickedOk();
00063     afx_msg void OnBnClickedCancel();
00064     afx_msg void OnBnClickedFullsyncCheckContacts();
00065     afx_msg void OnBnClickedFullsyncCheckCalendar();
00066     afx_msg void OnBnClickedFullsyncCheckTasks();
00067     afx_msg void OnBnClickedFullsyncCheckNotes();
00068 };
00069 

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