D:/develop/v65/clients/outlook/install/output/export/funambol/clients/outlook/UI/src/AccountSettings.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 #include "OutlookPluginDoc.h"
00026 
00030 class CAccountSettings : public CFormView
00031 {
00032         DECLARE_DYNCREATE(CAccountSettings)
00033 protected:
00034     CAccountSettings();           // protected constructor used by dynamic creation
00035     virtual ~CAccountSettings();
00036 public:
00037     enum { IDD = IDD_ACCOUNT };
00038     COutlookPluginDoc* GetDocument();
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 PreTranslateMessage(MSG* pMsg);
00049    DECLARE_MESSAGE_MAP()
00050 public:   
00051     CEdit editUrl;
00052     CEdit editUser;
00053     CEdit editPassword;
00054     CButton butProxy;
00055     CStatic groupServer;
00056 
00057     bool saveSettings(bool saveToDisk);   
00058 
00059     afx_msg void OnBnClickedAccountButCancel();
00060     afx_msg void OnBnClickedAccountButOk();
00061     afx_msg LRESULT OnInitForm(WPARAM, LPARAM);
00062     afx_msg int OnCreate(LPCREATESTRUCT lpcs);
00063     afx_msg void OnNcPaint();
00064     afx_msg void OnBnClickedAccountButProxy();
00065 };
00066 

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