📄 govtagentdlg.h
字号:
// GovtAgentDlg.h : header file
//
#if !defined(AFX_GOVTAGENTDLG_H__EC4937E7_8F76_11D2_BD1F_00C04F96A9C3__INCLUDED_)
#define AFX_GOVTAGENTDLG_H__EC4937E7_8F76_11D2_BD1F_00C04F96A9C3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
////////////////////////////////////////////////////////////////////
// CGovtAgentDlg dialog
#define WM_TRAY_NOTIFY WM_USER + 0
#define MAX_WORDS 100
class CGovtAgentDlg : public CDialog
{
// Construction
public:
CGovtAgentDlg(CWnd* pParent = NULL); // standard constructor
LRESULT OnTrayNotify(WPARAM wParam, LPARAM lParam);
NOTIFYICONDATA m_nTrayData;
CString sWord[MAX_WORDS];
int nWords;
BOOL bHidden, bBusy;
void SetTray(int nWhichIcon, CString sStatus);
void LoadWords();
void SaveWords();
void ScanForBills();
void OnMenuUpdate();
void OnMenuConfigure();
void OnMenuExit();
// Dialog Data
//{{AFX_DATA(CGovtAgentDlg)
enum { IDD = IDD_GOVTAGENT_DIALOG };
CComboBox m_words_ctl;
CString m_mail;
CString m_words;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGovtAgentDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CGovtAgentDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnAdd();
afx_msg void OnRemove();
virtual void OnOK();
afx_msg void OnTimer(UINT nIDEvent);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GOVTAGENTDLG_H__EC4937E7_8F76_11D2_BD1F_00C04F96A9C3__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -