登录
首页 » C# » SplitContainerExDemo

SplitContainerExDemo

于 2011-09-14 发布 文件大小:306KB
0 235
下载积分: 1 下载次数: 160

代码说明:

  C#做的可收缩的panel,设置大小,自动缩放。 (C# to do the retractable panel, set the size, automatic scaling.)

文件列表:

SplitContainerExDemo
....................\SplitContainerEx
....................\................\bin
....................\................\...\Debug
....................\................\...\.....\SplitContainerEx.dll,36864,2011-07-06
....................\................\...\.....\SplitContainerEx.pdb,54784,2011-07-06
....................\................\CollapsePanel.cs,299,2010-03-19
....................\................\ControlPaintEx.cs,16917,2010-03-19
....................\................\ControlState.cs,889,2010-03-19
....................\................\GraphicsPathHelper.cs,8979,2010-03-19
....................\................\InterpolationModeGraphics.cs,1207,2010-03-19
....................\................\obj
....................\................\...\Debug
....................\................\...\.....\Refactor
....................\................\...\.....\........\SplitContainerEx.dll,20480,2010-03-19
....................\................\...\.....\SplitContainerEx.dll,36864,2011-07-06
....................\................\...\.....\SplitContainerEx.pdb,54784,2011-07-06
....................\................\...\.....\TempPE
....................\................\...\SplitContainerEx.csproj.FileList.txt,170,2011-07-06
....................\................\...\SplitContainerEx.csproj.FileListAbsolute.txt,685,2010-03-25
....................\................\Properties
....................\................\..........\AssemblyInfo.cs,1422,2010-03-25
....................\................\RegionHelper.cs,1086,2010-03-19
....................\................\RenderHelper.cs,13119,2010-03-19
....................\................\RoundStyle.cs,1388,2010-03-19
....................\................\SmoothingModeGraphics.cs,1148,2010-03-19
....................\................\SplitContainerEx.cs,15468,2011-07-06
....................\................\SplitContainerEx.csproj,2752,2010-03-25
....................\................\SpliterPanelState.cs,451,2010-03-25
....................\................\TextRenderingHintGraphics.cs,1274,2010-03-19
....................\................\ThumbArrowDirection.cs,601,2010-03-19
....................\SplitContainerExDemo
....................\....................\AboutBoxCSharpWinDemo.cs,5779,2010-03-16
....................\....................\AboutBoxCSharpWinDemo.Designer.cs,13840,2010-03-16
....................\....................\AboutBoxCSharpWinDemo.resx,23467,2010-03-16
....................\....................\bin
....................\....................\...\Debug
....................\....................\...\.....\CSharpWinTmplate.dll,118784,2010-03-16
....................\....................\...\.....\SplitContainerEx.dll,36864,2011-07-06
....................\....................\...\.....\SplitContainerEx.pdb,54784,2011-07-06
....................\....................\...\.....\SplitContainerExDemo.exe,49152,2011-07-06
....................\....................\...\.....\SplitContainerExDemo.pdb,36352,2011-07-06
....................\....................\...\.....\SplitContainerExDemo.vshost.exe,5632,2005-11-11
....................\....................\Dll
....................\....................\...\CSharpWinTmplate.dll,118784,2010-03-16
....................\....................\FormCSharpWinDemo.cs,3323,2011-07-06
....................\....................\FormCSharpWinDemo.Designer.cs,11581,2011-07-06
....................\....................\FormCSharpWinDemo.resx,12546,2011-07-06
....................\....................\obj
....................\....................\...\Debug
....................\....................\...\.....\CSharpWinDemo.AboutBoxCSharpWinDemo.resources,13030,2011-07-06
....................\....................\...\.....\CSharpWinDemo.FormCSharpWinDemo.resources,4852,2011-07-06
....................\....................\...\.....\Refactor
....................\....................\...\.....\ResolveAssemblyReference.cache,7577,2011-07-06
....................\....................\...\.....\SplitContainerExDemo.csproj.GenerateResource.Cache,928,2011-07-06
....................\....................\...\.....\SplitContainerExDemo.exe,49152,2011-07-06
....................\....................\...\.....\SplitContainerExDemo.pdb,36352,2011-07-06
....................\....................\...\.....\SplitContainerExDemo.Properties.Resources.resources,180,2011-07-06
....................\....................\...\.....\TempPE
....................\....................\...\.....\......\Properties.Resources.Designer.cs.dll,4608,2010-03-16
....................\....................\...\SplitContainerExDemo.csproj.FileList.txt,517,2011-07-06
....................\....................\...\SplitContainerExDemo.csproj.FileListAbsolute.txt,1801,2010-03-25
....................\....................\Pic



