notificationdlg.h
来自「该项目是为PPC(PocketPc)使用者提供方便的理财事务.如,现金的借贷,债」· C头文件 代码 · 共 61 行
H
61 行
#if !defined(AFX_NOTIFICATIONDLG_H__954B6B12_95F4_4E4D_9FFB_67E73257DF96__INCLUDED_)
#define AFX_NOTIFICATIONDLG_H__954B6B12_95F4_4E4D_9FFB_67E73257DF96__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// NotificationDlg.h : header file
//
#include "CeBtnST.h"
#include "SortListCtrl.h"
#include "inireader.h"
#include "Note.h"
/////////////////////////////////////////////////////////////////////////////
// CNotificationDlg dialog
class CNotificationDlg : public CDialog
{
// Construction
public:
void SetNote(CString key,CString value,int i);
BOOL Init();
CNotificationDlg(CWnd* pParent = NULL); // standard constructor
int m_iCount;
void SetTime(CString value);
void SetDate(CString value);
CWnd * m_pParent;
CNote *m_pCNote[250];
MyTime m_tmpTime;
CIniReader * m_pNoteIni2;
CIniReader * m_pNoteIni;
// Dialog Data
//{{AFX_DATA(CNotificationDlg)
enum { IDD = IDD_DIALOG_NOTIFICATION };
CSortListCtrl m_ctrList;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNotificationDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CNotificationDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_NOTIFICATIONDLG_H__954B6B12_95F4_4E4D_9FFB_67E73257DF96__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?