嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Draw
├── WindowsApplication1
│ ├── Anteprima.Designer.cs
│ ├── Anteprima.cs
│ ├── Anteprima.resx
│ ├── Ce.bmp
│ ├── Class1.cs
│ ├── CommandForm.Designer.cs
│ ├── CommandForm.cs
│ ├── CommandForm.resx
│ ├── Dx.bmp
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Handle.cs
│ ├── Help.Designer.cs
│ ├── Help.cs
│ ├── Help.resx
│ ├── NewPoint.ico
│ ├── PenPropEditForm.Designer.cs
│ ├── PenPropEditForm.cs
│ ├── PenPropEditForm.resx
│ ├── PenWR.cs
│ ├── Program.cs
│ ├── PropEditForm.Designer.cs
│ ├── PropEditForm.cs
│ ├── PropEditForm.resx
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ ├── Settings.settings
│ │ └── app.manifest
│ ├── Resource1.Designer.cs
│ ├── Resource1.resx
│ ├── RichTextBoxPrintCtrl.cs
│ ├── Settings.cs
│ ├── Shapes.cs
│ ├── Sx.bmp
│ ├── UserControl1.Designer.cs
│ ├── UserControl1.cs
│ ├── UserControl1.resx
│ ├── WindowsApplication1.csproj
│ ├── WindowsApplication1.csproj.user
│ ├── bin
│ │ └── Debug
│ │ ├── AxInterop.SHDocVw.dll
│ │ ├── Interop.SHDocVw.dll
│ │ ├── WindowsApplication1.exe
│ │ ├── WindowsApplication1.pdb
│ │ ├── WindowsApplication1.vshost.exe
│ │ ├── WindowsApplication1.vshost.exe.manifest
│ │ └── test.xml
│ ├── delPoint3.cur
│ ├── myTypeEditor.cs
│ ├── newPoint3.cur
│ ├── obj
│ │ ├── Debug
│ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ ├── Interop.SHDocVw.dll
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ ├── WindowsApplication1.Anteprima.resources
│ │ │ ├── WindowsApplication1.Form1.resources
│ │ │ ├── WindowsApplication1.Help.resources
│ │ │ ├── WindowsApplication1.PenPropEditForm.resources
│ │ │ ├── WindowsApplication1.PropEditForm.resources
│ │ │ ├── WindowsApplication1.Properties.Resources.resources
│ │ │ ├── WindowsApplication1.Resource1.resources
│ │ │ ├── WindowsApplication1.csproj.FileListAbsolute.txt
│ │ │ ├── WindowsApplication1.csproj.GenerateResource.Cache
│ │ │ ├── WindowsApplication1.csproj.ResolveComReference.cache
│ │ │ ├── WindowsApplication1.exe
│ │ │ ├── WindowsApplication1.pdb
│ │ │ ├── WindowsApplication1.richForm2.resources
│ │ │ ├── WindowsApplication1.toolBox.resources
│ │ │ └── WindowsApplication1.vectShapes.resources
│ │ └── Release
│ │ ├── AxInterop.SHDocVw.dll
│ │ ├── Interop.SHDocVw.dll
│ │ ├── WindowsApplication1.exe
│ │ └── build.force
│ ├── richForm2.Designer.cs
│ ├── richForm2.cs
│ ├── richForm2.resx
│ ├── sav.bmp
│ ├── sel.bmp
│ ├── test.xml
│ ├── testHandle.cs
│ ├── toolBox.Designer.cs
│ ├── toolBox.cs
│ ├── toolBox.resx
│ ├── vectShapes.Designer.cs
│ ├── vectShapes.cs
│ └── vectShapes.resx
├── WindowsApplication1.sln
└── WindowsApplication1.suo
9 directories, 88 files