Files
geomative/GeomativeStudio/h/opcreatesptgndlg.h
T
coco df489d5640 a
2026-07-03 16:05:30 +08:00

62 lines
1.5 KiB
C++

#if !defined(AFX_OPCREATESPTGNDLG_H__25361D88_07FD_42D5_8607_5556C1529C79__INCLUDED_)
#define AFX_OPCREATESPTGNDLG_H__25361D88_07FD_42D5_8607_5556C1529C79__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// opcreatesptgndlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// COpCreateSptGNDlg dialog
class COpCreateSptGNDlg : public CDialog
{
// Construction
public:
int m_iMaxLevel;
int m_iCurLevel;
int m_iSelLevel;
int m_iN;
COpCreateSptGNDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(COpCreateSptGNDlg)
enum { IDD = IDD_OP_SPT_TP_GN };
CComboBox m_cbLevel;
int m_iEf;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(COpCreateSptGNDlg)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(COpCreateSptGNDlg)
virtual BOOL OnInitDialog();
afx_msg void OnRdo3Ef();
afx_msg void OnRdo1Ef();
afx_msg void OnRdo2Ef();
afx_msg void OnRdo4Ef();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
protected:
void InitUIByLanguage(int iLanguage);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_OPCREATESPTGNDLG_H__25361D88_07FD_42D5_8607_5556C1529C79__INCLUDED_)