简体   繁体   English

用于编辑 C# 应用程序配置文件的通用用户界面

[英]Generic user interface for editing C# application configuration files

I am developing some little tools in C#, basically they just work fine as a console application with some configuration values read from the exe configuration file (System.Configuration).我正在用 C# 开发一些小工具,基本上它们只是作为控制台应用程序正常工作,其中一些配置值从 exe 配置文件 (System.Configuration) 中读取。

But editing an XML file is not what you could call a great User Experience, so I am searching for a tool/library that could create a simple configuration screen in WPF or Winforms for the user to change these values.但是编辑 XML 文件并不是您可以称之为出色的用户体验的东西,因此我正在寻找一种工具/库,可以在 WPF 或 Winforms 中创建一个简单的配置屏幕,供用户更改这些值。

This should be possible to automate for many simple cases.对于许多简单的情况,这应该可以自动化。 I did not find any existing tools that could solve this problem.我没有找到任何可以解决这个问题的现有工具。 Does anyone know tools that create UIs for configuration files or any tools that could speed up the creation of such a tool?有谁知道为配置文件创建 UI 的工具或任何可以加速创建此类工具的工具?

It should not be a problem to create this in pure WPF, but any tool to speed up the process is welcome.在纯 WPF 中创建它应该不成问题,但欢迎任何加速该过程的工具。

ASphere是一个免费的 XML 配置编辑器。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM