00001 #pragma checksum "..\..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "4044098D60B247FEC5EF143D7D28480D"
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 using SpaceFlight.GUI;
00013 using System;
00014 using System.Diagnostics;
00015 using System.Windows;
00016 using System.Windows.Automation;
00017 using System.Windows.Controls;
00018 using System.Windows.Controls.Primitives;
00019 using System.Windows.Data;
00020 using System.Windows.Documents;
00021 using System.Windows.Ink;
00022 using System.Windows.Input;
00023 using System.Windows.Markup;
00024 using System.Windows.Media;
00025 using System.Windows.Media.Animation;
00026 using System.Windows.Media.Effects;
00027 using System.Windows.Media.Imaging;
00028 using System.Windows.Media.Media3D;
00029 using System.Windows.Media.TextFormatting;
00030 using System.Windows.Navigation;
00031 using System.Windows.Shapes;
00032 using System.Windows.Shell;
00033
00034
00035 namespace SpaceFlight.GUI {
00036
00037
00041 [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
00042 public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
00043
00044
00045 #line 13 "..\..\..\MainWindow.xaml"
00046 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
00047 internal System.Windows.Controls.Button LoadButton;
00048
00049 #line default
00050 #line hidden
00051
00052
00053 #line 14 "..\..\..\MainWindow.xaml"
00054 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
00055 internal System.Windows.Controls.Button SaveButton;
00056
00057 #line default
00058 #line hidden
00059
00060
00061 #line 31 "..\..\..\MainWindow.xaml"
00062 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
00063 internal System.Windows.Controls.TextBox RandomPlanets;
00064
00065 #line default
00066 #line hidden
00067
00068
00069 #line 33 "..\..\..\MainWindow.xaml"
00070 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
00071 internal System.Windows.Controls.TextBox RandomWaypoints;
00072
00073 #line default
00074 #line hidden
00075
00076
00077 #line 35 "..\..\..\MainWindow.xaml"
00078 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
00079 internal System.Windows.Controls.Button RandomButton;
00080
00081 #line default
00082 #line hidden
00083
00084
00085 #line 39 "..\..\..\MainWindow.xaml"
00086 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
00087 internal System.Windows.Controls.CheckBox ManualFlight;
00088
00089 #line default
00090 #line hidden
00091
00092
00093 #line 40 "..\..\..\MainWindow.xaml"
00094 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
00095 internal System.Windows.Controls.Button LoadAI;
00096
00097 #line default
00098 #line hidden
00099
00100
00101 #line 42 "..\..\..\MainWindow.xaml"
00102 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
00103 internal System.Windows.Controls.CheckBox TraceMovement;
00104
00105 #line default
00106 #line hidden
00107
00108
00109 #line 44 "..\..\..\MainWindow.xaml"
00110 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
00111 internal System.Windows.Controls.Button StartButton;
00112
00113 #line default
00114 #line hidden
00115
00116
00117 #line 45 "..\..\..\MainWindow.xaml"
00118 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
00119 internal System.Windows.Controls.Button StopButton;
00120
00121 #line default
00122 #line hidden
00123
00124
00125 #line 47 "..\..\..\MainWindow.xaml"
00126 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
00127 internal System.Windows.Controls.TextBlock Time;
00128
00129 #line default
00130 #line hidden
00131
00132
00133 #line 48 "..\..\..\MainWindow.xaml"
00134 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
00135 internal System.Windows.Controls.TextBlock Waypoints;
00136
00137 #line default
00138 #line hidden
00139
00140
00141 #line 52 "..\..\..\MainWindow.xaml"
00142 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
00143 internal SpaceFlight.GUI.SimulationView View;
00144
00145 #line default
00146 #line hidden
00147
00148 private bool _contentLoaded;
00149
00153 [System.Diagnostics.DebuggerNonUserCodeAttribute()]
00154 public void InitializeComponent() {
00155 if (_contentLoaded) {
00156 return;
00157 }
00158 _contentLoaded = true;
00159 System.Uri resourceLocater = new System.Uri("/SpaceFlight.GUI;component/mainwindow.xaml", System.UriKind.Relative);
00160
00161 #line 1 "..\..\..\MainWindow.xaml"
00162 System.Windows.Application.LoadComponent(this, resourceLocater);
00163
00164 #line default
00165 #line hidden
00166 }
00167
00168 [System.Diagnostics.DebuggerNonUserCodeAttribute()]
00169 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
00170 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
00171 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
00172 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
00173 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
00174 switch (connectionId)
00175 {
00176 case 1:
00177 this.LoadButton = ((System.Windows.Controls.Button)(target));
00178
00179 #line 13 "..\..\..\MainWindow.xaml"
00180 this.LoadButton.Click += new System.Windows.RoutedEventHandler(this.LoadButton_Click);
00181
00182 #line default
00183 #line hidden
00184 return;
00185 case 2:
00186 this.SaveButton = ((System.Windows.Controls.Button)(target));
00187
00188 #line 14 "..\..\..\MainWindow.xaml"
00189 this.SaveButton.Click += new System.Windows.RoutedEventHandler(this.SaveButton_Click);
00190
00191 #line default
00192 #line hidden
00193 return;
00194 case 3:
00195 this.RandomPlanets = ((System.Windows.Controls.TextBox)(target));
00196 return;
00197 case 4:
00198 this.RandomWaypoints = ((System.Windows.Controls.TextBox)(target));
00199 return;
00200 case 5:
00201 this.RandomButton = ((System.Windows.Controls.Button)(target));
00202
00203 #line 35 "..\..\..\MainWindow.xaml"
00204 this.RandomButton.Click += new System.Windows.RoutedEventHandler(this.RandomButton_Click);
00205
00206 #line default
00207 #line hidden
00208 return;
00209 case 6:
00210 this.ManualFlight = ((System.Windows.Controls.CheckBox)(target));
00211
00212 #line 39 "..\..\..\MainWindow.xaml"
00213 this.ManualFlight.Click += new System.Windows.RoutedEventHandler(this.ManualFlight_Click);
00214
00215 #line default
00216 #line hidden
00217 return;
00218 case 7:
00219 this.LoadAI = ((System.Windows.Controls.Button)(target));
00220
00221 #line 40 "..\..\..\MainWindow.xaml"
00222 this.LoadAI.Click += new System.Windows.RoutedEventHandler(this.LoadAI_Click);
00223
00224 #line default
00225 #line hidden
00226 return;
00227 case 8:
00228 this.TraceMovement = ((System.Windows.Controls.CheckBox)(target));
00229
00230 #line 42 "..\..\..\MainWindow.xaml"
00231 this.TraceMovement.Click += new System.Windows.RoutedEventHandler(this.TraceMovement_Click);
00232
00233 #line default
00234 #line hidden
00235 return;
00236 case 9:
00237 this.StartButton = ((System.Windows.Controls.Button)(target));
00238
00239 #line 44 "..\..\..\MainWindow.xaml"
00240 this.StartButton.Click += new System.Windows.RoutedEventHandler(this.StartButton_Click);
00241
00242 #line default
00243 #line hidden
00244 return;
00245 case 10:
00246 this.StopButton = ((System.Windows.Controls.Button)(target));
00247
00248 #line 45 "..\..\..\MainWindow.xaml"
00249 this.StopButton.Click += new System.Windows.RoutedEventHandler(this.StopButton_Click);
00250
00251 #line default
00252 #line hidden
00253 return;
00254 case 11:
00255 this.Time = ((System.Windows.Controls.TextBlock)(target));
00256 return;
00257 case 12:
00258 this.Waypoints = ((System.Windows.Controls.TextBlock)(target));
00259 return;
00260 case 13:
00261 this.View = ((SpaceFlight.GUI.SimulationView)(target));
00262 return;
00263 }
00264 this._contentLoaded = true;
00265 }
00266 }
00267 }
00268