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

📄 vdlg.h

📁 图库管理系统设计源码
💻 H
字号:
// vDlg.h : header file
//

#if !defined(AFX_VDLG_H__889D8ECF_3D54_4896_A2C8_A625A4231A14__INCLUDED_)
#define AFX_VDLG_H__889D8ECF_3D54_4896_A2C8_A625A4231A14__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CVDlg dialog

class CVDlg : public CDialog
{
// Construction
public:
	int num;
	CBitmap buttonBMP;
	CVDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CVDlg)
	enum { IDD = IDD_V_DIALOG };
	CEdit	    m_edit;
	CComboBox	m_combo3;
	CComboBox	m_combo2;
	CComboBox	m_combo1;
	CButton	m_button;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CVDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
    afx_msg void OnView();
	afx_msg void OnAiter();
	afx_msg void OnAdd();
	afx_msg void OnDelete();
	//}}AFX_MSG
	afx_msg void OnChoice(UINT nID);
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_VDLG_H__889D8ECF_3D54_4896_A2C8_A625A4231A14__INCLUDED_)

⌨️ 快捷键说明

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