//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Unisys.AppointmentManager.UserInterface { public partial class SearchResultsDetailPopup { /// /// RsbSearchResult control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// protected global::Telerik.Web.UI.RadScriptBlock RsbSearchResult; /// /// rtlAvailableSlots control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// protected global::Telerik.Web.UI.RadTreeList rtlAvailableSlots; /// /// trVideoConference control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.HtmlControls.HtmlTableRow trVideoConference; /// /// rbIncludeVC control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.RadioButton rbIncludeVC; /// /// rbExcludeVC control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.RadioButton rbExcludeVC; /// /// btnRerun control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// protected global::Telerik.Web.UI.RadButton btnRerun; /// /// btnCancel control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// protected global::Telerik.Web.UI.RadButton btnCancel; /// /// Master property. /// /// /// Auto-generated property. /// public new Unisys.AppointmentManager.UserInterface.Dialogs.Dialog Master { get { return ((Unisys.AppointmentManager.UserInterface.Dialogs.Dialog)(base.Master)); } } } }