Last change
on this file since 16 was 14, checked in by marrucho, 12 years ago |
xsuc light lecture uniquement
|
File size:
1.5 KB
|
Rev | Line | |
---|
[14] | 1 | // Modbucfg.h : main header file for the MODBUCFG application
|
---|
| 2 | //
|
---|
| 3 |
|
---|
| 4 | #if !defined(AFX_MODBUCFG_H__A3BAD4AA_F5AE_11D1_8FE9_6CD504C1BC01__INCLUDED_)
|
---|
| 5 | #define AFX_MODBUCFG_H__A3BAD4AA_F5AE_11D1_8FE9_6CD504C1BC01__INCLUDED_
|
---|
| 6 |
|
---|
| 7 | #if _MSC_VER >= 1000
|
---|
| 8 | #pragma once
|
---|
| 9 | #endif // _MSC_VER >= 1000
|
---|
| 10 |
|
---|
| 11 | #ifndef __AFXWIN_H__
|
---|
| 12 | #error include 'stdafx.h' before including this file for PCH
|
---|
| 13 | #endif
|
---|
| 14 |
|
---|
| 15 | #include "resource.h" // main symbols
|
---|
| 16 |
|
---|
| 17 | /////////////////////////////////////////////////////////////////////////////
|
---|
| 18 | // CModbucfgApp:
|
---|
| 19 | // See Modbucfg.cpp for the implementation of this class
|
---|
| 20 | //
|
---|
| 21 |
|
---|
| 22 | class CModbucfgApp : public CWinApp
|
---|
| 23 | {
|
---|
| 24 | public:
|
---|
| 25 | virtual BOOL PreTranslateMessage(MSG* pMsg);
|
---|
| 26 | void Test();
|
---|
| 27 | CModbucfgApp();
|
---|
| 28 |
|
---|
| 29 | // Overrides
|
---|
| 30 | // ClassWizard generated virtual function overrides
|
---|
| 31 | //{{AFX_VIRTUAL(CModbucfgApp)
|
---|
| 32 | public:
|
---|
| 33 | virtual BOOL InitInstance();
|
---|
| 34 | //}}AFX_VIRTUAL
|
---|
| 35 |
|
---|
| 36 | // Implementation
|
---|
| 37 | //COleTemplateServer m_server;
|
---|
| 38 | // Server object for document creation
|
---|
| 39 |
|
---|
| 40 | //{{AFX_MSG(CModbucfgApp)
|
---|
| 41 | afx_msg void OnAppAbout();
|
---|
| 42 | // NOTE - the ClassWizard will add and remove member functions here.
|
---|
| 43 | // DO NOT EDIT what you see in these blocks of generated code !
|
---|
| 44 | //}}AFX_MSG
|
---|
| 45 | DECLARE_MESSAGE_MAP()
|
---|
| 46 | };
|
---|
| 47 |
|
---|
| 48 | BOOL RegTypeLib(LPCSTR szTypeLibName);
|
---|
| 49 |
|
---|
| 50 | /////////////////////////////////////////////////////////////////////////////
|
---|
| 51 |
|
---|
| 52 | //{{AFX_INSERT_LOCATION}}
|
---|
| 53 | // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
|
---|
| 54 |
|
---|
| 55 | #endif // !defined(AFX_MODBUCFG_H__A3BAD4AA_F5AE_11D1_8FE9_6CD504C1BC01__INCLUDED_)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.