tlabellist.h
来自「类似于OutLook窗口的XFloorWnd ActiveX控件源程序」· C头文件 代码 · 共 37 行
H
37 行
/************************************
REVISION LOG ENTRY
Revision By: Mihai Filimon
Revised on 8/23/98 19:33:40
Comments: TLabelComboBox.h: interface for the CTLabelList class.
************************************/
#if !defined(AFX_TLABELCOMBOBOX_H__D6C397A2_ECEA_11D1_8540_9B1C6856D236__INCLUDED_)
#define AFX_TLABELCOMBOBOX_H__D6C397A2_ECEA_11D1_8540_9B1C6856D236__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#include "TLabelEdit.h"
class CTLabelList : public CTLabelEdit
{
public:
virtual void Init();
// Overidable
virtual CWnd* GetEditControl() = NULL;
// Others..
virtual BOOL IsEditDestroyable();
virtual void ShowEdit();
virtual void AttachWindow(HWND hwnd);
void AttachWindow(CWnd* pWnd);
virtual CWnd* GetWindowControl();
CTLabelList();
virtual ~CTLabelList();
private:
CString m_sSeparator;
HWND m_hWndList;
};
#endif // !defined(AFX_TLABELCOMBOBOX_H__D6C397A2_ECEA_11D1_8540_9B1C6856D236__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?