12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- #if !defined(AFX_SCRIPTSETDLG_H__EC7D3DF6_B8FB_44A4_9ACF_B3D4455BC11C__INCLUDED_)
- #define AFX_SCRIPTSETDLG_H__EC7D3DF6_B8FB_44A4_9ACF_B3D4455BC11C__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ScriptSetDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CScriptSetDlg dialog
- class CScriptSetDlg : public CDialog
- {
- // Construction
- public:
- CScriptSetDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CScriptSetDlg)
- enum { IDD = IDD_SCRIPTPARA };
- int m_nCircle;
- CString m_strCondition;
- CString m_strName;
- int m_nType;
- BOOL m_bUsed;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CScriptSetDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CScriptSetDlg)
- virtual void OnOK();
- afx_msg void OnEditcondi();
- afx_msg void OnRadio1();
- afx_msg void OnRadio2();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- public:
- afx_msg void OnBnClickedOk();
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SCRIPTSETDLG_H__EC7D3DF6_B8FB_44A4_9ACF_B3D4455BC11C__INCLUDED_)
|