資源簡介
iocomp是一個強大的工業控件。適用于vb/vc/vs.net/Delphi/BCB(windows/linux).囊括了常見的工業控制控件,詳見官網說明
這個是我在delphi 10.3下編譯通過的版本
已經開發了好幾個軟件
送給有需要的人
代碼片段和文件信息
//---------------------------------------------------------------------------
#include?
#pragma?hdrstop
USEPACKAGE(“vcl40.bpi“);
USEUNIT(“iProfessionalReg.pas“);
USERES(“iProfessionalReg.dcr“);
USEUNIT(“iInstrumentPackReg.pas“);
USERES(“iInstrumentPackReg.dcr“);
USEUNIT(“iPlotPackPropertyEditorsReg.pas“);
USEUNIT(“iPlotPackReg.pas“);
USERES(“iPlotPackReg.dcr“);
USEUNIT(“iProfessionalPropertyEditorsReg.pas“);
USEUNIT(“iInstrumentPackPropertyEditorsReg.pas“);
USEUNIT(“iOPCCommonPropertyEditorsReg.pas“);
USEUNIT(“iOPCCommonReg.pas“);
USERES(“iOPCCommonReg.dcr“);
USEPACKAGE(“vcljpg40.bpi“);
//---------------------------------------------------------------------------
#pragma?package(smart_init)
//---------------------------------------------------------------------------
//???Package?source.
//---------------------------------------------------------------------------
int?WINAPI?DllEntryPoint(HINSTANCE?hinst?unsigned?long?reason?void*)
{
????????return?1;
}
//---------------------------------------------------------------------------
- 上一篇:VB6.0一個完整的進銷存管理系統源碼
- 下一篇:VB.NET 倉庫管理系統
評論
共有 條評論