source: 2014/tet/FileWatcher/FileWatcher/obj/x86/Debug/ProgramSelection.g.i.cs @ 4833

Revision 4833, 9.8 KB checked in by anlakane, 10 years ago (diff)
Line 
1#pragma checksum "..\..\..\ProgramSelection.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "C6FD4D77567CFA871B90C12B11E38586"
2//------------------------------------------------------------------------------
3// <auto-generated>
4//     This code was generated by a tool.
5//     Runtime Version:4.0.30319.18408
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
12using System;
13using System.Diagnostics;
14using System.Windows;
15using System.Windows.Automation;
16using System.Windows.Controls;
17using System.Windows.Controls.Primitives;
18using System.Windows.Data;
19using System.Windows.Documents;
20using System.Windows.Ink;
21using System.Windows.Input;
22using System.Windows.Markup;
23using System.Windows.Media;
24using System.Windows.Media.Animation;
25using System.Windows.Media.Effects;
26using System.Windows.Media.Imaging;
27using System.Windows.Media.Media3D;
28using System.Windows.Media.TextFormatting;
29using System.Windows.Navigation;
30using System.Windows.Shapes;
31using System.Windows.Shell;
32
33
34namespace FileWatcher {
35   
36   
37    /// <summary>
38    /// ProgramSelection
39    /// </summary>
40    public partial class ProgramSelection : System.Windows.Window, System.Windows.Markup.IComponentConnector {
41       
42       
43        #line 6 "..\..\..\ProgramSelection.xaml"
44        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
45        internal System.Windows.Controls.TextBox programPath;
46       
47        #line default
48        #line hidden
49       
50       
51        #line 7 "..\..\..\ProgramSelection.xaml"
52        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
53        internal System.Windows.Controls.Label programLabel;
54       
55        #line default
56        #line hidden
57       
58       
59        #line 8 "..\..\..\ProgramSelection.xaml"
60        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
61        internal System.Windows.Controls.Button browsePath;
62       
63        #line default
64        #line hidden
65       
66       
67        #line 9 "..\..\..\ProgramSelection.xaml"
68        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
69        internal System.Windows.Controls.Label argumentLabel;
70       
71        #line default
72        #line hidden
73       
74       
75        #line 10 "..\..\..\ProgramSelection.xaml"
76        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
77        internal System.Windows.Controls.TextBox argumentsBox;
78       
79        #line default
80        #line hidden
81       
82       
83        #line 11 "..\..\..\ProgramSelection.xaml"
84        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
85        internal System.Windows.Controls.Button doneButton;
86       
87        #line default
88        #line hidden
89       
90       
91        #line 12 "..\..\..\ProgramSelection.xaml"
92        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
93        internal System.Windows.Controls.Button cancelButton;
94       
95        #line default
96        #line hidden
97       
98       
99        #line 13 "..\..\..\ProgramSelection.xaml"
100        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
101        internal System.Windows.Controls.RadioButton radioButton1;
102       
103        #line default
104        #line hidden
105       
106       
107        #line 14 "..\..\..\ProgramSelection.xaml"
108        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
109        internal System.Windows.Controls.RadioButton radioButton2;
110       
111        #line default
112        #line hidden
113       
114        private bool _contentLoaded;
115       
116        /// <summary>
117        /// InitializeComponent
118        /// </summary>
119        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
120        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
121        public void InitializeComponent() {
122            if (_contentLoaded) {
123                return;
124            }
125            _contentLoaded = true;
126            System.Uri resourceLocater = new System.Uri("/FileWatcher;component/programselection.xaml", System.UriKind.Relative);
127           
128            #line 1 "..\..\..\ProgramSelection.xaml"
129            System.Windows.Application.LoadComponent(this, resourceLocater);
130           
131            #line default
132            #line hidden
133        }
134       
135        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
136        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
137        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
138        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
139        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
140        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
141        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
142            switch (connectionId)
143            {
144            case 1:
145            this.programPath = ((System.Windows.Controls.TextBox)(target));
146           
147            #line 6 "..\..\..\ProgramSelection.xaml"
148            this.programPath.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.programPath_TextChanged);
149           
150            #line default
151            #line hidden
152           
153            #line 6 "..\..\..\ProgramSelection.xaml"
154            this.programPath.GotFocus += new System.Windows.RoutedEventHandler(this.programPath_GotFocus);
155           
156            #line default
157            #line hidden
158           
159            #line 6 "..\..\..\ProgramSelection.xaml"
160            this.programPath.LostFocus += new System.Windows.RoutedEventHandler(this.programPath_LostFocus);
161           
162            #line default
163            #line hidden
164           
165            #line 6 "..\..\..\ProgramSelection.xaml"
166            this.programPath.KeyDown += new System.Windows.Input.KeyEventHandler(this.programPath_KeyDown);
167           
168            #line default
169            #line hidden
170            return;
171            case 2:
172            this.programLabel = ((System.Windows.Controls.Label)(target));
173            return;
174            case 3:
175            this.browsePath = ((System.Windows.Controls.Button)(target));
176           
177            #line 8 "..\..\..\ProgramSelection.xaml"
178            this.browsePath.Click += new System.Windows.RoutedEventHandler(this.browsePath_Click);
179           
180            #line default
181            #line hidden
182            return;
183            case 4:
184            this.argumentLabel = ((System.Windows.Controls.Label)(target));
185            return;
186            case 5:
187            this.argumentsBox = ((System.Windows.Controls.TextBox)(target));
188           
189            #line 10 "..\..\..\ProgramSelection.xaml"
190            this.argumentsBox.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.argumentsBox_TextChanged);
191           
192            #line default
193            #line hidden
194           
195            #line 10 "..\..\..\ProgramSelection.xaml"
196            this.argumentsBox.GotFocus += new System.Windows.RoutedEventHandler(this.argumentsBox_GotFocus);
197           
198            #line default
199            #line hidden
200           
201            #line 10 "..\..\..\ProgramSelection.xaml"
202            this.argumentsBox.LostFocus += new System.Windows.RoutedEventHandler(this.argumentsBox_LostFocus);
203           
204            #line default
205            #line hidden
206            return;
207            case 6:
208            this.doneButton = ((System.Windows.Controls.Button)(target));
209           
210            #line 11 "..\..\..\ProgramSelection.xaml"
211            this.doneButton.Click += new System.Windows.RoutedEventHandler(this.doneButton_Click);
212           
213            #line default
214            #line hidden
215            return;
216            case 7:
217            this.cancelButton = ((System.Windows.Controls.Button)(target));
218           
219            #line 12 "..\..\..\ProgramSelection.xaml"
220            this.cancelButton.Click += new System.Windows.RoutedEventHandler(this.cancelButton_Click);
221           
222            #line default
223            #line hidden
224            return;
225            case 8:
226            this.radioButton1 = ((System.Windows.Controls.RadioButton)(target));
227           
228            #line 13 "..\..\..\ProgramSelection.xaml"
229            this.radioButton1.Checked += new System.Windows.RoutedEventHandler(this.radioButton1_Checked);
230           
231            #line default
232            #line hidden
233            return;
234            case 9:
235            this.radioButton2 = ((System.Windows.Controls.RadioButton)(target));
236           
237            #line 14 "..\..\..\ProgramSelection.xaml"
238            this.radioButton2.Checked += new System.Windows.RoutedEventHandler(this.radioButton2_Checked);
239           
240            #line default
241            #line hidden
242            return;
243            }
244            this._contentLoaded = true;
245        }
246    }
247}
248
Note: See TracBrowser for help on using the repository browser.