This commit is contained in:
coco
2026-07-03 16:05:30 +08:00
commit df489d5640
1101 changed files with 779140 additions and 0 deletions
+55
View File
@@ -0,0 +1,55 @@
#if !defined(AFX_OPSELECTSCONDLG_H__9528E836_E86A_4CED_ADDE_68E743B98830__INCLUDED_)
#define AFX_OPSELECTSCONDLG_H__9528E836_E86A_4CED_ADDE_68E743B98830__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// opselectscondlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// COpSelectSConDlg dialog
class COpSelectSConDlg : public CDialog
{
// Construction
public:
COpSelectSConDlg(CWnd* pParent = NULL); // standard constructor
COpSelectSConDlg(INT_PTR* pRet, CWnd* pParent = NULL);
// Dialog Data
//{{AFX_DATA(COpSelectSConDlg)
enum { IDD = IDD_OP_SCM_DB_SSC };
CListCtrl m_sptList;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(COpSelectSConDlg)
public:
virtual BOOL Create(UINT nID, CWnd* pParentWnd);
virtual BOOL DestroyWindow();
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void CalcWindowRect(LPRECT lpClientRect, UINT nAdjustType = adjustBorder);
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(COpSelectSConDlg)
virtual void OnOK();
virtual void OnCancel();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
INT_PTR* m_pRet;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_OPSELECTSCONDLG_H__9528E836_E86A_4CED_ADDE_68E743B98830__INCLUDED_)