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

📄 namesearchdialog.h

📁 小型影碟出租企业管理系统
💻 H
字号:
#if !defined(AFX_NAMESEARCHDIALOG_H__F66D3B85_BA40_4008_9537_45A11D0AD4E7__INCLUDED_)
#define AFX_NAMESEARCHDIALOG_H__F66D3B85_BA40_4008_9537_45A11D0AD4E7__INCLUDED_

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

#include "resource.h"
#include "SkinListCtrl.h"
#include ".\include\headerFiles_search.h"

class  CNameSearchDialog : public CDialog
{
public:
	CNameSearchDialog(CWnd* pParent = NULL);  

protected:
    CSkinListCtrl m_nResoultList;
    CSkinListCtrl m_nInterestList;
    CFont         font;

	CButtonST           m_nAdd;
    CButtonST           m_start;
    CButtonST           m_Detail;
    CButtonST           m_delete;
	CButtonST           m_borrow;

    CMacCombo           m_nStyleCombo;
	CTransparentStatic  m_nDiskName;
    CTransparentStatic  m_nDiskStyle;
    CFlatEditBox        m_nDiskNameEditBox;
    CFlatCheckBox       m_nMainlyCheckBox;
public:
    //{{AFX_DATA(CNameSearchDialog)
	//}}AFX_DATA

    //{{AFX_VIRTUAL(CNameSearchDialog)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);   
	//}}AFX_VIRTUAL
protected:
	void ShowTheDetail(bool flag=FALSE);
	void InitAllCtrl();
	int GetSelectedItemIndex(bool nFlag=FALSE);

    //{{AFX_MSG(CNameSearchDialog)
	afx_msg void OnPaint();
	virtual BOOL OnInitDialog();
	afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct);
	afx_msg void OnButton();
	afx_msg void OnStartsearchButton();
	afx_msg void OnDeleteButton();
	afx_msg void OnDetailButton();
    afx_msg void OnDblclkResoultList(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnDblclkIntrestingList(NMHDR* pNMHDR, LRESULT* pResult);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif // !defined(AFX_NAMESEARCHDIALOG_H__F66D3B85_BA40_4008_9537_45A11D0AD4E7__INCLUDED_)

⌨️ 快捷键说明

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