Microscopic Traffic Simulator
ConstructionUserControl.g.i.cs
Go to the documentation of this file.
1 #pragma checksum "..\..\..\..\Views\MainWindowView\ConstructionUserControl.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "9757A507B5C7F60B547068ED9C527D95"
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 
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 Microscopic_Traffic_Simulator.Views.MainWindowView {
36 
37 
41  public partial class ConstructionUserControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
42 
43 
44  #line 46 "..\..\..\..\Views\MainWindowView\ConstructionUserControl.xaml"
45  [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
46  internal System.Windows.Controls.RadioButton laneBuildingModeButton;
47 
48  #line default
49  #line hidden
50 
51 
52  #line 68 "..\..\..\..\Views\MainWindowView\ConstructionUserControl.xaml"
53  [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
54  internal System.Windows.Controls.RadioButton generatorBuildingModeButton;
55 
56  #line default
57  #line hidden
58 
59  private bool _contentLoaded;
60 
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("/Microscopic Traffic Simulator;component/views/mainwindowview/constructionusercon" +
72  "trol.xaml", System.UriKind.Relative);
73 
74  #line 1 "..\..\..\..\Views\MainWindowView\ConstructionUserControl.xaml"
75  System.Windows.Application.LoadComponent(this, resourceLocater);
76 
77  #line default
78  #line hidden
79  }
80 
81  [System.Diagnostics.DebuggerNonUserCodeAttribute()]
82  [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
83  [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
84  [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
85  [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
86  [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
87  void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
88  switch (connectionId)
89  {
90  case 1:
91  this.laneBuildingModeButton = ((System.Windows.Controls.RadioButton)(target));
92 
93  #line 51 "..\..\..\..\Views\MainWindowView\ConstructionUserControl.xaml"
94  this.laneBuildingModeButton.Unchecked += new System.Windows.RoutedEventHandler(this.laneBuildingModeButton_Unchecked);
95 
96  #line default
97  #line hidden
98  return;
99  case 2:
100 
101  #line 60 "..\..\..\..\Views\MainWindowView\ConstructionUserControl.xaml"
102  ((System.Windows.Controls.RadioButton)(target)).SourceUpdated += new System.EventHandler<System.Windows.Data.DataTransferEventArgs>(this.RadioButton_SourceUpdated);
103 
104  #line default
105  #line hidden
106  return;
107  case 3:
108 
109  #line 66 "..\..\..\..\Views\MainWindowView\ConstructionUserControl.xaml"
110  ((System.Windows.Controls.RadioButton)(target)).SourceUpdated += new System.EventHandler<System.Windows.Data.DataTransferEventArgs>(this.RadioButton_SourceUpdated);
111 
112  #line default
113  #line hidden
114  return;
115  case 4:
116  this.generatorBuildingModeButton = ((System.Windows.Controls.RadioButton)(target));
117 
118  #line 73 "..\..\..\..\Views\MainWindowView\ConstructionUserControl.xaml"
119  this.generatorBuildingModeButton.Checked += new System.Windows.RoutedEventHandler(this.generatorBuildingModeButton_Checked);
120 
121  #line default
122  #line hidden
123 
124  #line 74 "..\..\..\..\Views\MainWindowView\ConstructionUserControl.xaml"
125  this.generatorBuildingModeButton.Unchecked += new System.Windows.RoutedEventHandler(this.generatorBuildingModeButton_Unchecked);
126 
127  #line default
128  #line hidden
129  return;
130  case 5:
131 
132  #line 83 "..\..\..\..\Views\MainWindowView\ConstructionUserControl.xaml"
133  ((System.Windows.Controls.RadioButton)(target)).SourceUpdated += new System.EventHandler<System.Windows.Data.DataTransferEventArgs>(this.RadioButton_SourceUpdated);
134 
135  #line default
136  #line hidden
137  return;
138  case 6:
139 
140  #line 89 "..\..\..\..\Views\MainWindowView\ConstructionUserControl.xaml"
141  ((System.Windows.Controls.RadioButton)(target)).SourceUpdated += new System.EventHandler<System.Windows.Data.DataTransferEventArgs>(this.RadioButton_SourceUpdated);
142 
143  #line default
144  #line hidden
145  return;
146  case 7:
147 
148  #line 94 "..\..\..\..\Views\MainWindowView\ConstructionUserControl.xaml"
149  ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ButtonInitializeSimulation_Click);
150 
151  #line default
152  #line hidden
153  return;
154  }
155  this._contentLoaded = true;
156  }
157  }
158 }
159