markus / KCOM / obj / Release / Controls / SearchPanel.g.cs @ 787a4489
이력 | 보기 | 이력해설 | 다운로드 (4.29 KB)
1 | 787a4489 | KangIngu | #pragma checksum "..\..\..\Controls\SearchPanel.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "BC820D9AEC80205A4636BB9E978C3FDBC5C271BA" |
---|---|---|---|
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 | using KCOM.Common; |
||
13 | using KCOM.Common.Converter; |
||
14 | using KCOM.Controls; |
||
15 | using System; |
||
16 | using System.Diagnostics; |
||
17 | using System.Windows; |
||
18 | using System.Windows.Automation; |
||
19 | using System.Windows.Controls; |
||
20 | using System.Windows.Controls.Primitives; |
||
21 | using System.Windows.Data; |
||
22 | using System.Windows.Documents; |
||
23 | using System.Windows.Ink; |
||
24 | using System.Windows.Input; |
||
25 | using System.Windows.Markup; |
||
26 | using System.Windows.Media; |
||
27 | using System.Windows.Media.Animation; |
||
28 | using System.Windows.Media.Effects; |
||
29 | using System.Windows.Media.Imaging; |
||
30 | using System.Windows.Media.Media3D; |
||
31 | using System.Windows.Media.TextFormatting; |
||
32 | using System.Windows.Navigation; |
||
33 | using System.Windows.Shapes; |
||
34 | using System.Windows.Shell; |
||
35 | |||
36 | |||
37 | namespace KCOM.Controls { |
||
38 | |||
39 | |||
40 | /// <summary> |
||
41 | /// SearchPanel |
||
42 | /// </summary> |
||
43 | public partial class SearchPanel : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { |
||
44 | |||
45 | |||
46 | #line 21 "..\..\..\Controls\SearchPanel.xaml" |
||
47 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
||
48 | internal System.Windows.Controls.TextBox tbSearch; |
||
49 | |||
50 | #line default |
||
51 | #line hidden |
||
52 | |||
53 | |||
54 | #line 22 "..\..\..\Controls\SearchPanel.xaml" |
||
55 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
||
56 | internal System.Windows.Controls.Button btnSearch; |
||
57 | |||
58 | #line default |
||
59 | #line hidden |
||
60 | |||
61 | |||
62 | #line 31 "..\..\..\Controls\SearchPanel.xaml" |
||
63 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
||
64 | internal System.Windows.Controls.ListBox lstSearchWord; |
||
65 | |||
66 | #line default |
||
67 | #line hidden |
||
68 | |||
69 | private bool _contentLoaded; |
||
70 | |||
71 | /// <summary> |
||
72 | /// InitializeComponent |
||
73 | /// </summary> |
||
74 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
75 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
||
76 | public void InitializeComponent() { |
||
77 | if (_contentLoaded) { |
||
78 | return; |
||
79 | } |
||
80 | _contentLoaded = true; |
||
81 | System.Uri resourceLocater = new System.Uri("/KCOM;component/controls/searchpanel.xaml", System.UriKind.Relative); |
||
82 | |||
83 | #line 1 "..\..\..\Controls\SearchPanel.xaml" |
||
84 | System.Windows.Application.LoadComponent(this, resourceLocater); |
||
85 | |||
86 | #line default |
||
87 | #line hidden |
||
88 | } |
||
89 | |||
90 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
91 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
||
92 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] |
||
93 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] |
||
94 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] |
||
95 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] |
||
96 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { |
||
97 | switch (connectionId) |
||
98 | { |
||
99 | case 1: |
||
100 | this.tbSearch = ((System.Windows.Controls.TextBox)(target)); |
||
101 | return; |
||
102 | case 2: |
||
103 | this.btnSearch = ((System.Windows.Controls.Button)(target)); |
||
104 | return; |
||
105 | case 3: |
||
106 | this.lstSearchWord = ((System.Windows.Controls.ListBox)(target)); |
||
107 | return; |
||
108 | } |
||
109 | this._contentLoaded = true; |
||
110 | } |
||
111 | } |
||
112 | } |