?? tlabelcombobox.h
字號:
/************************************
REVISION LOG ENTRY
Revision By: Mihai Filimon
Revised on 8/23/98 19:34:07
Comments: TLabelComboBox.h: interface for the CTLabelComboBox class.
************************************/
#if !defined(AFX_TLABELCOMBOBOX_H__D6C397A4_ECEA_11D1_8540_9B1C6856D236__INCLUDED_)
#define AFX_TLABELCOMBOBOX_H__D6C397A4_ECEA_11D1_8540_9B1C6856D236__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#include "TLabelList.h"
class CTLabelComboBox : public CTLabelList
{
public:
virtual CWnd* GetEditControl();
CTLabelComboBox();
virtual ~CTLabelComboBox();
};
#endif // !defined(AFX_TLABELCOMBOBOX_H__D6C397A4_ECEA_11D1_8540_9B1C6856D236__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -