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

Revision 4833, 7.2 KB checked in by anlakane, 9 years ago (diff)
Line 
1#pragma checksum "..\..\..\Options.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "0729F858F9F41A53399C5EEC5A2A583C"
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    /// Options
39    /// </summary>
40    public partial class Options : System.Windows.Window, System.Windows.Markup.IComponentConnector {
41       
42       
43        #line 6 "..\..\..\Options.xaml"
44        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
45        internal System.Windows.Controls.Button doneButton;
46       
47        #line default
48        #line hidden
49       
50       
51        #line 7 "..\..\..\Options.xaml"
52        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
53        internal System.Windows.Controls.Button cancelButton;
54       
55        #line default
56        #line hidden
57       
58       
59        #line 8 "..\..\..\Options.xaml"
60        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
61        internal System.Windows.Controls.CheckBox optionsLoad;
62       
63        #line default
64        #line hidden
65       
66       
67        #line 9 "..\..\..\Options.xaml"
68        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
69        internal System.Windows.Controls.CheckBox autoStart;
70       
71        #line default
72        #line hidden
73       
74       
75        #line 10 "..\..\..\Options.xaml"
76        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
77        internal System.Windows.Controls.CheckBox optionsSave;
78       
79        #line default
80        #line hidden
81       
82       
83        #line 11 "..\..\..\Options.xaml"
84        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
85        internal System.Windows.Controls.Label savingandloadingLabel;
86       
87        #line default
88        #line hidden
89       
90       
91        #line 12 "..\..\..\Options.xaml"
92        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
93        internal System.Windows.Controls.CheckBox logBox;
94       
95        #line default
96        #line hidden
97       
98       
99        #line 13 "..\..\..\Options.xaml"
100        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
101        internal System.Windows.Controls.Label otherLabel;
102       
103        #line default
104        #line hidden
105       
106        private bool _contentLoaded;
107       
108        /// <summary>
109        /// InitializeComponent
110        /// </summary>
111        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
112        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
113        public void InitializeComponent() {
114            if (_contentLoaded) {
115                return;
116            }
117            _contentLoaded = true;
118            System.Uri resourceLocater = new System.Uri("/FileWatcher;component/options.xaml", System.UriKind.Relative);
119           
120            #line 1 "..\..\..\Options.xaml"
121            System.Windows.Application.LoadComponent(this, resourceLocater);
122           
123            #line default
124            #line hidden
125        }
126       
127        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
128        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
129        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
130        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
131        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
132        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
133        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
134            switch (connectionId)
135            {
136            case 1:
137            this.doneButton = ((System.Windows.Controls.Button)(target));
138           
139            #line 6 "..\..\..\Options.xaml"
140            this.doneButton.Click += new System.Windows.RoutedEventHandler(this.doneButton_Click);
141           
142            #line default
143            #line hidden
144            return;
145            case 2:
146            this.cancelButton = ((System.Windows.Controls.Button)(target));
147           
148            #line 7 "..\..\..\Options.xaml"
149            this.cancelButton.Click += new System.Windows.RoutedEventHandler(this.cancelButton_Click);
150           
151            #line default
152            #line hidden
153            return;
154            case 3:
155            this.optionsLoad = ((System.Windows.Controls.CheckBox)(target));
156           
157            #line 8 "..\..\..\Options.xaml"
158            this.optionsLoad.Checked += new System.Windows.RoutedEventHandler(this.optionsLoad_Checked);
159           
160            #line default
161            #line hidden
162           
163            #line 8 "..\..\..\Options.xaml"
164            this.optionsLoad.Unchecked += new System.Windows.RoutedEventHandler(this.optionsLoad_Unchecked);
165           
166            #line default
167            #line hidden
168            return;
169            case 4:
170            this.autoStart = ((System.Windows.Controls.CheckBox)(target));
171            return;
172            case 5:
173            this.optionsSave = ((System.Windows.Controls.CheckBox)(target));
174            return;
175            case 6:
176            this.savingandloadingLabel = ((System.Windows.Controls.Label)(target));
177            return;
178            case 7:
179            this.logBox = ((System.Windows.Controls.CheckBox)(target));
180            return;
181            case 8:
182            this.otherLabel = ((System.Windows.Controls.Label)(target));
183            return;
184            }
185            this._contentLoaded = true;
186        }
187    }
188}
189
Note: See TracBrowser for help on using the repository browser.