using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace FLY.Thick.BlowingScan.OBJ_INTERFACE { public class OBJ_INTERFACE_ID { public const UInt32 BULK_ID = 0x003C0001; public const UInt32 PROFILE_ID = 0x30130001; public const UInt32 BORDERSEARCH_ID = 0x30010001; public const UInt32 CURVE_ID = 0x30020001; public const UInt32 GET_SAMPLE_ID = 0x30030001; public const UInt32 INITPARAM_ID = 0x30070001; public const UInt32 DYNAREA_ID = 0x003B0001; public const UInt32 FLYAD_ID = 0x300f0001; public const UInt32 FIX_ID = 0x30100001; public const UInt32 PASSWORD_ID = 0x30120001; public const UInt32 TDGAGE_ID = 0x00140001; public const UInt32 RENZIJIA_ID = 0x40000001; public const UInt32 BDETECT_ID = 0x40000002; public const UInt32 SCANCORR_ID = 0x00220001; public const UInt32 GAGEINFO_ID = 0x300e0001; public const UInt32 WARNING_OBJ_ID = 0x001f0300; public const UInt32 WARNING_OBJ_REASONLIST_ID = 0x001f0301; public const UInt32 WARNING_OBJ_NEWESTLIST_ID = 0x001f0302; } }