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