mylistbox.hrh

来自「MyListBox Symbian 3rd custom control.」· HRH 代码 · 共 19 行

HRH
19
字号
// --------------------------------------------------------------------------
// MyListBox.hrh
//
// Copyright 2005, Antony Pranata
// http://www.antonypranata.com
//
// A resource header for custom list box example.
// --------------------------------------------------------------------------

#ifndef MYLISTBOX_HRH
#define MYLISTBOX_HRH

enum TMyListBoxCommandIds
    {
    ECmdMyListBoxDoubleLine = 1
    };

#endif // MYLISTBOX_HRH

⌨️ 快捷键说明

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