D:/develop/v65/clients/outlook/install/output/export/funambol/clients/outlook/UI/src/LogSettings.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 CLogSettings : public CDialog
00031 {
00032         DECLARE_DYNAMIC(CLogSettings)
00033 
00034 public:
00035         CLogSettings(CWnd* pParent = NULL);   // standard constructor
00036         virtual ~CLogSettings();
00037 
00038 // Dialog Data
00039         enum { IDD = IDD_LOG };
00040 
00041 protected:
00042         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00043     virtual BOOL OnInitDialog();
00044         DECLARE_MESSAGE_MAP()
00045 public:
00046     CButton radioNone;
00047     CButton radioInfo;
00048     CButton radioDebug;
00049     CStatic groupLevel;
00050 
00051     bool saveSettings(bool saveToDisk);
00052 
00053     afx_msg void OnBnClickedLogOk();
00054     afx_msg void OnBnClickedLogCancel();
00055     afx_msg void OnBnClickedLogRadioNone();
00056     afx_msg void OnBnClickedLogRadioInfo();
00057     afx_msg void OnBnClickedLogRadioDebug();
00058     afx_msg void OnBnClickedLogViewlog();
00059 };
00060 

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