资源简介
多选的combox
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms;
using System.Reflection;
namespace PresentationControls
{
///
/// Martin Lottering : 2007-10-27
/// --------------------------------
/// This is a usefull control in Filters. Allows you to save space and can replace a Grouped Box of CheckBoxes.
/// Currently used on the TasksFilter for TaskStatusses which means the user can select which Statusses to include
/// in the “Search“.
/// This control does not implement a CheckBoxListBox instead it adds a wrapper for the normal ComboBox and Items.
/// See the CheckBoxItems property.
/// ----------------
/// ALSO
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2007-11-23 10:50 DemoApp\bin\
目录 0 2007-11-23 10:50 DemoApp\bin\Debug\
文件 33792 2007-11-23 11:01 DemoApp\bin\Debug\CheckBoxComboBox.dll
文件 12800 2007-11-23 11:10 DemoApp\bin\Debug\DemoApp.exe
文件 473 2007-02-22 07:51 DemoApp\bin\Debug\DemoApp.vshost.exe.manifest
文件 454 2007-11-09 00:12 DemoApp\DataTableWrappers.cs
文件 3905 2007-11-08 11:13 DemoApp\DemoApp.csproj
文件 3127 2007-11-23 11:10 DemoApp\Form1.cs
文件 8095 2007-11-23 11:10 DemoApp\Form1.Designer.cs
文件 5814 2007-11-23 11:10 DemoApp\Form1.resx
文件 499 2007-10-28 02:27 DemoApp\Program.cs
目录 0 2007-11-23 10:50 DemoApp\Properties\
文件 1430 2007-10-28 02:27 DemoApp\Properties\AssemblyInfo.cs
文件 2843 2007-10-28 02:27 DemoApp\Properties\Resources.Designer.cs
文件 5612 2007-10-28 02:27 DemoApp\Properties\Resources.resx
文件 1092 2007-10-28 02:27 DemoApp\Properties\Settings.Designer.cs
文件 249 2007-10-28 02:27 DemoApp\Properties\Settings.settings
文件 1064 2007-11-09 00:56 DemoApp\Statusses.cs
目录 0 2007-11-23 11:10 DemoApp\
文件 1423 2007-10-28 02:28 CheckBoxComboBox.sln
目录 0 2007-11-23 10:50 CheckBoxComboBox\bin\
目录 0 2007-11-23 10:50 CheckBoxComboBox\bin\Debug\
文件 33792 2007-11-23 11:01 CheckBoxComboBox\bin\Debug\CheckBoxComboBox.dll
文件 27999 2007-11-23 11:01 CheckBoxComboBox\CheckBoxComboBox.cs
文件 3445 2007-11-09 00:16 CheckBoxComboBox\CheckBoxComboBox.csproj
文件 168 2007-10-28 02:28 CheckBoxComboBox\CheckBoxComboBox.csproj.user
文件 1080 2007-10-28 03:41 CheckBoxComboBox\CheckBoxComboBox.Designer.cs
文件 3072 2007-10-28 03:41 CheckBoxComboBox\GripBounds.cs
文件 1877 2007-10-28 03:41 CheckBoxComboBox\NativeMethods.cs
文件 20546 2007-11-07 08:00 CheckBoxComboBox\Popup.cs
文件 1349 2007-10-28 03:35 CheckBoxComboBox\Popup.Designer.cs
............此处省略10个文件信息
- 上一篇:c# 模拟qq操作 (QQ接口程序)
- 下一篇:c#调用vc++的DLL
相关资源
- c#入门经典 第七版 中文版 非扫描版
- .netc#新手菜鸟mvc5的仓库管理系统 so
- C# NPOI生成word插入图片和表格
- C#程序设计基础C#程序设计及应用教程
- 深入.NET平台和C#编程
- .net 美萍超市管理系统源码C#
- WinForm GeckoFx33 Demo JS与C#互交 窗口浏览
- 《ASP.NET程序设计项目教程》周虎,王
- 计算机图形学 三维模型处理算法初步
- C# KTV 点歌系统,C#项目源码带数据库
- C#实验--A.1 视频动态绘制练习.
- c#实现动态规划法——求解矩阵连乘问
- c#winform中完美代替WebBrowser最新的控件
- C#高级编程第9版:C#5.0 & .NET 4.5.1 par
- Illustrated C# 2010 C# 4.0图解教程
- C# WINFORM框架源碼
- C# WinForm实践开发教程清晰版
- 3D打印机上位机源码Reprap Host 是C#写的
- C#设计模式+源码JamesW.Cooper.zip
- C#程序开发范例宝典(第3版).(配套
- C#写的年会抽奖软件包含源代码.zip
- 大型ERP C#源码
- asp.net完整项目带数据库
- 清大出版社 段德亮 《C#课程设计案例
- C#人事管理系统/人力资源管理系统
- C# 7 and .NET Core: Modern Cross-Platform Deve
- C# 5.0 in a Nutshell 5th Edition.pdf
-
C# 6.0 and the .NET 4.6 fr
amework(7th). - C# .NET webservices简单使用
- C# 6.0 in a Nutshell.pdf
评论
共有 条评论