프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / KCOM / obj / Debug / Messenger / ConversationView.g.cs @ 787a4489

이력 | 보기 | 이력해설 | 다운로드 (5.95 KB)

1
#pragma checksum "..\..\..\Messenger\ConversationView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "123E3F8F963FC4D8DF8415786BC78C95255F6F05"
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.Messenger;
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.Messenger {
58
    
59
    
60
    /// <summary>
61
    /// ConversationView
62
    /// </summary>
63
    public partial class ConversationView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
64
        
65
        
66
        #line 95 "..\..\..\Messenger\ConversationView.xaml"
67
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
68
        internal System.Windows.Controls.ItemsControl lstMessage;
69
        
70
        #line default
71
        #line hidden
72
        
73
        
74
        #line 106 "..\..\..\Messenger\ConversationView.xaml"
75
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
76
        internal System.Windows.Controls.Image btnFile;
77
        
78
        #line default
79
        #line hidden
80
        
81
        
82
        #line 107 "..\..\..\Messenger\ConversationView.xaml"
83
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
84
        internal System.Windows.Controls.Image btnMark;
85
        
86
        #line default
87
        #line hidden
88
        
89
        
90
        #line 108 "..\..\..\Messenger\ConversationView.xaml"
91
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
92
        internal System.Windows.Controls.Image btnMail;
93
        
94
        #line default
95
        #line hidden
96
        
97
        
98
        #line 118 "..\..\..\Messenger\ConversationView.xaml"
99
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
100
        internal System.Windows.Controls.TextBox tbContent;
101
        
102
        #line default
103
        #line hidden
104
        
105
        private bool _contentLoaded;
106
        
107
        /// <summary>
108
        /// InitializeComponent
109
        /// </summary>
110
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
111
        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
112
        public void InitializeComponent() {
113
            if (_contentLoaded) {
114
                return;
115
            }
116
            _contentLoaded = true;
117
            System.Uri resourceLocater = new System.Uri("/KCOM;component/messenger/conversationview.xaml", System.UriKind.Relative);
118
            
119
            #line 1 "..\..\..\Messenger\ConversationView.xaml"
120
            System.Windows.Application.LoadComponent(this, resourceLocater);
121
            
122
            #line default
123
            #line hidden
124
        }
125
        
126
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
127
        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
128
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
129
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
130
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
131
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
132
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
133
            switch (connectionId)
134
            {
135
            case 1:
136
            this.lstMessage = ((System.Windows.Controls.ItemsControl)(target));
137
            return;
138
            case 2:
139
            this.btnFile = ((System.Windows.Controls.Image)(target));
140
            return;
141
            case 3:
142
            this.btnMark = ((System.Windows.Controls.Image)(target));
143
            return;
144
            case 4:
145
            this.btnMail = ((System.Windows.Controls.Image)(target));
146
            return;
147
            case 5:
148
            this.tbContent = ((System.Windows.Controls.TextBox)(target));
149
            return;
150
            }
151
            this._contentLoaded = true;
152
        }
153
    }
154
}
155

    
클립보드 이미지 추가 (최대 크기: 500 MB)