77 lines
2.3 KiB
C#
77 lines
2.3 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace masterpage
|
|
{
|
|
|
|
|
|
public partial class slave1
|
|
{
|
|
|
|
/// <summary>
|
|
/// FirstNameTextBox control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::System.Web.UI.WebControls.TextBox FirstNameTextBox;
|
|
|
|
/// <summary>
|
|
/// LastNameTextBox control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::System.Web.UI.WebControls.TextBox LastNameTextBox;
|
|
|
|
/// <summary>
|
|
/// AddressTextBox control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::System.Web.UI.WebControls.TextBox AddressTextBox;
|
|
|
|
/// <summary>
|
|
/// PhoneTextBox control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::System.Web.UI.WebControls.TextBox PhoneTextBox;
|
|
|
|
/// <summary>
|
|
/// btnSubmit control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::System.Web.UI.WebControls.Button btnSubmit;
|
|
|
|
/// <summary>
|
|
/// Master property.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated property.
|
|
/// </remarks>
|
|
public new masterpage.main Master
|
|
{
|
|
get
|
|
{
|
|
return ((masterpage.main)(base.Master));
|
|
}
|
|
}
|
|
}
|
|
}
|