• 大小: 0.72M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 源码  表单  自定义  设计  

资源简介

 自定义表单设计器演示版源码

资源截图

代码片段和文件信息

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

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

     文件        938  2011-02-21 11:45  自定义表单设计器演示版源码(C#)\FormDesignerDemo.sln

    ..A..H.     77824  2011-10-07 13:52  自定义表单设计器演示版源码(C#)\FormDesignerDemo.suo

     文件     416990  2011-02-25 20:51  自定义表单设计器演示版源码(C#)\员工考核表单模板.xml

     文件     105268  2011-02-25 15:26  自定义表单设计器演示版源码(C#)\简历模板.xml

     文件      25288  2011-02-25 14:55  自定义表单设计器演示版源码(C#)\设备请购单模板.xml

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

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

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

     文件        414  2011-02-24 10:37  自定义表单设计器演示版源码(C#)\FormDesignerDemo\CtrlCollectionDesign.cs

     文件      11350  2011-02-24 10:43  自定义表单设计器演示版源码(C#)\FormDesignerDemo\CtrlMngDesign.cs

     文件      13927  2011-02-25 16:28  自定义表单设计器演示版源码(C#)\FormDesignerDemo\FormDesignerDemo.csproj

     文件       1028  2011-02-24 10:29  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Form_AddModel.cs

     文件       4014  2011-02-24 10:29  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Form_AddModel.Designer.cs

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

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

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

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

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

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

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

     文件      15612  2011-02-24 16:39  自定义表单设计器演示版源码(C#)\FormDesignerDemo\ModelDesign.cs

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

     文件       4405  2011-02-23 10:33  自定义表单设计器演示版源码(C#)\FormDesignerDemo\MoveHandler.cs

     文件        485  2011-02-09 11:38  自定义表单设计器演示版源码(C#)\FormDesignerDemo\Program.cs

     文件       2250  2011-02-21 17:07  自定义表单设计器演示版源码(C#)\FormDesignerDemo\SingleList.cs

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

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

     文件      14505  2011-02-24 10:43  自定义表单设计器演示版源码(C#)\FormDesignerDemo\UISizeKnob.cs

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

     文件     211456  2011-08-04 21:34  自定义表单设计器演示版源码(C#)\FormDesignerDemo\bin\Debug\FormDesignerDemo.exe

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

评论

共有 条评论