~ubuntu-branches/ubuntu/warty/openafs/warty

« back to all changes in this revision

Viewing changes to src/WINNT/win9xpanel/Force.h

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2004-01-10 16:37:33 UTC
  • Revision ID: james.westby@ubuntu.com-20040110163733-jvr0n1uahshlb1uu
Tags: upstream-1.2.11
ImportĀ upstreamĀ versionĀ 1.2.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Copyright 2000, International Business Machines Corporation and others.
 
2
        All Rights Reserved.
 
3
 
 
4
        This software has been released under the terms of the IBM Public
 
5
        License.  For details, see the LICENSE file in the top-level source
 
6
        directory or online at http://www.openafs.org/dl/license10.html
 
7
*/
 
8
#if !defined(AFX_FORCE_H__EBCBE049_03C3_11D4_A374_00105A6BCA62__INCLUDED_)
 
9
#define AFX_FORCE_H__EBCBE049_03C3_11D4_A374_00105A6BCA62__INCLUDED_
 
10
 
 
11
#if _MSC_VER > 1000
 
12
#pragma once
 
13
#endif // _MSC_VER > 1000
 
14
// Force.h : header file
 
15
//
 
16
 
 
17
/////////////////////////////////////////////////////////////////////////////
 
18
// CForce dialog
 
19
 
 
20
class CForce : public CDialog
 
21
{
 
22
// Construction
 
23
public:
 
24
        CForce(CWnd* pParent = NULL);   // standard constructor
 
25
 
 
26
// Dialog Data
 
27
        //{{AFX_DATA(CForce)
 
28
        enum { IDD = IDD_DIALOGFORCE };
 
29
        CString m_sMsg;
 
30
        //}}AFX_DATA
 
31
 
 
32
 
 
33
// Overrides
 
34
        // ClassWizard generated virtual function overrides
 
35
        //{{AFX_VIRTUAL(CForce)
 
36
        protected:
 
37
        virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
 
38
        //}}AFX_VIRTUAL
 
39
 
 
40
// Implementation
 
41
protected:
 
42
 
 
43
        // Generated message map functions
 
44
        //{{AFX_MSG(CForce)
 
45
                // NOTE: the ClassWizard will add member functions here
 
46
        //}}AFX_MSG
 
47
        DECLARE_MESSAGE_MAP()
 
48
};
 
49
 
 
50
//{{AFX_INSERT_LOCATION}}
 
51
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
 
52
 
 
53
#endif // !defined(AFX_FORCE_H__EBCBE049_03C3_11D4_A374_00105A6BCA62__INCLUDED_)