readme.txt

来自「FlexGraphics是一套创建矢量图形的VCL组件」· 文本 代码 · 共 20 行

TXT
20
字号
The FlexGraphics document importer based on CAD import library by 
Soft Gold Ltd. It can import such file extensions: dwg, dxf, plt, hgl, hg, hpg, 
plo, hp, hp1, hp2, hpgl, hpgl2, gl2, prn, spl, rtl, cgm, svg, svgz.
To compile needs:

- FlexGraphics library package installed:
  FlexDX.dpk - for Delphi or FlexCX.bpk for C++Builder where X - IDE version.  

- CADImporter.dll - Soft Gold CAD library to import vector graphic files.
  This file should be placed in the project folder. You can download free demo 
  version here:   
  http://www.cadsofttools.com/en/products/cad_importer_dll.html
  
To use CAD import capabilities in other projects (FlexEdit/FlexEditSE)
follow the steps:
- Copy CADImporter.dll into the project folder.
- Copy FormatCAD folder into the project folder.
- Add "FormatCAD" into the "Search Path" project option.
- Include FormatCADFiles.pas in the project. 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?