嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#编写的绘图程序 可选择多种基本工具和任意颜色绘图
.
├── C#编写的绘图程序 可进行基本绘图操作_.7z
└── 绘图程序
├── 绘图程序
│ ├── ColorPanel.Designer.cs
│ ├── ColorPanel.resx
│ ├── Draw.Designer.cs
│ ├── Draw.cs
│ ├── Draw.resx
│ ├── DrawTools.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ └── Debug
│ │ ├── ColorHatch.XML
│ │ ├── ColorHatch.dll
│ │ ├── ColorHatch.pdb
│ │ ├── img
│ │ │ ├── Circle.gif
│ │ │ ├── FillCircle.GIF
│ │ │ ├── Fillrect.GIF
│ │ │ ├── Pencil.gif
│ │ │ ├── eraser.png
│ │ │ ├── line.gif
│ │ │ ├── pb.cur
│ │ │ └── rect.gif
│ │ ├── 绘图程序.exe
│ │ ├── 绘图程序.pdb
│ │ └── 绘图程序.vshost.exe
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── 绘图程序.Draw.resources
│ │ │ ├── 绘图程序.Properties.Resources.resources
│ │ │ ├── 绘图程序.csproj.GenerateResource.Cache
│ │ │ ├── 绘图程序.exe
│ │ │ └── 绘图程序.pdb
│ │ ├── 绘图程序.csproj.FileList.txt
│ │ └── 绘图程序.csproj.FileListAbsolute.txt
│ ├── 绘图程序.csproj
│ └── 绘图程序.csproj.user
├── 绘图程序.sln
└── 绘图程序.suo
10 directories, 40 files