]> fbox.kageds.com Git - NEATEST.git/blob - NEA/obj/Debug/Store.g.i.vb
0724f882c8c75c6a09432ef5fb673c158079e4e4
[NEATEST.git] / NEA / obj / Debug / Store.g.i.vb
1 #ExternalChecksum("..\..\Store.xaml","{ff1816ec-aa5e-4d10-87f7-6f4963833460}","7404DCD2DA3C355AE94B696C49A0FE2E8000FA4D")
2 '------------------------------------------------------------------------------
3 ' <auto-generated>
4 ' This code was generated by a tool.
5 ' Runtime Version:4.0.30319.42000
6 '
7 ' Changes to this file may cause incorrect behavior and will be lost if
8 ' the code is regenerated.
9 ' </auto-generated>
10 '------------------------------------------------------------------------------
11
12 Option Strict Off
13 Option Explicit On
14
15 Imports NEA
16 Imports System
17 Imports System.Diagnostics
18 Imports System.Windows
19 Imports System.Windows.Automation
20 Imports System.Windows.Controls
21 Imports System.Windows.Controls.Primitives
22 Imports System.Windows.Data
23 Imports System.Windows.Documents
24 Imports System.Windows.Ink
25 Imports System.Windows.Input
26 Imports System.Windows.Markup
27 Imports System.Windows.Media
28 Imports System.Windows.Media.Animation
29 Imports System.Windows.Media.Effects
30 Imports System.Windows.Media.Imaging
31 Imports System.Windows.Media.Media3D
32 Imports System.Windows.Media.TextFormatting
33 Imports System.Windows.Navigation
34 Imports System.Windows.Shapes
35 Imports System.Windows.Shell
36
37
38 '''<summary>
39 '''Store
40 '''</summary>
41 <Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
42 Partial Public Class Store
43 Inherits System.Windows.Window
44 Implements System.Windows.Markup.IComponentConnector
45
46
47 #ExternalSource("..\..\Store.xaml",14)
48 <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
49 Friend WithEvents txtSearch As System.Windows.Controls.TextBox
50
51 #End ExternalSource
52
53
54 #ExternalSource("..\..\Store.xaml",15)
55 <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
56 Friend WithEvents btnSearch As System.Windows.Controls.Button
57
58 #End ExternalSource
59
60
61 #ExternalSource("..\..\Store.xaml",16)
62 <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
63 Friend WithEvents imgLogo As System.Windows.Controls.Image
64
65 #End ExternalSource
66
67 Private _contentLoaded As Boolean
68
69 '''<summary>
70 '''InitializeComponent
71 '''</summary>
72 <System.Diagnostics.DebuggerNonUserCodeAttribute(), _
73 System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
74 Public Sub InitializeComponent() Implements System.Windows.Markup.IComponentConnector.InitializeComponent
75 If _contentLoaded Then
76 Return
77 End If
78 _contentLoaded = true
79 Dim resourceLocater As System.Uri = New System.Uri("/NEA;component/store.xaml", System.UriKind.Relative)
80
81 #ExternalSource("..\..\Store.xaml",1)
82 System.Windows.Application.LoadComponent(Me, resourceLocater)
83
84 #End ExternalSource
85 End Sub
86
87 <System.Diagnostics.DebuggerNonUserCodeAttribute(), _
88 System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0"), _
89 System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never), _
90 System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes"), _
91 System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity"), _
92 System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")> _
93 Sub System_Windows_Markup_IComponentConnector_Connect(ByVal connectionId As Integer, ByVal target As Object) Implements System.Windows.Markup.IComponentConnector.Connect
94 If (connectionId = 1) Then
95 Me.txtSearch = CType(target,System.Windows.Controls.TextBox)
96 Return
97 End If
98 If (connectionId = 2) Then
99 Me.btnSearch = CType(target,System.Windows.Controls.Button)
100 Return
101 End If
102 If (connectionId = 3) Then
103 Me.imgLogo = CType(target,System.Windows.Controls.Image)
104 Return
105 End If
106 Me._contentLoaded = true
107 End Sub
108 End Class
109