1600 lines
84 KiB
C++
1600 lines
84 KiB
C++
#ifndef TJD_UI_RESOURCE_H
|
||
#define TJD_UI_RESOURCE_H
|
||
#include <cstdint>
|
||
#include "fs_user_common.h"
|
||
namespace TJD {
|
||
|
||
#define TJD_IMAGE_PATH TJD_FS_DIR_RES"/"
|
||
|
||
static const int DIR_MASK=0xfff00000;
|
||
static const int PNG_MASK=0x000fffff;
|
||
static const int IMG_COMMON_CLOCK_GRADIENT_BG = 0x100001;
|
||
static const int IMG_COMMON_CLOCK_GYROSCOPE_BG = 0x100002;
|
||
static const int IMG_COMMON_CLOCK_VIDEO_BG = 0x100003;
|
||
|
||
#pragma region 开机动画
|
||
static const int IMG_OPEN_LOGO_01 = 0x100001;
|
||
static const int IMG_OPEN_LOGO_02 = 0x100002;
|
||
static const int IMG_OPEN_LOGO_03 = 0x100003;
|
||
static const int IMG_OPEN_LOGO_04 = 0x100004;
|
||
static const int IMG_OPEN_LOGO_05 = 0x100005;
|
||
static const int IMG_OPEN_LOGO_06 = 0x100006;
|
||
static const int IMG_OPEN_LOGO_07 = 0x100007;
|
||
static const int IMG_OPEN_LOGO_08 = 0x100008;
|
||
static const int IMG_OPEN_LOGO_09 = 0x100009;
|
||
#pragma endregion
|
||
|
||
static const int IMG_DOCK_ALARM_CLOCK = 0x100001;
|
||
static const int IMG_DOCK_ALBUM = 0x100002;
|
||
static const int IMG_DOCK_ALIPAY = 0x100003;
|
||
static const int IMG_DOCK_BAIDU_MAPS = 0x100004;
|
||
static const int IMG_DOCK_BO = 0x100005;
|
||
static const int IMG_DOCK_BREATHING = 0x100006;
|
||
static const int IMG_DOCK_BUSINESS_CARD = 0x100007;
|
||
static const int IMG_DOCK_CALCULATOR = 0x100008;
|
||
static const int IMG_DOCK_CALENDAR = 0x100009;
|
||
static const int IMG_DOCK_CAMERA = 0x10000a;
|
||
static const int IMG_DOCK_CARD_BAG = 0x10000b;
|
||
static const int IMG_DOCK_CLOCK_DIAL = 0x10000c;
|
||
static const int IMG_DOCK_CLOVER = 0x10000d;
|
||
static const int IMG_DOCK_COMPASS = 0x10000e;
|
||
static const int IMG_DOCK_DATA = 0x10000f;
|
||
static const int IMG_DOCK_EBOOK = 0x100010;
|
||
static const int IMG_DOCK_GAME = 0x100011;
|
||
static const int IMG_DOCK_HR = 0x100012;
|
||
static const int IMG_DOCK_INFORMATION = 0x100013;
|
||
static const int IMG_DOCK_LEFUN_AI = 0x100014;
|
||
static const int IMG_DOCK_MUSIC = 0x100015;
|
||
static const int IMG_DOCK_NO_DATA = 0x100016;
|
||
static const int IMG_DOCK_PHONE = 0x100017;
|
||
static const int IMG_DOCK_PHYSIOLOGICAL_CYCLE = 0x100018;
|
||
static const int IMG_DOCK_PRESSURE = 0x100019;
|
||
static const int IMG_DOCK_SENSORY_GAMES = 0x10001a;
|
||
static const int IMG_DOCK_SETTING = 0x10001b;
|
||
static const int IMG_DOCK_SIRI = 0x10001c;
|
||
static const int IMG_DOCK_SLEEP = 0x10001d;
|
||
static const int IMG_DOCK_SOUND_RECORDING = 0x10001e;
|
||
static const int IMG_DOCK_SPORT = 0x10001f;
|
||
static const int IMG_DOCK_SPORTS_RECORD = 0x100020;
|
||
static const int IMG_DOCK_STOPWATCH = 0x100021;
|
||
static const int IMG_DOCK_TIMER = 0x100022;
|
||
static const int IMG_DOCK_WEATHER = 0x100023;
|
||
|
||
static const int IMG_HEARTRATE_ABOUT = 0x100001;
|
||
static const int IMG_HEARTRATE_CHART_TIME = 0x100002;
|
||
static const int IMG_HEARTRATE_CHART_WEEK = 0x100003;
|
||
static const int IMG_HEARTRATE_HIGH = 0x100004;
|
||
static const int IMG_HEARTRATE_HR_DT_01_03 = 0x100005;
|
||
static const int IMG_HEARTRATE_HR_DT_02_03 = 0x100006;
|
||
static const int IMG_HEARTRATE_HR_DT_03_03 = 0x100007;
|
||
static const int IMG_HEARTRATE_LOW = 0x100008;
|
||
static const int IMG_HEARTRATE_PULL_DOWN = 0x100009;
|
||
static const int IMG_HEARTRATE_PULL_UP = 0x10000a;
|
||
static const int IMG_HEARTRATE_REMIND = 0x10000b;
|
||
|
||
static const int IMG_MAIN_FLOATWINDOW_AI = 0x100001;
|
||
static const int IMG_MAIN_FLOATWINDOW_ALIPAY = 0x100002;
|
||
static const int IMG_MAIN_FLOATWINDOW_BAIDU = 0x100003;
|
||
static const int IMG_MAIN_FLOATWINDOW_BG = 0x100004;
|
||
static const int IMG_MAIN_FLOATWINDOW_BOOK = 0x100005;
|
||
static const int IMG_MAIN_FLOATWINDOW_BP = 0x100006;
|
||
static const int IMG_MAIN_FLOATWINDOW_BREATHE = 0x100007;
|
||
static const int IMG_MAIN_FLOATWINDOW_CALCULATOR = 0x100008;
|
||
static const int IMG_MAIN_FLOATWINDOW_CALENDAR = 0x100009;
|
||
static const int IMG_MAIN_FLOATWINDOW_CAMERA = 0x10000a;
|
||
static const int IMG_MAIN_FLOATWINDOW_CARD = 0x10000b;
|
||
static const int IMG_MAIN_FLOATWINDOW_CLOCK = 0x10000c;
|
||
static const int IMG_MAIN_FLOATWINDOW_COMPASS = 0x10000d;
|
||
static const int IMG_MAIN_FLOATWINDOW_CONTACTS = 0x10000e;
|
||
static const int IMG_MAIN_FLOATWINDOW_DATA = 0x10000f;
|
||
static const int IMG_MAIN_FLOATWINDOW_GAME = 0x100010;
|
||
static const int IMG_MAIN_FLOATWINDOW_HEARTRATE = 0x100011;
|
||
static const int IMG_MAIN_FLOATWINDOW_LEFUN = 0x100012;
|
||
static const int IMG_MAIN_FLOATWINDOW_LEFUNAI = 0x100013;
|
||
static const int IMG_MAIN_FLOATWINDOW_MESSAGE = 0x100014;
|
||
static const int IMG_MAIN_FLOATWINDOW_MUSIC = 0x100015;
|
||
static const int IMG_MAIN_FLOATWINDOW_PASSWORD = 0x100016;
|
||
static const int IMG_MAIN_FLOATWINDOW_PHONE = 0x100017;
|
||
static const int IMG_MAIN_FLOATWINDOW_PHOTO = 0x100018;
|
||
static const int IMG_MAIN_FLOATWINDOW_PHYSIOLOGY = 0x100019;
|
||
static const int IMG_MAIN_FLOATWINDOW_PRESSURE = 0x10001a;
|
||
static const int IMG_MAIN_FLOATWINDOW_RECORDING = 0x10001b;
|
||
static const int IMG_MAIN_FLOATWINDOW_RESTART = 0x10001c;
|
||
static const int IMG_MAIN_FLOATWINDOW_RESTORE = 0x10001d;
|
||
static const int IMG_MAIN_FLOATWINDOW_SET = 0x10001e;
|
||
static const int IMG_MAIN_FLOATWINDOW_SHUTDOWN = 0x10001f;
|
||
static const int IMG_MAIN_FLOATWINDOW_SLEEP = 0x100020;
|
||
static const int IMG_MAIN_FLOATWINDOW_SOMATOSENSORY = 0x100021;
|
||
static const int IMG_MAIN_FLOATWINDOW_SPO2 = 0x100022;
|
||
static const int IMG_MAIN_FLOATWINDOW_SPORT = 0x100023;
|
||
static const int IMG_MAIN_FLOATWINDOW_SPORT_RECORD = 0x100024;
|
||
static const int IMG_MAIN_FLOATWINDOW_STOPWATCH = 0x100025;
|
||
static const int IMG_MAIN_FLOATWINDOW_STYLUS = 0x100026;
|
||
static const int IMG_MAIN_FLOATWINDOW_TIMER = 0x100027;
|
||
static const int IMG_MAIN_FLOATWINDOW_VIDEO = 0x100028;
|
||
static const int IMG_MAIN_FLOATWINDOW_WALLET = 0x100029;
|
||
static const int IMG_MAIN_FLOATWINDOW_WATCHFACE = 0x10002a;
|
||
static const int IMG_MAIN_FLOATWINDOW_WEATHER = 0x10002b;
|
||
|
||
static const int IMG_CALENDAR_BJ_LINE = 0x100001;
|
||
static const int IMG_CALENDAR_ICON_LEFT = 0x100002;
|
||
static const int IMG_CALENDAR_ICON_RIGHT = 0x100003;
|
||
static const int IMG_CALENDAR_WEEK_CH = 0x100004;
|
||
static const int IMG_CALENDAR_WEEK_EN = 0x100005;
|
||
static const int IMG_CALENDAR_WEEK_SELECTED = 0x100006;
|
||
|
||
static const int IMG_MAIN_FAVORITE_BEAT = 0x100001;
|
||
static const int IMG_MAIN_FAVORITE_BEAT_DT_01_10 = 0x100002;
|
||
static const int IMG_MAIN_FAVORITE_BEAT_DT_02_10 = 0x100003;
|
||
static const int IMG_MAIN_FAVORITE_BEAT_DT_03_10 = 0x100004;
|
||
static const int IMG_MAIN_FAVORITE_BJ = 0x100005;
|
||
static const int IMG_MAIN_FAVORITE_BJ_CAL = 0x100006;
|
||
static const int IMG_MAIN_FAVORITE_BJ_CONNECTION = 0x100007;
|
||
static const int IMG_MAIN_FAVORITE_BJ_DIS = 0x100008;
|
||
static const int IMG_MAIN_FAVORITE_BJ_HR = 0x100009;
|
||
static const int IMG_MAIN_FAVORITE_BJ_MUSIC = 0x10000a;
|
||
static const int IMG_MAIN_FAVORITE_BJ_SLEEP = 0x10000b;
|
||
static const int IMG_MAIN_FAVORITE_BJ_SPO2 = 0x10000c;
|
||
static const int IMG_MAIN_FAVORITE_BJ_STEP = 0x10000d;
|
||
static const int IMG_MAIN_FAVORITE_BJ_STOP_WATCH = 0x10000e;
|
||
static const int IMG_MAIN_FAVORITE_BJ_VOICE = 0x10000f;
|
||
static const int IMG_MAIN_FAVORITE_BJ_WEATHER = 0x100010;
|
||
static const int IMG_MAIN_FAVORITE_DISTANCE_PICTURE = 0x100011;
|
||
static const int IMG_MAIN_FAVORITE_DOWN = 0x100012;
|
||
static const int IMG_MAIN_FAVORITE_DOWN1 = 0x100013;
|
||
static const int IMG_MAIN_FAVORITE_END = 0x100014;
|
||
static const int IMG_MAIN_FAVORITE_HR_ICON = 0x100015;
|
||
static const int IMG_MAIN_FAVORITE_HR_PICTURE = 0x100016;
|
||
static const int IMG_MAIN_FAVORITE_ICON_NO = 0x100017;
|
||
static const int IMG_MAIN_FAVORITE_ICON_SELECT = 0x100018;
|
||
static const int IMG_MAIN_FAVORITE_ICON_VOICE = 0x100019;
|
||
static const int IMG_MAIN_FAVORITE_JULI_ICON = 0x10001a;
|
||
static const int IMG_MAIN_FAVORITE_KCAL_ICON = 0x10001b;
|
||
static const int IMG_MAIN_FAVORITE_KCAL_PICTURE = 0x10001c;
|
||
static const int IMG_MAIN_FAVORITE_KNODE = 0x10001d;
|
||
static const int IMG_MAIN_FAVORITE_L = 0x10001e;
|
||
static const int IMG_MAIN_FAVORITE_LEFT = 0x10001f;
|
||
static const int IMG_MAIN_FAVORITE_MORE = 0x100020;
|
||
static const int IMG_MAIN_FAVORITE_MUSIC = 0x100021;
|
||
static const int IMG_MAIN_FAVORITE_PAUSE = 0x100022;
|
||
static const int IMG_MAIN_FAVORITE_PAUSE_MID = 0x100023;
|
||
static const int IMG_MAIN_FAVORITE_PROGRESS = 0x100024;
|
||
static const int IMG_MAIN_FAVORITE_QUEDING = 0x100025;
|
||
static const int IMG_MAIN_FAVORITE_QUXIAO = 0x100026;
|
||
static const int IMG_MAIN_FAVORITE_R = 0x100027;
|
||
static const int IMG_MAIN_FAVORITE_RECTANGLE = 0x100028;
|
||
static const int IMG_MAIN_FAVORITE_RIGHT = 0x100029;
|
||
static const int IMG_MAIN_FAVORITE_SLEEP_ICON = 0x10002a;
|
||
static const int IMG_MAIN_FAVORITE_SLEEP_PICTURE = 0x10002b;
|
||
static const int IMG_MAIN_FAVORITE_SPO2_ICON = 0x10002c;
|
||
static const int IMG_MAIN_FAVORITE_SPO2_PICTURE = 0x10002d;
|
||
static const int IMG_MAIN_FAVORITE_START = 0x10002e;
|
||
static const int IMG_MAIN_FAVORITE_START_MID = 0x10002f;
|
||
static const int IMG_MAIN_FAVORITE_STEP_ICON = 0x100030;
|
||
static const int IMG_MAIN_FAVORITE_STOPWATCH = 0x100031;
|
||
static const int IMG_MAIN_FAVORITE_STOPWATCH_ICON = 0x100032;
|
||
static const int IMG_MAIN_FAVORITE_TISHI = 0x100033;
|
||
static const int IMG_MAIN_FAVORITE_TOP = 0x100034;
|
||
static const int IMG_MAIN_FAVORITE_UP = 0x100035;
|
||
static const int IMG_MAIN_FAVORITE_UP1 = 0x100036;
|
||
static const int IMG_MAIN_FAVORITE_W_02 = 0x100037;
|
||
|
||
static const int IMG_MAIN_HEALTH_CHART = 0x100001;
|
||
static const int IMG_MAIN_HEALTH_HR = 0x100002;
|
||
static const int IMG_MAIN_HEALTH_HR_DT_01_03 = 0x100003;
|
||
static const int IMG_MAIN_HEALTH_HR_DT_02_03 = 0x100004;
|
||
static const int IMG_MAIN_HEALTH_HR_DT_03_03 = 0x100005;
|
||
static const int IMG_MAIN_HEALTH_SLEEP = 0x100006;
|
||
static const int IMG_MAIN_HEALTH_SPO2 = 0x100007;
|
||
|
||
static const int IMG_MAIN_MAKE_FRIEND_ALIPAY = 0x100001;
|
||
static const int IMG_MAIN_MAKE_FRIEND_DINGTALK = 0x100002;
|
||
static const int IMG_MAIN_MAKE_FRIEND_QQ = 0x100003;
|
||
static const int IMG_MAIN_MAKE_FRIEND_TIME_BJ = 0x100004;
|
||
static const int IMG_MAIN_MAKE_FRIEND_TIME_PROGRESS = 0x100005;
|
||
static const int IMG_MAIN_MAKE_FRIEND_WEATHER_BJ = 0x100006;
|
||
static const int IMG_MAIN_MAKE_FRIEND_WEATHER_PROGRESS = 0x100007;
|
||
static const int IMG_MAIN_MAKE_FRIEND_WECHAT = 0x100008;
|
||
|
||
static const int IMG_MAIN_TOOL_ALARM_CLOCK = 0x100001;
|
||
static const int IMG_MAIN_TOOL_CALCULATOR = 0x100002;
|
||
static const int IMG_MAIN_TOOL_STOPWATCH = 0x100003;
|
||
static const int IMG_MAIN_TOOL_TIMER = 0x100004;
|
||
static const int IMG_MAIN_TOOL_TOOL_BJ = 0x100005;
|
||
static const int IMG_MAIN_TOOL_TOOL_PROGRESS = 0x100006;
|
||
|
||
static const int IMG_MAIN_MAP_BJ = 0x100001;
|
||
static const int IMG_MAIN_MAP_ENTER = 0x100002;
|
||
|
||
static const int IMG_MAIN_MESSAGE_DELETE = 0x100001;
|
||
static const int IMG_MAIN_MESSAGE_DINGDING = 0x100002;
|
||
static const int IMG_MAIN_MESSAGE_FACEBOOK = 0x100003;
|
||
static const int IMG_MAIN_MESSAGE_FACEBOOKMESSENGER = 0x100004;
|
||
static const int IMG_MAIN_MESSAGE_INSTAGRAM = 0x100005;
|
||
static const int IMG_MAIN_MESSAGE_KAKAOTALK = 0x100006;
|
||
static const int IMG_MAIN_MESSAGE_LINE = 0x100007;
|
||
static const int IMG_MAIN_MESSAGE_LINKEDIN = 0x100008;
|
||
static const int IMG_MAIN_MESSAGE_NO_MESSAGE = 0x100009;
|
||
static const int IMG_MAIN_MESSAGE_OUTLOOK = 0x10000a;
|
||
static const int IMG_MAIN_MESSAGE_QQ = 0x10000b;
|
||
static const int IMG_MAIN_MESSAGE_SKYPE = 0x10000c;
|
||
static const int IMG_MAIN_MESSAGE_SMS = 0x10000d;
|
||
static const int IMG_MAIN_MESSAGE_SNAPCHAT = 0x10000e;
|
||
static const int IMG_MAIN_MESSAGE_TIKTOK = 0x10000f;
|
||
static const int IMG_MAIN_MESSAGE_UNREAD_DOT = 0x100010;
|
||
static const int IMG_MAIN_MESSAGE_VIBER = 0x100011;
|
||
static const int IMG_MAIN_MESSAGE_WECHAT = 0x100012;
|
||
static const int IMG_MAIN_MESSAGE_WEIBO = 0x100013;
|
||
static const int IMG_MAIN_MESSAGE_WHATAPPBUS = 0x100014;
|
||
static const int IMG_MAIN_MESSAGE_WHATSAPP = 0x100015;
|
||
static const int IMG_MAIN_MESSAGE_X = 0x100016;
|
||
static const int IMG_MAIN_MESSAGE_YOUTUBE = 0x100017;
|
||
static const int IMG_MAIN_MESSAGE_ZALO = 0x100018;
|
||
|
||
static const int IMG_MAIN_MUSIC_DT_MUSIC_01_03 = 0x100001;
|
||
static const int IMG_MAIN_MUSIC_DT_MUSIC_02_03 = 0x100002;
|
||
static const int IMG_MAIN_MUSIC_DT_MUSIC_03_03 = 0x100003;
|
||
static const int IMG_MAIN_MUSIC_DT_MUSIC_04_03 = 0x100004;
|
||
static const int IMG_MAIN_MUSIC_DT_MUSIC_05_03 = 0x100005;
|
||
static const int IMG_MAIN_MUSIC_DT_MUSIC_06_03 = 0x100006;
|
||
static const int IMG_MAIN_MUSIC_L = 0x100007;
|
||
static const int IMG_MAIN_MUSIC_LEFUN_AI = 0x100008;
|
||
static const int IMG_MAIN_MUSIC_MUSIC_BJ = 0x100009;
|
||
static const int IMG_MAIN_MUSIC_MUSIC_PROGRESS = 0x10000a;
|
||
static const int IMG_MAIN_MUSIC_R = 0x10000b;
|
||
static const int IMG_MAIN_MUSIC_RECORDING = 0x10000c;
|
||
static const int IMG_MAIN_MUSIC_START = 0x10000d;
|
||
static const int IMG_MAIN_MUSIC_SUSPEND = 0x10000e;
|
||
|
||
static const int IMG_MAIN_FLC_BG_01 = 0x100001;
|
||
static const int IMG_MAIN_FLC_BG_01_01 = 0x100002;
|
||
static const int IMG_MAIN_FLC_BG_02 = 0x100003;
|
||
static const int IMG_MAIN_FLC_BG_02_01 = 0x100004;
|
||
static const int IMG_MAIN_FLC_BG_03 = 0x100005;
|
||
static const int IMG_MAIN_FLC_BG_03_01 = 0x100006;
|
||
static const int IMG_MAIN_FLC_BG_04 = 0x100007;
|
||
static const int IMG_MAIN_FLC_BG_04_01 = 0x100008;
|
||
static const int IMG_MAIN_FLC_KCAL = 0x100009;
|
||
static const int IMG_MAIN_FLC_STAND = 0x10000a;
|
||
static const int IMG_MAIN_FLC_STEP = 0x10000b;
|
||
static const int IMG_MAIN_FLC_STRENGTH = 0x10000c;
|
||
|
||
//shortcuts
|
||
static const int IMG_MAIN_SHORTCUT_ALIPAY_CLOSE = 0x100001;
|
||
static const int IMG_MAIN_SHORTCUT_ALIPAY_OPEN = 0x100002;
|
||
static const int IMG_MAIN_SHORTCUT_BLUETOOTH_OFF = 0x100003;
|
||
static const int IMG_MAIN_SHORTCUT_BLUETOOTH_ON = 0x100004;
|
||
static const int IMG_MAIN_SHORTCUT_BRIGHTNESS_SET_CLOSE = 0x100005;
|
||
static const int IMG_MAIN_SHORTCUT_BRIGHT_SCREEN_CLOSE = 0x100006;
|
||
static const int IMG_MAIN_SHORTCUT_BRIGHT_SCREEN_OPEN = 0x100007;
|
||
static const int IMG_MAIN_SHORTCUT_BT_CLOSE = 0x100008;
|
||
static const int IMG_MAIN_SHORTCUT_BT_OPEN_CONNECT = 0x100009;
|
||
static const int IMG_MAIN_SHORTCUT_BT_OPEN_NOT_CONNECT = 0x10000a;
|
||
static const int IMG_MAIN_SHORTCUT_BUSSINE_CARD_CLOSE = 0x10000b;
|
||
static const int IMG_MAIN_SHORTCUT_CARD_PACKET_CLOSE = 0x10000c;
|
||
static const int IMG_MAIN_SHORTCUT_CARD_PACKET_OPEN = 0x10000d;
|
||
static const int IMG_MAIN_SHORTCUT_CLOCK_CLOSE = 0x10000e;
|
||
static const int IMG_MAIN_SHORTCUT_CLOCK_OPEN = 0x10000f;
|
||
static const int IMG_MAIN_SHORTCUT_CONFIRM = 0x100010;
|
||
static const int IMG_MAIN_SHORTCUT_DELETE = 0x100011;
|
||
static const int IMG_MAIN_SHORTCUT_EDIT_BG = 0x100012;
|
||
static const int IMG_MAIN_SHORTCUT_FIND_PHONE_CLOSE = 0x100013;
|
||
static const int IMG_MAIN_SHORTCUT_FLASHLIGHT_CLOSE = 0x100014;
|
||
static const int IMG_MAIN_SHORTCUT_ICON_DISELECT = 0x100015;
|
||
static const int IMG_MAIN_SHORTCUT_ICON_SELECT = 0x100016;
|
||
static const int IMG_MAIN_SHORTCUT_LOCK_SCREEN_CLOSE = 0x100017;
|
||
static const int IMG_MAIN_SHORTCUT_LOCK_SCREEN_OPEN = 0x100018;
|
||
static const int IMG_MAIN_SHORTCUT_MENU_STYLE_CLOSE = 0x100019;
|
||
static const int IMG_MAIN_SHORTCUT_NOT_DELETE = 0x10001a;
|
||
static const int IMG_MAIN_SHORTCUT_NOT_DISTURB_CLOSE = 0x10001b;
|
||
static const int IMG_MAIN_SHORTCUT_NOT_DISTURB_OPEN = 0x10001c;
|
||
static const int IMG_MAIN_SHORTCUT_NO_DATA = 0x10001d;
|
||
static const int IMG_MAIN_SHORTCUT_POWER_SAVE_CLOSE = 0x10001e;
|
||
static const int IMG_MAIN_SHORTCUT_SCREEN_SET_CLOSE = 0x10001f;
|
||
static const int IMG_MAIN_SHORTCUT_SCREEN_SET_OPEN = 0x100020;
|
||
static const int IMG_MAIN_SHORTCUT_SYSTEM_SET_CLOSE = 0x100021;
|
||
static const int IMG_MAIN_SHORTCUT_WATER_CLOSE = 0x100022;
|
||
|
||
static const int IMG_MAIN_WF_AM_CH = 0x100001;
|
||
static const int IMG_MAIN_WF_AM_EN = 0x100002;
|
||
static const int IMG_MAIN_WF_BG = 0x100003;
|
||
static const int IMG_MAIN_WF_CHARGING = 0x100004;
|
||
static const int IMG_MAIN_WF_DATE_NUM_0 = 0x100005;
|
||
static const int IMG_MAIN_WF_DATE_NUM_1 = 0x100006;
|
||
static const int IMG_MAIN_WF_DATE_NUM_2 = 0x100007;
|
||
static const int IMG_MAIN_WF_DATE_NUM_3 = 0x100008;
|
||
static const int IMG_MAIN_WF_DATE_NUM_4 = 0x100009;
|
||
static const int IMG_MAIN_WF_DATE_NUM_5 = 0x10000a;
|
||
static const int IMG_MAIN_WF_DATE_NUM_6 = 0x10000b;
|
||
static const int IMG_MAIN_WF_DATE_NUM_7 = 0x10000c;
|
||
static const int IMG_MAIN_WF_DATE_NUM_8 = 0x10000d;
|
||
static const int IMG_MAIN_WF_DATE_NUM_9 = 0x10000e;
|
||
static const int IMG_MAIN_WF_DATE_NUM_A = 0x10000f;
|
||
static const int IMG_MAIN_WF_PM_CH = 0x100010;
|
||
static const int IMG_MAIN_WF_PM_EN = 0x100011;
|
||
static const int IMG_MAIN_WF_PREVIEW = 0x100012;
|
||
static const int IMG_MAIN_WF_RED_DOT = 0x100013;
|
||
static const int IMG_MAIN_WF_TIME_NUM_0 = 0x100014;
|
||
static const int IMG_MAIN_WF_TIME_NUM_1 = 0x100015;
|
||
static const int IMG_MAIN_WF_TIME_NUM_2 = 0x100016;
|
||
static const int IMG_MAIN_WF_TIME_NUM_3 = 0x100017;
|
||
static const int IMG_MAIN_WF_TIME_NUM_4 = 0x100018;
|
||
static const int IMG_MAIN_WF_TIME_NUM_5 = 0x100019;
|
||
static const int IMG_MAIN_WF_TIME_NUM_6 = 0x10001a;
|
||
static const int IMG_MAIN_WF_TIME_NUM_7 = 0x10001b;
|
||
static const int IMG_MAIN_WF_TIME_NUM_8 = 0x10001c;
|
||
static const int IMG_MAIN_WF_TIME_NUM_9 = 0x10001d;
|
||
static const int IMG_MAIN_WF_TIME_NUM_B = 0x10001e;
|
||
static const int IMG_MAIN_WF_WEEK_CH_0 = 0x10001f;
|
||
static const int IMG_MAIN_WF_WEEK_CH_1 = 0x100020;
|
||
static const int IMG_MAIN_WF_WEEK_CH_2 = 0x100021;
|
||
static const int IMG_MAIN_WF_WEEK_CH_3 = 0x100022;
|
||
static const int IMG_MAIN_WF_WEEK_CH_4 = 0x100023;
|
||
static const int IMG_MAIN_WF_WEEK_CH_5 = 0x100024;
|
||
static const int IMG_MAIN_WF_WEEK_CH_6 = 0x100025;
|
||
static const int IMG_MAIN_WF_WEEK_EN_0 = 0x100026;
|
||
static const int IMG_MAIN_WF_WEEK_EN_1 = 0x100027;
|
||
static const int IMG_MAIN_WF_WEEK_EN_2 = 0x100028;
|
||
static const int IMG_MAIN_WF_WEEK_EN_3 = 0x100029;
|
||
static const int IMG_MAIN_WF_WEEK_EN_4 = 0x10002a;
|
||
static const int IMG_MAIN_WF_WEEK_EN_5 = 0x10002b;
|
||
static const int IMG_MAIN_WF_WEEK_EN_6 = 0x10002c;
|
||
|
||
static const int IMG_WF_PREVIEW_DEF_PREVIEW = 0x100001;
|
||
static const int IMG_WF_PREVIEW_FOOTBALL_PREVIEW = 0x100002;
|
||
|
||
static const int IMG_MAIN_PREVIEW_DATA = 0x100001;
|
||
static const int IMG_MAIN_PREVIEW_DELETE = 0x100002;
|
||
static const int IMG_MAIN_PREVIEW_DETERMINE = 0x100003;
|
||
static const int IMG_MAIN_PREVIEW_HEALTH = 0x100004;
|
||
static const int IMG_MAIN_PREVIEW_INCREASE = 0x100005;
|
||
static const int IMG_MAIN_PREVIEW_MAKE_FRIENDS = 0x100006;
|
||
static const int IMG_MAIN_PREVIEW_MAP = 0x100007;
|
||
static const int IMG_MAIN_PREVIEW_MUSIC = 0x100008;
|
||
static const int IMG_MAIN_PREVIEW_TOOL = 0x100009;
|
||
static const int IMG_MAIN_PREVIEW_WEATHER = 0x10000a;
|
||
|
||
static const int IMG_MENU_LIST_MENU_AI = 0x100001;
|
||
static const int IMG_MENU_LIST_MENU_ALIPAY = 0x100002;
|
||
static const int IMG_MENU_LIST_MENU_APPSTORE = 0x100003;
|
||
static const int IMG_MENU_LIST_MENU_BAIDU = 0x100004;
|
||
static const int IMG_MENU_LIST_MENU_BOOK = 0x100005;
|
||
static const int IMG_MENU_LIST_MENU_BP = 0x100006;
|
||
static const int IMG_MENU_LIST_MENU_BREATHE = 0x100007;
|
||
static const int IMG_MENU_LIST_MENU_CALCULATOR = 0x100008;
|
||
static const int IMG_MENU_LIST_MENU_CALENDAR = 0x100009;
|
||
static const int IMG_MENU_LIST_MENU_CAMERA = 0x10000a;
|
||
static const int IMG_MENU_LIST_MENU_CARD = 0x10000b;
|
||
static const int IMG_MENU_LIST_MENU_CLOCK = 0x10000c;
|
||
static const int IMG_MENU_LIST_MENU_COMPASS = 0x10000d;
|
||
static const int IMG_MENU_LIST_MENU_CONTACTS = 0x10000e;
|
||
static const int IMG_MENU_LIST_MENU_DATA = 0x10000f;
|
||
static const int IMG_MENU_LIST_MENU_GAME = 0x100010;
|
||
static const int IMG_MENU_LIST_MENU_HEARTRATE = 0x100011;
|
||
static const int IMG_MENU_LIST_MENU_LEFUN = 0x100012;
|
||
static const int IMG_MENU_LIST_MENU_LEFUNAI = 0x100013;
|
||
static const int IMG_MENU_LIST_MENU_MESSAGE = 0x100014;
|
||
static const int IMG_MENU_LIST_MENU_MUSIC = 0x100015;
|
||
static const int IMG_MENU_LIST_MENU_PASSWORD = 0x100016;
|
||
static const int IMG_MENU_LIST_MENU_PHONE = 0x100017;
|
||
static const int IMG_MENU_LIST_MENU_PHOTO = 0x100018;
|
||
static const int IMG_MENU_LIST_MENU_PHYSIOLOGY = 0x100019;
|
||
static const int IMG_MENU_LIST_MENU_PRESSURE = 0x10001a;
|
||
static const int IMG_MENU_LIST_MENU_RECORDING = 0x10001b;
|
||
static const int IMG_MENU_LIST_MENU_RESTART = 0x10001c;
|
||
static const int IMG_MENU_LIST_MENU_RESTORE = 0x10001d;
|
||
static const int IMG_MENU_LIST_MENU_SET = 0x10001e;
|
||
static const int IMG_MENU_LIST_MENU_SHUTDOWN = 0x10001f;
|
||
static const int IMG_MENU_LIST_MENU_SLEEP = 0x100020;
|
||
static const int IMG_MENU_LIST_MENU_SOMATOSENSORY = 0x100021;
|
||
static const int IMG_MENU_LIST_MENU_SPO2 = 0x100022;
|
||
static const int IMG_MENU_LIST_MENU_SPORT = 0x100023;
|
||
static const int IMG_MENU_LIST_MENU_SPORT_RECORD = 0x100024;
|
||
static const int IMG_MENU_LIST_MENU_STOPWATCH = 0x100025;
|
||
static const int IMG_MENU_LIST_MENU_STYLUS = 0x100026;
|
||
static const int IMG_MENU_LIST_MENU_TIMER = 0x100027;
|
||
static const int IMG_MENU_LIST_MENU_VIDEO = 0x100028;
|
||
static const int IMG_MENU_LIST_MENU_WALLET = 0x100029;
|
||
static const int IMG_MENU_LIST_MENU_WATCHFACE = 0x10002a;
|
||
static const int IMG_MENU_LIST_MENU_WEATHER = 0x10002b;
|
||
|
||
static const int IMG_WF_SELECT_WF_SELECT_BG = 0x100001;
|
||
|
||
static const int IMG_MUSIC_AGAIN = 0x100001;
|
||
static const int IMG_MUSIC_BJ = 0x100002;
|
||
static const int IMG_MUSIC_BLE_FAIL = 0x100003;
|
||
static const int IMG_MUSIC_BLE_SUCC = 0x100004;
|
||
static const int IMG_MUSIC_CALL = 0x100005;
|
||
static const int IMG_MUSIC_CANCEL = 0x100006;
|
||
static const int IMG_MUSIC_COLSE = 0x100007;
|
||
static const int IMG_MUSIC_DELETE = 0x100008;
|
||
static const int IMG_MUSIC_ENTER = 0x100009;
|
||
static const int IMG_MUSIC_ICON01 = 0x10000a;
|
||
static const int IMG_MUSIC_ICON02 = 0x10000b;
|
||
static const int IMG_MUSIC_ICON03 = 0x10000c;
|
||
static const int IMG_MUSIC_ICON_NO = 0x10000d;
|
||
static const int IMG_MUSIC_ICON_SELECT = 0x10000e;
|
||
static const int IMG_MUSIC_LEFT_ICON = 0x10000f;
|
||
static const int IMG_MUSIC_LIST = 0x100010;
|
||
static const int IMG_MUSIC_MORE = 0x100011;
|
||
static const int IMG_MUSIC_MUSIC_BJ = 0x100012;
|
||
static const int IMG_MUSIC_OPEN = 0x100013;
|
||
static const int IMG_MUSIC_PHONE = 0x100014;
|
||
static const int IMG_MUSIC_PHONE_COLOR = 0x100015;
|
||
static const int IMG_MUSIC_QUEDING = 0x100016;
|
||
static const int IMG_MUSIC_QUXIAO = 0x100017;
|
||
static const int IMG_MUSIC_RANDOM = 0x100018;
|
||
static const int IMG_MUSIC_RIGHT_ICON = 0x100019;
|
||
static const int IMG_MUSIC_SEARCH = 0x10001a;
|
||
static const int IMG_MUSIC_SEQUENTIAL = 0x10001b;
|
||
static const int IMG_MUSIC_START_ICON = 0x10001c;
|
||
static const int IMG_MUSIC_START_ICON_LIGHT = 0x10001d;
|
||
static const int IMG_MUSIC_SUSPEND_ICON = 0x10001e;
|
||
static const int IMG_MUSIC_SUSPEND_ICON_LIGHT = 0x10001f;
|
||
static const int IMG_MUSIC_VOICE01 = 0x100020;
|
||
static const int IMG_MUSIC_VOICE02 = 0x100021;
|
||
static const int IMG_MUSIC_VOICE03 = 0x100022;
|
||
static const int IMG_MUSIC_VOLUME = 0x100023;
|
||
static const int IMG_MUSIC_VOLUME_LIGHT = 0x100024;
|
||
|
||
static const int IMG_PRODUCTION_BACK = 0x100001;
|
||
static const int IMG_PRODUCTION_CANCELLATION = 0x100002;
|
||
static const int IMG_PRODUCTION_CHOOSE = 0x100003;
|
||
static const int IMG_PRODUCTION_CONTINUE = 0x100004;
|
||
static const int IMG_PRODUCTION_ENTER = 0x100005;
|
||
static const int IMG_PRODUCTION_EXIT = 0x100006;
|
||
|
||
static const int IMG_SETTING_ABOUT = 0x100001;
|
||
static const int IMG_SETTING_AVATAR = 0x100002;
|
||
static const int IMG_SETTING_AVATAR_BIG = 0x100003;
|
||
static const int IMG_SETTING_AVATAR_FRAME = 0x100004;
|
||
static const int IMG_SETTING_BATTERY = 0x100005;
|
||
static const int IMG_SETTING_BLUETOOTH = 0x100006;
|
||
static const int IMG_SETTING_BRIGHT_SCREEN = 0x100007;
|
||
static const int IMG_SETTING_BROADSIDE = 0x100008;
|
||
static const int IMG_SETTING_CANCEL = 0x100009;
|
||
static const int IMG_SETTING_CANCEL_PRESS = 0x10000a;
|
||
static const int IMG_SETTING_CLOSE = 0x10000b;
|
||
static const int IMG_SETTING_COLSE = 0x10000c;
|
||
static const int IMG_SETTING_CONFIRM_BAT = 0x10000d;
|
||
static const int IMG_SETTING_CONFIRM_LANGUAGE = 0x10000e;
|
||
static const int IMG_SETTING_CURRENCY = 0x10000f;
|
||
static const int IMG_SETTING_DETERMINE = 0x100010;
|
||
static const int IMG_SETTING_DISTURB = 0x100011;
|
||
static const int IMG_SETTING_DYNAMIC_EFFECT = 0x100012;
|
||
static const int IMG_SETTING_FLOATING_WINDOW = 0x100013;
|
||
static const int IMG_SETTING_GENRAL_BJ = 0x100014;
|
||
static const int IMG_SETTING_GOU = 0x100015;
|
||
static const int IMG_SETTING_ICON_STYLE_01 = 0x100016;
|
||
static const int IMG_SETTING_ICON_STYLE_02 = 0x100017;
|
||
static const int IMG_SETTING_ICON_STYLE_03 = 0x100018;
|
||
static const int IMG_SETTING_ICON_STYLE_04 = 0x100019;
|
||
static const int IMG_SETTING_KEY_BJ = 0x10001a;
|
||
static const int IMG_SETTING_KEY_PRESS_BJ = 0x10001b;
|
||
static const int IMG_SETTING_LANGUAGE = 0x10001c;
|
||
static const int IMG_SETTING_LEFT_CLICK_SETTINGS = 0x10001d;
|
||
static const int IMG_SETTING_LIGHT_LEFT = 0x10001e;
|
||
static const int IMG_SETTING_LIGHT_RIGHT = 0x10001f;
|
||
static const int IMG_SETTING_LINK = 0x100020;
|
||
static const int IMG_SETTING_LP_ICON = 0x100021;
|
||
static const int IMG_SETTING_LUFUN = 0x100022;
|
||
static const int IMG_SETTING_MORE = 0x100023;
|
||
static const int IMG_SETTING_MOTION = 0x100024;
|
||
static const int IMG_SETTING_NOTICE = 0x100025;
|
||
static const int IMG_SETTING_OCCLUSION = 0x100026;
|
||
static const int IMG_SETTING_OK = 0x100027;
|
||
static const int IMG_SETTING_OK_PRESS = 0x100028;
|
||
static const int IMG_SETTING_OPEN = 0x100029;
|
||
static const int IMG_SETTING_OPEN_CLOCK = 0x10002a;
|
||
static const int IMG_SETTING_PAOBU = 0x10002b;
|
||
static const int IMG_SETTING_PASSWORD = 0x10002c;
|
||
static const int IMG_SETTING_PINCHING = 0x10002d;
|
||
static const int IMG_SETTING_POWER = 0x10002e;
|
||
static const int IMG_SETTING_PULL_UP = 0x10002f;
|
||
static const int IMG_SETTING_QUEDING = 0x100030;
|
||
static const int IMG_SETTING_QUXIAO = 0x100031;
|
||
static const int IMG_SETTING_RADIO_OFF = 0x100032;
|
||
static const int IMG_SETTING_RADIO_ON = 0x100033;
|
||
static const int IMG_SETTING_REDUCTION = 0x100034;
|
||
static const int IMG_SETTING_RESTART = 0x100035;
|
||
static const int IMG_SETTING_SELECTED = 0x100036;
|
||
static const int IMG_SETTING_SHUTDOWN = 0x100037;
|
||
static const int IMG_SETTING_SOUND_AND_TOUCH = 0x100038;
|
||
static const int IMG_SETTING_STYLE = 0x100039;
|
||
static const int IMG_SETTING_STYLE_01 = 0x10003a;
|
||
static const int IMG_SETTING_STYLE_02 = 0x10003b;
|
||
static const int IMG_SETTING_STYLE_03 = 0x10003c;
|
||
static const int IMG_SETTING_STYLE_04 = 0x10003d;
|
||
static const int IMG_SETTING_STYLE_05 = 0x10003e;
|
||
static const int IMG_SETTING_STYLE_06 = 0x10003f;
|
||
static const int IMG_SETTING_STYLE_07 = 0x100040;
|
||
static const int IMG_SETTING_STYLE_08 = 0x100041;
|
||
static const int IMG_SETTING_TIME_07 = 0x100042;
|
||
static const int IMG_SETTING_TIME_08 = 0x100043;
|
||
static const int IMG_SETTING_TIME_09 = 0x100044;
|
||
static const int IMG_SETTING_TIME_10 = 0x100045;
|
||
static const int IMG_SETTING_VOICE_BIG = 0x100046;
|
||
static const int IMG_SETTING_VOICE_SMALL = 0x100047;
|
||
static const int IMG_SETTING_WHITE_OFF = 0x100048;
|
||
static const int IMG_SETTING_WHITE_RESTART = 0x100049;
|
||
|
||
static const int IMG_SETTING_LOW_POWER_BAT_01 = 0x100001;
|
||
static const int IMG_SETTING_LOW_POWER_BAT_02 = 0x100002;
|
||
static const int IMG_SETTING_LOW_POWER_BAT_03 = 0x100003;
|
||
static const int IMG_SETTING_LOW_POWER_BAT_04 = 0x100004;
|
||
static const int IMG_SETTING_LOW_POWER_BAT_05 = 0x100005;
|
||
static const int IMG_SETTING_LOW_POWER_BAT_06 = 0x100006;
|
||
static const int IMG_SETTING_LOW_POWER_BAT_07 = 0x100007;
|
||
static const int IMG_SETTING_LOW_POWER_BAT_08 = 0x100008;
|
||
static const int IMG_SETTING_LOW_POWER_BAT_09 = 0x100009;
|
||
static const int IMG_SETTING_LOW_POWER_BAT_10 = 0x10000a;
|
||
static const int IMG_SETTING_LOW_POWER_BAT_11 = 0x10000b;
|
||
static const int IMG_SETTING_LOW_POWER_COLSE = 0x10000c;
|
||
static const int IMG_SETTING_LOW_POWER_ENTER = 0x10000d;
|
||
static const int IMG_SETTING_LOW_POWER_OPEN = 0x10000e;
|
||
|
||
static const int IMG_SHUTDOWN_RESTART = 0x100001;
|
||
static const int IMG_SHUTDOWN_SHUTDOWN = 0x100002;
|
||
|
||
static const int IMG_SLEEP_CHART_DATE = 0x100001;
|
||
static const int IMG_SLEEP_SLEEP_DT_01 = 0x100002;
|
||
static const int IMG_SLEEP_SLEEP_DT_02 = 0x100003;
|
||
static const int IMG_SLEEP_SLEEP_DT_03 = 0x100004;
|
||
static const int IMG_SLEEP_SLEEP_DT_04 = 0x100005;
|
||
static const int IMG_SLEEP_SLEEP_DT_05 = 0x100006;
|
||
static const int IMG_SLEEP_SLEEP_DT_06 = 0x100007;
|
||
static const int IMG_SLEEP_SLEEP_DT_07 = 0x100008;
|
||
static const int IMG_SLEEP_SLEEP_DT_08 = 0x100009;
|
||
static const int IMG_SLEEP_SLEEP_DT_09 = 0x10000a;
|
||
static const int IMG_SLEEP_SLEEP_DT_10 = 0x10000b;
|
||
static const int IMG_SLEEP_SLEEP_DT_11 = 0x10000c;
|
||
static const int IMG_SLEEP_SLEEP_DT_12 = 0x10000d;
|
||
|
||
static const int IMG_DRAIN_DRAIN_01 = 0x100001;
|
||
static const int IMG_DRAIN_DRAIN_02 = 0x100002;
|
||
static const int IMG_DRAIN_DRAIN_03 = 0x100003;
|
||
static const int IMG_DRAIN_DRAIN_04 = 0x100004;
|
||
static const int IMG_DRAIN_DRAIN_05 = 0x100005;
|
||
static const int IMG_DRAIN_REFUSEHAND_01 = 0x100006;
|
||
static const int IMG_DRAIN_REFUSEHAND_02 = 0x100007;
|
||
static const int IMG_DRAIN_REFUSEHAND_03 = 0x100008;
|
||
static const int IMG_DRAIN_REFUSEHAND_04 = 0x100009;
|
||
|
||
static const int IMG_LOCKSCREEN_LOCK_01 = 0x100001;
|
||
static const int IMG_LOCKSCREEN_LOCK_02 = 0x100002;
|
||
static const int IMG_LOCKSCREEN_LOCK_03 = 0x100003;
|
||
|
||
static const int FIND_DEVICE_FIND_DT_01 = 0x100001;
|
||
static const int FIND_DEVICE_FIND_DT_02 = 0x100002;
|
||
static const int FIND_DEVICE_FIND_DT_03 = 0x100003;
|
||
static const int FIND_DEVICE_FIND_DT_04 = 0x100004;
|
||
static const int FIND_DEVICE_FIND_DT_05 = 0x100005;
|
||
static const int FIND_DEVICE_FIND_DT_06 = 0x100006;
|
||
|
||
static const int IMG_FINDPHONE_DT_FIND_01 = 0x100001;
|
||
static const int IMG_FINDPHONE_DT_FIND_02 = 0x100002;
|
||
static const int IMG_FINDPHONE_DT_FIND_03 = 0x100003;
|
||
static const int IMG_FINDPHONE_DT_FIND_04 = 0x100004;
|
||
static const int IMG_FINDPHONE_DT_FIND_05 = 0x100005;
|
||
static const int IMG_FINDPHONE_DT_FIND_06 = 0x100006;
|
||
static const int IMG_FINDPHONE_DT_FIND_07 = 0x100007;
|
||
static const int IMG_FINDPHONE_DT_FIND_08 = 0x100008;
|
||
static const int IMG_FINDPHONE_DT_FIND_09 = 0x100009;
|
||
static const int IMG_FINDPHONE_FIND_PHONE_PAUSE = 0x10000a;
|
||
static const int IMG_FINDPHONE_FIND_PHONE_START = 0x10000b;
|
||
|
||
static const int IMG_FLASHLIGHT_BLCAK_ELLIPTICAL = 0x100001;
|
||
static const int IMG_FLASHLIGHT_FLASHLIGHT = 0x100002;
|
||
static const int IMG_FLASHLIGHT_LIGHT_OFF = 0x100003;
|
||
static const int IMG_FLASHLIGHT_LIGHT_ON = 0x100004;
|
||
static const int IMG_FLASHLIGHT_WRITE_ELLIPTICAL = 0x100005;
|
||
|
||
static const int IMG_BREATHING_BREATHE_DT_01_03 = 0x100001;
|
||
static const int IMG_BREATHING_BREATHE_DT_02_03 = 0x100002;
|
||
static const int IMG_BREATHING_BREATHE_DT_03_03 = 0x100003;
|
||
static const int IMG_BREATHING_BREATHE_DT_04_03 = 0x100004;
|
||
static const int IMG_BREATHING_BREATHE_DT_05_03 = 0x100005;
|
||
static const int IMG_BREATHING_BREATHE_DT_06_03 = 0x100006;
|
||
static const int IMG_BREATHING_BREATHE_DT_07_03 = 0x100007;
|
||
static const int IMG_BREATHING_BREATHE_DT_08_03 = 0x100008;
|
||
static const int IMG_BREATHING_BREATHE_DT_09_03 = 0x100009;
|
||
static const int IMG_BREATHING_BREATHE_DT_10_03 = 0x10000a;
|
||
static const int IMG_BREATHING_BREATHE_DT_11_03 = 0x10000b;
|
||
static const int IMG_BREATHING_BREATHE_DT_12_03 = 0x10000c;
|
||
static const int IMG_BREATHING_BREATHE_DT_13_03 = 0x10000d;
|
||
static const int IMG_BREATHING_BREATHE_DT_14_03 = 0x10000e;
|
||
static const int IMG_BREATHING_BREATHE_DT_15_03 = 0x10000f;
|
||
static const int IMG_BREATHING_BREATHE_DT_16_03 = 0x100010;
|
||
static const int IMG_BREATHING_BREATHE_DT_17_03 = 0x100011;
|
||
static const int IMG_BREATHING_BREATHE_DT_18_03 = 0x100012;
|
||
static const int IMG_BREATHING_BREATHE_DT_19_03 = 0x100013;
|
||
static const int IMG_BREATHING_BREATHE_DT_20_03 = 0x100014;
|
||
static const int IMG_BREATHING_BREATHING_CH = 0x100015;
|
||
static const int IMG_BREATHING_BREATHING_HEART = 0x100016;
|
||
static const int IMG_BREATHING_BREATHING_NOT_SELECTED = 0x100017;
|
||
static const int IMG_BREATHING_BREATHING_SELECTED = 0x100018;
|
||
static const int IMG_BREATHING_BREATHING_SET = 0x100019;
|
||
static const int IMG_BREATHING_BREATHING_TIME = 0x10001a;
|
||
|
||
static const int IMG_SCREENOFF_CENTRAL_POINT = 0x100001;
|
||
static const int IMG_SCREENOFF_HOUR_HAND = 0x100002;
|
||
static const int IMG_SCREENOFF_MIN_HAND = 0x100003;
|
||
static const int IMG_SCREENOFF_SEC_HAND = 0x100004;
|
||
static const int IMG_SCREENOFF_TIME_NUM_01 = 0x100005;
|
||
static const int IMG_SCREENOFF_TIME_NUM_02 = 0x100006;
|
||
static const int IMG_SCREENOFF_TIME_NUM_03 = 0x100007;
|
||
static const int IMG_SCREENOFF_TIME_NUM_04 = 0x100008;
|
||
static const int IMG_SCREENOFF_TIME_NUM_05 = 0x100009;
|
||
static const int IMG_SCREENOFF_TIME_NUM_06 = 0x10000a;
|
||
static const int IMG_SCREENOFF_TIME_NUM_07 = 0x10000b;
|
||
static const int IMG_SCREENOFF_TIME_NUM_08 = 0x10000c;
|
||
static const int IMG_SCREENOFF_TIME_NUM_09 = 0x10000d;
|
||
static const int IMG_SCREENOFF_TIME_NUM_10 = 0x10000e;
|
||
static const int IMG_SCREENOFF_TIME_NUM_11 = 0x10000f;
|
||
|
||
static const int IMG_COMPASS_DIRECTION = 0x100001;
|
||
static const int IMG_COMPASS_FACE = 0x100002;
|
||
static const int IMG_COMPASS_ICON_PROOFREAD = 0x100003;
|
||
static const int IMG_COMPASS_LIST = 0x100004;
|
||
static const int IMG_COMPASS_POINTER = 0x100005;
|
||
static const int IMG_COMPASS_ROUND = 0x100006;
|
||
static const int IMG_COMPASS_SCALE = 0x100007;
|
||
|
||
static const int IMG_STOPWATCH_LIST = 0x100001;
|
||
static const int IMG_STOPWATCH_PAUSE = 0x100002;
|
||
static const int IMG_STOPWATCH_RESET = 0x100003;
|
||
static const int IMG_STOPWATCH_START_RESUME = 0x100004;
|
||
static const int IMG_STOPWATCH_STOPWATCH_01 = 0x100005;
|
||
static const int IMG_STOPWATCH_STOPWATCH_02 = 0x100006;
|
||
|
||
static const int IMG_OTA_ICON_ENTER = 0x100001;
|
||
static const int IMG_OTA_KONB = 0x100002;
|
||
static const int IMG_OTA_OTA = 0x100003;
|
||
static const int IMG_OTA_OTA_INTERRUPT = 0x100004;
|
||
static const int IMG_OTA_OTA_NO_MATCH = 0x100005;
|
||
|
||
static const int IMG_ICON_ABOUT = 0x100001;
|
||
static const int IMG_ICON_BJ_FIRST_PAGE = 0x100002;
|
||
static const int IMG_ICON_BJ_TIME = 0x100003;
|
||
static const int IMG_ICON_COMMON_BG = 0x100004;
|
||
static const int IMG_ICON_DISTANCE = 0x100005;
|
||
static const int IMG_ICON_FKCAL = 0x100006;
|
||
static const int IMG_ICON_FSTEP = 0x100007;
|
||
static const int IMG_ICON_FTIME = 0x100008;
|
||
static const int IMG_ICON_KCAL = 0x100009;
|
||
static const int IMG_ICON_STEP = 0x10000a;
|
||
static const int IMG_ICON_TIME = 0x10000b;
|
||
|
||
static const int IMG_STARTUP_ICON_NO = 0x100001;
|
||
static const int IMG_STARTUP_ICON_SELECT = 0x100002;
|
||
static const int IMG_STARTUP_LINK_SUCC = 0x100003;
|
||
|
||
#pragma region 天气
|
||
|
||
static const int IMG_WEATHER_COMMON_DINGWEI_ICON = 0x100001;
|
||
static const int IMG_WEATHER_COMMON_HIGH = 0x100002;
|
||
static const int IMG_WEATHER_COMMON_HUMIDITY_ICON = 0x100003;
|
||
static const int IMG_WEATHER_COMMON_LOW = 0x100004;
|
||
static const int IMG_WEATHER_COMMON_WIND_ICON = 0x100005;
|
||
static const int IMG_WEATHER_COMMON_W_ICON_CLOUDY = 0x100006;
|
||
static const int IMG_WEATHER_COMMON_W_ICON_DUST_STORM = 0x100007;
|
||
static const int IMG_WEATHER_COMMON_W_ICON_FOGGY = 0x100008;
|
||
static const int IMG_WEATHER_COMMON_W_ICON_HEAVY_RAIN = 0x100009;
|
||
static const int IMG_WEATHER_COMMON_W_ICON_LIGHT_RAIN = 0x10000a;
|
||
static const int IMG_WEATHER_COMMON_W_ICON_MODERATE_RAIN = 0x10000b;
|
||
static const int IMG_WEATHER_COMMON_W_ICON_PARTLY_CLOUDY = 0x10000c;
|
||
static const int IMG_WEATHER_COMMON_W_ICON_SHOWER = 0x10000d;
|
||
static const int IMG_WEATHER_COMMON_W_ICON_SNOWY = 0x10000e;
|
||
static const int IMG_WEATHER_COMMON_W_ICON_SUNNY = 0x10000f;
|
||
static const int IMG_WEATHER_COMMON_W_ICON_THUNDERSTORM = 0x100010;
|
||
static const int IMG_WEATHER_COMMON_W_ICON_TYPHOON = 0x100011;
|
||
static const int IMG_WEATHER_COMMON_W_ICON_UNKNOW = 0x100012;
|
||
|
||
static const int IMG_WEATHER_APP_SUN = 0x100001;
|
||
static const int IMG_WEATHER_APP_SUNRISE = 0x100002;
|
||
static const int IMG_WEATHER_APP_SUNSET = 0x100003;
|
||
|
||
static const int IMG_WEATHER_BJ_CLOUDY_CLOUDY_DT_01 = 0x100001;
|
||
static const int IMG_WEATHER_BJ_CLOUDY_CLOUDY_DT_02 = 0x100002;
|
||
static const int IMG_WEATHER_BJ_CLOUDY_CLOUDY_DT_03 = 0x100003;
|
||
static const int IMG_WEATHER_BJ_CLOUDY_CLOUDY_DT_04 = 0x100004;
|
||
static const int IMG_WEATHER_BJ_CLOUDY_CLOUDY_DT_05 = 0x100005;
|
||
static const int IMG_WEATHER_BJ_CLOUDY_CLOUDY_DT_06 = 0x100006;
|
||
static const int IMG_WEATHER_BJ_CLOUDY_CLOUDY_DT_07 = 0x100007;
|
||
static const int IMG_WEATHER_BJ_CLOUDY_CLOUDY_DT_08 = 0x100008;
|
||
static const int IMG_WEATHER_BJ_CLOUDY_CLOUDY_DT_09 = 0x100009;
|
||
static const int IMG_WEATHER_BJ_CLOUDY_CLOUDY_DT_10 = 0x10000a;
|
||
static const int IMG_WEATHER_BJ_CLOUDY_CLOUDY_DT_11 = 0x10000b;
|
||
static const int IMG_WEATHER_BJ_CLOUDY_CLOUDY_DT_12 = 0x10000c;
|
||
static const int IMG_WEATHER_BJ_CLOUDY_CLOUDY_DT_13 = 0x10000d;
|
||
static const int IMG_WEATHER_BJ_CLOUDY_CLOUDY_DT_14 = 0x10000e;
|
||
static const int IMG_WEATHER_BJ_CLOUDY_CLOUDY_DT_15 = 0x10000f;
|
||
static const int IMG_WEATHER_BJ_CLOUDY_CLOUDY_DT_16 = 0x100010;
|
||
static const int IMG_WEATHER_BJ_CLOUDY_CLOUDY_DT_17 = 0x100011;
|
||
static const int IMG_WEATHER_BJ_CLOUDY_CLOUDY_DT_18 = 0x100012;
|
||
static const int IMG_WEATHER_BJ_CLOUDY_CLOUDY_DT_19 = 0x100013;
|
||
static const int IMG_WEATHER_BJ_CLOUDY_CLOUDY_DT_20 = 0x100014;
|
||
|
||
static const int IMG_WEATHER_BJ_FOG_FOG_DT_01 = 0x100001;
|
||
static const int IMG_WEATHER_BJ_FOG_FOG_DT_02 = 0x100002;
|
||
static const int IMG_WEATHER_BJ_FOG_FOG_DT_03 = 0x100003;
|
||
static const int IMG_WEATHER_BJ_FOG_FOG_DT_04 = 0x100004;
|
||
static const int IMG_WEATHER_BJ_FOG_FOG_DT_05 = 0x100005;
|
||
static const int IMG_WEATHER_BJ_FOG_FOG_DT_06 = 0x100006;
|
||
static const int IMG_WEATHER_BJ_FOG_FOG_DT_07 = 0x100007;
|
||
static const int IMG_WEATHER_BJ_FOG_FOG_DT_08 = 0x100008;
|
||
static const int IMG_WEATHER_BJ_FOG_FOG_DT_09 = 0x100009;
|
||
static const int IMG_WEATHER_BJ_FOG_FOG_DT_10 = 0x10000a;
|
||
static const int IMG_WEATHER_BJ_FOG_FOG_DT_11 = 0x10000b;
|
||
static const int IMG_WEATHER_BJ_FOG_FOG_DT_12 = 0x10000c;
|
||
static const int IMG_WEATHER_BJ_FOG_FOG_DT_13 = 0x10000d;
|
||
static const int IMG_WEATHER_BJ_FOG_FOG_DT_14 = 0x10000e;
|
||
static const int IMG_WEATHER_BJ_FOG_FOG_DT_15 = 0x10000f;
|
||
static const int IMG_WEATHER_BJ_FOG_FOG_DT_16 = 0x100010;
|
||
static const int IMG_WEATHER_BJ_FOG_FOG_DT_17 = 0x100011;
|
||
static const int IMG_WEATHER_BJ_FOG_FOG_DT_18 = 0x100012;
|
||
static const int IMG_WEATHER_BJ_FOG_FOG_DT_19 = 0x100013;
|
||
static const int IMG_WEATHER_BJ_FOG_FOG_DT_20 = 0x100014;
|
||
|
||
static const int IMG_WEATHER_BJ_RAIN_RAIN_DT_01 = 0x100001;
|
||
static const int IMG_WEATHER_BJ_RAIN_RAIN_DT_02 = 0x100002;
|
||
static const int IMG_WEATHER_BJ_RAIN_RAIN_DT_03 = 0x100003;
|
||
static const int IMG_WEATHER_BJ_RAIN_RAIN_DT_04 = 0x100004;
|
||
|
||
static const int IMG_WEATHER_BJ_SANDSTORM_SANDSTORM_DT_01 = 0x100001;
|
||
static const int IMG_WEATHER_BJ_SANDSTORM_SANDSTORM_DT_02 = 0x100002;
|
||
static const int IMG_WEATHER_BJ_SANDSTORM_SANDSTORM_DT_03 = 0x100003;
|
||
static const int IMG_WEATHER_BJ_SANDSTORM_SANDSTORM_DT_04 = 0x100004;
|
||
static const int IMG_WEATHER_BJ_SANDSTORM_SANDSTORM_DT_05 = 0x100005;
|
||
static const int IMG_WEATHER_BJ_SANDSTORM_SANDSTORM_DT_06 = 0x100006;
|
||
|
||
static const int IMG_WEATHER_BJ_SNOW_SNOW_DT_01 = 0x100001;
|
||
static const int IMG_WEATHER_BJ_SNOW_SNOW_DT_02 = 0x100002;
|
||
static const int IMG_WEATHER_BJ_SNOW_SNOW_DT_03 = 0x100003;
|
||
static const int IMG_WEATHER_BJ_SNOW_SNOW_DT_04 = 0x100004;
|
||
static const int IMG_WEATHER_BJ_SNOW_SNOW_DT_05 = 0x100005;
|
||
static const int IMG_WEATHER_BJ_SNOW_SNOW_DT_06 = 0x100006;
|
||
static const int IMG_WEATHER_BJ_SNOW_SNOW_DT_07 = 0x100007;
|
||
static const int IMG_WEATHER_BJ_SNOW_SNOW_DT_08 = 0x100008;
|
||
static const int IMG_WEATHER_BJ_SNOW_SNOW_DT_09 = 0x100009;
|
||
static const int IMG_WEATHER_BJ_SNOW_SNOW_DT_10 = 0x10000a;
|
||
|
||
static const int IMG_WEATHER_BJ_SUNNY_CLEAR_01 = 0x100001;
|
||
static const int IMG_WEATHER_BJ_SUNNY_CLEAR_02 = 0x100002;
|
||
static const int IMG_WEATHER_BJ_SUNNY_CLEAR_03 = 0x100003;
|
||
static const int IMG_WEATHER_BJ_SUNNY_CLEAR_04 = 0x100004;
|
||
static const int IMG_WEATHER_BJ_SUNNY_CLEAR_05 = 0x100005;
|
||
static const int IMG_WEATHER_BJ_SUNNY_CLEAR_06 = 0x100006;
|
||
static const int IMG_WEATHER_BJ_SUNNY_CLEAR_07 = 0x100007;
|
||
static const int IMG_WEATHER_BJ_SUNNY_CLEAR_08 = 0x100008;
|
||
static const int IMG_WEATHER_BJ_SUNNY_CLEAR_09 = 0x100009;
|
||
static const int IMG_WEATHER_BJ_SUNNY_CLEAR_10 = 0x10000a;
|
||
static const int IMG_WEATHER_BJ_SUNNY_CLEAR_11 = 0x10000b;
|
||
static const int IMG_WEATHER_BJ_SUNNY_CLEAR_12 = 0x10000c;
|
||
static const int IMG_WEATHER_BJ_SUNNY_CLEAR_13 = 0x10000d;
|
||
static const int IMG_WEATHER_BJ_SUNNY_CLEAR_14 = 0x10000e;
|
||
static const int IMG_WEATHER_BJ_SUNNY_CLEAR_15 = 0x10000f;
|
||
static const int IMG_WEATHER_BJ_SUNNY_CLEAR_16 = 0x100010;
|
||
static const int IMG_WEATHER_BJ_SUNNY_CLEAR_17 = 0x100011;
|
||
static const int IMG_WEATHER_BJ_SUNNY_CLEAR_18 = 0x100012;
|
||
static const int IMG_WEATHER_BJ_SUNNY_CLEAR_19 = 0x100013;
|
||
static const int IMG_WEATHER_BJ_SUNNY_CLEAR_20 = 0x100014;
|
||
|
||
static const int IMG_WEATHER_BJ_THUNDERSTORM_THUNDERSTORM_DT_01 = 0x100001;
|
||
static const int IMG_WEATHER_BJ_THUNDERSTORM_THUNDERSTORM_DT_02 = 0x100002;
|
||
static const int IMG_WEATHER_BJ_THUNDERSTORM_THUNDERSTORM_DT_03 = 0x100003;
|
||
static const int IMG_WEATHER_BJ_THUNDERSTORM_THUNDERSTORM_DT_04 = 0x100004;
|
||
static const int IMG_WEATHER_BJ_THUNDERSTORM_THUNDERSTORM_DT_05 = 0x100005;
|
||
static const int IMG_WEATHER_BJ_THUNDERSTORM_THUNDERSTORM_DT_06 = 0x100006;
|
||
static const int IMG_WEATHER_BJ_THUNDERSTORM_THUNDERSTORM_DT_07 = 0x100007;
|
||
static const int IMG_WEATHER_BJ_THUNDERSTORM_THUNDERSTORM_DT_08 = 0x100008;
|
||
|
||
static const int IMG_WEATHER_BJ_TYPHOON_TYPHOON_DT_01 = 0x100001;
|
||
static const int IMG_WEATHER_BJ_TYPHOON_TYPHOON_DT_02 = 0x100002;
|
||
static const int IMG_WEATHER_BJ_TYPHOON_TYPHOON_DT_03 = 0x100003;
|
||
static const int IMG_WEATHER_BJ_TYPHOON_TYPHOON_DT_04 = 0x100004;
|
||
static const int IMG_WEATHER_BJ_TYPHOON_TYPHOON_DT_05 = 0x100005;
|
||
#pragma endregion
|
||
|
||
//Stress
|
||
static const int IMG_STRESS_CHART_TIME = 0x100001;
|
||
static const int IMG_STRESS_HIGH = 0x100002;
|
||
static const int IMG_STRESS_LOW = 0x100003;
|
||
static const int IMG_STRESS_PULL_UP = 0x100004;
|
||
|
||
//Camera
|
||
static const int IMG_CAMERA_CAMERA = 0x100001;
|
||
static const int IMG_CAMERA_CAMERA_DEFAULT = 0x100002;
|
||
|
||
//Business card
|
||
static const int IMG_BUSINESS_CARD_ALREADY_BOUND = 0x100001;
|
||
static const int IMG_BUSINESS_CARD_BJ = 0x100002;
|
||
static const int IMG_BUSINESS_CARD_FACE_BOOK = 0x100003;
|
||
static const int IMG_BUSINESS_CARD_INSTAGRAM = 0x100004;
|
||
static const int IMG_BUSINESS_CARD_LINE = 0x100005;
|
||
static const int IMG_BUSINESS_CARD_QQ = 0x100006;
|
||
static const int IMG_BUSINESS_CARD_WECHAT = 0x100007;
|
||
static const int IMG_BUSINESS_CARD_WHATSAPP = 0x100008;
|
||
static const int IMG_BUSINESS_CARD_X = 0x100009;
|
||
|
||
//Wallet
|
||
static const int IMG_WALLET_MENU_ALIPAY = 0x100001;
|
||
|
||
//LuckyClover
|
||
static const int IMG_LUCKY_CLOVER_01_01 = 0x100001;
|
||
static const int IMG_LUCKY_CLOVER_01_10 = 0x100002;
|
||
static const int IMG_LUCKY_CLOVER_02_01 = 0x100003;
|
||
static const int IMG_LUCKY_CLOVER_02_10 = 0x100004;
|
||
static const int IMG_LUCKY_CLOVER_03_01 = 0x100005;
|
||
static const int IMG_LUCKY_CLOVER_03_10 = 0x100006;
|
||
static const int IMG_LUCKY_CLOVER_04_01 = 0x100007;
|
||
static const int IMG_LUCKY_CLOVER_04_10 = 0x100008;
|
||
static const int IMG_LUCKY_CLOVER_BRIGHT = 0x100009;
|
||
static const int IMG_LUCKY_CLOVER_BRIGHT_WATER = 0x10000a;
|
||
static const int IMG_LUCKY_CLOVER_CAL_BAR_BG = 0x10000b;
|
||
static const int IMG_LUCKY_CLOVER_CAL_BAR_FG = 0x10000c;
|
||
static const int IMG_LUCKY_CLOVER_CAL_CAL = 0x10000d;
|
||
static const int IMG_LUCKY_CLOVER_CUSTOM = 0x10000e;
|
||
static const int IMG_LUCKY_CLOVER_CUSTOM_PROGRESS_BG = 0x10000f;
|
||
static const int IMG_LUCKY_CLOVER_CUSTOM_PROGRESS_FG = 0x100010;
|
||
static const int IMG_LUCKY_CLOVER_DARK = 0x100011;
|
||
static const int IMG_LUCKY_CLOVER_DARK_WATER = 0x100012;
|
||
static const int IMG_LUCKY_CLOVER_FOUR_LEAF_CLOVER_ICON = 0x100013;
|
||
static const int IMG_LUCKY_CLOVER_FOUR_LEAF_CLOVER_PROMPT = 0x100014;
|
||
static const int IMG_LUCKY_CLOVER_KCAL = 0x100015;
|
||
static const int IMG_LUCKY_CLOVER_PERFECT = 0x100016;
|
||
static const int IMG_LUCKY_CLOVER_PROGRESS_01 = 0x100017;
|
||
static const int IMG_LUCKY_CLOVER_PROGRESS_02 = 0x100018;
|
||
static const int IMG_LUCKY_CLOVER_PROGRESS_03 = 0x100019;
|
||
static const int IMG_LUCKY_CLOVER_PROGRESS_04 = 0x10001a;
|
||
static const int IMG_LUCKY_CLOVER_PROGRESS_05 = 0x10001b;
|
||
static const int IMG_LUCKY_CLOVER_PROGRESS_06 = 0x10001c;
|
||
static const int IMG_LUCKY_CLOVER_PROGRESS_07 = 0x10001d;
|
||
static const int IMG_LUCKY_CLOVER_REFRESH = 0x10001e;
|
||
static const int IMG_LUCKY_CLOVER_REMIND = 0x10001f;
|
||
static const int IMG_LUCKY_CLOVER_SLEEP_CAL = 0x100020;
|
||
static const int IMG_LUCKY_CLOVER_SLEEP_EARLY_CAL = 0x100021;
|
||
static const int IMG_LUCKY_CLOVER_SLEEP_PROGRESS_BG = 0x100022;
|
||
static const int IMG_LUCKY_CLOVER_SLEEP_PROGRESS_FG = 0x100023;
|
||
static const int IMG_LUCKY_CLOVER_STAND = 0x100024;
|
||
static const int IMG_LUCKY_CLOVER_STAND_CAL = 0x100025;
|
||
static const int IMG_LUCKY_CLOVER_STEP = 0x100026;
|
||
static const int IMG_LUCKY_CLOVER_STEP_CAL = 0x100027;
|
||
static const int IMG_LUCKY_CLOVER_STEP_PROGRESS_BG = 0x100028;
|
||
static const int IMG_LUCKY_CLOVER_STEP_PROGRESS_FG = 0x100029;
|
||
static const int IMG_LUCKY_CLOVER_STRENGTH = 0x10002a;
|
||
static const int IMG_LUCKY_CLOVER_STRENGTH_CAL = 0x10002b;
|
||
static const int IMG_LUCKY_CLOVER_VITALITY = 0x10002c;
|
||
static const int IMG_LUCKY_CLOVER_WATER_CAL = 0x10002d;
|
||
//APP_SPO2
|
||
static const int IMG_SPO2_ABOUT = 0x100001;
|
||
static const int IMG_SPO2_CHART_TIME = 0x100002;
|
||
static const int IMG_SPO2_DT_01_03 = 0x100003;
|
||
static const int IMG_SPO2_DT_02_03 = 0x100004;
|
||
static const int IMG_SPO2_DT_03_03 = 0x100005;
|
||
static const int IMG_SPO2_DT_04_03 = 0x100006;
|
||
static const int IMG_SPO2_DT_05_03 = 0x100007;
|
||
static const int IMG_SPO2_DT_06_03 = 0x100008;
|
||
static const int IMG_SPO2_DT_07_03 = 0x100009;
|
||
static const int IMG_SPO2_DT_08_03 = 0x10000a;
|
||
static const int IMG_SPO2_HIGH = 0x10000b;
|
||
static const int IMG_SPO2_LOW = 0x10000c;
|
||
static const int IMG_SPO2_PULL_UP = 0x10000d;
|
||
|
||
#pragma region 相册
|
||
static const int IMG_ALBUM_BACKWARD = 0x100001;
|
||
static const int IMG_ALBUM_CANCEL = 0x100002;
|
||
static const int IMG_ALBUM_CONFIRM = 0x100003;
|
||
static const int IMG_ALBUM_DELETE = 0x100004;
|
||
static const int IMG_ALBUM_FORWARD = 0x100005;
|
||
static const int IMG_ALBUM_PAUSE = 0x100006;
|
||
static const int IMG_ALBUM_RESET = 0x100007;
|
||
static const int IMG_ALBUM_RESUME = 0x100008;
|
||
static const int IMG_ALBUM_RETURN = 0x100009;
|
||
static const int IMG_ALBUM_SET_FALSE = 0x10000a;
|
||
static const int IMG_ALBUM_SET_SUCC = 0x10000b;
|
||
static const int IMG_ALBUM_WALLPAPER = 0x10000c;
|
||
static const int IMG_ALBUM_Z_SETTING_BG = 0x10000d;
|
||
#pragma endregion
|
||
|
||
//Sport
|
||
static const int IMG_SPORT_01_OUTDOOR_RUNNING = 0x100001;
|
||
static const int IMG_SPORT_02_OUTDOOR_WALKING = 0x100002;
|
||
static const int IMG_SPORT_03_INDOOR_CYCLING = 0x100003;
|
||
static const int IMG_SPORT_04_FOOTBALL = 0x100004;
|
||
static const int IMG_SPORT_05_BASKETBALL = 0x100005;
|
||
static const int IMG_SPORT_06_INDOOR_RUNNING = 0x100006;
|
||
static const int IMG_SPORT_07_INDOOR_WALKING = 0x100007;
|
||
static const int IMG_SPORT_08_ELLIPTICAL = 0x100008;
|
||
static const int IMG_SPORT_09_INDOOR_SWIMMING = 0x100009;
|
||
static const int IMG_SPORT_10_OUTDOOR_SWIMMING = 0x10000a;
|
||
static const int IMG_SPORT_11_CYCLING = 0x10000b;
|
||
static const int IMG_SPORT_12_ON_FOOT = 0x10000c;
|
||
static const int IMG_SPORT_13_STAIRCASE = 0x10000d;
|
||
static const int IMG_SPORT_14_ROWING_MACHINE = 0x10000e;
|
||
static const int IMG_SPORT_15_JUZHONG = 0x10000f;
|
||
static const int IMG_SPORT_16_STEPPER = 0x100010;
|
||
static const int IMG_SPORT_17_STROLLER = 0x100011;
|
||
static const int IMG_SPORT_18_HITI = 0x100012;
|
||
static const int IMG_SPORT_19_GYMNASTICS = 0x100013;
|
||
static const int IMG_SPORT_20_GROUP = 0x100014;
|
||
static const int IMG_SPORT_21_YOGA = 0x100015;
|
||
static const int IMG_SPORT_22_PILATES = 0x100016;
|
||
static const int IMG_SPORT_23_INSTRUMENT = 0x100017;
|
||
static const int IMG_SPORT_24_TAEKWONDO = 0x100018;
|
||
static const int IMG_SPORT_25_BOXING = 0x100019;
|
||
static const int IMG_SPORT_26_FREE_COMBAT = 0x10001a;
|
||
static const int IMG_SPORT_27_KARATE = 0x10001b;
|
||
static const int IMG_SPORT_28_FENCING = 0x10001c;
|
||
static const int IMG_SPORT_29_CORE_TRAINING = 0x10001d;
|
||
static const int IMG_SPORT_30_KICKBOXING = 0x10001e;
|
||
static const int IMG_SPORT_31_KENDO = 0x10001f;
|
||
static const int IMG_SPORT_32_BELLY = 0x100020;
|
||
static const int IMG_SPORT_33_LATIN = 0x100021;
|
||
static const int IMG_SPORT_34_JAZZ = 0x100022;
|
||
static const int IMG_SPORT_35_BALLET = 0x100023;
|
||
static const int IMG_SPORT_36_ROLLER_SKATING = 0x100024;
|
||
static const int IMG_SPORT_37_HULA_HOOP = 0x100025;
|
||
static const int IMG_SPORT_38_FRISBEE = 0x100026;
|
||
static const int IMG_SPORT_39_BADMINTON = 0x100027;
|
||
static const int IMG_SPORT_40_PING_PONG = 0x100028;
|
||
static const int IMG_SPORT_41_TENNIS = 0x100029;
|
||
static const int IMG_SPORT_42_BILLIARDS = 0x10002a;
|
||
static const int IMG_SPORT_43_BOWLING = 0x10002b;
|
||
static const int IMG_SPORT_44_VOLLEYBALL = 0x10002c;
|
||
static const int IMG_SPORT_45_BASEBALL = 0x10002d;
|
||
static const int IMG_SPORT_46_RUGBY = 0x10002e;
|
||
static const int IMG_SPORT_47_HOCKEY = 0x10002f;
|
||
static const int IMG_SPORT_48_ARCHERY = 0x100030;
|
||
static const int IMG_SPORT_49_KICK = 0x100031;
|
||
static const int IMG_SPORT_50_SKIPPING = 0x100032;
|
||
static const int IMG_SPORT_51_RIDING = 0x100033;
|
||
static const int IMG_SPORT_52_SAILBOAT = 0x100034;
|
||
static const int IMG_SPORT_53_SURFING = 0x100035;
|
||
static const int IMG_SPORT_54_SKATE = 0x100036;
|
||
static const int IMG_SPORT_55_SKATING = 0x100037;
|
||
static const int IMG_SPORT_56_CANOEING = 0x100038;
|
||
static const int IMG_SPORT_57_MOTORBOAT = 0x100039;
|
||
static const int IMG_SPORT_58_FREE_TRAINING = 0x10003a;
|
||
static const int IMG_SPORT_ACHIEVE = 0x10003b;
|
||
static const int IMG_SPORT_ADD = 0x10003c;
|
||
static const int IMG_SPORT_BJ = 0x10003d;
|
||
static const int IMG_SPORT_BJ_EDIT = 0x10003e;
|
||
static const int IMG_SPORT_BJ_GPS = 0x10003f;
|
||
static const int IMG_SPORT_BJ_SUSPEND = 0x100040;
|
||
static const int IMG_SPORT_CALORIES_BJ = 0x100041;
|
||
static const int IMG_SPORT_DESTINATION = 0x100042;
|
||
static const int IMG_SPORT_DIN = 0x100043;
|
||
static const int IMG_SPORT_EDUCE = 0x100044;
|
||
static const int IMG_SPORT_ENCOURAGE = 0x100045;
|
||
static const int IMG_SPORT_END_CONFIRM = 0x100046;
|
||
static const int IMG_SPORT_END_DISTANCE = 0x100047;
|
||
static const int IMG_SPORT_END_FREQUENCY = 0x100048;
|
||
static const int IMG_SPORT_END_HR = 0x100049;
|
||
static const int IMG_SPORT_END_KCAL = 0x10004a;
|
||
static const int IMG_SPORT_END_PRESS = 0x10004b;
|
||
static const int IMG_SPORT_END_RELEASE = 0x10004c;
|
||
static const int IMG_SPORT_END_SPEED = 0x10004d;
|
||
static const int IMG_SPORT_END_STEP = 0x10004e;
|
||
static const int IMG_SPORT_END_TIME = 0x10004f;
|
||
static const int IMG_SPORT_ENLARGE = 0x100050;
|
||
static const int IMG_SPORT_FOUR = 0x100051;
|
||
static const int IMG_SPORT_GPS_HR = 0x100052;
|
||
static const int IMG_SPORT_HR = 0x100053;
|
||
static const int IMG_SPORT_HR_01 = 0x100054;
|
||
static const int IMG_SPORT_HR_02 = 0x100055;
|
||
static const int IMG_SPORT_HR_03 = 0x100056;
|
||
static const int IMG_SPORT_HR_04 = 0x100057;
|
||
static const int IMG_SPORT_HR_05 = 0x100058;
|
||
static const int IMG_SPORT_HR_DESC = 0x100059;
|
||
static const int IMG_SPORT_ICON_HR = 0x10005a;
|
||
static const int IMG_SPORT_ICON_HR_WARNING = 0x10005b;
|
||
static const int IMG_SPORT_ICON_NO = 0x10005c;
|
||
static const int IMG_SPORT_ICON_REMIND = 0x10005d;
|
||
static const int IMG_SPORT_ICON_SELECT = 0x10005e;
|
||
static const int IMG_SPORT_INDOOR_DIS = 0x10005f;
|
||
static const int IMG_SPORT_INDOOR_KCAL = 0x100060;
|
||
static const int IMG_SPORT_INDOOR_MORE = 0x100061;
|
||
static const int IMG_SPORT_INDOOR_TARGET = 0x100062;
|
||
static const int IMG_SPORT_INDOOR_TIME = 0x100063;
|
||
static const int IMG_SPORT_KEEP = 0x100064;
|
||
static const int IMG_SPORT_MORE = 0x100065;
|
||
static const int IMG_SPORT_ONE = 0x100066;
|
||
static const int IMG_SPORT_PAUSE = 0x100067;
|
||
static const int IMG_SPORT_REDUCE = 0x100068;
|
||
static const int IMG_SPORT_SHRINK = 0x100069;
|
||
static const int IMG_SPORT_SPORTING_HR = 0x10006a;
|
||
static const int IMG_SPORT_SPORTING_KCAL = 0x10006b;
|
||
static const int IMG_SPORT_START_CAL = 0x10006c;
|
||
static const int IMG_SPORT_START_DIS = 0x10006d;
|
||
static const int IMG_SPORT_START_TIME = 0x10006e;
|
||
static const int IMG_SPORT_START_ZDY = 0x10006f;
|
||
static const int IMG_SPORT_THREE = 0x100070;
|
||
static const int IMG_SPORT_TIME = 0x100071;
|
||
static const int IMG_SPORT_TIME_BJ = 0x100072;
|
||
static const int IMG_SPORT_TRIANGLE = 0x100073;
|
||
static const int IMG_SPORT_TWO = 0x100074;
|
||
|
||
static const int IMG_ALIPAY_ALIPAY = 0x100001;
|
||
static const int IMG_ALIPAY_ALLPEY_CN_TEXT = 0x100002;
|
||
static const int IMG_ALIPAY_ALLPEY_EN_TEXT = 0x100003;
|
||
static const int IMG_ALIPAY_ALLPEY_LOGO = 0x100004;
|
||
static const int IMG_ALIPAY_BLUE_BJ = 0x100005;
|
||
static const int IMG_ALIPAY_DEFEATED = 0x100006;
|
||
static const int IMG_ALIPAY_DT_01 = 0x100007;
|
||
static const int IMG_ALIPAY_DT_02 = 0x100008;
|
||
static const int IMG_ALIPAY_DT_03 = 0x100009;
|
||
static const int IMG_ALIPAY_DT_04 = 0x10000a;
|
||
static const int IMG_ALIPAY_DT_05 = 0x10000b;
|
||
static const int IMG_ALIPAY_DT_06 = 0x10000c;
|
||
static const int IMG_ALIPAY_DT_07 = 0x10000d;
|
||
static const int IMG_ALIPAY_HELP = 0x10000e;
|
||
static const int IMG_ALIPAY_PAYMENT = 0x10000f;
|
||
static const int IMG_ALIPAY_SET = 0x100010;
|
||
static const int IMG_ALIPAY_SPOT_01 = 0x100011;
|
||
static const int IMG_ALIPAY_SPOT_02 = 0x100012;
|
||
static const int IMG_ALIPAY_SUCCESS = 0x100013;
|
||
|
||
//app play dial
|
||
static const int IMG_PLAY_DIAL_AI = 0x100001;
|
||
static const int IMG_PLAY_DIAL_BJ = 0x100002;
|
||
static const int IMG_PLAY_DIAL_DELETE = 0x100003;
|
||
static const int IMG_PLAY_DIAL_DT_01_03 = 0x100004;
|
||
static const int IMG_PLAY_DIAL_DT_02_03 = 0x100005;
|
||
static const int IMG_PLAY_DIAL_DT_03_03 = 0x100006;
|
||
static const int IMG_PLAY_DIAL_DT_04_03 = 0x100007;
|
||
static const int IMG_PLAY_DIAL_DT_05_03 = 0x100008;
|
||
static const int IMG_PLAY_DIAL_DT_06_03 = 0x100009;
|
||
static const int IMG_PLAY_DIAL_HISTORY = 0x10000a;
|
||
static const int IMG_PLAY_DIAL_ICON_CONFIRM = 0x10000b;
|
||
static const int IMG_PLAY_DIAL_ICON_NO = 0x10000c;
|
||
static const int IMG_PLAY_DIAL_ICON_RETRY = 0x10000d;
|
||
static const int IMG_PLAY_DIAL_ICON_SETTING = 0x10000e;
|
||
static const int IMG_PLAY_DIAL_ICON_YES = 0x10000f;
|
||
static const int IMG_PLAY_DIAL_ICON_YES_DRAWING = 0x100010;
|
||
static const int IMG_PLAY_DIAL_LOADING_01_06 = 0x100011;
|
||
static const int IMG_PLAY_DIAL_LOADING_02_06 = 0x100012;
|
||
static const int IMG_PLAY_DIAL_LOADING_03_06 = 0x100013;
|
||
static const int IMG_PLAY_DIAL_LOADING_04_06 = 0x100014;
|
||
static const int IMG_PLAY_DIAL_LOADING_05_06 = 0x100015;
|
||
static const int IMG_PLAY_DIAL_LOADING_06_06 = 0x100016;
|
||
static const int IMG_PLAY_DIAL_LOADING_07_06 = 0x100017;
|
||
static const int IMG_PLAY_DIAL_LOADING_08_06 = 0x100018;
|
||
static const int IMG_PLAY_DIAL_LOADING_09_06 = 0x100019;
|
||
static const int IMG_PLAY_DIAL_LOADING_10_06 = 0x10001a;
|
||
static const int IMG_PLAY_DIAL_LOADING_11_06 = 0x10001b;
|
||
static const int IMG_PLAY_DIAL_NO_CONNECTION = 0x10001c;
|
||
static const int IMG_PLAY_DIAL_NO_DATA = 0x10001d;
|
||
static const int IMG_PLAY_DIAL_PAINTING = 0x10001e;
|
||
static const int IMG_PLAY_DIAL_PAINTING_FAIL = 0x10001f;
|
||
static const int IMG_PLAY_DIAL_PROMPT_FAIL = 0x100020;
|
||
static const int IMG_PLAY_DIAL_PROMPT_SUCCESS = 0x100021;
|
||
static const int IMG_PLAY_DIAL_QJ = 0x100022;
|
||
static const int IMG_PLAY_DIAL_SINGLE_LIST = 0x100023;
|
||
static const int IMG_PLAY_DIAL_STYLE_3D_RENDERING = 0x100024;
|
||
static const int IMG_PLAY_DIAL_STYLE_5D_PORTRAIT = 0x100025;
|
||
static const int IMG_PLAY_DIAL_STYLE_ABSTRACT_ART = 0x100026;
|
||
static const int IMG_PLAY_DIAL_STYLE_ANTIQUITIES = 0x100027;
|
||
static const int IMG_PLAY_DIAL_STYLE_BLACK_WHITE_SKETCH = 0x100028;
|
||
static const int IMG_PLAY_DIAL_STYLE_CERAMIC_WORLD = 0x100029;
|
||
static const int IMG_PLAY_DIAL_STYLE_DARK_ART = 0x10002a;
|
||
static const int IMG_PLAY_DIAL_STYLE_HAYAO_MIYAZAKI = 0x10002b;
|
||
static const int IMG_PLAY_DIAL_STYLE_ILLUSTRATION = 0x10002c;
|
||
static const int IMG_PLAY_DIAL_STYLE_INK_AND_WASH = 0x10002d;
|
||
static const int IMG_PLAY_DIAL_STYLE_JAPANESE_ANIME = 0x10002e;
|
||
static const int IMG_PLAY_DIAL_STYLE_MACHINERY = 0x10002f;
|
||
static const int IMG_PLAY_DIAL_STYLE_MONET = 0x100030;
|
||
static const int IMG_PLAY_DIAL_STYLE_OIL_PAINTING = 0x100031;
|
||
static const int IMG_PLAY_DIAL_STYLE_PAPER_CUT = 0x100032;
|
||
static const int IMG_PLAY_DIAL_STYLE_SCIENCE_FICTION = 0x100033;
|
||
static const int IMG_PLAY_DIAL_STYLE_THICK_COATING_WIND = 0x100034;
|
||
static const int IMG_PLAY_DIAL_STYLE_VANGOGH_WIND = 0x100035;
|
||
|
||
//sport record
|
||
static const int IMG_SPORT_RECORD_DELETE = 0x100001;
|
||
|
||
static const int IMG_RECORD_BJ = 0x100001;
|
||
static const int IMG_RECORD_DELETE = 0x100002;
|
||
static const int IMG_RECORD_DT_01_03 = 0x100003;
|
||
static const int IMG_RECORD_DT_02_03 = 0x100004;
|
||
static const int IMG_RECORD_DT_03_03 = 0x100005;
|
||
static const int IMG_RECORD_END = 0x100006;
|
||
static const int IMG_RECORD_PAUSE = 0x100007;
|
||
static const int IMG_RECORD_PLAY_NEXT = 0x100008;
|
||
static const int IMG_RECORD_PLAY_PREVIOUS = 0x100009;
|
||
static const int IMG_RECORD_PLAY_RETURE = 0x10000a;
|
||
static const int IMG_RECORD_PLAY_START = 0x10000b;
|
||
static const int IMG_RECORD_PLAY_SUSPEND = 0x10000c;
|
||
static const int IMG_RECORD_QUEDING = 0x10000d;
|
||
static const int IMG_RECORD_QUXIAO = 0x10000e;
|
||
static const int IMG_RECORD_RECORD_PAUSE = 0x10000f;
|
||
static const int IMG_RECORD_RECORD_START = 0x100010;
|
||
|
||
static const int IMG_CALCULATOR_DEFAULT_00 = 0x100001;
|
||
static const int IMG_CALCULATOR_DEFAULT_01 = 0x100002;
|
||
static const int IMG_CALCULATOR_DEFAULT_02 = 0x100003;
|
||
static const int IMG_CALCULATOR_DEFAULT_03 = 0x100004;
|
||
static const int IMG_CALCULATOR_DEFAULT_04 = 0x100005;
|
||
static const int IMG_CALCULATOR_DEFAULT_05 = 0x100006;
|
||
static const int IMG_CALCULATOR_DEFAULT_06 = 0x100007;
|
||
static const int IMG_CALCULATOR_DEFAULT_07 = 0x100008;
|
||
static const int IMG_CALCULATOR_DEFAULT_08 = 0x100009;
|
||
static const int IMG_CALCULATOR_DEFAULT_09 = 0x10000a;
|
||
static const int IMG_CALCULATOR_DEFAULT_AC = 0x10000b;
|
||
static const int IMG_CALCULATOR_DEFAULT_CHENG = 0x10000c;
|
||
static const int IMG_CALCULATOR_DEFAULT_CHU = 0x10000d;
|
||
static const int IMG_CALCULATOR_DEFAULT_DELETE = 0x10000e;
|
||
static const int IMG_CALCULATOR_DEFAULT_DENG = 0x10000f;
|
||
static const int IMG_CALCULATOR_DEFAULT_DOT = 0x100010;
|
||
static const int IMG_CALCULATOR_DEFAULT_JIA = 0x100011;
|
||
static const int IMG_CALCULATOR_DEFAULT_JIAN = 0x100012;
|
||
static const int IMG_CALCULATOR_HIGHLIGHT_AC = 0x100013;
|
||
static const int IMG_CALCULATOR_HIGHLIGHT_CHENG = 0x100014;
|
||
static const int IMG_CALCULATOR_HIGHLIGHT_CHU = 0x100015;
|
||
static const int IMG_CALCULATOR_HIGHLIGHT_DELETE = 0x100016;
|
||
static const int IMG_CALCULATOR_HIGHLIGHT_DENG = 0x100017;
|
||
static const int IMG_CALCULATOR_HIGHLIGHT_JIA = 0x100018;
|
||
static const int IMG_CALCULATOR_HIGHLIGHT_JIAN = 0x100019;
|
||
|
||
static const int IMG_PHONE_ANSWER = 0x100001;
|
||
static const int IMG_PHONE_CALL = 0x100002;
|
||
static const int IMG_PHONE_CONTACTS = 0x100003;
|
||
static const int IMG_PHONE_DEFAULT_01 = 0x100004;
|
||
static const int IMG_PHONE_DEFAULT_01_PRESS = 0x100005;
|
||
static const int IMG_PHONE_DEFAULT_02 = 0x100006;
|
||
static const int IMG_PHONE_DEFAULT_02_PRESS = 0x100007;
|
||
static const int IMG_PHONE_DEFAULT_03 = 0x100008;
|
||
static const int IMG_PHONE_DEFAULT_03_PRESS = 0x100009;
|
||
static const int IMG_PHONE_DEFAULT_04 = 0x10000a;
|
||
static const int IMG_PHONE_DEFAULT_04_PRESS = 0x10000b;
|
||
static const int IMG_PHONE_DEFAULT_05 = 0x10000c;
|
||
static const int IMG_PHONE_DEFAULT_05_PRESS = 0x10000d;
|
||
static const int IMG_PHONE_DEFAULT_06 = 0x10000e;
|
||
static const int IMG_PHONE_DEFAULT_06_PRESS = 0x10000f;
|
||
static const int IMG_PHONE_DEFAULT_07 = 0x100010;
|
||
static const int IMG_PHONE_DEFAULT_07_PRESS = 0x100011;
|
||
static const int IMG_PHONE_DEFAULT_08 = 0x100012;
|
||
static const int IMG_PHONE_DEFAULT_08_PRESS = 0x100013;
|
||
static const int IMG_PHONE_DEFAULT_09 = 0x100014;
|
||
static const int IMG_PHONE_DEFAULT_09_PRESS = 0x100015;
|
||
static const int IMG_PHONE_DEFAULT_10 = 0x100016;
|
||
static const int IMG_PHONE_DEFAULT_10_PRESS = 0x100017;
|
||
static const int IMG_PHONE_DEFAULT_11 = 0x100018;
|
||
static const int IMG_PHONE_DEFAULT_11_PRESS = 0x100019;
|
||
static const int IMG_PHONE_DEFAULT_12 = 0x10001a;
|
||
static const int IMG_PHONE_DEFAULT_12_PRESS = 0x10001b;
|
||
static const int IMG_PHONE_DIAL = 0x10001c;
|
||
static const int IMG_PHONE_ICON01 = 0x10001d;
|
||
static const int IMG_PHONE_ICON02 = 0x10001e;
|
||
static const int IMG_PHONE_ICON03 = 0x10001f;
|
||
static const int IMG_PHONE_ICON04 = 0x100020;
|
||
static const int IMG_PHONE_ICON_NOCALL = 0x100021;
|
||
static const int IMG_PHONE_ICON_NOCONTACT = 0x100022;
|
||
static const int IMG_PHONE_ICON_REJECT = 0x100023;
|
||
static const int IMG_PHONE_INCOMING_CAL = 0x100024;
|
||
static const int IMG_PHONE_LETTER = 0x100025;
|
||
static const int IMG_PHONE_MISSED_CALL = 0x100026;
|
||
static const int IMG_PHONE_OUTGOING_CALL = 0x100027;
|
||
static const int IMG_PHONE_PROMPT_FAIL = 0x100028;
|
||
static const int IMG_PHONE_REJECT = 0x100029;
|
||
static const int IMG_PHONE_VOICE_ICON = 0x10002a;
|
||
|
||
static const int IMG_MS_GAME_PROMPT_FAIL = 0x100001;
|
||
static const int IMG_MS_GAME_WATCH = 0x100002;
|
||
|
||
//female
|
||
static const int IMG_FEMALE_ACHE_OFF = 0x100001;
|
||
static const int IMG_FEMALE_ACHE_ON = 0x100002;
|
||
static const int IMG_FEMALE_CONFIRM = 0x100003;
|
||
static const int IMG_FEMALE_FLOW_OFF = 0x100004;
|
||
static const int IMG_FEMALE_FLOW_ON = 0x100005;
|
||
static const int IMG_FEMALE_FORECAST = 0x100006;
|
||
static const int IMG_FEMALE_LEFT_ARROW = 0x100007;
|
||
static const int IMG_FEMALE_OVULATION = 0x100008;
|
||
static const int IMG_FEMALE_PHYSIOLOGY = 0x100009;
|
||
static const int IMG_FEMALE_RETRY = 0x10000a;
|
||
static const int IMG_FEMALE_RIGHT_ARROW = 0x10000b;
|
||
static const int IMG_FEMALE_RING0 = 0x10000c;
|
||
static const int IMG_FEMALE_RING1 = 0x10000d;
|
||
static const int IMG_FEMALE_RING2 = 0x10000e;
|
||
static const int IMG_FEMALE_RING3 = 0x10000f;
|
||
static const int IMG_FEMALE_RING4 = 0x100010;
|
||
static const int IMG_FEMALE_RING5 = 0x100011;
|
||
static const int IMG_FEMALE_RING6 = 0x100012;
|
||
static const int IMG_FEMALE_RING7 = 0x100013;
|
||
static const int IMG_FEMALE_RING8 = 0x100014;
|
||
|
||
static const int IMG_CHARGER_BAT_DT_01_03 = 0x100001;
|
||
static const int IMG_CHARGER_BAT_DT_02_03 = 0x100002;
|
||
static const int IMG_CHARGER_BAT_DT_03_03 = 0x100003;
|
||
static const int IMG_CHARGER_BAT_DT_04_03 = 0x100004;
|
||
static const int IMG_CHARGER_BAT_DT_05_03 = 0x100005;
|
||
static const int IMG_CHARGER_BAT_DT_06_03 = 0x100006;
|
||
static const int IMG_CHARGER_BAT_DT_07_03 = 0x100007;
|
||
static const int IMG_CHARGER_BAT_DT_08_03 = 0x100008;
|
||
static const int IMG_CHARGER_BAT_DT_09_03 = 0x100009;
|
||
static const int IMG_CHARGER_BAT_DT_10_03 = 0x10000a;
|
||
static const int IMG_CHARGER_BAT_DT_11_03 = 0x10000b;
|
||
static const int IMG_CHARGER_BAT_DT_12_03 = 0x10000c;
|
||
|
||
static const int IMG_TIMER_BJ = 0x100001;
|
||
static const int IMG_TIMER_CANCEL = 0x100002;
|
||
static const int IMG_TIMER_CONFIRM = 0x100003;
|
||
static const int IMG_TIMER_CONTINUE = 0x100004;
|
||
static const int IMG_TIMER_PAUSE = 0x100005;
|
||
static const int IMG_TIMER_REFRESH = 0x100006;
|
||
static const int IMG_TIMER_TIME = 0x100007;
|
||
|
||
// alarm
|
||
static const int IMG_ALARM_ADD = 0x100001;
|
||
static const int IMG_ALARM_ALARM = 0x100002;
|
||
static const int IMG_ALARM_ALARM_1 = 0x100003;
|
||
static const int IMG_ALARM_ALARM_2 = 0x100004;
|
||
static const int IMG_ALARM_ALARM_3 = 0x100005;
|
||
static const int IMG_ALARM_DELAY = 0x100006;
|
||
static const int IMG_ALARM_DELETE = 0x100007;
|
||
static const int IMG_ALARM_FIRST_ADD = 0x100008;
|
||
static const int IMG_ALARM_MORE = 0x100009;
|
||
|
||
// e-book
|
||
static const int IMG_EBOOK_BJ_01 = 0x100001;
|
||
static const int IMG_EBOOK_BJ_02 = 0x100002;
|
||
static const int IMG_EBOOK_BOOK_01 = 0x100003;
|
||
static const int IMG_EBOOK_BREVIARY_BJ_01 = 0x100004;
|
||
static const int IMG_EBOOK_BREVIARY_BJ_02 = 0x100005;
|
||
static const int IMG_EBOOK_CANCEL = 0x100006;
|
||
static const int IMG_EBOOK_CONFIRM_1 = 0x100007;
|
||
static const int IMG_EBOOK_CONFIRM_2 = 0x100008;
|
||
static const int IMG_EBOOK_DELETE = 0x100009;
|
||
static const int IMG_EBOOK_ICON_SELECT = 0x10000a;
|
||
static const int IMG_EBOOK_ICON_UNSELECT = 0x10000b;
|
||
static const int IMG_EBOOK_LAST_PAGE = 0x10000c;
|
||
static const int IMG_EBOOK_NEXT_PAGE = 0x10000d;
|
||
static const int IMG_EBOOK_SET = 0x10000e;
|
||
|
||
static const int IMAGES_VIDEO_CTRL_ADD = 0x100001;
|
||
static const int IMAGES_VIDEO_CTRL_ADD_CLICK = 0x100002;
|
||
static const int IMAGES_VIDEO_CTRL_BACK = 0x100003;
|
||
static const int IMAGES_VIDEO_CTRL_BACK_CLICK = 0x100004;
|
||
static const int IMAGES_VIDEO_CTRL_BJ = 0x100005;
|
||
static const int IMAGES_VIDEO_CTRL_GO = 0x100006;
|
||
static const int IMAGES_VIDEO_CTRL_GO_CLICK = 0x100007;
|
||
static const int IMAGES_VIDEO_CTRL_LIKE = 0x100008;
|
||
static const int IMAGES_VIDEO_CTRL_LIKE_CLICK = 0x100009;
|
||
static const int IMAGES_VIDEO_CTRL_PLAY_PAUSE = 0x10000a;
|
||
static const int IMAGES_VIDEO_CTRL_PLAY_PAUSE_CLICK = 0x10000b;
|
||
static const int IMAGES_VIDEO_CTRL_REDUCE = 0x10000c;
|
||
static const int IMAGES_VIDEO_CTRL_REDUCE_CLICK = 0x10000d;
|
||
static const int IMAGES_VIDEO_CTRL_SUCCESS = 0x10000e;
|
||
|
||
static const int IMG_GAME_1 = 0x100001;
|
||
static const int IMG_GAME_2 = 0x100002;
|
||
static const int IMG_GAME_3 = 0x100003;
|
||
static const int IMG_GAME_AIRCRAFT_ICON = 0x100004;
|
||
static const int IMG_GAME_BIRDFLY_ICON = 0x100005;
|
||
|
||
static const int IMG_GAME_BIRDFLY_BARRIER_1 = 0x100001;
|
||
static const int IMG_GAME_BIRDFLY_BARRIER_2 = 0x100002;
|
||
static const int IMG_GAME_BIRDFLY_BIRDFLY_BJ = 0x100003;
|
||
static const int IMG_GAME_BIRDFLY_BIRDFLY_CONFIRM = 0x100004;
|
||
static const int IMG_GAME_BIRDFLY_BIRDFLY_CONTINUE = 0x100005;
|
||
static const int IMG_GAME_BIRDFLY_BIRDFLY_OVER_BJ = 0x100006;
|
||
static const int IMG_GAME_BIRDFLY_BIRDFLY_OVER_ICON = 0x100007;
|
||
static const int IMG_GAME_BIRDFLY_BIRDFLY_RETURE = 0x100008;
|
||
static const int IMG_GAME_BIRDFLY_BIRDFLY_START = 0x100009;
|
||
static const int IMG_GAME_BIRDFLY_BIRD_BG1 = 0x10000a;
|
||
static const int IMG_GAME_BIRDFLY_BIRD_BG2 = 0x10000b;
|
||
static const int IMG_GAME_BIRDFLY_BIRD_DEATH = 0x10000c;
|
||
static const int IMG_GAME_BIRDFLY_BIRD_DOWN = 0x10000d;
|
||
static const int IMG_GAME_BIRDFLY_BIRD_FALL0 = 0x10000e;
|
||
static const int IMG_GAME_BIRDFLY_BIRD_FALL1 = 0x10000f;
|
||
static const int IMG_GAME_BIRDFLY_BIRD_FALL2 = 0x100010;
|
||
static const int IMG_GAME_BIRDFLY_BIRD_FALL3 = 0x100011;
|
||
static const int IMG_GAME_BIRDFLY_BIRD_FALL4 = 0x100012;
|
||
static const int IMG_GAME_BIRDFLY_BIRD_FALL5 = 0x100013;
|
||
static const int IMG_GAME_BIRDFLY_BIRD_FALL6 = 0x100014;
|
||
static const int IMG_GAME_BIRDFLY_BIRD_FALL7 = 0x100015;
|
||
static const int IMG_GAME_BIRDFLY_BIRD_FALL8 = 0x100016;
|
||
static const int IMG_GAME_BIRDFLY_BIRD_FALL9 = 0x100017;
|
||
static const int IMG_GAME_BIRDFLY_BIRD_FLY0 = 0x100018;
|
||
static const int IMG_GAME_BIRDFLY_BIRD_FLY1 = 0x100019;
|
||
static const int IMG_GAME_BIRDFLY_BIRD_FLY2 = 0x10001a;
|
||
static const int IMG_GAME_BIRDFLY_BIRD_FLY3 = 0x10001b;
|
||
static const int IMG_GAME_BIRDFLY_BIRD_FLY4 = 0x10001c;
|
||
static const int IMG_GAME_BIRDFLY_BIRD_LIFE = 0x10001d;
|
||
static const int IMG_GAME_BIRDFLY_BIRD_RIGHT = 0x10001e;
|
||
static const int IMG_GAME_BIRDFLY_BIRD_UP = 0x10001f;
|
||
static const int IMG_GAME_BIRDFLY_BIRD_UP_DOWN = 0x100020;
|
||
static const int IMG_GAME_BIRDFLY_FIGURE = 0x100021;
|
||
static const int IMG_GAME_BIRDFLY_GOLD_0 = 0x100022;
|
||
static const int IMG_GAME_BIRDFLY_GOLD_1 = 0x100023;
|
||
static const int IMG_GAME_BIRDFLY_GOLD_2 = 0x100024;
|
||
static const int IMG_GAME_BIRDFLY_GOLD_3 = 0x100025;
|
||
static const int IMG_GAME_BIRDFLY_GOLD_4 = 0x100026;
|
||
static const int IMG_GAME_BIRDFLY_GOLD_5 = 0x100027;
|
||
static const int IMG_GAME_BIRDFLY_GOLD_6 = 0x100028;
|
||
static const int IMG_GAME_BIRDFLY_GOLD_7 = 0x100029;
|
||
static const int IMG_GAME_BIRDFLY_HIT_0 = 0x10002a;
|
||
static const int IMG_GAME_BIRDFLY_HIT_1 = 0x10002b;
|
||
static const int IMG_GAME_BIRDFLY_HIT_2 = 0x10002c;
|
||
static const int IMG_GAME_BIRDFLY_HIT_3 = 0x10002d;
|
||
static const int IMG_GAME_BIRDFLY_HIT_4 = 0x10002e;
|
||
static const int IMG_GAME_BIRDFLY_HIT_5 = 0x10002f;
|
||
static const int IMG_GAME_BIRDFLY_PAUSE = 0x100030;
|
||
static const int IMG_GAME_BIRDFLY_PILLAR_BOTTOM = 0x100031;
|
||
static const int IMG_GAME_BIRDFLY_PILLAR_TOP = 0x100032;
|
||
static const int IMG_GAME_BIRDFLY_START_LBL = 0x100033;
|
||
|
||
static const int IMG_VOICE_ASSISTANT_BJ = 0x100001;
|
||
static const int IMG_VOICE_ASSISTANT_CONTINUE = 0x100002;
|
||
static const int IMG_VOICE_ASSISTANT_ICON = 0x100003;
|
||
|
||
static const int IMG_GAME_AIRSCRAFT_AIRCRAFT = 0x100001;
|
||
static const int IMG_GAME_AIRSCRAFT_AIRCRAFT_OVER_ICON = 0x100002;
|
||
static const int IMG_GAME_AIRSCRAFT_AIR_BG1 = 0x100003;
|
||
static const int IMG_GAME_AIRSCRAFT_AIR_BG2 = 0x100004;
|
||
static const int IMG_GAME_AIRSCRAFT_A_BOOM0 = 0x100005;
|
||
static const int IMG_GAME_AIRSCRAFT_A_BOOM1 = 0x100006;
|
||
static const int IMG_GAME_AIRSCRAFT_A_BOOM2 = 0x100007;
|
||
static const int IMG_GAME_AIRSCRAFT_A_BOOM3 = 0x100008;
|
||
static const int IMG_GAME_AIRSCRAFT_A_BOOM4 = 0x100009;
|
||
static const int IMG_GAME_AIRSCRAFT_A_BOOM5 = 0x10000a;
|
||
static const int IMG_GAME_AIRSCRAFT_A_BOOM6 = 0x10000b;
|
||
static const int IMG_GAME_AIRSCRAFT_A_BOOM7 = 0x10000c;
|
||
static const int IMG_GAME_AIRSCRAFT_BJ = 0x10000d;
|
||
static const int IMG_GAME_AIRSCRAFT_BOOM0 = 0x10000e;
|
||
static const int IMG_GAME_AIRSCRAFT_BOOM1 = 0x10000f;
|
||
static const int IMG_GAME_AIRSCRAFT_BOOM2 = 0x100010;
|
||
static const int IMG_GAME_AIRSCRAFT_BOOM3 = 0x100011;
|
||
static const int IMG_GAME_AIRSCRAFT_BOOM4 = 0x100012;
|
||
static const int IMG_GAME_AIRSCRAFT_BOOM5 = 0x100013;
|
||
static const int IMG_GAME_AIRSCRAFT_BOOM6 = 0x100014;
|
||
static const int IMG_GAME_AIRSCRAFT_BOOM7 = 0x100015;
|
||
static const int IMG_GAME_AIRSCRAFT_BOOM8 = 0x100016;
|
||
static const int IMG_GAME_AIRSCRAFT_BOOM9 = 0x100017;
|
||
static const int IMG_GAME_AIRSCRAFT_BULLET1 = 0x100018;
|
||
static const int IMG_GAME_AIRSCRAFT_BULLET1_LEFT = 0x100019;
|
||
static const int IMG_GAME_AIRSCRAFT_BULLET1_RIGHT = 0x10001a;
|
||
static const int IMG_GAME_AIRSCRAFT_BULLET2 = 0x10001b;
|
||
static const int IMG_GAME_AIRSCRAFT_BULLET2_LEFT = 0x10001c;
|
||
static const int IMG_GAME_AIRSCRAFT_BULLET2_RIGHT = 0x10001d;
|
||
static const int IMG_GAME_AIRSCRAFT_B_BOOM0 = 0x10001e;
|
||
static const int IMG_GAME_AIRSCRAFT_B_BOOM1 = 0x10001f;
|
||
static const int IMG_GAME_AIRSCRAFT_B_BOOM2 = 0x100020;
|
||
static const int IMG_GAME_AIRSCRAFT_B_BOOM3 = 0x100021;
|
||
static const int IMG_GAME_AIRSCRAFT_B_BOOM4 = 0x100022;
|
||
static const int IMG_GAME_AIRSCRAFT_B_BOOM5 = 0x100023;
|
||
static const int IMG_GAME_AIRSCRAFT_B_BOOM6 = 0x100024;
|
||
static const int IMG_GAME_AIRSCRAFT_B_BOOM7 = 0x100025;
|
||
static const int IMG_GAME_AIRSCRAFT_CONFIRM = 0x100026;
|
||
static const int IMG_GAME_AIRSCRAFT_CONTINUE = 0x100027;
|
||
static const int IMG_GAME_AIRSCRAFT_C_BOOM0 = 0x100028;
|
||
static const int IMG_GAME_AIRSCRAFT_C_BOOM1 = 0x100029;
|
||
static const int IMG_GAME_AIRSCRAFT_C_BOOM2 = 0x10002a;
|
||
static const int IMG_GAME_AIRSCRAFT_C_BOOM3 = 0x10002b;
|
||
static const int IMG_GAME_AIRSCRAFT_C_BOOM4 = 0x10002c;
|
||
static const int IMG_GAME_AIRSCRAFT_C_BOOM5 = 0x10002d;
|
||
static const int IMG_GAME_AIRSCRAFT_C_BOOM6 = 0x10002e;
|
||
static const int IMG_GAME_AIRSCRAFT_C_BOOM7 = 0x10002f;
|
||
static const int IMG_GAME_AIRSCRAFT_E_BOS_SC = 0x100030;
|
||
static const int IMG_GAME_AIRSCRAFT_E_BULLET = 0x100031;
|
||
static const int IMG_GAME_AIRSCRAFT_E_SC1 = 0x100032;
|
||
static const int IMG_GAME_AIRSCRAFT_E_SC2 = 0x100033;
|
||
static const int IMG_GAME_AIRSCRAFT_E_SC3 = 0x100034;
|
||
static const int IMG_GAME_AIRSCRAFT_E_SC4 = 0x100035;
|
||
static const int IMG_GAME_AIRSCRAFT_GAME_OVER_BJ = 0x100036;
|
||
static const int IMG_GAME_AIRSCRAFT_GOLD0 = 0x100037;
|
||
static const int IMG_GAME_AIRSCRAFT_GOLD1 = 0x100038;
|
||
static const int IMG_GAME_AIRSCRAFT_GOLD2 = 0x100039;
|
||
static const int IMG_GAME_AIRSCRAFT_GOLD3 = 0x10003a;
|
||
static const int IMG_GAME_AIRSCRAFT_LIFE = 0x10003b;
|
||
static const int IMG_GAME_AIRSCRAFT_LIFE_ICO = 0x10003c;
|
||
static const int IMG_GAME_AIRSCRAFT_PAUSE = 0x10003d;
|
||
static const int IMG_GAME_AIRSCRAFT_P_SCRAFT0 = 0x10003e;
|
||
static const int IMG_GAME_AIRSCRAFT_P_SCRAFT1 = 0x10003f;
|
||
static const int IMG_GAME_AIRSCRAFT_P_SCRAFT2 = 0x100040;
|
||
static const int IMG_GAME_AIRSCRAFT_P_SCRAFT3 = 0x100041;
|
||
static const int IMG_GAME_AIRSCRAFT_P_SCRAFT4 = 0x100042;
|
||
static const int IMG_GAME_AIRSCRAFT_P_SCRAFT5 = 0x100043;
|
||
static const int IMG_GAME_AIRSCRAFT_P_SCRAFT6 = 0x100044;
|
||
static const int IMG_GAME_AIRSCRAFT_REPAIR = 0x100045;
|
||
static const int IMG_GAME_AIRSCRAFT_RETURE = 0x100046;
|
||
static const int IMG_GAME_AIRSCRAFT_SCRAFT0 = 0x100047;
|
||
static const int IMG_GAME_AIRSCRAFT_SCRAFT1 = 0x100048;
|
||
static const int IMG_GAME_AIRSCRAFT_SCRAFT2 = 0x100049;
|
||
static const int IMG_GAME_AIRSCRAFT_SCRAFT3 = 0x10004a;
|
||
static const int IMG_GAME_AIRSCRAFT_SCRAFT4 = 0x10004b;
|
||
static const int IMG_GAME_AIRSCRAFT_SCRAFT5 = 0x10004c;
|
||
static const int IMG_GAME_AIRSCRAFT_SCRAFT6 = 0x10004d;
|
||
static const int IMG_GAME_AIRSCRAFT_SUPPLY = 0x10004e;
|
||
static const int IMG_GAME_AIRSCRAFT_SUPPLY_ICO = 0x10004f;
|
||
|
||
static const int IMG_LEFUN_AI_AI = 0x100001;
|
||
static const int IMG_LEFUN_AI_ASKING_QUESTIONS = 0x100002;
|
||
static const int IMG_LEFUN_AI_BJ = 0x100003;
|
||
static const int IMG_LEFUN_AI_CANCEL = 0x100004;
|
||
static const int IMG_LEFUN_AI_CONFIRM = 0x100005;
|
||
static const int IMG_LEFUN_AI_FAIL = 0x100006;
|
||
static const int IMG_LEFUN_AI_FORWARD = 0x100007;
|
||
static const int IMG_LEFUN_AI_HISTORY = 0x100008;
|
||
static const int IMG_LEFUN_AI_LEFUNAI_DT_01_03 = 0x100009;
|
||
static const int IMG_LEFUN_AI_LEFUNAI_DT_02_03 = 0x10000a;
|
||
static const int IMG_LEFUN_AI_LEFUNAI_DT_03_03 = 0x10000b;
|
||
static const int IMG_LEFUN_AI_LEFUNAI_DT_04_03 = 0x10000c;
|
||
static const int IMG_LEFUN_AI_LEFUNAI_DT_05_03 = 0x10000d;
|
||
static const int IMG_LEFUN_AI_LEFUNAI_DT_06_03 = 0x10000e;
|
||
static const int IMG_LEFUN_AI_NO_CONNECT = 0x10000f;
|
||
static const int IMG_LEFUN_AI_NO_DATA = 0x100010;
|
||
static const int IMG_LEFUN_AI_PLAY = 0x100011;
|
||
static const int IMG_LEFUN_AI_PROMPT_FAIL = 0x100012;
|
||
static const int IMG_LEFUN_AI_PULL_UP = 0x100013;
|
||
static const int IMG_LEFUN_AI_RETURN = 0x100014;
|
||
|
||
static const int IMG_FOOTBALL_BG = 0x100001;
|
||
static const int IMG_FOOTBALL_FOOTBALL = 0x100002;
|
||
static const int IMG_FOOTBALL_PREVIEW = 0x100003;
|
||
|
||
static const int IMG_BEDSIDE_BAT_01 = 0x100001;
|
||
static const int IMG_BEDSIDE_BAT_02 = 0x100002;
|
||
static const int IMG_BEDSIDE_BAT_03 = 0x100003;
|
||
static const int IMG_BEDSIDE_BAT_04 = 0x100004;
|
||
static const int IMG_BEDSIDE_BAT_05 = 0x100005;
|
||
static const int IMG_BEDSIDE_BAT_06 = 0x100006;
|
||
static const int IMG_BEDSIDE_BAT_07 = 0x100007;
|
||
static const int IMG_BEDSIDE_BAT_08 = 0x100008;
|
||
static const int IMG_BEDSIDE_BAT_09 = 0x100009;
|
||
static const int IMG_BEDSIDE_BAT_10 = 0x10000a;
|
||
static const int IMG_BEDSIDE_BAT_11 = 0x10000b;
|
||
static const int IMG_BEDSIDE_DATE_NUM_01 = 0x10000c;
|
||
static const int IMG_BEDSIDE_DATE_NUM_02 = 0x10000d;
|
||
static const int IMG_BEDSIDE_DATE_NUM_03 = 0x10000e;
|
||
static const int IMG_BEDSIDE_DATE_NUM_04 = 0x10000f;
|
||
static const int IMG_BEDSIDE_DATE_NUM_05 = 0x100010;
|
||
static const int IMG_BEDSIDE_DATE_NUM_06 = 0x100011;
|
||
static const int IMG_BEDSIDE_DATE_NUM_07 = 0x100012;
|
||
static const int IMG_BEDSIDE_DATE_NUM_08 = 0x100013;
|
||
static const int IMG_BEDSIDE_DATE_NUM_09 = 0x100014;
|
||
static const int IMG_BEDSIDE_DATE_NUM_10 = 0x100015;
|
||
static const int IMG_BEDSIDE_TIME_NUM_01 = 0x100016;
|
||
static const int IMG_BEDSIDE_TIME_NUM_02 = 0x100017;
|
||
static const int IMG_BEDSIDE_TIME_NUM_03 = 0x100018;
|
||
static const int IMG_BEDSIDE_TIME_NUM_04 = 0x100019;
|
||
static const int IMG_BEDSIDE_TIME_NUM_05 = 0x10001a;
|
||
static const int IMG_BEDSIDE_TIME_NUM_06 = 0x10001b;
|
||
static const int IMG_BEDSIDE_TIME_NUM_07 = 0x10001c;
|
||
static const int IMG_BEDSIDE_TIME_NUM_08 = 0x10001d;
|
||
static const int IMG_BEDSIDE_TIME_NUM_09 = 0x10001e;
|
||
static const int IMG_BEDSIDE_TIME_NUM_10 = 0x10001f;
|
||
static const int IMG_BEDSIDE_TIME_NUM_11 = 0x100020;
|
||
static const int IMG_BEDSIDE_TIME_NUM_12 = 0x100021;
|
||
static const int IMG_BEDSIDE_WEEK_CH_08 = 0x100022;
|
||
static const int IMG_BEDSIDE_WEEK_CH_09 = 0x100023;
|
||
static const int IMG_BEDSIDE_WEEK_CH_10 = 0x100024;
|
||
static const int IMG_BEDSIDE_WEEK_CH_11 = 0x100025;
|
||
static const int IMG_BEDSIDE_WEEK_CH_12 = 0x100026;
|
||
static const int IMG_BEDSIDE_WEEK_CH_13 = 0x100027;
|
||
static const int IMG_BEDSIDE_WEEK_CH_14 = 0x100028;
|
||
static const int IMG_BEDSIDE_WEEK_EN_01 = 0x100029;
|
||
static const int IMG_BEDSIDE_WEEK_EN_02 = 0x10002a;
|
||
static const int IMG_BEDSIDE_WEEK_EN_03 = 0x10002b;
|
||
static const int IMG_BEDSIDE_WEEK_EN_04 = 0x10002c;
|
||
static const int IMG_BEDSIDE_WEEK_EN_05 = 0x10002d;
|
||
static const int IMG_BEDSIDE_WEEK_EN_06 = 0x10002e;
|
||
static const int IMG_BEDSIDE_WEEK_EN_07 = 0x10002f;
|
||
|
||
static const int IMG_LOW_POWER_CANCEL = 0x100001;
|
||
static const int IMG_LOW_POWER_CONFIRM = 0x100002;
|
||
static const int IMG_LOW_POWER_ICON_0 = 0x100003;
|
||
static const int IMG_LOW_POWER_ICON_10 = 0x100004;
|
||
static const int IMG_LOW_POWER_ICON_20 = 0x100005;
|
||
static const int IMG_LOW_POWER_ICON_5 = 0x100006;
|
||
|
||
static const int IMG_FOOTBALL1_BG = 0x100001;
|
||
static const int IMG_FOOTBALL1_DOT = 0x100002;
|
||
static const int IMG_FOOTBALL1_FOOTBALL_SIDE = 0x100003;
|
||
static const int IMG_FOOTBALL1_HOUR = 0x100004;
|
||
static const int IMG_FOOTBALL1_MINUTE = 0x100005;
|
||
static const int IMG_FOOTBALL1_PREVIEW = 0x100006;
|
||
static const int IMG_FOOTBALL1_SECOND = 0x100007;
|
||
|
||
static const int IMG_PASSWORD_DEFAULT_0 = 0x100001;
|
||
static const int IMG_PASSWORD_DEFAULT_01 = 0x100002;
|
||
static const int IMG_PASSWORD_DEFAULT_01_PRESS = 0x100003;
|
||
static const int IMG_PASSWORD_DEFAULT_02 = 0x100004;
|
||
static const int IMG_PASSWORD_DEFAULT_02_PRESS = 0x100005;
|
||
static const int IMG_PASSWORD_DEFAULT_03 = 0x100006;
|
||
static const int IMG_PASSWORD_DEFAULT_03_PRESS = 0x100007;
|
||
static const int IMG_PASSWORD_DEFAULT_04 = 0x100008;
|
||
static const int IMG_PASSWORD_DEFAULT_04_PRESS = 0x100009;
|
||
static const int IMG_PASSWORD_DEFAULT_05 = 0x10000a;
|
||
static const int IMG_PASSWORD_DEFAULT_05_PRESS = 0x10000b;
|
||
static const int IMG_PASSWORD_DEFAULT_06 = 0x10000c;
|
||
static const int IMG_PASSWORD_DEFAULT_06_PRESS = 0x10000d;
|
||
static const int IMG_PASSWORD_DEFAULT_07 = 0x10000e;
|
||
static const int IMG_PASSWORD_DEFAULT_07_PRESS = 0x10000f;
|
||
static const int IMG_PASSWORD_DEFAULT_08 = 0x100010;
|
||
static const int IMG_PASSWORD_DEFAULT_08_PRESS = 0x100011;
|
||
static const int IMG_PASSWORD_DEFAULT_09 = 0x100012;
|
||
static const int IMG_PASSWORD_DEFAULT_09_PRESS = 0x100013;
|
||
static const int IMG_PASSWORD_DEFAULT_10_PRESS = 0x100014;
|
||
static const int IMG_PASSWORD_DEFAULT_11_PRESS = 0x100015;
|
||
static const int IMG_PASSWORD_DEFAULT_12 = 0x100016;
|
||
static const int IMG_PASSWORD_DEFAULT_12_PRESS = 0x100017;
|
||
static const int IMG_PASSWORD_OK = 0x100018;
|
||
|
||
static const int IMG_BATTERY_SAVER_BAT = 0x100001;
|
||
static const int IMG_BATTERY_SAVER_PAOBU = 0x100002;
|
||
static const int IMG_BATTERY_SAVER_POSITION = 0x100003;
|
||
|
||
//运动识别
|
||
static const int IMG_ACTIVITY_RECOGNITION_01_OUTDOOR_RUNNING = 0x100001;
|
||
static const int IMG_ACTIVITY_RECOGNITION_02_OUTDOOR_WALKING = 0x100002;
|
||
static const int IMG_ACTIVITY_RECOGNITION_BJ_SUSPEND = 0x100003;
|
||
static const int IMG_ACTIVITY_RECOGNITION_BUTTON = 0x100004;
|
||
static const int IMG_ACTIVITY_RECOGNITION_CANCEL = 0x100005;
|
||
static const int IMG_ACTIVITY_RECOGNITION_CONFIRM = 0x100006;
|
||
static const int IMG_ACTIVITY_RECOGNITION_FINISH = 0x100007;
|
||
|
||
#pragma region 通用组件资源 //图片资源路径:sdk\tjd\ui\images\img_common_component
|
||
#pragma region loading 等待加载中动画资源//img_loading.bin
|
||
static const int IMG_LOADING_LOADING_01_06 = 0x100001;
|
||
static const int IMG_LOADING_LOADING_02_06 = 0x100002;
|
||
static const int IMG_LOADING_LOADING_03_06 = 0x100003;
|
||
static const int IMG_LOADING_LOADING_04_06 = 0x100004;
|
||
static const int IMG_LOADING_LOADING_05_06 = 0x100005;
|
||
static const int IMG_LOADING_LOADING_06_06 = 0x100006;
|
||
static const int IMG_LOADING_LOADING_07_06 = 0x100007;
|
||
static const int IMG_LOADING_LOADING_08_06 = 0x100008;
|
||
static const int IMG_LOADING_LOADING_09_06 = 0x100009;
|
||
static const int IMG_LOADING_LOADING_10_06 = 0x10000a;
|
||
static const int IMG_LOADING_LOADING_11_06 = 0x10000b;
|
||
#pragma endregion
|
||
|
||
#pragma region confirm/cancel 确认、取消按钮资源//img_confirm_cancel.bin
|
||
static const int IMG_CONFIRM_CANCEL_CANCEL = 0x100001;
|
||
static const int IMG_CONFIRM_CANCEL_CONFIRM = 0x100002;
|
||
#pragma endregion
|
||
|
||
#pragma region loading 未连接资源//img_no_connect.bin
|
||
static const int IMG_NO_CONNECT_NO_CONNECT = 0x100001;
|
||
#pragma endregion
|
||
|
||
#pragma region loading 无数据资源//img_no_data.bin
|
||
static const int IMG_NO_DATA_NO_DATA = 0x100001;
|
||
#pragma endregion
|
||
|
||
#pragma region loading 返回按钮资源//img_return.bin
|
||
static const int IMG_RETURN_IMG_RETURN = 0x100001;
|
||
#pragma endregion
|
||
|
||
#pragma region battery 电池图片资源//img_battery.bin
|
||
static const int IMG_BATTERY_BAT_0 = 0x100001;
|
||
static const int IMG_BATTERY_BAT_1 = 0x100002;
|
||
static const int IMG_BATTERY_BAT_2 = 0x100003;
|
||
static const int IMG_BATTERY_BAT_3 = 0x100004;
|
||
static const int IMG_BATTERY_BAT_4 = 0x100005;
|
||
static const int IMG_BATTERY_BAT_5 = 0x100006;
|
||
static const int IMG_BATTERY_BAT_6 = 0x100007;
|
||
static const int IMG_BATTERY_BAT_7 = 0x100008;
|
||
static const int IMG_BATTERY_BAT_8 = 0x100009;
|
||
static const int IMG_BATTERY_BAT_9 = 0x10000a;
|
||
static const int IMG_BATTERY_BAT_A = 0x10000b;
|
||
#pragma endregion
|
||
|
||
static const int IMG_SPORT_BATTERY_BAT_0 = 0x100001;
|
||
static const int IMG_SPORT_BATTERY_BAT_1 = 0x100002;
|
||
static const int IMG_SPORT_BATTERY_BAT_2 = 0x100003;
|
||
static const int IMG_SPORT_BATTERY_BAT_3 = 0x100004;
|
||
static const int IMG_SPORT_BATTERY_BAT_4 = 0x100005;
|
||
static const int IMG_SPORT_BATTERY_BAT_5 = 0x100006;
|
||
static const int IMG_SPORT_BATTERY_BAT_6 = 0x100007;
|
||
static const int IMG_SPORT_BATTERY_BAT_7 = 0x100008;
|
||
static const int IMG_SPORT_BATTERY_BAT_8 = 0x100009;
|
||
static const int IMG_SPORT_BATTERY_BAT_9 = 0x10000a;
|
||
static const int IMG_SPORT_BATTERY_BAT_A = 0x10000b;
|
||
|
||
#pragma endregion//通用组件资源
|
||
|
||
} // OHOS
|
||
#endif // UI_RESOURCE_IMAGE_H
|