⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 databasesoftwaredlg.h

📁 易经起名卦例的存取,用户可以方便存取原名和改后的名字信息
💻 H
字号:
// DataBaseSoftWareDlg.h : header file
//
//{{AFX_INCLUDES()
#include "datagrid.h"
//}}AFX_INCLUDES

#if !defined(AFX_DATABASESOFTWAREDLG_H__75872F18_EF71_47BA_A4A6_65D6400DAE75__INCLUDED_)
#define AFX_DATABASESOFTWAREDLG_H__75872F18_EF71_47BA_A4A6_65D6400DAE75__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CDataBaseSoftWareDlg dialog
#define UM_UpdateData  WM_USER+1

class CDataBaseSoftWareDlg : public CDialog
{
// Construction
public:
	CDataBaseSoftWareDlg(CWnd* pParent = NULL);	// standard constructor
	
	
	int type;//1=add,2=del,3=modify
	int m_Level;
	int isFirst;
	int isNewName;
	CString	indexId;
	CString tempId;

// Dialog Data
	//{{AFX_DATA(CDataBaseSoftWareDlg)
	enum { IDD = IDD_DATABASESOFTWARE_DIALOG };
	CXPButton	m_excute;
	CXPButton	m_copy;
	CXPButton	m_modify;
	CXPButton	m_stubt;
	CXPButton	m_stu;
	CXPButton	m_add;
	CComboBox	m_compuny;
	CComboBox	m_isout;
	CComboBox	m_listsex;
	CString	m_name;
	CString	m_cname;
	CTime	m_time1;
	CTime	m_time2;
	CString	m_adress;
	CString	m_fixnum;
	CString	m_moblenum;
	CComboBox	m_sex;
	CDataGrid	m_Datagrid;
	CString	m_CnameN;
	CTime	m_time3;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDataBaseSoftWareDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CDataBaseSoftWareDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnDelBtn();
	afx_msg void OnModifyBtn();
	afx_msg void OnAddBtn();
	afx_msg void OnCourseExecute();
	afx_msg void OnRADIOChangeName();
	afx_msg void OnRADIONewName();
	afx_msg void OnEditchangeCompuny();
	afx_msg void OnSelendokCompuny();
	afx_msg void OnClickDATAGRIDData();
	afx_msg void OnSelChangeDATAGRIDData(short FAR* Cancel);
	afx_msg void OnLookforStudentBtn();
	afx_msg void OnBUTTONCopyData();
	afx_msg void OnSize(UINT nType, int cx, int cy);
	DECLARE_EVENTSINK_MAP()
	//}}AFX_MSG
	afx_msg void OnUpdateData(WPARAM wparam, LPARAM lparam);
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DATABASESOFTWAREDLG_H__75872F18_EF71_47BA_A4A6_65D6400DAE75__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -