~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/embedding/browser/activex/tests/IEPatcher/ScannerWnd.h

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#if !defined(AFX_SCANNERWND_H__2CAAFC05_6C47_11D2_A1F5_000000000000__INCLUDED_)
 
2
#define AFX_SCANNERWND_H__2CAAFC05_6C47_11D2_A1F5_000000000000__INCLUDED_
 
3
 
 
4
#if _MSC_VER >= 1000
 
5
#pragma once
 
6
#endif // _MSC_VER >= 1000
 
7
// ScannerWnd.h : header file
 
8
//
 
9
 
 
10
/////////////////////////////////////////////////////////////////////////////
 
11
// CScannerWnd window
 
12
 
 
13
class CScannerWnd : public CWnd
 
14
{
 
15
// Construction
 
16
public:
 
17
        CScannerWnd();
 
18
 
 
19
// Attributes
 
20
public:
 
21
 
 
22
// Operations
 
23
public:
 
24
 
 
25
// Overrides
 
26
        // ClassWizard generated virtual function overrides
 
27
        //{{AFX_VIRTUAL(CScannerWnd)
 
28
        //}}AFX_VIRTUAL
 
29
 
 
30
// Implementation
 
31
public:
 
32
        virtual ~CScannerWnd();
 
33
 
 
34
        // Generated message map functions
 
35
protected:
 
36
        //{{AFX_MSG(CScannerWnd)
 
37
        afx_msg void OnTimer(UINT nIDEvent);
 
38
        afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
 
39
        //}}AFX_MSG
 
40
        DECLARE_MESSAGE_MAP()
 
41
};
 
42
 
 
43
/////////////////////////////////////////////////////////////////////////////
 
44
 
 
45
//{{AFX_INSERT_LOCATION}}
 
46
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
 
47
 
 
48
#endif // !defined(AFX_SCANNERWND_H__2CAAFC05_6C47_11D2_A1F5_000000000000__INCLUDED_)