• indy 10.5.8.rar 带实例,包含libeay32.dll和ssleay32.dll

    让Delphi7支持访问https /SSL、OpenSSL的两个重要文件:libeay32.dll和ssleay32.dll 需要找到对应的版本,此版本在Delphi7适用,其他版本未测试,谢谢!

    0
    259
    18.12MB
    2020-11-18
    42
  • Delphi7用superobject解析Json数据,superobject.pas下载

    Delphi读写操作JSON字符串时,需引用一个superobject.pas文件。 var jo,jt:ISuperObject; begin jo:=SO(); jt:=SO(); jo.S['姓名']:='小王'; jo.I['年龄']:=25; jo.S['性别']:='男'; jt.O['人员']:=jo; ShowMessage('原JSON字符串为:'+jt.AsString); ShowMessage('人员中姓名的JSON值:'+jt.O['人员'].S['姓名']);//获取指定JSON值 end;

    1
    1558
    203KB
    2020-11-07
    50
  • AutoCAD_TLB.pas

    AutoCAD_TLB.pas文件下载 unit AutoCAD_TLB; // ************************************************************************ // // WARNING // ------- // The types declared in this file were generated from data read from a // Type Library. If this type library is explicitly or indirectly (via // another type library referring to this type library) re-imported, or the // 'Refresh' command of the Type Library Editor activated while editing the // Type Library, the contents of this file will be regenerated and all // manual modifications will be lost. // ************************************************************************ // // PASTLWTR : $Revision: 1.130 $ // File generated on 2006-8-11 16:08:04 from Type Library described below. // ************************************************************************ // // Type Lib: C:\Program Files\AutoCAD 2002\acad.tlb (1) // LIBID: {C094C1E2-57C6-11D2-85E3-080009A0C626} // LCID: 0 // Helpfile: C:\Program Files\AutoCAD 2002\ACADAUTO.CHM // DepndLst: // (1) v2.0 stdole, (C:\WINDOWS\System32\StdOle2.Tlb) // (2) v4.0 StdVCL, (C:\WINDOWS\System32\stdvcl40.dll) // Errors: // Hint: Parameter 'Type' of IAcadBlock.AddLeader changed to 'Type_' // Hint: Member 'Type' of 'IAcadPolygonMesh' changed to 'Type_' // Hint: Parameter 'Type' of IAcadPolygonMesh.Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadPolygonMesh.Type changed to 'Type_' // Hint: Member 'Type' of 'IAcad3DPolyline' changed to 'Type_' // Hint: Parameter 'Type' of IAcad3DPolyline.Type changed to 'Type_' // Hint: Parameter 'Type' of IAcad3DPolyline.Type changed to 'Type_' // Hint: Parameter 'Object' of IAcad3DSolid.CheckInterference changed to 'Object_' // Hint: Parameter 'Object' of IAcadRegion.Boolean changed to 'Object_' // Hint: Parameter 'Type' of IAcadDimension.VerticalTextPosition changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimension.VerticalTextPosition changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimAligned.FractionFormat changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimAligned.FractionFormat changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimAligned.HorizontalTextPosition changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimAligned.HorizontalTextPosition changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimAligned.LinearScaleFactor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimAligned.LinearScaleFactor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimAligned.Arrowhead1Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimAligned.Arrowhead1Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimAligned.Arrowhead2Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimAligned.Arrowhead2Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimAngular.DimensionLineColor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimAngular.DimensionLineColor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimAngular.ExtensionLineColor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimAngular.ExtensionLineColor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimAngular.HorizontalTextPosition changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimAngular.HorizontalTextPosition changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimAngular.Arrowhead1Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimAngular.Arrowhead1Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimAngular.Arrowhead2Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimAngular.Arrowhead2Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimDiametric.DimensionLineColor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimDiametric.DimensionLineColor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimDiametric.FractionFormat changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimDiametric.FractionFormat changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimDiametric.LinearScaleFactor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimDiametric.LinearScaleFactor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimDiametric.CenterType changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimDiametric.CenterType changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimDiametric.CenterMarkSize changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimDiametric.CenterMarkSize changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimDiametric.Arrowhead1Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimDiametric.Arrowhead1Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimDiametric.Arrowhead2Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimDiametric.Arrowhead2Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRotated.DimensionLineColor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRotated.DimensionLineColor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRotated.ExtensionLineColor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRotated.ExtensionLineColor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRotated.FractionFormat changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRotated.FractionFormat changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRotated.HorizontalTextPosition changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRotated.HorizontalTextPosition changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRotated.LinearScaleFactor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRotated.LinearScaleFactor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRotated.Arrowhead1Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRotated.Arrowhead1Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRotated.Arrowhead2Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRotated.Arrowhead2Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimOrdinate.ExtensionLineColor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimOrdinate.ExtensionLineColor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimOrdinate.FractionFormat changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimOrdinate.FractionFormat changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimOrdinate.LinearScaleFactor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimOrdinate.LinearScaleFactor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRadial.CenterType changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRadial.CenterType changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRadial.CenterMarkSize changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRadial.CenterMarkSize changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRadial.DimensionLineColor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRadial.DimensionLineColor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRadial.FractionFormat changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRadial.FractionFormat changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRadial.LinearScaleFactor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRadial.LinearScaleFactor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRadial.ArrowheadType changed to 'Type_' // Hint: Parameter 'Type' of IAcadDimRadial.ArrowheadType changed to 'Type_' // Hint: Member 'Type' of 'IAcadLeader' changed to 'Type_' // Hint: Parameter 'Type' of IAcadLeader.Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadLeader.Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadLeader.ArrowheadType changed to 'Type_' // Hint: Parameter 'Type' of IAcadLeader.ArrowheadType changed to 'Type_' // Hint: Parameter 'Type' of IAcadLeader.DimensionLineColor changed to 'Type_' // Hint: Parameter 'Type' of IAcadLeader.DimensionLineColor changed to 'Type_' // Hint: Parameter 'Type' of IAcadLeader.VerticalTextPosition changed to 'Type_' // Hint: Parameter 'Type' of IAcadLeader.VerticalTextPosition changed to 'Type_' // Hint: Member 'Type' of 'IAcadPolyline' changed to 'Type_' // Hint: Parameter 'Type' of IAcadPolyline.Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadPolyline.Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadTolerance.DimensionLineColor changed to 'Type_' // Hint: Parameter 'Type' of IAcadTolerance.DimensionLineColor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDim3PointAngular.DimensionLineColor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDim3PointAngular.DimensionLineColor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDim3PointAngular.ExtensionLineColor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDim3PointAngular.ExtensionLineColor changed to 'Type_' // Hint: Parameter 'Type' of IAcadDim3PointAngular.HorizontalTextPosition changed to 'Type_' // Hint: Parameter 'Type' of IAcadDim3PointAngular.HorizontalTextPosition changed to 'Type_' // Hint: Parameter 'Type' of IAcadDim3PointAngular.Arrowhead1Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadDim3PointAngular.Arrowhead1Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadDim3PointAngular.Arrowhead2Type changed to 'Type_' // Hint: Parameter 'Type' of IAcadDim3PointAngular.Arrowhead2Type changed to 'Type_' // Hint: Parameter 'Object' of IAcadDictionary.GetName changed to 'Object_' // Hint: Parameter 'Type' of IAcadApplication.Zoom changed to 'Type_' // Hint: Symbol 'System' renamed to 'System_' // Hint: Member 'Type' of 'IAcadMenuGroup' changed to 'Type_' // Hint: Parameter 'Label' of IAcadPopupMenu.AddMenuItem changed to 'Label_' // Hint: Parameter 'Label' of IAcadPopupMenu.AddSubMenu changed to 'Label_' // Hint: Member 'Label' of 'IAcadPopupMenuItem' changed to 'Label_' // Hint: Member 'Type' of 'IAcadPopupMenuItem' changed to 'Type_' // Hint: Member 'Type' of 'IAcadToolbarItem' changed to 'Type_' // Hint: Parameter 'Unit' of IAcadUtility.AngleToReal changed to 'Unit_' // Hint: Parameter 'Unit' of IAcadUtility.AngleToString changed to 'Unit_' // Hint: Parameter 'Unit' of IAcadUtility.DistanceToReal changed to 'Unit_' // Hint: Parameter 'Unit' of IAcadUtility.RealToString changed to 'Unit_' // Hint: Parameter 'Type' of IAcadUtility.CreateTypedArray changed to 'Type_' // Hint: Parameter 'Object' of IAcadUtility.GetEntity changed to 'Object_' // Hint: Parameter 'Object' of IAcadUtility.GetSubEntity changed to 'Object_' // Hint: Parameter 'Object' of _DAcadDocumentEvents.ObjectAdded changed to 'Object_' // Hint: Parameter 'Object' of _DAcadDocumentEvents.ObjectModified changed to 'Object_' // ************************************************************************ // // *************************************************************************// // NOTE:

    0
    186
    778KB
    2019-09-05
    10
  • EXCLE生成XML,开票软件数据接口,绝对可用,MS EXCEL打开

    EXCLE生成XML,开票软件数据接口,绝对可用,MS EXCEL打开才可以生成,WPS不行

    3
    596
    129KB
    2019-04-28
    50
  • 发票导入XML文件生成工具V2.0

    发票导入XML文件生成工具V2.0,EXCEL开发的,VBA有密码,有大神可以下载破解一下

    0
    4479
    716KB
    2019-04-28
    50
  • 鹏达资讯破解版

    鹏达资讯破解版

    2
    54
    187KB
    2012-03-03
    3
  • 鹏达电气资讯V51破解程序

    鹏达资讯破解版,鹏达资讯注册机,鹏达资讯注册号

    2
    239
    195KB
    2012-03-03
    9
  • 分享达人

    成功上传6个资源即可获取
关注 私信
上传资源赚积分or赚钱