namesearchdialog.h

来自「小型影碟出租企业管理系统」· C头文件 代码 · 共 61 行

H
61
字号
#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 + =
减小字号Ctrl + -
显示快捷键?