ftpexample.hrh

来自「Symbian智能手机操作系统源代码值的参考_网络ftp」· HRH 代码 · 共 47 行

HRH
47
字号
/*
* ============================================================================
*  Name     : FtpExample resource header file ftpexample.hrh
*  Part of  : FtpExample 
*  Created  : 03/11/2005 by Forum Nokia
*  Description:
*     This file contains declarations for constants of FtpExample.
*     The file can be included in C++ or resource file.
*  Version  : 1.0
*  Copyright: Nokia Corporation
* ============================================================================
*/

#ifndef FTPEXAMPLE_HRH
#define FTPEXAMPLE_HRH

#define KRichTextMaxLength 2000
#define KServerMaxLength 60
#define KUsernameMaxLength 20
#define KPasswordMaxLength 20
#define KQueryMaxLength 60
	
enum TFtpExampleIds
    {
    EFtpExampleCmdConnect = 1,
    EFtpExampleCommands,
    EFtpExampleCmdPwd,
    EFtpExampleCmdDir,
    EFtpExampleCmdGetBinary,
    EFtpExampleCmdGetAscii,
    EFtpExampleCmdPutBinary,
    EFtpExampleCmdPutAscii,
    EFtpExampleCmdCd,
    EFtpExampleCmdMkdir,
    EFtpExampleCmdRmdir,
    EFtpExampleCmdDelete,
    EFtpExampleCmdRename,
    EHostNameEdwin,
    EUserNameEdwin,
    EPasswordEdwin,
    EFtpExampleQuery,
    EFtpExampleFirewallQuery
    };


#endif      // FTPEXAMPLE_HRH

⌨️ 快捷键说明

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