⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sccardinfo.h

📁 agsm a gsm sim manager for browsing, managing, and manipulating the phonebook,SMS on the SIM card. I
💻 H
字号:
#if !defined(AFX_SCCARDINFO_H__140DD918_C2CC_4678_8FE9_39F9E0B7611B__INCLUDED_)
#define AFX_SCCARDINFO_H__140DD918_C2CC_4678_8FE9_39F9E0B7611B__INCLUDED_

#include "ScListCtrl.h"
#include "ScPropertyPage.h"

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ScCardInfo.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CScCardInfo dialog

class CScCardInfo : public CScPropertyPage
{
	DECLARE_DYNCREATE(CScCardInfo)

// Construction
public:
	void UpdatePUCT();
	void UpdateSST();
	void UpdateACMmax();
	void UpdatePLMNsel();
	void UpdateKc();
	void UpdateMF();
	void UpdateSPN();
	void UpdatePhase();
	void UpdateIMSI();
	void UpdateLP();
	void UpdateFileSize();
	void UpdateICCID();
	void UpdateATR();
	CScCardInfo();
	~CScCardInfo();

// Dialog Data
	//{{AFX_DATA(CScCardInfo)
	enum { IDD = IDD_PAGE_INFO };
	CScListCtrl	m_listInfo;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CScCardInfo)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL
	virtual CScListCtrl* GetListCtrl();

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CScCardInfo)
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SCCARDINFO_H__140DD918_C2CC_4678_8FE9_39F9E0B7611B__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -