summaryrefslogtreecommitdiff
path: root/cs/demo/cookbook/excel/ThisWorkbook.Designer.vb
diff options
context:
space:
mode:
Diffstat (limited to 'cs/demo/cookbook/excel/ThisWorkbook.Designer.vb')
-rwxr-xr-xcs/demo/cookbook/excel/ThisWorkbook.Designer.vb212
1 files changed, 0 insertions, 212 deletions
diff --git a/cs/demo/cookbook/excel/ThisWorkbook.Designer.vb b/cs/demo/cookbook/excel/ThisWorkbook.Designer.vb
deleted file mode 100755
index 5f6c4b81742..00000000000
--- a/cs/demo/cookbook/excel/ThisWorkbook.Designer.vb
+++ /dev/null
@@ -1,212 +0,0 @@
-'------------------------------------------------------------------------------
-' <auto-generated>
-' This code was generated by a tool.
-' Runtime Version:2.0.50727.3082
-'
-' Changes to this file may cause incorrect behavior and will be lost if
-' the code is regenerated.
-' </auto-generated>
-'------------------------------------------------------------------------------
-
-Option Strict Off
-Option Explicit On
-
-
-
-'''
-<Microsoft.VisualStudio.Tools.Applications.Runtime.StartupObjectAttribute(0), _
- Global.System.Security.Permissions.PermissionSetAttribute(Global.System.Security.Permissions.SecurityAction.Demand, Name:="FullTrust")> _
-Partial Public NotInheritable Class ThisWorkbook
- Inherits Microsoft.Office.Tools.Excel.Workbook
- Implements Microsoft.VisualStudio.Tools.Office.IOfficeEntryPoint
-
- Friend WithEvents ActionsPane As Microsoft.Office.Tools.ActionsPane
-
- <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "9.0.0.0")> _
- Friend WithEvents ThisApplication As Microsoft.Office.Interop.Excel.Application
-
- '''
- <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
- Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Never)> _
- Public Sub New()
- MyBase.New("ThisWorkbook", "ThisWorkbook")
- End Sub
-
- '''
- <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
- Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "9.0.0.0"), _
- Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Never)> _
- Protected Overrides Sub Initialize()
- MyBase.Initialize
- Me.ThisApplication = Me.GetHostItem(Of Microsoft.Office.Interop.Excel.Application)(GetType(Microsoft.Office.Interop.Excel.Application), "Application")
- Globals.ThisWorkbook = Me
- Global.System.Windows.Forms.Application.EnableVisualStyles
- Me.InitializeCachedData
- Me.InitializeControls
- Me.InitializeComponents
- Me.InitializeData
- End Sub
-
- '''
- <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
- Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "9.0.0.0"), _
- Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Never)> _
- Protected Overrides Sub FinishInitialization()
- Me.OnStartup
- End Sub
-
- '''
- <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
- Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "9.0.0.0"), _
- Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Never)> _
- Protected Overrides Sub InitializeDataBindings()
- Me.BeginInitialization
- Me.BindToData
- Me.EndInitialization
- End Sub
-
- '''
- <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
- Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "9.0.0.0"), _
- Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Never)> _
- Private Sub InitializeCachedData()
- If (Me.DataHost Is Nothing) Then
- Return
- End If
- If Me.DataHost.IsCacheInitialized Then
- Me.DataHost.FillCachedData(Me)
- End If
- End Sub
-
- '''
- <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
- Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "9.0.0.0"), _
- Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Never)> _
- Private Sub InitializeData()
- End Sub
-
- '''
- <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
- Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "9.0.0.0"), _
- Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Never)> _
- Private Sub BindToData()
- End Sub
-
- '''
- <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
- Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "9.0.0.0"), _
- Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
- Private Sub StartCaching(ByVal MemberName As String)
- Me.DataHost.StartCaching(Me, MemberName)
- End Sub
-
- '''
- <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
- Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "9.0.0.0"), _
- Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
- Private Sub StopCaching(ByVal MemberName As String)
- Me.DataHost.StopCaching(Me, MemberName)
- End Sub
-
- '''
- <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
- Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "9.0.0.0"), _
- Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
- Private Function IsCached(ByVal MemberName As String) As Boolean
- Return Me.DataHost.IsCached(Me, MemberName)
- End Function
-
- '''
- <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
- Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "9.0.0.0"), _
- Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Never)> _
- Private Sub BeginInitialization()
- Me.BeginInit
- Me.ActionsPane.BeginInit
- End Sub
-
- '''
- <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
- Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "9.0.0.0"), _
- Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Never)> _
- Private Sub EndInitialization()
- Me.ActionsPane.EndInit
- Me.EndInit
- End Sub
-
- '''
- <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
- Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "9.0.0.0"), _
- Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Never)> _
- Private Sub InitializeControls()
- Me.ActionsPane = New Microsoft.Office.Tools.ActionsPane(Me.ItemProvider, Me.HostContext, "ActionsPane", Me, "ActionsPane")
- End Sub
-
- '''
- <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
- Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "9.0.0.0"), _
- Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Never)> _
- Private Sub InitializeComponents()
- End Sub
-
- '''
- <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
- Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "9.0.0.0"), _
- Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
- Private Function NeedsFill(ByVal MemberName As String) As Boolean
- Return Me.DataHost.NeedsFill(Me, MemberName)
- End Function
-
- '''
- <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
- Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "9.0.0.0"), _
- Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Never)> _
- Protected Overrides Sub OnShutdown()
- Me.ActionsPane.Dispose
- MyBase.OnShutdown
- End Sub
-End Class
-
-'''
-<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
- Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "9.0.0.0")> _
-Partial Friend NotInheritable Class Globals
-
- '''
- Private Sub New()
- MyBase.New
- End Sub
-
- Private Shared _ThisWorkbook As ThisWorkbook
-
- Private Shared _ThisRibbonCollection As ThisRibbonCollection
-
- Friend Shared Property ThisWorkbook() As ThisWorkbook
- Get
- Return _ThisWorkbook
- End Get
- Set
- If (_ThisWorkbook Is Nothing) Then
- _ThisWorkbook = value
- Else
- Throw New System.NotSupportedException
- End If
- End Set
- End Property
-
- Friend Shared ReadOnly Property Ribbons() As ThisRibbonCollection
- Get
- If (_ThisRibbonCollection Is Nothing) Then
- _ThisRibbonCollection = New ThisRibbonCollection
- End If
- Return _ThisRibbonCollection
- End Get
- End Property
-End Class
-
-'''
-<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
- Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "9.0.0.0")> _
-Partial Friend NotInheritable Class ThisRibbonCollection
- Inherits Microsoft.Office.Tools.Ribbon.RibbonReadOnlyCollection
-End Class