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