home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Houseplan Collection
/
HRCD2005.ISO
/
data1.cab
/
Zusatz
/
3DS
/
DATA2.Z
/
OEMDlg.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-06-21
|
2KB
|
69 lines
// OEMDlg.h : header file
//
#if !defined(AFX_OEMDLG_H__27461B49_3FCB_11D2_9E4F_00A0C9251384__INCLUDED_)
#define AFX_OEMDLG_H__27461B49_3FCB_11D2_9E4F_00A0C9251384__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// Deklaration der ArCon Interfaces
#include <ArCon.h>
/////////////////////////////////////////////////////////////////////////////
// COEMDlg dialog
class COEMDlg : public CDialog
{
// Construction
public:
COEMDlg(CWnd* pParent = NULL); // standard constructor
virtual ~COEMDlg();
// Dialog Data
//{{AFX_DATA(COEMDlg)
enum { IDD = IDD_OEM_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(COEMDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void AdjustArConWnd(int cx, int cy);
void InstanceIntoWorld(IObjectConstructor* constr, float x, float y, float z, BOOL intoWorld);
void CreateOneCube(float x, float y, float z, COLORREF col, const CString &name, BOOL intoWorld);
void CreateCubes(float dx, float dy, float dz, BOOL intoWorld);
HICON m_hIcon;
IArCon * m_pArCon;
HWND m_arconWnd;
// Generated message map functions
//{{AFX_MSG(COEMDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnClose();
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnButton1();
afx_msg void OnMove(int x, int y);
afx_msg void OnButton2();
afx_msg void OnArconVisible();
afx_msg void OnButton3();
afx_msg void OnObjectsVisible();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_OEMDLG_H__27461B49_3FCB_11D2_9E4F_00A0C9251384__INCLUDED_)