60 lines
1.5 KiB
C
Executable File
60 lines
1.5 KiB
C
Executable File
/*//////////////////////////////////////////////////////////////////////////////
|
|
|
|
---------- Document Info ---------------
|
|
|
|
Author : Anonymous
|
|
Created : 16:07:29, Apr 7 2010
|
|
Last modified : 16:07:29, Apr 7 2010
|
|
Making tool : UI Designer Studio
|
|
File format : C language header file
|
|
|
|
----------- Object Info ----------------
|
|
|
|
Class : ICON DB
|
|
Name : DateStampFont26x44
|
|
|
|
*///////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef _DATESTAMPFONT26X44_H_
|
|
#define _DATESTAMPFONT26X44_H_
|
|
|
|
#include "draw_lib.h"
|
|
|
|
// ICON DB
|
|
extern const
|
|
ICON_DB gDateStampFont26x44;
|
|
|
|
// ICON ID range
|
|
#define DATESTAMPFONT26X44_MIN gDateStampFont26x44.DrawStrOffset
|
|
#define DATESTAMPFONT26X44_NUM gDateStampFont26x44.NumOfIcon
|
|
#define DATESTAMPFONT26X44_MAX (DATESTAMPFONT26X44_MIN+DATESTAMPFONT26X44_NUM-1)
|
|
|
|
// ICON ID
|
|
//#define name id
|
|
#define _0020 0x0020
|
|
#define _002E 0x002E
|
|
#define _002F 0x002F
|
|
#define _0030 0x0030
|
|
#define _0031 0x0031
|
|
#define _0032 0x0032
|
|
#define _0033 0x0033
|
|
#define _0034 0x0034
|
|
#define _0035 0x0035
|
|
#define _0036 0x0036
|
|
#define _0037 0x0037
|
|
#define _0038 0x0038
|
|
#define _0039 0x0039
|
|
#define _003A 0x003A
|
|
#define _0041 0x0041
|
|
#define _0048 0x0048
|
|
#define _004B 0x004B
|
|
#define _004D 0x004D
|
|
#define _0050 0x0050
|
|
#define _0061 0x0061
|
|
#define _0068 0x0068
|
|
#define _006B 0x006B
|
|
#define _006D 0x006D
|
|
#define _0070 0x0070
|
|
|
|
#endif //_DATESTAMPFONT26X44_H_
|