代码搜索:AnsiString
找到约 5,210 项符合「AnsiString」的源代码
代码结果 5,210
www.eeworm.com/read/285601/8828941
h sqbunit.h
//---------------------------------------------------------------------------
#ifndef SqbUnitH
#define SqbUnitH
//---------------------------------------------------------------------------
#inc
www.eeworm.com/read/285601/8828948
cpp sqbunit.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "SqbUnit.h"
#include "DModUnit.h"
//-----------------------------------
www.eeworm.com/read/285601/8828970
cpp ghbunit.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "GhbUnit.h"
#include "DModUnit.h"
//-----------------------------------
www.eeworm.com/read/285601/8829009
cpp cpxxbunit.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "CpxxbUnit.h"
#include "DModUnit.h"
#include "TzsxUnit.h"
//----------
www.eeworm.com/read/285053/8873535
h dmunit.h
//---------------------------------------------------------------------------
#ifndef DMUnitH
#define DMUnitH
//---------------------------------------------------------------------------
#inclu
www.eeworm.com/read/383867/8913559
h rmb.h
#ifndef rmbH
#define rmbH
// for AnsiString def
// #include
// 数值转大写人民币函数
AnsiString NumToRMBStr(double val);
// 正整数字符串转汉字函数,不建议单独使用
// 输入字符串必须正整数,只允许前导空格(必须右对齐),不宜有前导零
// An
www.eeworm.com/read/284437/8929435
cpp spkcseach.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "SPkcSeach.h"
#include "DataModule.h"
#include "login.h"
//-----------
www.eeworm.com/read/284437/8929504
cpp outbg.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "outBG.h"
#include "DataModule.h"
#include "login.h"
#include "ComObj.
www.eeworm.com/read/284437/8929595
cpp bmwage.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "BMwage.h"
#include "DataModule.h"
//----------------------------------
www.eeworm.com/read/284437/8929626
cpp cutocnum.cpp
#include
#include "Classes.hpp"
#include "string.h"
#pragma package(smart_init)
AnsiString CurrToChnNum(float CurrNum, bool DisplayZero, int SpaceNum)
//参数说明:CurrNum 这个是要转化的数值
//Di