在一个.net网页后面的c#代码如下:
namespace txl
{
/// <summary>
/// welcome 的摘要说明。
/// </summary>
public class welcome : System.Web.UI.Page
{
protected System.Web.UI.WebControls.Button btnNext;
protected System.Web.UI.WebControls.DropDownList ddlProve;
protected System.Web.UI.WebControls.Label lblNo;
protected System.Web.UI.WebControls.DataGrid DataGrid1;
                  ...
         }
}上面protected System.Web.UI.WebControls.Button btnNext;等这些代码是系统自动生成的还是自己手工添加的?如果是系统自动生成,请问如何自动生成?