gpt4 book ai didi

.net - 从类生成 GUI(WinForms 或 WPF)的工具

转载 作者:行者123 更新时间:2023-12-01 00:03:12 26 4
gpt4 key购买 nike

假设我们有一个类

public class Doer 
{
public int Timeout {get;set;}
public string DoIt(string input)
{
string toReturn;
// Do something that involves a Timeout
return toReturn;
}
}

是否有工具可以创建表单或控件来制作此类原型(prototype)? GUI 可能有一个带有“Timeout”标签的 NumericUpDown 控件和一个带有用于“输入”的 TextBox 的 GroupBox,以及一个带有调用 Doer.DoIt 的事件处理程序的标记为“DoIt”的按钮。带有 input 的 Text 属性TextBox 并将响应放入另一个 TextBox。

GUI with a NumericUpDown control with a label of "Timeout" and a GroupBox with a TextBox for "input" and a button labeled "DoIt" with an eventhandler that calls Doer.DoIt with the Text property of the input TextBox and puts the response in another TextBox.

最佳答案

关于.net - 从类生成 GUI(WinForms 或 WPF)的工具,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2511545/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com