qiqiweather.hrh
来自「手机天气预报系统」· HRH 代码 · 共 42 行
HRH
42 行
/*
============================================================================
Name : QiQiWeather.hrh
Author : Richie Chyi
Copyright : Copyright?2008
Description : This file contains declarations for constants of QiQiWeather.
The file can be included in C++ or resource file.
============================================================================
*/
#ifndef __QIQIWEATHER_HRH__
#define __QIQIWEATHER_HRH__
#define _UID3 0xE6E51F33
#define KDelay 2000000 // 2 seconds
#define KInterval 15*60*1000000 // 15 minutes
#define KMaxSessionIdLength 32
#define KMaxUriLength 256
// QiQiWeather enumerate command codes
enum TQiQiWeatherIds
{
EGeneralWaitNote = 0x6001, // start value must not be 0
ERefresh,
ESetting,
EHidden,
EHelp,
EAbout,
ECitySettingField,
ETimeSettingField,
// For Days' Weather
EWeatherTabToday,
EWeatherTabAfter1,
EWeatherTabAfter2,
EWeatherTabAfter3
};
#endif // __QIQIWEATHER_HRH__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?