💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# Mono IronPython Winforms 教程 > 原文: [http://zetcode.com/tutorials/ironpythontutorial/](http://zetcode.com/tutorials/ironpythontutorial/) 这是 Mono IronPython Winforms 教程。 在本教程中,我们将学习使用 IronPython 在 Winforms 中进行 GUI 编程的基础。 Mono IronPython Winforms 教程适用于初学者。 ## 目录 * [简介](introduction/) * [第一步](firststeps/) * [布局管理](layout/) * [菜单和工具栏](menustoolbars/) * [控件](controls/) * [控件 II](controlsII/) * [高级控件](advancedcontrols/) * [对话框](dialogs/) * [拖放](dragdrop/) * [绘图](painting/) * [绘图 II](paintingII/) * [贪食蛇](snake/) * [俄罗斯方块](tetris/) ## Winforms Windows Forms 是图形用户界面应用编程接口(API),包含在 Microsoft .NET Framework 中。 截至 2008 年 5 月 13 日,Mono 的`System.Windows.Forms` 2.0 已完成 API。 简而言之,Winforms 是一个用于创建 GUI 应用的库。 ## 相关教程 在 ZetCode 上有有关 Winforms 库的其他绑定的教程。 [Mono C# Winforms 教程](/gui/csharpwinforms/)和 [Visual Basic Winforms 教程](/gui/vbwinforms/)。