#if !defined RQDEFS_H
#define RQDEFS_H
#define int32 long int
#define int16 short int
#define byte unsigned char
#define word unsigned int16
#define dword unsigned int32
#define QT_QFORM 30
#define QT_QLABEL 31
#define QT_QBUTTON 32
#define QT_QPANEL 33
#define QT_QFONT 34
#define QT_QEDIT 35
#define QT_QMAINMENU 36
#define QT_QMENUITEM 37
#define QT_QPOPUPMENU 38
#define QT_QLISTBOX 39
#define QT_QCHECKBOX 40
#define QT_QRADIOBUTTON 41
#define QT_QCOMBOBOX 42
#define QT_QIMAGE 43
#define QT_QOPENDIALOG 44
#define QT_QSAVEDIALOG 45
#define QT_QFILESTREAM 46
#define QT_QMEMORYSTREAM 47
#define QT_QRICHEDIT 48
#define QT_QTIMER 49
#define QT_QCANVAS 50
#define QT_QCOOLBTN 51
#define QT_QSOCKET 52
#define QT_QTABCONTROL 53
#define QT_QSCROLLBAR 54
#define QT_QDIRTREE 55
#define QT_QFILELISTBOX 56
#define QT_QIMAGELIST 57
#define QT_QLISTVIEW 58
#define QT_QTRACKBAR 59
#define QT_QSTATUSBAR 60
#define QT_QSTRINGGRID 61
#define QT_QOUTLINE 62
#define QT_QGAUGE 63
#define QT_QOVALBTN 64
#define QT_QOBJECT 65
#define QT_QBITMAP 66
#define QT_QCOMPORT 67
#define QT_QRECT 68
#define QT_QGROUPBOX 69
#define QT_QSCROLLBOX 70
#define QT_QNOTIFYICONDATA 71
#define QT_QREGISTRY 72
#define QT_QPRINTER 73
#define QT_QSTRINGLIST 74
#define QT_QFONTDIALOG 75
#define QT_QGLASSFRAME 76
#define QT_QTRANSIMAGE 77
#define QT_QCLIPBOARD 78
#define QT_QSPLITTER 79
#define QT_QHEADER 80
#define QT_QMYSQL 81
#define QT_QTHREAD 82
#define QT_QTREEVIEW 83
#define QT_QOLEOBJECT 84
#define QT_QAPPLICATION 85
#define QT_QOLECONTAINER 86
#define LBL_DRAWTEXT 0
#define LBL_DRAWEND 1
#endif
|