• 大小: 0.55M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: C#  c  源码  

资源简介

详细信息查看以下地址:

http://blog.csdn.net/welliu/article/details/6208645


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
using System.Drawing;
using FormDesignerDemo.Common;

namespace FormDesignerDemo
{
    /// 
    /// 容器管理者-用于无用户界面控件
    /// 

    public class ComContainerHandler : ContainerHandler
    {
        /// 
        /// 容器管理者
        /// 

        /// 控件容器
        /// 关联的模板管理者
        public ComContainerHandler(System.Windows.Forms.Control container ModelDesign modelDesign)
            : base(container null modelDesign)
        {
            Container.MouseDown += new MouseEventHandler(Container_MouseDown);
            Container.MouseMove += new MouseEventHandler(Container_Mous

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       4234  2011-02-22 15:29  自定义表单设计器演示版源码(C#)\FormDesignerDemo\ComContainerHandler.cs

     文件       1979  2011-02-12 09:32  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Common\BorderstyleConvert.cs

     文件       1683  2011-02-24 12:15  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Common\ControlBuilder.cs

     文件       1413  2011-02-11 16:44  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Common\ControlItem.cs

     文件       3702  2011-02-22 15:28  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Common\Enums.cs

     文件       7493  2011-02-15 09:36  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Common\ESCEncrypt.cs

     文件       2675  2011-02-12 10:28  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Common\Exception.cs

     文件       3184  2011-02-21 11:26  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Common\FontSerializer.cs

     文件       5431  2011-02-14 17:19  自定义表单设计器演示版源码(C#)\FormDesignerDemo\ContainerHandler.cs

     文件       3597  2011-02-16 15:54  自定义表单设计器演示版源码(C#)\FormDesignerDemo\CopyPaste.cs

     文件       1378  2011-02-24 12:22  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Ctl\ctl_ControlTree.cs

     文件       7100  2011-02-24 12:22  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Ctl\ctl_ControlTree.Designer.cs

     文件      22016  2011-02-24 12:22  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Ctl\ctl_ControlTree.resx

     文件       1588  2011-02-11 11:33  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Ctl\ctl_HeaderClose.cs

     文件       3862  2011-02-11 11:32  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Ctl\ctl_HeaderPin.cs

     文件       2663  2011-02-11 11:29  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Ctl\ctl_ModelDesignobject.cs

     文件       4627  2011-02-11 11:29  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Ctl\ctl_ModelDesignobject.Designer.cs

     文件       5814  2011-02-11 11:29  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Ctl\ctl_ModelDesignobject.resx

     文件       7098  2011-02-25 16:08  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Ctl\ctl_ModelTree.cs

     文件      13886  2011-02-25 16:08  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Ctl\ctl_ModelTree.Designer.cs

     文件       8900  2011-02-25 16:08  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Ctl\ctl_ModelTree.resx

     文件      12059  2011-02-25 14:56  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Ctl\ctl_PropertyGrid.cs

     文件      10593  2011-02-25 14:56  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Ctl\ctl_PropertyGrid.Designer.cs

     文件       5814  2011-02-25 14:56  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Ctl\ctl_PropertyGrid.resx

     文件       4501  2011-02-22 16:50  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Ctl\ctl_TabMenu.cs

     文件       4331  2011-02-11 17:04  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Ctl\ctl_TabMenu.Designer.cs

     文件       5814  2011-02-11 17:04  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Ctl\ctl_TabMenu.resx

     文件        373  2011-02-11 17:12  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Ctl\ctl_UIMoveDot.cs

     文件       1474  2011-02-11 17:12  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Ctl\ctl_UIMoveDot.Designer.cs

     文件       5814  2011-02-11 17:12  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Ctl\ctl_UIMoveDot.resx

............此处省略146个文件信息

评论

共有 条评论