?? mainview.h
字號:
#if !defined(AFX_MAINVIEW_H__2CDCBA87_DC96_4E2F_8D79_3339190C26A0__INCLUDED_)
#define AFX_MAINVIEW_H__2CDCBA87_DC96_4E2F_8D79_3339190C26A0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MainView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMainView form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include "moblieXDoc.h"
class CMainView : public CFormView
{
protected:
CMainView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CMainView)
CMoblieXDoc* GetDocument(){ return (CMoblieXDoc*)m_pDocument; }
// Form Data
public:
//{{AFX_DATA(CMainView)
enum { IDD = IDD_FORMVIEW };
CEdit m_smsCtrl;
CStatic m_charNumCtrl;
CListBox m_smsListCtrl;
CString m_callNo;
CString m_callNoHead;
CString m_sendTime;
CString m_sms;
CString m_sca;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMainView)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CMainView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CMainView)
afx_msg void OnSmsListUpdate();
afx_msg void OnSelchangeSmsList();
afx_msg void OnSmsSend();
afx_msg void OnSmsDel();
afx_msg void OnUpdateSmsDel(CCmdUI* pCmdUI);
afx_msg void OnDestroy();
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnSmsGet();
afx_msg void OnUpdateSmsGet(CCmdUI* pCmdUI);
afx_msg void OnPbSelect();
afx_msg void OnScaSelect();
afx_msg void OnSmsAdd();
afx_msg void OnChangeSms();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MAINVIEW_H__2CDCBA87_DC96_4E2F_8D79_3339190C26A0__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -