ScriptSetDlg.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #if !defined(AFX_SCRIPTSETDLG_H__EC7D3DF6_B8FB_44A4_9ACF_B3D4455BC11C__INCLUDED_)
  2. #define AFX_SCRIPTSETDLG_H__EC7D3DF6_B8FB_44A4_9ACF_B3D4455BC11C__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ScriptSetDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CScriptSetDlg dialog
  10. class CScriptSetDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CScriptSetDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CScriptSetDlg)
  17. enum { IDD = IDD_SCRIPTPARA };
  18. int m_nCircle;
  19. CString m_strCondition;
  20. CString m_strName;
  21. int m_nType;
  22. BOOL m_bUsed;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CScriptSetDlg)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(CScriptSetDlg)
  34. virtual void OnOK();
  35. afx_msg void OnEditcondi();
  36. afx_msg void OnRadio1();
  37. afx_msg void OnRadio2();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. public:
  41. afx_msg void OnBnClickedOk();
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_SCRIPTSETDLG_H__EC7D3DF6_B8FB_44A4_9ACF_B3D4455BC11C__INCLUDED_)