嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#关于跨Panel控件完成控件之间连接直线功能的实现
C#关于跨Panel控件完成控件之间连接...本代码使用VS2008开发,经过本人亲自测试可用,支持免费下载,只为资源共享和技术交流,本人能力有限,只为实现功能,重构方面没有做过多设计,希望能帮到需要的这方面资源的朋友
.
├── C#关于跨Panel控件完成控件之间连接直线功能的实现_Graphic_源代码_20150901151501.rar
└── Graphic
├── Graphic
│ ├── Graphic.csproj
│ ├── MainForm.Designer.cs
│ ├── MainForm.cs
│ ├── MainForm.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── RectRangeVo.cs
│ ├── Resources
│ │ └── 克什克腾.jpg
│ ├── TransparentPanel.Designer.cs
│ ├── TransparentPanel.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Graphic.exe
│ │ │ ├── Graphic.pdb
│ │ │ └── Graphic.vshost.exe
│ │ └── Release
│ │ ├── Graphic.exe
│ │ ├── Graphic.pdb
│ │ ├── Graphic.vshost.exe
│ │ └── Graphic.vshost.exe.manifest
│ └── obj
│ ├── Debug
│ │ ├── Graphic.Form1.resources
│ │ ├── Graphic.Form2.resources
│ │ ├── Graphic.Properties.Resources.resources
│ │ ├── Graphic.csproj.FileListAbsolute.txt
│ │ ├── Graphic.csproj.GenerateResource.Cache
│ │ ├── Graphic.exe
│ │ ├── Graphic.pdb
│ │ ├── Refactor
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ └── Release
│ ├── Graphic.MainForm.resources
│ ├── Graphic.Properties.Resources.resources
│ ├── Graphic.csproj.FileListAbsolute.txt
│ ├── Graphic.csproj.GenerateResource.Cache
│ ├── Graphic.exe
│ ├── Graphic.pdb
│ ├── Refactor
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
├── Graphic.sln
└── Graphic.suo
14 directories, 39 files