⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ftpexample.hrh

📁 Symbian智能手机操作系统源代码值的参考_网络ftp
💻 HRH
字号:
/*
* ============================================================================
*  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -