📄 noticeinfodlg.h
字号:
/**
* <p> Title: 对活动对象进行增加,修改功能的页面 </p>
* <p> Description:提供对社团,学生,活动对象进行增加,修改功能的处理 </p>
* <p> Copyright: bjut </p>
* <p> Company: bjut </p>
* @author gaok
* @version 1.0
* @Created on 2005-12-17
*/
#if !defined(AFX_NOTICEINFODLG_H__E0F070F6_DEAA_4915_B71F_BCB1553DD809__INCLUDED_)
#define AFX_NOTICEINFODLG_H__E0F070F6_DEAA_4915_B71F_BCB1553DD809__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// NoticeInfoDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CNoticeInfoDlg dialog
#include "AddStMsgRSet.h"
#include "AddNoticeRSet.h"
class CNoticeInfoDlg : public CDialog
{
// Construction
public:
CNoticeInfoDlg(CWnd* pParent = NULL); // standard constructor
CDatabase m_database; // 声明数据库对象
// Dialog Data
//{{AFX_DATA(CNoticeInfoDlg)
enum { IDD = IDD_DIALOG_NOTICE_INFO };
CTime m_dtNotice; // 活动日期
CTime m_tmBegin; // 活动开始时间
CTime m_tmEnd; // 活动结束时间
CString m_strPlace; // 活动地点
CComboBox m_ctrSt; // 社团
CString m_strSt; // 社团
CString m_strContent; // 活动内容
CString m_strHdNm; // 活动内码,主键
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNoticeInfoDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CNoticeInfoDlg)
// NOTE: the ClassWizard will add member functions here
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_NOTICEINFODLG_H__E0F070F6_DEAA_4915_B71F_BCB1553DD809__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -