嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
金橙子二次开发Ezcad2的C#实例demo1
基于金橙子二次开发Ezcad,C#调用MarkEzd.dll进行二次开发的打标实例demo1
注意要用自己金橙子文件覆盖到debugger目录
.
├── demo1
│ └── demo1
│ ├── demo1
│ │ ├── App.config
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── MarkEzdDll.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── 1.bmp
│ │ │ │ ├── 1.ezd
│ │ │ │ ├── AUTOSAVE.ezd
│ │ │ │ ├── CodeEdit.cd
│ │ │ │ ├── CoeFile.cfg
│ │ │ │ ├── CorFile2.exe
│ │ │ │ ├── Custom.ini
│ │ │ │ ├── DataMgr.dll
│ │ │ │ ├── DevComponents.DotNetBar2.dll
│ │ │ │ ├── EVComm.dll
│ │ │ │ ├── EZCAD.CFG
│ │ │ │ ├── EzCadEx.dll
│ │ │ │ ├── Ezcad_Funtion_Show.exe
│ │ │ │ ├── LMCMIO.dll
│ │ │ │ ├── MarkEzd.dll
│ │ │ │ ├── T2.evsp
│ │ │ │ ├── TT.evsp
│ │ │ │ ├── Usb.log
│ │ │ │ ├── aaa.ezd
│ │ │ │ ├── corfile.exe
│ │ │ │ ├── default.ini
│ │ │ │ ├── demo1.exe
│ │ │ │ ├── demo1.exe.config
│ │ │ │ ├── demo1.pdb
│ │ │ │ ├── ecvs.evsp
│ │ │ │ ├── hasp_rt.exe
│ │ │ │ ├── hasp_windows_111990.dll
│ │ │ │ ├── hasp_windows_x64_111990.dll
│ │ │ │ ├── haspdnert.dll
│ │ │ │ ├── haspdnert_x64.dll
│ │ │ │ ├── haspvlib_111990.dll
│ │ │ │ ├── mathlib.dll
│ │ │ │ ├── mswlaser.ini
│ │ │ │ ├── test.ezd
│ │ │ │ └── test2.ezd
│ │ │ └── Release
│ │ ├── demo1.csproj
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ ├── demo1.Form1.resources
│ │ ├── demo1.Properties.Resources.resources
│ │ ├── demo1.csproj.AssemblyReference.cache
│ │ ├── demo1.csproj.CoreCompileInputs.cache
│ │ ├── demo1.csproj.FileListAbsolute.txt
│ │ ├── demo1.csproj.GenerateResource.cache
│ │ ├── demo1.csproj.SuggestedBindingRedirects.cache
│ │ ├── demo1.exe
│ │ └── demo1.pdb
│ ├── demo1.sln
│ └── 将自己Ezcad2文件覆盖到debug目录即可.txt
└── 金橙子二次开发Ezcad2的C#实例demo1.rar
10 directories, 61 files