oop_NFS_Andreas/Plattform/Plattform/Default.aspx.designer.cs

97 lines
3.2 KiB
C#
Raw Normal View History

2018-08-19 14:31:58 +02:00
//------------------------------------------------------------------------------
// <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 Plattform {
2018-08-23 21:22:04 +02:00
public partial class Default {
2018-08-19 14:31:58 +02:00
/// <summary>
/// form1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
2018-08-25 15:50:41 +02:00
/// <summary>
/// LabelRoomType 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.Label LabelRoomType;
2018-08-19 14:31:58 +02:00
/// <summary>
/// DropDownRoomType 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.DropDownList DropDownRoomType;
2018-08-25 15:50:41 +02:00
/// <summary>
/// LabelHotel 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.Label LabelHotel;
2018-08-19 14:31:58 +02:00
/// <summary>
2018-08-23 21:23:13 +02:00
/// DropDownHotel control.
2018-08-19 14:31:58 +02:00
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
2018-08-23 21:23:13 +02:00
protected global::System.Web.UI.WebControls.DropDownList DropDownHotel;
2018-08-19 14:31:58 +02:00
2018-08-25 15:50:41 +02:00
/// <summary>
/// LabelAvailability 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.Label LabelAvailability;
2018-08-19 14:31:58 +02:00
/// <summary>
/// CalendarFrom 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.Calendar CalendarFrom;
/// <summary>
/// CalendarTo 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.Calendar CalendarTo;
/// <summary>
/// ButtonAddRoom 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 ButtonAddRoom;
}
}