MiscOptDlg.h
上传用户:hmc_gdtv
上传日期:2013-08-04
资源大小:798k
文件大小:3k
源码类别:

Windows Mobile

开发平台:

Visual C++

  1. /*
  2.  * Copyright (c) 2001,2002,2003 Mike Matsnev.  All Rights Reserved.
  3.  *
  4.  * Redistribution and use in source and binary forms, with or without
  5.  * modification, are permitted provided that the following conditions
  6.  * are met:
  7.  *
  8.  * 1. Redistributions of source code must retain the above copyright
  9.  *    notice immediately at the beginning of the file, without modification,
  10.  *    this list of conditions, and the following disclaimer.
  11.  * 2. Redistributions in binary form must reproduce the above copyright
  12.  *    notice, this list of conditions and the following disclaimer in the
  13.  *    documentation and/or other materials provided with the distribution.
  14.  * 3. Absolutely no warranty of function or purpose is made by the author
  15.  *    Mike Matsnev.
  16.  *
  17.  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  18.  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  19.  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  20.  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  21.  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  22.  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  23.  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  24.  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  25.  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  26.  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  27.  * 
  28.  * $Id: MiscOptDlg.h,v 1.7.2.4 2003/08/23 01:15:02 mike Exp $
  29.  * 
  30.  */
  31. #if !defined(AFX_MISCOPTDLG_H__96F5A162_3306_4CB6_8587_0BD0C2F0117B__INCLUDED_)
  32. #define AFX_MISCOPTDLG_H__96F5A162_3306_4CB6_8587_0BD0C2F0117B__INCLUDED_
  33. #if _MSC_VER >= 1000
  34. #pragma once
  35. #endif // _MSC_VER >= 1000
  36. /////////////////////////////////////////////////////////////////////////////
  37. // CMiscOptDlg dialog
  38. class CMiscOptDlg : public CDialog
  39. {
  40.   // Construction
  41. public:
  42.   CMiscOptDlg(CWnd* pParent = NULL);   // standard constructor
  43.   
  44.   // Dialog Data
  45.   //{{AFX_DATA(CMiscOptDlg)
  46.   enum { IDD = IDD_MISCOPT };
  47.   int     m_fcsize;
  48.   int     m_fbsize;
  49.   int     m_allowmulti;
  50.   int     m_rotb;
  51.   int     m_savetofiles;
  52.   int     m_lastfiles;
  53.   int     m_autorepeatlimit;
  54.   //}}AFX_DATA
  55.   
  56.   
  57.   // Overrides
  58.   // ClassWizard generated virtual function overrides
  59.   //{{AFX_VIRTUAL(CMiscOptDlg)
  60. protected:
  61.   virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  62.   //}}AFX_VIRTUAL
  63.   
  64.   // Implementation
  65. protected:
  66.   
  67.   // Generated message map functions
  68.   //{{AFX_MSG(CMiscOptDlg)
  69.   virtual BOOL OnInitDialog();
  70.   //}}AFX_MSG
  71.   DECLARE_MESSAGE_MAP()
  72. };
  73. //{{AFX_INSERT_LOCATION}}
  74. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  75. #endif // !defined(AFX_MISCOPTDLG_H__96F5A162_3306_4CB6_8587_0BD0C2F0117B__INCLUDED_)