From 6bb1699415fcd296d1d9cde6dc3c5e60ca99a6ce Mon Sep 17 00:00:00 2001 From: Mark van de Vries Date: Wed, 23 May 2018 12:00:01 +0200 Subject: [PATCH] Cleaned up code --- .../calendarpropertybuilder.cs | 4 - EventList.ascx.designer.cs | 205 ++++++------- EventMyEnrollments.ascx.designer.cs | 187 ++++++------ EventRSS.aspx.designer.cs | 71 ++--- EventRpt.ascx.designer.cs | 204 ++++++------- EventTemplateHelp.ascx.designer.cs | 85 +++--- EventVCal.aspx.designer.cs | 85 +++--- EventWeek.ascx.designer.cs | 277 ++++++++---------- Events.ascx.designer.cs | 117 ++++---- Installation/Project.targets | 2 +- 10 files changed, 547 insertions(+), 690 deletions(-) diff --git a/Controls/DotNetNuke.Events.ScheduleControl/calendarpropertybuilder.cs b/Controls/DotNetNuke.Events.ScheduleControl/calendarpropertybuilder.cs index eaf36e0..51d42a2 100644 --- a/Controls/DotNetNuke.Events.ScheduleControl/calendarpropertybuilder.cs +++ b/Controls/DotNetNuke.Events.ScheduleControl/calendarpropertybuilder.cs @@ -1,7 +1,3 @@ -// VBConversions Note: VB project level imports - -// End of VB project level imports - namespace DotNetNuke.Modules.Events.ScheduleControl { using System; diff --git a/EventList.ascx.designer.cs b/EventList.ascx.designer.cs index 7dc208c..3a09461 100644 --- a/EventList.ascx.designer.cs +++ b/EventList.ascx.designer.cs @@ -1,117 +1,100 @@ -// VBConversions Note: VB project level imports -using DotNetNuke.UI; -using DotNetNuke.Services.Exceptions; -using System.Diagnostics; -using DotNetNuke.Entities.Users; -using System.Web.UI; -using System.Drawing; -using DotNetNuke.Framework; -using Microsoft.VisualBasic; -using System.Configuration; -using System.Web.UI.WebControls; -using System.Collections; -using DotNetNuke.Common.Utilities; -//using System.Linq; - using System.Web; -using DotNetNuke.Common; -using System.Web.UI.HtmlControls; -using DotNetNuke.Services.Localization; -using System.Data; -using System; -using DotNetNuke.Data; -using DotNetNuke; -// End of VB project level imports +namespace DotNetNuke.Modules.Events +{ + using DotNetNuke.UI; + using DotNetNuke.Services.Exceptions; + using System.Diagnostics; + using DotNetNuke.Entities.Users; + using System.Web.UI; + using System.Drawing; + using DotNetNuke.Framework; + using Microsoft.VisualBasic; + using System.Configuration; + using System.Web.UI.WebControls; + using System.Collections; + using DotNetNuke.Common.Utilities; + using System.Web; + using DotNetNuke.Common; + using System.Web.UI.HtmlControls; + using DotNetNuke.Services.Localization; + using System.Data; + using System; + using DotNetNuke.Data; + using DotNetNuke; + public partial class EventList + { + /// + ///toolTipManager control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::DotNetNuke.Web.UI.WebControls.DnnToolTipManager toolTipManager; -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ + /// + ///SelectCategory control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::DotNetNuke.Modules.Events.SelectCategory SelectCategory; + /// + ///SelectLocation control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::DotNetNuke.Modules.Events.SelectLocation SelectLocation; + /// + ///EventIcons control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::DotNetNuke.Modules.Events.EventIcons EventIcons; + + /// + ///gvEvents control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.GridView gvEvents; + + /// + ///divNoEvents control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlGenericControl divNoEvents; + + /// + ///lblNoEvents control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblNoEvents; + + /// + ///EventIcons2 control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::DotNetNuke.Modules.Events.EventIcons EventIcons2; + } +} - namespace DotNetNuke.Modules.Events - { - - public partial class EventList - { - - /// - ///toolTipManager control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::DotNetNuke.Web.UI.WebControls.DnnToolTipManager toolTipManager; - - /// - ///SelectCategory control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::DotNetNuke.Modules.Events.SelectCategory SelectCategory; - - /// - ///SelectLocation control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::DotNetNuke.Modules.Events.SelectLocation SelectLocation; - - /// - ///EventIcons control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::DotNetNuke.Modules.Events.EventIcons EventIcons; - - /// - ///gvEvents control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.GridView gvEvents; - - /// - ///divNoEvents control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.HtmlControls.HtmlGenericControl divNoEvents; - - /// - ///lblNoEvents control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblNoEvents; - - /// - ///EventIcons2 control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::DotNetNuke.Modules.Events.EventIcons EventIcons2; - } - } - diff --git a/EventMyEnrollments.ascx.designer.cs b/EventMyEnrollments.ascx.designer.cs index 5f1d35f..6e1d3f3 100644 --- a/EventMyEnrollments.ascx.designer.cs +++ b/EventMyEnrollments.ascx.designer.cs @@ -1,108 +1,91 @@ -// VBConversions Note: VB project level imports -using DotNetNuke.UI; -using DotNetNuke.Services.Exceptions; -using System.Diagnostics; -using DotNetNuke.Entities.Users; -using System.Web.UI; -using System.Drawing; -using DotNetNuke.Framework; -using Microsoft.VisualBasic; -using System.Configuration; -using System.Web.UI.WebControls; -using System.Collections; -using DotNetNuke.Common.Utilities; -//using System.Linq; - using System.Web; -using DotNetNuke.Common; -using System.Web.UI.HtmlControls; -using DotNetNuke.Services.Localization; -using System.Data; -using System; -using DotNetNuke.Data; -using DotNetNuke; -// End of VB project level imports +namespace DotNetNuke.Modules.Events +{ + using DotNetNuke.UI; + using DotNetNuke.Services.Exceptions; + using System.Diagnostics; + using DotNetNuke.Entities.Users; + using System.Web.UI; + using System.Drawing; + using DotNetNuke.Framework; + using Microsoft.VisualBasic; + using System.Configuration; + using System.Web.UI.WebControls; + using System.Collections; + using DotNetNuke.Common.Utilities; + using System.Web; + using DotNetNuke.Common; + using System.Web.UI.HtmlControls; + using DotNetNuke.Services.Localization; + using System.Data; + using System; + using DotNetNuke.Data; + using DotNetNuke; + public partial class EventMyEnrollments + { + /// + ///divMessage control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlGenericControl divMessage; -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ + /// + ///lblMessage control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblMessage; + /// + ///EventIcons control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::DotNetNuke.Modules.Events.EventIcons EventIcons; + /// + ///grdEnrollment control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.DataGrid grdEnrollment; + + /// + ///returnButton control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.LinkButton returnButton; + + /// + ///lnkSelectedDelete control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.LinkButton lnkSelectedDelete; + + /// + ///EventIcons2 control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::DotNetNuke.Modules.Events.EventIcons EventIcons2; + } +} - namespace DotNetNuke.Modules.Events - { - - public partial class EventMyEnrollments - { - - /// - ///divMessage control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.HtmlControls.HtmlGenericControl divMessage; - - /// - ///lblMessage control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblMessage; - - /// - ///EventIcons control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::DotNetNuke.Modules.Events.EventIcons EventIcons; - - /// - ///grdEnrollment control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.DataGrid grdEnrollment; - - /// - ///returnButton control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.LinkButton returnButton; - - /// - ///lnkSelectedDelete control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.LinkButton lnkSelectedDelete; - - /// - ///EventIcons2 control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::DotNetNuke.Modules.Events.EventIcons EventIcons2; - } - } - diff --git a/EventRSS.aspx.designer.cs b/EventRSS.aspx.designer.cs index 4fdc77c..0e01231 100644 --- a/EventRSS.aspx.designer.cs +++ b/EventRSS.aspx.designer.cs @@ -1,46 +1,27 @@ -// VBConversions Note: VB project level imports -using DotNetNuke.UI; -using DotNetNuke.Services.Exceptions; -using System.Diagnostics; -using DotNetNuke.Entities.Users; -using System.Web.UI; -using System.Drawing; -using DotNetNuke.Framework; -using Microsoft.VisualBasic; -using System.Configuration; -using System.Web.UI.WebControls; -using System.Collections; -using DotNetNuke.Common.Utilities; -//using System.Linq; - using System.Web; -using DotNetNuke.Common; -using System.Web.UI.HtmlControls; -using DotNetNuke.Services.Localization; -using System.Data; -using System; -using DotNetNuke.Data; -using DotNetNuke; -// End of VB project level imports +namespace DotNetNuke.Modules.Events +{ + using DotNetNuke.UI; + using DotNetNuke.Services.Exceptions; + using System.Diagnostics; + using DotNetNuke.Entities.Users; + using System.Web.UI; + using System.Drawing; + using DotNetNuke.Framework; + using Microsoft.VisualBasic; + using System.Configuration; + using System.Web.UI.WebControls; + using System.Collections; + using DotNetNuke.Common.Utilities; + using System.Web; + using DotNetNuke.Common; + using System.Web.UI.HtmlControls; + using DotNetNuke.Services.Localization; + using System.Data; + using System; + using DotNetNuke.Data; + using DotNetNuke; - - -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:2.0.50727.1433 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - - - - - namespace DotNetNuke.Modules.Events - { - - public partial class EventRSS - { - } - } + public partial class EventRSS + { + } +} diff --git a/EventRpt.ascx.designer.cs b/EventRpt.ascx.designer.cs index 918c4d7..b1c9132 100644 --- a/EventRpt.ascx.designer.cs +++ b/EventRpt.ascx.designer.cs @@ -1,117 +1,101 @@ -// VBConversions Note: VB project level imports -using DotNetNuke.UI; -using DotNetNuke.Services.Exceptions; -using System.Diagnostics; -using DotNetNuke.Entities.Users; -using System.Web.UI; -using System.Drawing; -using DotNetNuke.Framework; -using Microsoft.VisualBasic; -using System.Configuration; -using System.Web.UI.WebControls; -using System.Collections; -using DotNetNuke.Common.Utilities; -//using System.Linq; - using System.Web; -using DotNetNuke.Common; -using System.Web.UI.HtmlControls; -using DotNetNuke.Services.Localization; -using System.Data; -using System; -using DotNetNuke.Data; -using DotNetNuke; -// End of VB project level imports +namespace DotNetNuke.Modules.Events +{ + using DotNetNuke.UI; + using DotNetNuke.Services.Exceptions; + using System.Diagnostics; + using DotNetNuke.Entities.Users; + using System.Web.UI; + using System.Drawing; + using DotNetNuke.Framework; + using Microsoft.VisualBasic; + using System.Configuration; + using System.Web.UI.WebControls; + using System.Collections; + using DotNetNuke.Common.Utilities; + using System.Web; + using DotNetNuke.Common; + using System.Web.UI.HtmlControls; + using DotNetNuke.Services.Localization; + using System.Data; + using System; + using DotNetNuke.Data; + using DotNetNuke; + public partial class EventRpt + { -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ + /// + ///toolTipManager control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::DotNetNuke.Web.UI.WebControls.DnnToolTipManager toolTipManager; + /// + ///SelectCategory control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::DotNetNuke.Modules.Events.SelectCategory SelectCategory; + /// + ///SelectLocation control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::DotNetNuke.Modules.Events.SelectLocation SelectLocation; - namespace DotNetNuke.Modules.Events - { - - public partial class EventRpt - { - - /// - ///toolTipManager control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::DotNetNuke.Web.UI.WebControls.DnnToolTipManager toolTipManager; - - /// - ///SelectCategory control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::DotNetNuke.Modules.Events.SelectCategory SelectCategory; - - /// - ///SelectLocation control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::DotNetNuke.Modules.Events.SelectLocation SelectLocation; - - /// - ///EventIcons control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::DotNetNuke.Modules.Events.EventIcons EventIcons; - - /// - ///rptEvents control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Repeater rptEvents; - - /// - ///rptTRPager control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.HtmlControls.HtmlGenericControl rptTRPager; - - /// - ///rptPager control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Repeater rptPager; - - /// - ///EventIcons2 control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::DotNetNuke.Modules.Events.EventIcons EventIcons2; - } - } + /// + ///EventIcons control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::DotNetNuke.Modules.Events.EventIcons EventIcons; + + /// + ///rptEvents control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Repeater rptEvents; + + /// + ///rptTRPager control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlGenericControl rptTRPager; + + /// + ///rptPager control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Repeater rptPager; + + /// + ///EventIcons2 control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::DotNetNuke.Modules.Events.EventIcons EventIcons2; + } +} diff --git a/EventTemplateHelp.ascx.designer.cs b/EventTemplateHelp.ascx.designer.cs index 32b8212..8e80d38 100644 --- a/EventTemplateHelp.ascx.designer.cs +++ b/EventTemplateHelp.ascx.designer.cs @@ -1,55 +1,38 @@ -// VBConversions Note: VB project level imports -using DotNetNuke.UI; -using DotNetNuke.Services.Exceptions; -using System.Diagnostics; -using DotNetNuke.Entities.Users; -using System.Web.UI; -using System.Drawing; -using DotNetNuke.Framework; -using Microsoft.VisualBasic; -using System.Configuration; -using System.Web.UI.WebControls; -using System.Collections; -using DotNetNuke.Common.Utilities; -//using System.Linq; - using System.Web; -using DotNetNuke.Common; -using System.Web.UI.HtmlControls; -using DotNetNuke.Services.Localization; -using System.Data; -using System; -using DotNetNuke.Data; -using DotNetNuke; -// End of VB project level imports +namespace DotNetNuke.Modules.Events +{ + using DotNetNuke.UI; + using DotNetNuke.Services.Exceptions; + using System.Diagnostics; + using DotNetNuke.Entities.Users; + using System.Web.UI; + using System.Drawing; + using DotNetNuke.Framework; + using Microsoft.VisualBasic; + using System.Configuration; + using System.Web.UI.WebControls; + using System.Collections; + using DotNetNuke.Common.Utilities; + using System.Web; + using DotNetNuke.Common; + using System.Web.UI.HtmlControls; + using DotNetNuke.Services.Localization; + using System.Data; + using System; + using DotNetNuke.Data; + using DotNetNuke; + public partial class EventTemplateHelp + { + /// + ///pnlEventsModuleTHelp control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Panel pnlEventsModuleTHelp; + } +} -//------------------------------------------------------------------------------ -// -// 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 DotNetNuke.Modules.Events - { - - public partial class EventTemplateHelp - { - - /// - ///pnlEventsModuleTHelp control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Panel pnlEventsModuleTHelp; - } - } - diff --git a/EventVCal.aspx.designer.cs b/EventVCal.aspx.designer.cs index bd05988..be4ccb5 100644 --- a/EventVCal.aspx.designer.cs +++ b/EventVCal.aspx.designer.cs @@ -1,54 +1,35 @@ -// VBConversions Note: VB project level imports -using DotNetNuke.UI; -using DotNetNuke.Services.Exceptions; -using System.Diagnostics; -using DotNetNuke.Entities.Users; -using System.Web.UI; -using System.Drawing; -using DotNetNuke.Framework; -using Microsoft.VisualBasic; -using System.Configuration; -using System.Web.UI.WebControls; -using System.Collections; -using DotNetNuke.Common.Utilities; -//using System.Linq; - using System.Web; -using DotNetNuke.Common; -using System.Web.UI.HtmlControls; -using DotNetNuke.Services.Localization; -using System.Data; -using System; -using DotNetNuke.Data; -using DotNetNuke; -// End of VB project level imports +namespace DotNetNuke.Modules.Events +{ + using DotNetNuke.UI; + using DotNetNuke.Services.Exceptions; + using System.Diagnostics; + using DotNetNuke.Entities.Users; + using System.Web.UI; + using System.Drawing; + using DotNetNuke.Framework; + using Microsoft.VisualBasic; + using System.Configuration; + using System.Web.UI.WebControls; + using System.Collections; + using DotNetNuke.Common.Utilities; + using System.Web; + using DotNetNuke.Common; + using System.Web.UI.HtmlControls; + using DotNetNuke.Services.Localization; + using System.Data; + using System; + using DotNetNuke.Data; + using DotNetNuke; + + /// + ///EventVCal-Klasse. + /// + /// + ///Automatisch generierte Klasse. + /// + public partial class EventVCal + { + } +} - -//------------------------------------------------------------------------------ -// -// Dieser Code wurde von einem Tool generiert. -// Laufzeitversion:2.0.50727.832 -// -// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn -// der Code erneut generiert wird. -// -//------------------------------------------------------------------------------ - - - - - namespace DotNetNuke.Modules.Events - { - - /// - ///EventVCal-Klasse. - /// - /// - ///Automatisch generierte Klasse. - /// - public partial class EventVCal - { - } - } - - diff --git a/EventWeek.ascx.designer.cs b/EventWeek.ascx.designer.cs index 45ad716..3dff591 100644 --- a/EventWeek.ascx.designer.cs +++ b/EventWeek.ascx.designer.cs @@ -1,153 +1,136 @@ -// VBConversions Note: VB project level imports -using DotNetNuke.UI; -using DotNetNuke.Services.Exceptions; -using System.Diagnostics; -using DotNetNuke.Entities.Users; -using System.Web.UI; -using System.Drawing; -using DotNetNuke.Framework; -using Microsoft.VisualBasic; -using System.Configuration; -using System.Web.UI.WebControls; -using System.Collections; -using DotNetNuke.Common.Utilities; -//using System.Linq; - using System.Web; -using DotNetNuke.Common; -using System.Web.UI.HtmlControls; -using DotNetNuke.Services.Localization; -using System.Data; -using System; -using DotNetNuke.Data; -using DotNetNuke; -// End of VB project level imports +namespace DotNetNuke.Modules.Events +{ + using DotNetNuke.UI; + using DotNetNuke.Services.Exceptions; + using System.Diagnostics; + using DotNetNuke.Entities.Users; + using System.Web.UI; + using System.Drawing; + using DotNetNuke.Framework; + using Microsoft.VisualBasic; + using System.Configuration; + using System.Web.UI.WebControls; + using System.Collections; + using DotNetNuke.Common.Utilities; + using System.Web; + using DotNetNuke.Common; + using System.Web.UI.HtmlControls; + using DotNetNuke.Services.Localization; + using System.Data; + using System; + using DotNetNuke.Data; + using DotNetNuke; + public partial class EventWeek + { + /// + ///toolTipManager control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::DotNetNuke.Web.UI.WebControls.DnnToolTipManager toolTipManager; -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ + /// + ///pnlDateControls control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Panel pnlDateControls; + /// + ///lnkToday control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.LinkButton lnkToday; + /// + ///dpGoToDate control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::DotNetNuke.Web.UI.WebControls.DnnDatePicker dpGoToDate; + + /// + ///SelectCategory control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::DotNetNuke.Modules.Events.SelectCategory SelectCategory; + + /// + ///SelectLocation control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::DotNetNuke.Modules.Events.SelectLocation SelectLocation; + + /// + ///EventIcons control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::DotNetNuke.Modules.Events.EventIcons EventIcons; + + /// + ///lnkPrev control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.LinkButton lnkPrev; + + /// + ///lblWeekOf control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblWeekOf; + + /// + ///lnkNext control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.LinkButton lnkNext; + + /// + ///schWeek control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::DotNetNuke.Modules.Events.ScheduleControl.ScheduleCalendar schWeek; + + /// + ///EventIcons2 control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::DotNetNuke.Modules.Events.EventIcons EventIcons2; + } +} - namespace DotNetNuke.Modules.Events - { - - public partial class EventWeek - { - - /// - ///toolTipManager control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::DotNetNuke.Web.UI.WebControls.DnnToolTipManager toolTipManager; - - /// - ///pnlDateControls control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Panel pnlDateControls; - - /// - ///lnkToday control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.LinkButton lnkToday; - - /// - ///dpGoToDate control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::DotNetNuke.Web.UI.WebControls.DnnDatePicker dpGoToDate; - - /// - ///SelectCategory control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::DotNetNuke.Modules.Events.SelectCategory SelectCategory; - - /// - ///SelectLocation control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::DotNetNuke.Modules.Events.SelectLocation SelectLocation; - - /// - ///EventIcons control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::DotNetNuke.Modules.Events.EventIcons EventIcons; - - /// - ///lnkPrev control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.LinkButton lnkPrev; - - /// - ///lblWeekOf control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblWeekOf; - - /// - ///lnkNext control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.LinkButton lnkNext; - - /// - ///schWeek control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::DotNetNuke.Modules.Events.ScheduleControl.ScheduleCalendar schWeek; - - /// - ///EventIcons2 control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::DotNetNuke.Modules.Events.EventIcons EventIcons2; - } - } - diff --git a/Events.ascx.designer.cs b/Events.ascx.designer.cs index 075c97a..9b1f76a 100644 --- a/Events.ascx.designer.cs +++ b/Events.ascx.designer.cs @@ -1,73 +1,56 @@ -// VBConversions Note: VB project level imports -using DotNetNuke.UI; -using DotNetNuke.Services.Exceptions; -using System.Diagnostics; -using DotNetNuke.Entities.Users; -using System.Web.UI; -using System.Drawing; -using DotNetNuke.Framework; -using Microsoft.VisualBasic; -using System.Configuration; -using System.Web.UI.WebControls; -using System.Collections; -using DotNetNuke.Common.Utilities; -//using System.Linq; - using System.Web; -using DotNetNuke.Common; -using System.Web.UI.HtmlControls; -using DotNetNuke.Services.Localization; -using System.Data; -using System; -using DotNetNuke.Data; -using DotNetNuke; -// End of VB project level imports +namespace DotNetNuke.Modules.Events +{ + using DotNetNuke.UI; + using DotNetNuke.Services.Exceptions; + using System.Diagnostics; + using DotNetNuke.Entities.Users; + using System.Web.UI; + using System.Drawing; + using DotNetNuke.Framework; + using Microsoft.VisualBasic; + using System.Configuration; + using System.Web.UI.WebControls; + using System.Collections; + using DotNetNuke.Common.Utilities; + using System.Web; + using DotNetNuke.Common; + using System.Web.UI.HtmlControls; + using DotNetNuke.Services.Localization; + using System.Data; + using System; + using DotNetNuke.Data; + using DotNetNuke; + public partial class Events + { + /// + ///pnlEventsModule control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Panel pnlEventsModule; -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ + /// + ///phMain control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.PlaceHolder phMain; + /// + ///lblModuleSettings control. + /// + /// + ///Auto-generated field. + ///To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblModuleSettings; + } +} - namespace DotNetNuke.Modules.Events - { - - public partial class Events - { - - /// - ///pnlEventsModule control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Panel pnlEventsModule; - - /// - ///phMain control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.PlaceHolder phMain; - - /// - ///lblModuleSettings control. - /// - /// - ///Auto-generated field. - ///To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblModuleSettings; - } - } - - diff --git a/Installation/Project.targets b/Installation/Project.targets index dc3ded3..ec55b1c 100644 --- a/Installation/Project.targets +++ b/Installation/Project.targets @@ -553,7 +553,7 @@ - + \ No newline at end of file