streams.hrh

来自「SYmbian C++ Streams.zip」· HRH 代码 · 共 24 行

HRH
24
字号
// streams.hrh
//
// Copyright (c) 2002 Symbian Ltd.  All rights reserved.
//


enum TStreamsMenuCommands
	{
	EStreamsExampleCmd0 = 0x1000,
	EStreamsExampleCmdWriteFile,
	EStreamsExampleCmdReadFile,
	EStreamsExampleCmdParse,
	EStreamsExampleCmd4
	};


// FIXME: defs to enums
#define EExampleControlIdFileName 0x1100
#define EExampleControlIdText 0x1101
#define EExampleControlIdDrive 0x1102
#define EExampleControlIdPath 0x1103
#define EExampleControlIdName 0x1104
#define EExampleControlIdExtension 0x1105

⌨️ 快捷键说明

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