diff --git a/.gitignore b/.gitignore
index 4f95e2b..e37e314 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,364 @@
-.DS_Store
-/Bin
-bin/
-obj/
+## Ignore Visual Studio temporary files, build results, and
+## files generated by popular Visual Studio add-ons.
+##
+## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
+
+# User-specific files
+*.rsuser
+*.suo
+*.user
+*.userosscache
+*.sln.docstates
+
+# User-specific files (MonoDevelop/Xamarin Studio)
+*.userprefs
+
+# Mono auto generated files
+mono_crash.*
+
+# Build results
+[Dd]ebug/
+[Dd]ebugPublic/
+[Rr]elease/
+[Rr]eleases/
+x64/
+x86/
+[Ww][Ii][Nn]32/
+[Aa][Rr][Mm]/
+[Aa][Rr][Mm]64/
+bld/
+[Bb]in/
+[Oo]bj/
+[Oo]ut/
+[Ll]og/
+[Ll]ogs/
+
+# Visual Studio 2015/2017 cache/options directory
+.vs/
+.idea/
+# Uncomment if you have tasks that create the project's static files in wwwroot
+#wwwroot/
+
+# Visual Studio 2017 auto generated files
+Generated\ Files/
+
+# MSTest test Results
+[Tt]est[Rr]esult*/
+[Bb]uild[Ll]og.*
+
+# NUnit
+*.VisualState.xml
+TestResult.xml
+nunit-*.xml
+
+# Build Results of an ATL Project
+[Dd]ebugPS/
+[Rr]eleasePS/
+dlldata.c
+
+# Benchmark Results
+BenchmarkDotNet.Artifacts/
+
+# .NET Core
+project.lock.json
+project.fragment.lock.json
+artifacts/
+
+# ASP.NET Scaffolding
+ScaffoldingReadMe.txt
+
+# StyleCop
+StyleCopReport.xml
+
+# Files built by Visual Studio
+*_i.c
+*_p.c
+*_h.h
+*.ilk
+*.meta
+*.obj
+*.iobj
+*.pch
+*.pdb
+*.ipdb
+*.pgc
+*.pgd
+*.rsp
+*.sbr
+*.tlb
+*.tli
+*.tlh
+*.tmp
+*.tmp_proj
+*_wpftmp.csproj
+*.log
+*.vspscc
+*.vssscc
+.builds
+*.pidb
+*.svclog
+*.scc
+
+# Chutzpah Test files
+_Chutzpah*
+
+# Visual C++ cache files
+ipch/
+*.aps
+*.ncb
+*.opendb
+*.opensdf
+*.sdf
+*.cachefile
+*.VC.db
+*.VC.VC.opendb
+
+# Visual Studio profiler
+*.psess
+*.vsp
+*.vspx
+*.sap
+
+# Visual Studio Trace Files
+*.e2e
+
+# TFS 2012 Local Workspace
+$tf/
+
+# Guidance Automation Toolkit
+*.gpState
+
+# ReSharper is a .NET coding add-in
+_ReSharper*/
+*.[Rr]e[Ss]harper
+*.DotSettings.user
+
+# TeamCity is a build add-in
+_TeamCity*
+
+# DotCover is a Code Coverage Tool
+*.dotCover
+
+# AxoCover is a Code Coverage Tool
+.axoCover/*
+!.axoCover/settings.json
+
+# Coverlet is a free, cross platform Code Coverage Tool
+coverage*.json
+coverage*.xml
+coverage*.info
+
+# Visual Studio code coverage results
+*.coverage
+*.coveragexml
+
+# NCrunch
+_NCrunch_*
+.*crunch*.local.xml
+nCrunchTemp_*
+
+# MightyMoose
+*.mm.*
+AutoTest.Net/
+
+# Web workbench (sass)
+.sass-cache/
+
+# Installshield output folder
+[Ee]xpress/
+
+# DocProject is a documentation generator add-in
+DocProject/buildhelp/
+DocProject/Help/*.HxT
+DocProject/Help/*.HxC
+DocProject/Help/*.hhc
+DocProject/Help/*.hhk
+DocProject/Help/*.hhp
+DocProject/Help/Html2
+DocProject/Help/html
+
+# Click-Once directory
+publish/
+
+# Publish Web Output
+*.[Pp]ublish.xml
+*.azurePubxml
+# Note: Comment the next line if you want to checkin your web deploy settings,
+# but database connection strings (with potential passwords) will be unencrypted
+*.pubxml
+*.publishproj
+
+# Microsoft Azure Web App publish settings. Comment the next line if you want to
+# checkin your Azure Web App publish settings, but sensitive information contained
+# in these scripts will be unencrypted
+PublishScripts/
+
+# NuGet Packages
+*.nupkg
+# NuGet Symbol Packages
+*.snupkg
+# The packages folder can be ignored because of Package Restore
+**/[Pp]ackages/*
+# except build/, which is used as an MSBuild target.
+!**/[Pp]ackages/build/
+# Uncomment if necessary however generally it will be regenerated when needed
+#!**/[Pp]ackages/repositories.config
+# NuGet v3's project.json files produces more ignorable files
+*.nuget.props
+*.nuget.targets
+
+# Microsoft Azure Build Output
+csx/
+*.build.csdef
+
+# Microsoft Azure Emulator
+ecf/
+rcf/
+
+# Windows Store app package directories and files
+AppPackages/
+BundleArtifacts/
+Package.StoreAssociation.xml
+_pkginfo.txt
+*.appx
+*.appxbundle
+*.appxupload
+
+# Visual Studio cache files
+# files ending in .cache can be ignored
+*.[Cc]ache
+# but keep track of directories ending in .cache
+!?*.[Cc]ache/
+
+# Others
+ClientBin/
+~$*
+*~
+*.dbmdl
+*.dbproj.schemaview
+*.jfm
+*.pfx
+*.publishsettings
+orleans.codegen.cs
+
+# Including strong name files can present a security risk
+# (https://github.com/github/gitignore/pull/2483#issue-259490424)
+#*.snk
+
+# Since there are multiple workflows, uncomment next line to ignore bower_components
+# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
+#bower_components/
+
+# RIA/Silverlight projects
+Generated_Code/
+
+# Backup & report files from converting an old project file
+# to a newer Visual Studio version. Backup files are not needed,
+# because we have git ;-)
+_UpgradeReport_Files/
+Backup*/
+UpgradeLog*.XML
+UpgradeLog*.htm
+ServiceFabricBackup/
+*.rptproj.bak
+
+# SQL Server files
+*.mdf
+*.ldf
+*.ndf
+
+# Business Intelligence projects
+*.rdl.data
+*.bim.layout
+*.bim_*.settings
+*.rptproj.rsuser
+*- [Bb]ackup.rdl
+*- [Bb]ackup ([0-9]).rdl
+*- [Bb]ackup ([0-9][0-9]).rdl
+
+# Microsoft Fakes
+FakesAssemblies/
+
+# GhostDoc plugin setting file
+*.GhostDoc.xml
+
+# Node.js Tools for Visual Studio
+.ntvs_analysis.dat
+node_modules/
+
+# Visual Studio 6 build log
+*.plg
+
+# Visual Studio 6 workspace options file
+*.opt
+
+# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
+*.vbw
+
+# Visual Studio LightSwitch build output
+**/*.HTMLClient/GeneratedArtifacts
+**/*.DesktopClient/GeneratedArtifacts
+**/*.DesktopClient/ModelManifest.xml
+**/*.Server/GeneratedArtifacts
+**/*.Server/ModelManifest.xml
+_Pvt_Extensions
+
+# Paket dependency manager
+.paket/paket.exe
+paket-files/
+
+# FAKE - F# Make
+.fake/
+
+# CodeRush personal settings
+.cr/personal
+
+# Python Tools for Visual Studio (PTVS)
+__pycache__/
+*.pyc
+
+# Cake - Uncomment if you are using it
+# tools/**
+# !tools/packages.config
+
+# Tabs Studio
+*.tss
+
+# Telerik's JustMock configuration file
+*.jmconfig
+
+# BizTalk build output
+*.btp.cs
+*.btm.cs
+*.odx.cs
+*.xsd.cs
+
+# OpenCover UI analysis results
+OpenCover/
+
+# Azure Stream Analytics local run output
+ASALocalRun/
+
+# MSBuild Binary and Structured Log
+*.binlog
+
+# NVidia Nsight GPU debugger configuration file
+*.nvuser
+
+# MFractors (Xamarin productivity tool) working folder
+.mfractor/
+
+# Local History for Visual Studio
+.localhistory/
+
+# BeatPulse healthcheck temp database
+healthchecksdb
+
+# Backup folder for Package Reference Convert tool in Visual Studio 2017
+MigrationBackup/
+
+# Ionide (cross platform F# VS Code tools) working folder
+.ionide/
+
+# Fody - auto-generated XML schema
+FodyWeavers.xsd
\ No newline at end of file
diff --git a/WinNodeEditorTest.sln b/WinNodeEditorTest.sln
index aca14ba..846a9ee 100644
--- a/WinNodeEditorTest.sln
+++ b/WinNodeEditorTest.sln
@@ -1,10 +1,14 @@
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.14.35906.104
+MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ST.Library.UI", "ST.Library.UI\ST.Library.UI.csproj", "{EFFCC270-4999-4077-A543-56CCCCE92147}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinNodeEditorDemo", "WinNodeEditorDemo\WinNodeEditorDemo.csproj", "{4E1829B5-2160-48F5-ABD6-11914A6A25DD}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfNodeEdittorDemo", "WpfNodeEdittorDemo\WpfNodeEdittorDemo.csproj", "{B355CF99-7494-472A-8E0E-1543236FFC88}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -35,6 +39,18 @@ Global
{4E1829B5-2160-48F5-ABD6-11914A6A25DD}.Release|Mixed Platforms.Build.0 = Release|x86
{4E1829B5-2160-48F5-ABD6-11914A6A25DD}.Release|x86.ActiveCfg = Release|x86
{4E1829B5-2160-48F5-ABD6-11914A6A25DD}.Release|x86.Build.0 = Release|x86
+ {B355CF99-7494-472A-8E0E-1543236FFC88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {B355CF99-7494-472A-8E0E-1543236FFC88}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {B355CF99-7494-472A-8E0E-1543236FFC88}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+ {B355CF99-7494-472A-8E0E-1543236FFC88}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+ {B355CF99-7494-472A-8E0E-1543236FFC88}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {B355CF99-7494-472A-8E0E-1543236FFC88}.Debug|x86.Build.0 = Debug|Any CPU
+ {B355CF99-7494-472A-8E0E-1543236FFC88}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {B355CF99-7494-472A-8E0E-1543236FFC88}.Release|Any CPU.Build.0 = Release|Any CPU
+ {B355CF99-7494-472A-8E0E-1543236FFC88}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+ {B355CF99-7494-472A-8E0E-1543236FFC88}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+ {B355CF99-7494-472A-8E0E-1543236FFC88}.Release|x86.ActiveCfg = Release|Any CPU
+ {B355CF99-7494-472A-8E0E-1543236FFC88}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/WpfNodeEdittorDemo/App.xaml b/WpfNodeEdittorDemo/App.xaml
new file mode 100644
index 0000000..90ef0c3
--- /dev/null
+++ b/WpfNodeEdittorDemo/App.xaml
@@ -0,0 +1,9 @@
+
+
+
+
+
diff --git a/WpfNodeEdittorDemo/App.xaml.cs b/WpfNodeEdittorDemo/App.xaml.cs
new file mode 100644
index 0000000..d7e575d
--- /dev/null
+++ b/WpfNodeEdittorDemo/App.xaml.cs
@@ -0,0 +1,14 @@
+using System.Configuration;
+using System.Data;
+using System.Windows;
+
+namespace WpfNodeEdittorDemo
+{
+ ///
+ /// Interaction logic for App.xaml
+ ///
+ public partial class App : Application
+ {
+ }
+
+}
diff --git a/WpfNodeEdittorDemo/AssemblyInfo.cs b/WpfNodeEdittorDemo/AssemblyInfo.cs
new file mode 100644
index 0000000..a8dc727
--- /dev/null
+++ b/WpfNodeEdittorDemo/AssemblyInfo.cs
@@ -0,0 +1,10 @@
+using System.Windows;
+
+[assembly: ThemeInfo(
+ ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
+ //(used if a resource is not found in the page,
+ // or application resource dictionaries)
+ ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
+ //(used if a resource is not found in the page,
+ // app, or any theme specific resource dictionaries)
+)]
diff --git a/WpfNodeEdittorDemo/AttrTestNode.cs b/WpfNodeEdittorDemo/AttrTestNode.cs
new file mode 100644
index 0000000..b9c7fd2
--- /dev/null
+++ b/WpfNodeEdittorDemo/AttrTestNode.cs
@@ -0,0 +1,108 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+using ST.Library.UI.NodeEditor;
+using System.Drawing;
+using System.Windows.Forms;
+
+namespace WinNodeEditorDemo
+{
+ [STNode("/", "Crystal_lz", "2212233137@qq.com", "www.st233.com", "关于此节点的描述信息\r\n此类为\r\nSTNodeAttribute\r\nSTNodePropertyAttribute\r\n效果演示类")]
+ public class AttrTestNode : STNode
+ {
+ //因为属性编辑器默认并不支持Color类型数据 所以这里重写一个描述器并指定
+ [STNodeProperty("颜色", "颜色信息", DescriptorType = typeof(DescriptorForColor))]
+ public Color Color { get; set; }
+
+ [STNodeProperty("整型数组", "整型数组测试")]
+ public int[] IntArr { get; set; }
+
+ [STNodeProperty("布尔", "布尔类型测试")]
+ public bool Bool { get; set; }
+
+ [STNodeProperty("字符串", "字符串类型测试")]
+ public string String { get; set; }
+
+ [STNodeProperty("整型", "整型测试")]
+ public int Int { get; set; }
+
+ [STNodeProperty("浮点数", "浮点数类型测试")]
+ public float Float { get; set; }
+
+ [STNodeProperty("枚举值", "枚举类型测试 -> FormBorderStyle")]
+ public FormBorderStyle STYLE { get; set; }
+
+ public AttrTestNode() {
+ this.String = "string";
+ IntArr = new int[] { 10, 20 };
+ base.InputOptions.Add("string", typeof(string), false);
+ base.OutputOptions.Add("string", typeof(string), false);
+ this.Title = "AttrTestNode";
+ this.TitleColor = Color.FromArgb(200, Color.Goldenrod);
+ }
+ ///
+ /// 此方法为魔术方法(Magic function)
+ /// 若存在 static void ShowHelpInfo(string) 且此类被STNodeAttribute标记
+ /// 则此方法将作为属性编辑器上 查看帮助 功能
+ ///
+ /// 此类所在的模块所在的文件路径
+ public static void ShowHelpInfo(string strFileName) {
+ MessageBox.Show("this is -> ShowHelpInfo(string);\r\n" + strFileName);
+ }
+
+ protected override void OnOwnerChanged() {
+ base.OnOwnerChanged();
+ if (this.Owner == null) return;
+ this.Owner.SetTypeColor(typeof(string), Color.Goldenrod);
+ }
+ }
+ ///
+ /// 因为属性编辑器默认并不支持Color类型数据 所以这里重写一个描述器
+ ///
+ public class DescriptorForColor : STNodePropertyDescriptor
+ {
+ private Rectangle m_rect;//此区域用作 属性窗口上绘制颜色预览
+ //当此属性在属性窗口中被确定位置时候发生
+ protected override void OnSetItemLocation() {
+ base.OnSetItemLocation();
+ Rectangle rect = base.RectangleR;
+ m_rect = new Rectangle(rect.Right - 25, rect.Top + 5, 19, 12);
+ }
+ //将属性值转换为字符串 属性窗口值绘制时将采用此字符串
+ protected override string GetStringFromValue() {
+ Color clr = (Color)this.GetValue(null);
+ return clr.A + "," + clr.R + "," + clr.G + "," + clr.B;
+ }
+ //将属性窗口中输入的字符串转化为Color属性 当属性窗口中用户确认输入时调用
+ protected override object GetValueFromString(string strText) {
+ string[] strClr = strText.Split(',');
+ return Color.FromArgb(
+ int.Parse(strClr[0]), //A
+ int.Parse(strClr[1]), //R
+ int.Parse(strClr[2]), //G
+ int.Parse(strClr[3])); //B
+ }
+ //绘制属性窗口值区域时候调用
+ protected override void OnDrawValueRectangle(DrawingTools dt) {
+ base.OnDrawValueRectangle(dt);//先采用默认的绘制 并再绘制颜色预览
+ dt.SolidBrush.Color = (Color)this.GetValue(null);
+ dt.Graphics.FillRectangle(dt.SolidBrush, m_rect);//填充颜色
+ dt.Graphics.DrawRectangle(Pens.Black, m_rect); //绘制边框
+ }
+
+ protected override void OnMouseClick(MouseEventArgs e) {
+ //如果用户点击在 颜色预览区域 则弹出系统颜色对话框
+ if (m_rect.Contains(e.Location)) {
+ ColorDialog cd = new ColorDialog();
+ if (cd.ShowDialog() != DialogResult.OK) return;
+ this.SetValue(cd.Color, null);
+ this.Invalidate();
+ return;
+ }
+ //否则其他区域将采用默认处理方式 弹出字符串输入框
+ base.OnMouseClick(e);
+ }
+ }
+}
diff --git a/WpfNodeEdittorDemo/Blender/BlenderMixColorNode.cs b/WpfNodeEdittorDemo/Blender/BlenderMixColorNode.cs
new file mode 100644
index 0000000..8de3399
--- /dev/null
+++ b/WpfNodeEdittorDemo/Blender/BlenderMixColorNode.cs
@@ -0,0 +1,130 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+using ST.Library.UI.NodeEditor;
+using System.Drawing;
+
+namespace WinNodeEditorDemo.Blender
+{
+ ///
+ /// 此类仅仅是演示 并不包含颜色混合功能
+ ///
+ [STNode("/Blender/", "Crystal_lz", "2212233137@qq.com", "st233.com", "this is blender mixrgb node")]
+ public class BlenderMixColorNode : STNode
+ {
+ private ColorMixType _MixType;
+ [STNodeProperty("MixType","This is MixType")]
+ public ColorMixType MixType {
+ get { return _MixType; }
+ set {
+ _MixType = value;
+ m_ctrl_select.Enum = value; //当属性被赋值后 对应控件状态值也应当被修改
+ }
+ }
+
+ private bool _Clamp;
+ [STNodeProperty("Clamp","This is Clamp")]
+ public bool Clamp {
+ get { return _Clamp; }
+ set { _Clamp = value; m_ctrl_checkbox.Checked = value; }
+ }
+
+ private int _Fac = 50;
+ [STNodeProperty("Fac", "This is Fac")]
+ public int Fac {
+ get { return _Fac; }
+ set {
+ if (value < 0) value = 0;
+ if (value > 100) value = 100;
+ _Fac = value; m_ctrl_progess.Value = value;
+ }
+ }
+
+ private Color _Color1 = Color.LightGray;//默认的DescriptorType不支持颜色的显示 需要扩展
+ [STNodeProperty("Color1", "This is color1", DescriptorType = typeof(WinNodeEditorDemo.DescriptorForColor))]
+ public Color Color1 {
+ get { return _Color1; }
+ set { _Color1 = value; m_ctrl_btn_1.BackColor = value; }
+ }
+
+ private Color _Color2 = Color.LightGray;
+ [STNodeProperty("Color2", "This is color2", DescriptorType = typeof(WinNodeEditorDemo.DescriptorForColor))]
+ public Color Color2 {
+ get { return _Color2; }
+ set { _Color2 = value; m_ctrl_btn_2.BackColor = value; }
+ }
+
+ public enum ColorMixType {
+ Mix,
+ Value,
+ Color,
+ Hue,
+ Add,
+ Subtract
+ }
+
+ private STNodeSelectEnumBox m_ctrl_select; //自定义控件
+ private STNodeProgress m_ctrl_progess;
+ private STNodeCheckBox m_ctrl_checkbox;
+ private STNodeColorButton m_ctrl_btn_1;
+ private STNodeColorButton m_ctrl_btn_2;
+
+ protected override void OnCreate() {
+ base.OnCreate();
+ this.TitleColor = Color.FromArgb(200, Color.DarkKhaki);
+ this.Title = "MixRGB";
+ this.AutoSize = false;
+ this.Size = new Size(140, 142);
+
+ this.OutputOptions.Add("Color", typeof(Color), true);
+
+ this.InputOptions.Add(STNodeOption.Empty); //空白节点 仅站位 不参与绘制与事件触发
+ this.InputOptions.Add(STNodeOption.Empty);
+ this.InputOptions.Add(STNodeOption.Empty);
+ this.InputOptions.Add("", typeof(float), true);
+ this.InputOptions.Add("Color1", typeof(Color), true);
+ this.InputOptions.Add("Color2", typeof(Color), true);
+
+ m_ctrl_progess = new STNodeProgress(); //创建控件并添加到节点中
+ m_ctrl_progess.Text = "Fac";
+ m_ctrl_progess.DisplayRectangle = new Rectangle(10, 61, 120, 18);
+ m_ctrl_progess.ValueChanged += (s, e) => this._Fac = m_ctrl_progess.Value;
+ this.Controls.Add(m_ctrl_progess);
+
+ m_ctrl_checkbox = new STNodeCheckBox();
+ m_ctrl_checkbox.Text = "Clamp";
+ m_ctrl_checkbox.DisplayRectangle = new Rectangle(10, 40, 120, 20);
+ m_ctrl_checkbox.ValueChanged += (s, e) => this._Clamp = m_ctrl_checkbox.Checked;
+ this.Controls.Add(m_ctrl_checkbox);
+
+ m_ctrl_btn_1 = new STNodeColorButton();
+ m_ctrl_btn_1.Text = "";
+ m_ctrl_btn_1.BackColor = this._Color1;
+ m_ctrl_btn_1.DisplayRectangle = new Rectangle(80, 82, 50, 16);
+ m_ctrl_btn_1.ValueChanged += (s, e) => this._Color1 = m_ctrl_btn_1.BackColor;
+ this.Controls.Add(m_ctrl_btn_1);
+
+ m_ctrl_btn_2 = new STNodeColorButton();
+ m_ctrl_btn_2.Text = "";
+ m_ctrl_btn_2.BackColor = this._Color2;
+ m_ctrl_btn_2.DisplayRectangle = new Rectangle(80, 102, 50, 16);
+ m_ctrl_btn_2.ValueChanged += (s, e) => this._Color2 = m_ctrl_btn_2.BackColor;
+ this.Controls.Add(m_ctrl_btn_2);
+
+ m_ctrl_select = new STNodeSelectEnumBox();
+ m_ctrl_select.DisplayRectangle = new Rectangle(10, 21, 120, 18);
+ m_ctrl_select.Enum = this._MixType;
+ m_ctrl_select.ValueChanged += (s, e) => this._MixType = (ColorMixType)m_ctrl_select.Enum;
+ this.Controls.Add(m_ctrl_select);
+ }
+
+ protected override void OnOwnerChanged() { //当控件被添加时候 向编辑器提交自己的数据类型希望显示的颜色
+ base.OnOwnerChanged();
+ if (this.Owner == null) return;
+ this.Owner.SetTypeColor(typeof(float), Color.Gray);
+ this.Owner.SetTypeColor(typeof(Color), Color.Yellow);
+ }
+ }
+}
diff --git a/WpfNodeEdittorDemo/Blender/FrmEnumSelect.cs b/WpfNodeEdittorDemo/Blender/FrmEnumSelect.cs
new file mode 100644
index 0000000..3c8e87f
--- /dev/null
+++ b/WpfNodeEdittorDemo/Blender/FrmEnumSelect.cs
@@ -0,0 +1,75 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+using System.Drawing;
+using System.Windows.Forms;
+
+namespace WinNodeEditorDemo.Blender
+{
+ ///
+ /// 此类仅演示 作为MixRGB节点的下拉选择框弹出菜单
+ ///
+ public class FrmEnumSelect : Form
+ {
+ private Point m_pt;
+ private int m_nWidth;
+ private float m_scale;
+ private List