📄 newsissueform.h
字号:
#if !defined(AFX_NEWSISSUEFORM_H__69D0BC0A_AE41_49CB_943A_A8FA83CD3EAB__INCLUDED_)
#define AFX_NEWSISSUEFORM_H__69D0BC0A_AE41_49CB_943A_A8FA83CD3EAB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// NewsIssueForm.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CNewsIssueForm dialog
class CNewsIssueForm : public CDialog
{
// Construction
public:
CNewsIssueForm(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CNewsIssueForm)
enum { IDD = IDD_NEWSISSUEFORM_DIALOG };
CComboBox m_staffNameCombo;
CListCtrl m_list;
COleDateTime m_issueDate;
CString m_issuePerson;
CString m_subject;
CString m_content;
CString m_newsIssueID;
CWnd* tx_issueDate;
CWnd* tx_issuePerson;
CWnd* tx_subject;
CWnd* tx_content;
CWnd* tx_newsIssueID;
CWnd* bt_add;
CWnd* bt_delete;
CWnd* bt_modify;
CWnd* bt_cancelation;
CWnd* bt_save;
int flag;
int is_search;
//}}AFX_DATA
public:
void Refresh();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNewsIssueForm)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CNewsIssueForm)
afx_msg void OnAdd();
afx_msg void OnDelete();
afx_msg void OnModify();
afx_msg void OnSave();
afx_msg void OnCancelation();
afx_msg void OnExit();
virtual BOOL OnInitDialog();
afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_NEWSISSUEFORM_H__69D0BC0A_AE41_49CB_943A_A8FA83CD3EAB__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -