00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028 #ifndef __CLASSES_H
00029 #define __CLASSES_H
00030
00031 #define CLASS_GROUP_ID 0x1100
00032 #define CLASS_GROUP_NAME "Group"
00033 #define CLASS_TEST_ID 0x1101
00034 #define CLASS_TEST_NAME "Test"
00035 #define CLASS_SPACE_ID 0x1102
00036 #define CLASS_SPACE_NAME "Space"
00037 #define CLASS_SYS_CLOSE_ID 0x1103
00038 #define CLASS_SYS_CLOSE_NAME "SysClose"
00039 #define CLASS_SYS_BORDER_ID 0x1104
00040 #define CLASS_SYS_BORDER_NAME "SysBorder"
00041 #define CLASS_SYS_BAR_ID 0x1105
00042 #define CLASS_SYS_BAR_NAME "SysBar"
00043 #define CLASS_SYS_SIZE_ID 0x1106
00044 #define CLASS_SYS_SIZE_NAME "SysSize"
00045 #define CLASS_SYS_DRAG_ID 0x1107
00046 #define CLASS_SYS_DRAG_NAME "SysDrag"
00047 #define CLASS_BUTTON_ID 0x1108
00048 #define CLASS_BUTTON_NAME "Button"
00049 #define CLASS_COMPOUND_ID 0x1109
00050 #define CLASS_COMPOUND_NAME "Compound"
00051 #define CLASS_ICON_ID 0x110a
00052 #define CLASS_ICON_NAME "Icon"
00053 #define CLASS_SCROLLER_ID 0x110b
00054 #define CLASS_SCROLLER_NAME "Scroller"
00055 #define CLASS_TEXTBOX_ID 0x110c
00056 #define CLASS_TEXTBOX_NAME "TextBox"
00057 #define CLASS_SCROLLBAR_ID 0x110d
00058 #define CLASS_SCROLLBAR_NAME "ScrollBar"
00059 #define CLASS_DROPDOWN_ID 0x110e
00060 #define CLASS_DROPDOWN_NAME "Dropdown"
00061 #define CLASS_CONTAINER_ID 0x110f
00062 #define CLASS_CONTAINER_NAME "Container"
00063
00064 #endif