....................\....................\Program.cs,484,2010-03-16
....................\....................\Properties
....................\....................\..........\AssemblyInfo.cs,1369,2010-03-25
....................\....................\..........\Resources.Designer.cs,2891,2010-03-16
....................\....................\..........\Resources.resx,5539,2010-03-16
....................\....................\..........\Settings.Designer.cs,1115,2010-03-16
....................\....................\..........\Settings.settings,249,2010-03-16
....................\....................\SplitContainerExDemo.csproj,4611,2010-03-16
....................\SplitContainerExDemo.sln,1451,2010-03-16

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • wcf 实现大文件上传(有进度条)实例源码
    部分win7/win8用户 运行时报错 可能是 权限问题,所以运行项目的时候 要右键>>以管理员身份运行 部分用户 运行该项目的时候 可能提示:协定需要双工 但是绑定 NetTcpBinding 不支持 这是只需要将host项目app.config中协议部分 改为wsDualHttpBinding 即可,如下代码: 另外使用wcf时,最好不要使用 using 因为使用using会屏蔽掉很多错误,误导用户,参考链接:http://www.codeproject.com/Tips/197531/Do-not-use-using-for-WCF-Clients 相关代码改为:using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;using System.ServiceModel;namespace WcfUploadServiceHost{ static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { try { var host = new ServiceHost(typeof (WcfUploadServiceLib.UpLoadService)); host.Open(); Console.WriteLine("Server is opened..."); Console.Read(); //using (var host = new ServiceHost(typeof(WcfUploadServiceLib.UpLoadService))) //{ // host.Open(); // Console.WriteLine("Server is opened..."); // Console.Read(); //} } catch (Exception ex) { Console.WriteLine(ex.ToString()); Console.Read(); } } }}
    2015-01-07下载
    积分:1
  • openssl
    为网络通信提供安全及数据完整性的一种安全协议,囊括了主要的密码算法、常用的密钥和证书封装管理功能以及SSL协议,并提供了丰富的应用程序供测试或其它目的使用。(The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing ... )
    2014-01-19 23:59:58下载
    积分:1
  • winPointCloud
    基于VTk的点云显示,构网(Delaunay Tin,包含二维,三维,及TEN)。附有详细的代码注释,也有实例数据。(The point cloud based VTk display, configuration network (Delaunay Tin, including 2D, 3D, and TEN). With detailed code comments, but also instance data.)
    2021-04-08 12:39:01下载
    积分:1
  • HistoryLine
    说明:  一个显示历史数据曲线的程序源代码,压缩包中包含了历史数据文件和程序源码,在公司里用过很好用。开发环境VC++6.0,绘制曲线用的是MFC的CDC。(Curve of a display of historical data source code, compressed package that contains the historical data files and program source code, used in the company good use. Development Environment VC++6.0, MFC is used to draw curves of the CDC.)
    2011-02-18 09:22:08下载
    积分:1
  • BANK-3P-LV
    .NET银行系统,.NET银行系统,开户,转账,查询,取款,存款。登陆(.NET bank system,.NET bank system)
    2013-07-29 16:22:31下载
    积分:1
  • BankSystem
    ATM Project。简易ATM取款机系统,面向对象编程设计,易扩展,功能强大。
    2010-11-13 10:56:19下载
    积分:1
  • VSPD-VisualC-6
    可虛擬兩個RS-232或者是多個RS-232互傳資訊,此源码維VisualC-6所編寫。(Can be a virtual two RS-232 or RS-232 over pass each other information, this source code written by Victoria VisualC-6.)
    2020-11-27 09:09:29下载
    积分:1
  • mudlqydm
    奇迹登录器源码,有需要的可以下载研究研究,本人不是很懂这个东西,希望能指点一二!(Miracle login source code, there is a need to download the study, I do not know this thing, I hope to be able to point one or two!)
    2016-01-21 20:17:25下载
    积分:1
  • FileTemp
    C#学习 文件处理 C#进行文件处理。码制转换等等(C# Learning C# document processing for document processing. Code conversion system, etc.)
    2009-04-20 16:24:32下载
    积分:1
  • c03
    该程序实现水声信道的模拟方法及性能分析,提出了一种信的水声信道模型(The program implements underwater acoustic channel simulation methods and performance analysis, presents a letter of underwater acoustic channel model)
    2020-07-04 05:40:02下载
    积分:1
  • 696516资源总数
  • 106442会员总数
  • 11今日下载