Line 1: '------------------------------------------------------------------------------
Line 2: ' <autogenerated>
Line 3: ' This code was generated by a tool.
Line 4: ' Runtime Version: 1.1.4322.2300
Line 5: '
Line 6: ' Changes to this file may cause incorrect behavior and will be lost if
Line 7: ' the code is regenerated.
Line 8: ' </autogenerated>
Line 9: '------------------------------------------------------------------------------
Line 10:
Line 11: Option Strict Off
Line 12: Option Explicit On
Line 13:
Line 14: Imports Microsoft.VisualBasic
Line 15: Imports System
Line 16: Imports System.Collections
Line 17: Imports System.Collections.Specialized
Line 18: Imports System.Configuration
Line 19: Imports System.Text
Line 20: Imports System.Text.RegularExpressions
Line 21: Imports System.Web
Line 22: Imports System.Web.Caching
Line 23: Imports System.Web.Security
Line 24: Imports System.Web.SessionState
Line 25: Imports System.Web.UI
Line 26: Imports System.Web.UI.HtmlControls
Line 27: Imports System.Web.UI.WebControls
Line 28:
Line 29: Namespace ASP
Line 30:
Line 31: <System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()> _
Line 32: Public Class ucFoot_ascx
Line 33: Inherits Vampyre.Web.ucFoot
Line 34:
Line 35: Private Shared __initialized As Boolean = false
Line 36:
Line 37: Public Sub New()
Line 38: MyBase.New
Line 39: If (ASP.ucFoot_ascx.__initialized = false) Then
Line 40: ASP.ucFoot_ascx.__initialized = true
Line 41: End If
Line 42: End Sub
Line 43:
Line 44: Protected Overrides ReadOnly Property SupportAutoEvents As Boolean
Line 45: Get
Line 46: Return false
Line 47: End Get
Line 48: End Property
Line 49:
Line 50: Protected ReadOnly Property ApplicationInstance As System.Web.HttpApplication
Line 51: Get
Line 52: Return CType(Me.Context.ApplicationInstance,System.Web.HttpApplication)
Line 53: End Get
Line 54: End Property
Line 55:
Line 56: Public Overrides ReadOnly Property TemplateSourceDirectory As String
Line 57: Get
Line 58: Return "/"
Line 59: End Get
Line 60: End Property
Line 61:
Line 62: Private Sub __BuildControlTree(ByVal __ctrl As System.Web.UI.Control)
Line 63: Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)
Line 64:
Line 65: #ExternalSource("D:\ensim\wis1501\Inetpub\wwwroot\ucFoot.ascx",1)
Line 66: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&"<div class=""foot"">"&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&"© 2004 Jonas Cedher, VampyreWeb.com"&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&"</div>"))
Line 67:
Line 68: #End ExternalSource
Line 69: End Sub
Line 70:
Line 71: Protected Overrides Sub FrameworkInitialize()
Line 72: Me.__BuildControlTree(Me)
Line 73: End Sub
Line 74: End Class
Line 75: End Namespace
Line 76:
|