Microscopic Traffic Simulator
ParametersWindow.g.cs
Go to the documentation of this file.
1 #pragma checksum "..\..\..\..\Views\ParametersView\ParametersWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "C649CA0AAAE49F24ED356A6765496CC9"
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 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 Microscopic_Traffic_Simulator.Views.SettingsView {
35 
36 
40  public partial class ParametersWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
41 
42  private bool _contentLoaded;
43 
47  [System.Diagnostics.DebuggerNonUserCodeAttribute()]
48  [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
49  public void InitializeComponent() {
50  if (_contentLoaded) {
51  return;
52  }
53  _contentLoaded = true;
54  System.Uri resourceLocater = new System.Uri("/Microscopic Traffic Simulator;component/views/parametersview/parameterswindow.xa" +
55  "ml", System.UriKind.Relative);
56 
57  #line 1 "..\..\..\..\Views\ParametersView\ParametersWindow.xaml"
58  System.Windows.Application.LoadComponent(this, resourceLocater);
59 
60  #line default
61  #line hidden
62  }
63 
64  [System.Diagnostics.DebuggerNonUserCodeAttribute()]
65  [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
66  [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
67  [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
68  [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
69  [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
70  void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
71  switch (connectionId)
72  {
73  case 1:
74 
75  #line 136 "..\..\..\..\Views\ParametersView\ParametersWindow.xaml"
76  ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ButtonCancel_Click);
77 
78  #line default
79  #line hidden
80  return;
81  case 2:
82 
83  #line 143 "..\..\..\..\Views\ParametersView\ParametersWindow.xaml"
84  ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OK_Click);
85 
86  #line default
87  #line hidden
88  return;
89  }
90  this._contentLoaded = true;
91  }
92  }
93 }
94