markus / KCOM / obj / Debug / MainWindow.g.cs @ 787a4489
이력 | 보기 | 이력해설 | 다운로드 (6.17 KB)
1 | 787a4489 | KangIngu | #pragma checksum "..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "C59A51F3E8679C92E3560F2399161FB7CFDEC924" |
---|---|---|---|
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; |
||
13 | using KCOM.Controls; |
||
14 | using KCOM.Views; |
||
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 | using Telerik.Windows.Controls; |
||
36 | using Telerik.Windows.Controls.Animation; |
||
37 | using Telerik.Windows.Controls.Behaviors; |
||
38 | using Telerik.Windows.Controls.Carousel; |
||
39 | using Telerik.Windows.Controls.Docking; |
||
40 | using Telerik.Windows.Controls.DragDrop; |
||
41 | using Telerik.Windows.Controls.GridView; |
||
42 | using Telerik.Windows.Controls.LayoutControl; |
||
43 | using Telerik.Windows.Controls.Legend; |
||
44 | using Telerik.Windows.Controls.Primitives; |
||
45 | using Telerik.Windows.Controls.RadialMenu; |
||
46 | using Telerik.Windows.Controls.RibbonView; |
||
47 | using Telerik.Windows.Controls.TransitionEffects; |
||
48 | using Telerik.Windows.Controls.TreeListView; |
||
49 | using Telerik.Windows.Controls.TreeView; |
||
50 | using Telerik.Windows.Controls.Wizard; |
||
51 | using Telerik.Windows.Data; |
||
52 | using Telerik.Windows.DragDrop; |
||
53 | using Telerik.Windows.DragDrop.Behaviors; |
||
54 | using Telerik.Windows.Input.Touch; |
||
55 | using Telerik.Windows.Shapes; |
||
56 | |||
57 | |||
58 | namespace KCOM { |
||
59 | |||
60 | |||
61 | /// <summary> |
||
62 | /// MainWindow |
||
63 | /// </summary> |
||
64 | public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { |
||
65 | |||
66 | |||
67 | #line 53 "..\..\MainWindow.xaml" |
||
68 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
||
69 | internal KCOM.Views.TopMenu dzTopMenu; |
||
70 | |||
71 | #line default |
||
72 | #line hidden |
||
73 | |||
74 | |||
75 | #line 54 "..\..\MainWindow.xaml" |
||
76 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
||
77 | internal KCOM.Views.MainMenu dzMainMenu; |
||
78 | |||
79 | #line default |
||
80 | #line hidden |
||
81 | |||
82 | private bool _contentLoaded; |
||
83 | |||
84 | /// <summary> |
||
85 | /// InitializeComponent |
||
86 | /// </summary> |
||
87 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
88 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
||
89 | public void InitializeComponent() { |
||
90 | if (_contentLoaded) { |
||
91 | return; |
||
92 | } |
||
93 | _contentLoaded = true; |
||
94 | System.Uri resourceLocater = new System.Uri("/KCOM;component/mainwindow.xaml", System.UriKind.Relative); |
||
95 | |||
96 | #line 1 "..\..\MainWindow.xaml" |
||
97 | System.Windows.Application.LoadComponent(this, resourceLocater); |
||
98 | |||
99 | #line default |
||
100 | #line hidden |
||
101 | } |
||
102 | |||
103 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
104 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
||
105 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] |
||
106 | internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { |
||
107 | return System.Delegate.CreateDelegate(delegateType, this, handler); |
||
108 | } |
||
109 | |||
110 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
111 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
||
112 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] |
||
113 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] |
||
114 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] |
||
115 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] |
||
116 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { |
||
117 | switch (connectionId) |
||
118 | { |
||
119 | case 1: |
||
120 | |||
121 | #line 24 "..\..\MainWindow.xaml" |
||
122 | ((System.Windows.Controls.Border)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.WindowDragEvent); |
||
123 | |||
124 | #line default |
||
125 | #line hidden |
||
126 | return; |
||
127 | case 2: |
||
128 | |||
129 | #line 37 "..\..\MainWindow.xaml" |
||
130 | ((System.Windows.Controls.TextBlock)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.WinState); |
||
131 | |||
132 | #line default |
||
133 | #line hidden |
||
134 | return; |
||
135 | case 3: |
||
136 | |||
137 | #line 38 "..\..\MainWindow.xaml" |
||
138 | ((System.Windows.Controls.TextBlock)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.WinState); |
||
139 | |||
140 | #line default |
||
141 | #line hidden |
||
142 | return; |
||
143 | case 4: |
||
144 | |||
145 | #line 39 "..\..\MainWindow.xaml" |
||
146 | ((System.Windows.Controls.TextBlock)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.WinState); |
||
147 | |||
148 | #line default |
||
149 | #line hidden |
||
150 | return; |
||
151 | case 5: |
||
152 | this.dzTopMenu = ((KCOM.Views.TopMenu)(target)); |
||
153 | return; |
||
154 | case 6: |
||
155 | this.dzMainMenu = ((KCOM.Views.MainMenu)(target)); |
||
156 | return; |
||
157 | } |
||
158 | this._contentLoaded = true; |
||
159 | } |
||
160 | } |
||
161 | } |