Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2484 - 1
#pragma checksum "..\..\..\..\Camera\Configuration\CameraFrameSourceConfigurationElement.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "1B8E89727E3F15204EF7A69E79BC804F"
2
//------------------------------------------------------------------------------
3
// <auto-generated>
4
//     Dieser Code wurde von einem Tool generiert.
5
//     Laufzeitversion:4.0.30319.42000
6
//
7
//     Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
8
//     der Code erneut generiert wird.
9
// </auto-generated>
10
//------------------------------------------------------------------------------
11
 
12
using System;
13
using System.Diagnostics;
14
using System.Windows;
15
using System.Windows.Automation;
16
using System.Windows.Controls;
17
using System.Windows.Controls.Primitives;
18
using System.Windows.Data;
19
using System.Windows.Documents;
20
using System.Windows.Ink;
21
using System.Windows.Input;
22
using System.Windows.Markup;
23
using System.Windows.Media;
24
using System.Windows.Media.Animation;
25
using System.Windows.Media.Effects;
26
using System.Windows.Media.Imaging;
27
using System.Windows.Media.Media3D;
28
using System.Windows.Media.TextFormatting;
29
using System.Windows.Navigation;
30
using System.Windows.Shapes;
31
using System.Windows.Shell;
32
 
33
 
34
namespace Touchless.Vision.Camera.Configuration {
35
 
36
 
37
    /// <summary>
38
    /// CameraFrameSourceConfigurationElement
39
    /// </summary>
40
    public partial class CameraFrameSourceConfigurationElement : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
41
 
42
 
43
        #line 8 "..\..\..\..\Camera\Configuration\CameraFrameSourceConfigurationElement.xaml"
44
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
45
        internal System.Windows.Controls.ComboBox comboBoxCameras;
46
 
47
        #line default
48
        #line hidden
49
 
50
 
51
        #line 9 "..\..\..\..\Camera\Configuration\CameraFrameSourceConfigurationElement.xaml"
52
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
53
        internal System.Windows.Controls.StackPanel panelCameraInfo;
54
 
55
        #line default
56
        #line hidden
57
 
58
 
59
        #line 10 "..\..\..\..\Camera\Configuration\CameraFrameSourceConfigurationElement.xaml"
60
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
61
        internal System.Windows.Controls.Button buttonCameraProperties;
62
 
63
        #line default
64
        #line hidden
65
 
66
 
67
        #line 15 "..\..\..\..\Camera\Configuration\CameraFrameSourceConfigurationElement.xaml"
68
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
69
        internal System.Windows.Controls.Label labelCameraFPSValue;
70
 
71
        #line default
72
        #line hidden
73
 
74
 
75
        #line 18 "..\..\..\..\Camera\Configuration\CameraFrameSourceConfigurationElement.xaml"
76
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
77
        internal System.Windows.Controls.CheckBox chkLimitFps;
78
 
79
        #line default
80
        #line hidden
81
 
82
 
83
        #line 19 "..\..\..\..\Camera\Configuration\CameraFrameSourceConfigurationElement.xaml"
84
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
85
        internal System.Windows.Controls.TextBox txtLimitFps;
86
 
87
        #line default
88
        #line hidden
89
 
90
 
91
        #line 23 "..\..\..\..\Camera\Configuration\CameraFrameSourceConfigurationElement.xaml"
92
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
93
        internal System.Windows.Controls.Image imgPreview;
94
 
95
        #line default
96
        #line hidden
97
 
98
        private bool _contentLoaded;
99
 
100
        /// <summary>
101
        /// InitializeComponent
102
        /// </summary>
103
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
104
        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
105
        public void InitializeComponent() {
106
            if (_contentLoaded) {
107
                return;
108
            }
109
            _contentLoaded = true;
110
            System.Uri resourceLocater = new System.Uri("/Touchless.Vision;component/camera/configuration/cameraframesourceconfigurationel" +
111
                    "ement.xaml", System.UriKind.Relative);
112
 
113
            #line 1 "..\..\..\..\Camera\Configuration\CameraFrameSourceConfigurationElement.xaml"
114
            System.Windows.Application.LoadComponent(this, resourceLocater);
115
 
116
            #line default
117
            #line hidden
118
        }
119
 
120
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
121
        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
122
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
123
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
124
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
125
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
126
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
127
            switch (connectionId)
128
            {
129
            case 1:
130
            this.comboBoxCameras = ((System.Windows.Controls.ComboBox)(target));
131
 
132
            #line 8 "..\..\..\..\Camera\Configuration\CameraFrameSourceConfigurationElement.xaml"
133
            this.comboBoxCameras.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comboBoxCameras_SelectionChanged);
134
 
135
            #line default
136
            #line hidden
137
            return;
138
            case 2:
139
            this.panelCameraInfo = ((System.Windows.Controls.StackPanel)(target));
140
            return;
141
            case 3:
142
            this.buttonCameraProperties = ((System.Windows.Controls.Button)(target));
143
 
144
            #line 10 "..\..\..\..\Camera\Configuration\CameraFrameSourceConfigurationElement.xaml"
145
            this.buttonCameraProperties.Click += new System.Windows.RoutedEventHandler(this.buttonCameraProperties_Click);
146
 
147
            #line default
148
            #line hidden
149
            return;
150
            case 4:
151
            this.labelCameraFPSValue = ((System.Windows.Controls.Label)(target));
152
            return;
153
            case 5:
154
            this.chkLimitFps = ((System.Windows.Controls.CheckBox)(target));
155
 
156
            #line 18 "..\..\..\..\Camera\Configuration\CameraFrameSourceConfigurationElement.xaml"
157
            this.chkLimitFps.Checked += new System.Windows.RoutedEventHandler(this.chkLimitFps_Checked);
158
 
159
            #line default
160
            #line hidden
161
 
162
            #line 18 "..\..\..\..\Camera\Configuration\CameraFrameSourceConfigurationElement.xaml"
163
            this.chkLimitFps.Unchecked += new System.Windows.RoutedEventHandler(this.chkLimitFps_Unchecked);
164
 
165
            #line default
166
            #line hidden
167
            return;
168
            case 6:
169
            this.txtLimitFps = ((System.Windows.Controls.TextBox)(target));
170
 
171
            #line 19 "..\..\..\..\Camera\Configuration\CameraFrameSourceConfigurationElement.xaml"
172
            this.txtLimitFps.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtLimitFps_TextChanged);
173
 
174
            #line default
175
            #line hidden
176
            return;
177
            case 7:
178
            this.imgPreview = ((System.Windows.Controls.Image)(target));
179
            return;
180
            }
181
            this._contentLoaded = true;
182
        }
183
    }
184
}
185