资源简介

自定义属性集合编辑器,支持两种方式(UserControl, Component)进行属性编辑并自动产生持久化代码。代码参考网络。

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace CustomPropertyEditor_Component_Component
{
    public partial class FormComponent : Form
    {
        public FormComponent()
        {
            InitializeComponent();
        }
    }
}

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

     文件       1609  2018-01-19 16:42  CustomPropertyEditor\CustomPropertyEditor.sln

    ..A..H.     77824  2018-01-19 16:45  CustomPropertyEditor\CustomPropertyEditor.v12.suo

     文件        187  2018-01-19 16:05  CustomPropertyEditor\CustomPropertyEditor_Component\App.config

     文件       1223  2018-01-19 16:31  CustomPropertyEditor\CustomPropertyEditor_Component\Components\MyComponent.cs

     文件       1074  2018-01-19 16:18  CustomPropertyEditor\CustomPropertyEditor_Component\Components\MyComponent.Designer.cs

     文件       2039  2018-01-19 16:30  CustomPropertyEditor\CustomPropertyEditor_Component\Components\MyComponentDesigner.cs

     文件       5174  2018-01-19 16:30  CustomPropertyEditor\CustomPropertyEditor_Component\CustomPropertyEditor_Component.csproj

     文件       1166  2018-01-19 16:18  CustomPropertyEditor\CustomPropertyEditor_Component\Editors\ContrastEditor.cs

     文件       2413  2018-01-19 16:30  CustomPropertyEditor\CustomPropertyEditor_Component\Editors\ControlModelEditor.cs

     文件       1479  2018-01-19 16:18  CustomPropertyEditor\CustomPropertyEditor_Component\Editors\FormContrast.cs

     文件       3138  2018-01-19 16:18  CustomPropertyEditor\CustomPropertyEditor_Component\Editors\FormContrast.designer.cs

     文件       5817  2018-01-19 16:06  CustomPropertyEditor\CustomPropertyEditor_Component\Editors\FormContrast.resx

     文件       1445  2018-01-19 16:30  CustomPropertyEditor\CustomPropertyEditor_Component\Editors\FormControlModel.cs

     文件       4975  2018-01-19 16:30  CustomPropertyEditor\CustomPropertyEditor_Component\Editors\FormControlModel.Designer.cs

     文件       5817  2018-01-19 16:26  CustomPropertyEditor\CustomPropertyEditor_Component\Editors\FormControlModel.resx

     文件       1481  2018-01-19 16:18  CustomPropertyEditor\CustomPropertyEditor_Component\Editors\SaveFileEditor.cs

     文件        437  2018-01-19 16:43  CustomPropertyEditor\CustomPropertyEditor_Component\FormComponent.cs

     文件       1947  2018-01-19 16:20  CustomPropertyEditor\CustomPropertyEditor_Component\FormComponent.Designer.cs

     文件       6017  2018-01-19 16:43  CustomPropertyEditor\CustomPropertyEditor_Component\FormComponent.resx

     文件        790  2018-01-19 16:18  CustomPropertyEditor\CustomPropertyEditor_Component\Model\ControlModel.cs

     文件        560  2018-01-19 16:18  CustomPropertyEditor\CustomPropertyEditor_Component\Program.cs

     文件       1422  2018-01-19 16:18  CustomPropertyEditor\CustomPropertyEditor_Component\Properties\AssemblyInfo.cs

     文件       2928  2018-01-19 16:18  CustomPropertyEditor\CustomPropertyEditor_Component\Properties\Resources.Designer.cs

     文件       5612  2018-01-19 16:05  CustomPropertyEditor\CustomPropertyEditor_Component\Properties\Resources.resx

     文件       1123  2018-01-19 16:18  CustomPropertyEditor\CustomPropertyEditor_Component\Properties\Settings.Designer.cs

     文件        249  2018-01-19 16:05  CustomPropertyEditor\CustomPropertyEditor_Component\Properties\Settings.settings

     文件        187  2018-01-19 13:54  CustomPropertyEditor\CustomPropertyEditor_UserControl\App.config

     文件       1790  2018-01-19 16:40  CustomPropertyEditor\CustomPropertyEditor_UserControl\Controls\EditorTestControl.cs

     文件       1429  2018-01-19 16:40  CustomPropertyEditor\CustomPropertyEditor_UserControl\Controls\EditorTestControl.Designer.cs

     文件       5817  2018-01-19 16:28  CustomPropertyEditor\CustomPropertyEditor_UserControl\Controls\EditorTestControl.resx

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

评论

共有 条评论