嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C# WinForm 自定义控件 VS2008实现.
本代码中自定义了三个控件,都是继承自Panel控件,并且这些控件全部都是透明控件,可以实现控件之间很好的连接,适合在一些绘制管道走势...并且代码中加了一个对控件事件重写的实例,点击控件会显示出一个MessageBox。
.
├── C# WinForm 自定义控件 VS2008实现
│ └── CustomControl
│ ├── CustomControl
│ │ ├── ChildPanel
│ │ │ ├── BuildingDraw.cs
│ │ │ ├── GDIDraw.cs
│ │ │ └── LineDraw.cs
│ │ ├── CustomControl.csproj
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Parent.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ └── Pharmacy.png
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── CustomControl.exe
│ │ │ ├── CustomControl.pdb
│ │ │ ├── CustomControl.vshost.exe
│ │ │ └── CustomControl.vshost.exe.manifest
│ │ └── obj
│ │ └── Debug
│ │ ├── CustomControl.Form1.resources
│ │ ├── CustomControl.Properties.Resources.resources
│ │ ├── CustomControl.csproj.FileListAbsolute.txt
│ │ ├── CustomControl.csproj.GenerateResource.Cache
│ │ ├── CustomControl.exe
│ │ ├── CustomControl.pdb
│ │ ├── Refactor
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── CustomControl.sln
│ └── CustomControl.suo
└── 好例子网_C#WinForm自定义控件VS2008实现.zip
12 directories, 29 files