-
大小: 47KB文件類型: .rar金幣: 2下載: 1 次發(fā)布日期: 2021-06-11
- 語言: C#
- 標(biāo)簽: 組件??UITypeEditor??UserControl??Component??
資源簡介
自定義屬性集合編輯器,支持兩種方式(UserControl, Component)進行屬性編輯并自動產(chǎn)生持久化代碼。代碼參考網(wǎng)絡(luò)。

代碼片段和文件信息
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個文件信息
評論
共有 條評論