You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
#pragma once
|
|
|
|
|
|
#define STATUS_CODE_FAILED -1
|
|
|
|
|
|
#define STATUS_TEXT_FAILED "<22><>ȡ״̬<D7B4><CCAC>ʧ<EFBFBD>ܡ<EFBFBD>"
|
|
|
|
|
|
#define STATUS_CODE_SUCCESS 0
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////
|
|
|
|
|
|
// //
|
|
|
|
|
|
// FILL STATUS CODE //
|
|
|
|
|
|
// //
|
|
|
|
|
|
// 1000 to 1010 //
|
|
|
|
|
|
///////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
// StatusId: STATUS_CURVE_NOTCLOSED
|
|
|
|
|
|
//
|
|
|
|
|
|
// StatusText:
|
|
|
|
|
|
//
|
|
|
|
|
|
// <20><><EFBFBD>߲<EFBFBD><DFB2>ཻ,<2C><EFBFBD><DEB7>γɱպ<C9B1><D5BA><EFBFBD><EFBFBD><EFBFBD>.
|
|
|
|
|
|
//
|
|
|
|
|
|
#define STATUS_CODE_SOLID_NO_CURVE 1000
|
|
|
|
|
|
#define STATUS_TEXT_SOLID_NO_CURVE "<22><>ͼ<EFBFBD><CDBC>û<EFBFBD><C3BB><EFBFBD><EFBFBD><EFBFBD>ߡ<EFBFBD>"
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
// StatusId: STATUS_CURVE_NOTCLOSED
|
|
|
|
|
|
//
|
|
|
|
|
|
// StatusText:
|
|
|
|
|
|
//
|
|
|
|
|
|
// <20><><EFBFBD>߲<EFBFBD><DFB2>ཻ,<2C><EFBFBD><DEB7>γɱպ<C9B1><D5BA><EFBFBD><EFBFBD><EFBFBD>.
|
|
|
|
|
|
//
|
|
|
|
|
|
#define STATUS_CODE_SOLID_CURVE_NOTCLOSED 1001
|
|
|
|
|
|
#define STATUS_TEXT_SOLID_CURVE_NOTCLOSED "<22><>ǰ<EFBFBD><C7B0>ͼ<EFBFBD><CDBC>Χ<EFBFBD><EFBFBD><DEB7>ҵ<EFBFBD><D2B5>պ<EFBFBD><D5BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////
|
|
|
|
|
|
// //
|
|
|
|
|
|
// SELECT STATUS CODE //
|
|
|
|
|
|
// //
|
|
|
|
|
|
// 1010 to 1030 //
|
|
|
|
|
|
///////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
// StatusId: STATUS_SELECT_SELECT_NOTHING
|
|
|
|
|
|
//
|
|
|
|
|
|
// StatusText:
|
|
|
|
|
|
//
|
|
|
|
|
|
// δѡ<CEB4><D1A1><EFBFBD>κ<EFBFBD><CEBA><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
|
//
|
|
|
|
|
|
#define STATUS_CODE_SELECT_SELECT_NOTHING 1010
|
|
|
|
|
|
#define STATUS_TEXT_SELECT_SELECT_NOTHING "δѡ<CEB4><D1A1><EFBFBD>κ<EFBFBD>ͼԪ"
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
// StatusId: STATUS_SELECT_NO_POINT_SELECT
|
|
|
|
|
|
//
|
|
|
|
|
|
// StatusText:
|
|
|
|
|
|
//
|
|
|
|
|
|
// δѡ<CEB4><D1A1><EFBFBD>κε<CEBA>
|
|
|
|
|
|
//
|
|
|
|
|
|
#define STATUS_CODE_SELECT_NO_POINT_SELECT 1011
|
|
|
|
|
|
#define STATUS_TEXT_SELECT_NO_POINT_SELECT "δѡ<CEB4><D1A1><EFBFBD>κε<CEBA>"
|