FormDesigner 是一个基于.NET C# 开发的 Winform 自定义表单设计组件。支持Xml保存和加载表单,支持控件的拖放和属性设置,支持复制、粘贴、对齐、撤销、重做等设计时操作。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.1 KiB


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Smart.FormDesigner.Demo", "Smart.FormDesigner.Demo.csproj", "{F0C044E1-0530-424E-BE99-D182C9F5DE99}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F0C044E1-0530-424E-BE99-D182C9F5DE99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0C044E1-0530-424E-BE99-D182C9F5DE99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0C044E1-0530-424E-BE99-D182C9F5DE99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0C044E1-0530-424E-BE99-D182C9F5DE99}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D7F8BA1B-659E-4E01-BE4F-CA4CB452875D}
EndGlobalSection
EndGlobal