第9章 Windows窗体应用程序开发课件
第9章 Windows窗体应用程序开发;本 章 要 点;;;“开始”?“程序”?“Microsoft Visual Studio.NET 2008”?“Microsoft Visual Studio.NET 2008”;9.1.1 WinForms概述;;using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace WindowsApplication3
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}; partial class Form1
{
/// summary
/// 必需的设计器变量。
/// /summary
private System.ComponentModel.IContainer compon
原创力文档

文档评论(0)