mirror of
https://github.com/MathiasLui/CSGO-Projects.git
synced 2025-05-06 22:01:18 +00:00
781 lines
30 KiB
C#
781 lines
30 KiB
C#
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "DDEB88E6BF2411090CEFE97ECD05FAC168A9400B7A2D3FEBF6EE291BC90C4F86"
|
|
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
using Damage_Calculator;
|
|
using System;
|
|
using System.Diagnostics;
|
|
using System.Windows;
|
|
using System.Windows.Automation;
|
|
using System.Windows.Controls;
|
|
using System.Windows.Controls.Primitives;
|
|
using System.Windows.Data;
|
|
using System.Windows.Documents;
|
|
using System.Windows.Ink;
|
|
using System.Windows.Input;
|
|
using System.Windows.Markup;
|
|
using System.Windows.Media;
|
|
using System.Windows.Media.Animation;
|
|
using System.Windows.Media.Effects;
|
|
using System.Windows.Media.Imaging;
|
|
using System.Windows.Media.Media3D;
|
|
using System.Windows.Media.TextFormatting;
|
|
using System.Windows.Navigation;
|
|
using System.Windows.Shapes;
|
|
using System.Windows.Shell;
|
|
|
|
|
|
namespace Damage_Calculator {
|
|
|
|
|
|
/// <summary>
|
|
/// MainWindow
|
|
/// </summary>
|
|
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
|
|
|
|
|
#line 18 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.MenuItem mnuShowBombSites;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 19 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.MenuItem mnuShowSpawnAreas;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 20 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.MenuItem mnuShowStandardSpawns;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 21 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.MenuItem mnuShow2v2Spawns;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 22 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.MenuItem mnuShowHostageSpawns;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 23 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.MenuItem mnuAllowNonPrioritySpawns;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 24 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.MenuItem mnuShowDrawnMarkers;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 32 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.MenuItem mnuAbout;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 33 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.MenuItem mnuHelp;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 47 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.RadioButton radioModeShooting;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 48 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.RadioButton radioModeBomb;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 50 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.StackPanel topStackPanel;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 52 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.ComboBox comboBoxMaps;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 57 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.TextBlock txtEasterEggMetres;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 58 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.TextBlock textDistanceMetres;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 62 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.TextBlock textDistanceUnits;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 65 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Shapes.Rectangle rectTop;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 66 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Shapes.Rectangle rectSide;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 67 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.StackPanel leftStackPanel;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 71 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.StackPanel stackArmorSeparated;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 72 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.CheckBox chkHelmet;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 73 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.CheckBox chkKevlar;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 75 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.CheckBox chkArmorAny;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 77 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.StackPanel stackAreaHit;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 79 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.RadioButton radioHead;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 80 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.RadioButton radioChestArms;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 81 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.RadioButton radioStomach;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 82 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.RadioButton radioLegs;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 84 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.StackPanel stackWeaponUsed;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 86 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.ComboBox comboWeapons;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 90 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.TextBlock txtResult;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 91 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.TextBlock txtResultArmor;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 98 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.CheckBox chkHasMapFile;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 99 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.CheckBox chkHasNavFile;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 102 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.TextBlock txtBombMaxDamage;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 106 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.TextBlock txtBombRadius;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 113 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.TextBlock txtCursorX;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 117 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.TextBlock txtCursorY;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 122 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal Damage_Calculator.ZoomBorder rightZoomBorder;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 124 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.Image mapImage;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 125 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.Canvas pointsCanvas;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
|
|
#line 129 "..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.Grid gridLoading;
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
private bool _contentLoaded;
|
|
|
|
/// <summary>
|
|
/// InitializeComponent
|
|
/// </summary>
|
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
|
public void InitializeComponent() {
|
|
if (_contentLoaded) {
|
|
return;
|
|
}
|
|
_contentLoaded = true;
|
|
System.Uri resourceLocater = new System.Uri("/CSGO Damage Calculator;component/mainwindow.xaml", System.UriKind.Relative);
|
|
|
|
#line 1 "..\..\MainWindow.xaml"
|
|
System.Windows.Application.LoadComponent(this, resourceLocater);
|
|
|
|
#line default
|
|
#line hidden
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
|
|
return System.Delegate.CreateDelegate(delegateType, this, handler);
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
|
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
|
switch (connectionId)
|
|
{
|
|
case 1:
|
|
|
|
#line 12 "..\..\MainWindow.xaml"
|
|
((Damage_Calculator.MainWindow)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Window_MouseMove);
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
#line 13 "..\..\MainWindow.xaml"
|
|
((Damage_Calculator.MainWindow)(target)).KeyDown += new System.Windows.Input.KeyEventHandler(this.Window_KeyDown);
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
#line 14 "..\..\MainWindow.xaml"
|
|
((Damage_Calculator.MainWindow)(target)).KeyUp += new System.Windows.Input.KeyEventHandler(this.Window_KeyUp);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 2:
|
|
this.mnuShowBombSites = ((System.Windows.Controls.MenuItem)(target));
|
|
|
|
#line 18 "..\..\MainWindow.xaml"
|
|
this.mnuShowBombSites.Checked += new System.Windows.RoutedEventHandler(this.visibilityMenu_CheckChanged);
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
#line 18 "..\..\MainWindow.xaml"
|
|
this.mnuShowBombSites.Unchecked += new System.Windows.RoutedEventHandler(this.visibilityMenu_CheckChanged);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 3:
|
|
this.mnuShowSpawnAreas = ((System.Windows.Controls.MenuItem)(target));
|
|
|
|
#line 19 "..\..\MainWindow.xaml"
|
|
this.mnuShowSpawnAreas.Checked += new System.Windows.RoutedEventHandler(this.visibilityMenu_CheckChanged);
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
#line 19 "..\..\MainWindow.xaml"
|
|
this.mnuShowSpawnAreas.Unchecked += new System.Windows.RoutedEventHandler(this.visibilityMenu_CheckChanged);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 4:
|
|
this.mnuShowStandardSpawns = ((System.Windows.Controls.MenuItem)(target));
|
|
|
|
#line 20 "..\..\MainWindow.xaml"
|
|
this.mnuShowStandardSpawns.Checked += new System.Windows.RoutedEventHandler(this.visibilityMenu_CheckChanged);
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
#line 20 "..\..\MainWindow.xaml"
|
|
this.mnuShowStandardSpawns.Unchecked += new System.Windows.RoutedEventHandler(this.visibilityMenu_CheckChanged);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 5:
|
|
this.mnuShow2v2Spawns = ((System.Windows.Controls.MenuItem)(target));
|
|
|
|
#line 21 "..\..\MainWindow.xaml"
|
|
this.mnuShow2v2Spawns.Checked += new System.Windows.RoutedEventHandler(this.visibilityMenu_CheckChanged);
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
#line 21 "..\..\MainWindow.xaml"
|
|
this.mnuShow2v2Spawns.Unchecked += new System.Windows.RoutedEventHandler(this.visibilityMenu_CheckChanged);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 6:
|
|
this.mnuShowHostageSpawns = ((System.Windows.Controls.MenuItem)(target));
|
|
|
|
#line 22 "..\..\MainWindow.xaml"
|
|
this.mnuShowHostageSpawns.Checked += new System.Windows.RoutedEventHandler(this.visibilityMenu_CheckChanged);
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
#line 22 "..\..\MainWindow.xaml"
|
|
this.mnuShowHostageSpawns.Unchecked += new System.Windows.RoutedEventHandler(this.visibilityMenu_CheckChanged);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 7:
|
|
this.mnuAllowNonPrioritySpawns = ((System.Windows.Controls.MenuItem)(target));
|
|
|
|
#line 23 "..\..\MainWindow.xaml"
|
|
this.mnuAllowNonPrioritySpawns.Checked += new System.Windows.RoutedEventHandler(this.visibilityMenu_CheckChanged);
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
#line 23 "..\..\MainWindow.xaml"
|
|
this.mnuAllowNonPrioritySpawns.Unchecked += new System.Windows.RoutedEventHandler(this.visibilityMenu_CheckChanged);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 8:
|
|
this.mnuShowDrawnMarkers = ((System.Windows.Controls.MenuItem)(target));
|
|
|
|
#line 24 "..\..\MainWindow.xaml"
|
|
this.mnuShowDrawnMarkers.Checked += new System.Windows.RoutedEventHandler(this.visibilityMenu_CheckChanged);
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
#line 24 "..\..\MainWindow.xaml"
|
|
this.mnuShowDrawnMarkers.Unchecked += new System.Windows.RoutedEventHandler(this.visibilityMenu_CheckChanged);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 9:
|
|
|
|
#line 27 "..\..\MainWindow.xaml"
|
|
((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.changeTheme_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 10:
|
|
|
|
#line 28 "..\..\MainWindow.xaml"
|
|
((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.changeTheme_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 11:
|
|
this.mnuAbout = ((System.Windows.Controls.MenuItem)(target));
|
|
|
|
#line 32 "..\..\MainWindow.xaml"
|
|
this.mnuAbout.Click += new System.Windows.RoutedEventHandler(this.mnuAbout_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 12:
|
|
this.mnuHelp = ((System.Windows.Controls.MenuItem)(target));
|
|
|
|
#line 33 "..\..\MainWindow.xaml"
|
|
this.mnuHelp.Click += new System.Windows.RoutedEventHandler(this.mnuHelp_Click);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 13:
|
|
this.radioModeShooting = ((System.Windows.Controls.RadioButton)(target));
|
|
|
|
#line 47 "..\..\MainWindow.xaml"
|
|
this.radioModeShooting.Checked += new System.Windows.RoutedEventHandler(this.radioModeShooting_Checked);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 14:
|
|
this.radioModeBomb = ((System.Windows.Controls.RadioButton)(target));
|
|
|
|
#line 48 "..\..\MainWindow.xaml"
|
|
this.radioModeBomb.Checked += new System.Windows.RoutedEventHandler(this.radioModeBomb_Checked);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 15:
|
|
this.topStackPanel = ((System.Windows.Controls.StackPanel)(target));
|
|
return;
|
|
case 16:
|
|
this.comboBoxMaps = ((System.Windows.Controls.ComboBox)(target));
|
|
|
|
#line 52 "..\..\MainWindow.xaml"
|
|
this.comboBoxMaps.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comboBoxMaps_SelectionChanged);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 17:
|
|
this.txtEasterEggMetres = ((System.Windows.Controls.TextBlock)(target));
|
|
return;
|
|
case 18:
|
|
this.textDistanceMetres = ((System.Windows.Controls.TextBlock)(target));
|
|
return;
|
|
case 19:
|
|
this.textDistanceUnits = ((System.Windows.Controls.TextBlock)(target));
|
|
return;
|
|
case 20:
|
|
this.rectTop = ((System.Windows.Shapes.Rectangle)(target));
|
|
return;
|
|
case 21:
|
|
this.rectSide = ((System.Windows.Shapes.Rectangle)(target));
|
|
return;
|
|
case 22:
|
|
this.leftStackPanel = ((System.Windows.Controls.StackPanel)(target));
|
|
return;
|
|
case 23:
|
|
this.stackArmorSeparated = ((System.Windows.Controls.StackPanel)(target));
|
|
return;
|
|
case 24:
|
|
this.chkHelmet = ((System.Windows.Controls.CheckBox)(target));
|
|
|
|
#line 72 "..\..\MainWindow.xaml"
|
|
this.chkHelmet.Checked += new System.Windows.RoutedEventHandler(this.settings_Updated);
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
#line 72 "..\..\MainWindow.xaml"
|
|
this.chkHelmet.Unchecked += new System.Windows.RoutedEventHandler(this.settings_Updated);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 25:
|
|
this.chkKevlar = ((System.Windows.Controls.CheckBox)(target));
|
|
|
|
#line 73 "..\..\MainWindow.xaml"
|
|
this.chkKevlar.Checked += new System.Windows.RoutedEventHandler(this.settings_Updated);
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
#line 73 "..\..\MainWindow.xaml"
|
|
this.chkKevlar.Unchecked += new System.Windows.RoutedEventHandler(this.settings_Updated);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 26:
|
|
this.chkArmorAny = ((System.Windows.Controls.CheckBox)(target));
|
|
|
|
#line 75 "..\..\MainWindow.xaml"
|
|
this.chkArmorAny.Checked += new System.Windows.RoutedEventHandler(this.settings_Updated);
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
#line 75 "..\..\MainWindow.xaml"
|
|
this.chkArmorAny.Unchecked += new System.Windows.RoutedEventHandler(this.settings_Updated);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 27:
|
|
this.stackAreaHit = ((System.Windows.Controls.StackPanel)(target));
|
|
return;
|
|
case 28:
|
|
this.radioHead = ((System.Windows.Controls.RadioButton)(target));
|
|
|
|
#line 79 "..\..\MainWindow.xaml"
|
|
this.radioHead.Checked += new System.Windows.RoutedEventHandler(this.settings_Updated);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 29:
|
|
this.radioChestArms = ((System.Windows.Controls.RadioButton)(target));
|
|
|
|
#line 80 "..\..\MainWindow.xaml"
|
|
this.radioChestArms.Checked += new System.Windows.RoutedEventHandler(this.settings_Updated);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 30:
|
|
this.radioStomach = ((System.Windows.Controls.RadioButton)(target));
|
|
|
|
#line 81 "..\..\MainWindow.xaml"
|
|
this.radioStomach.Checked += new System.Windows.RoutedEventHandler(this.settings_Updated);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 31:
|
|
this.radioLegs = ((System.Windows.Controls.RadioButton)(target));
|
|
|
|
#line 82 "..\..\MainWindow.xaml"
|
|
this.radioLegs.Checked += new System.Windows.RoutedEventHandler(this.settings_Updated);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 32:
|
|
this.stackWeaponUsed = ((System.Windows.Controls.StackPanel)(target));
|
|
return;
|
|
case 33:
|
|
this.comboWeapons = ((System.Windows.Controls.ComboBox)(target));
|
|
|
|
#line 86 "..\..\MainWindow.xaml"
|
|
this.comboWeapons.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comboWeapons_SelectionChanged);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 34:
|
|
this.txtResult = ((System.Windows.Controls.TextBlock)(target));
|
|
return;
|
|
case 35:
|
|
this.txtResultArmor = ((System.Windows.Controls.TextBlock)(target));
|
|
return;
|
|
case 36:
|
|
this.chkHasMapFile = ((System.Windows.Controls.CheckBox)(target));
|
|
return;
|
|
case 37:
|
|
this.chkHasNavFile = ((System.Windows.Controls.CheckBox)(target));
|
|
return;
|
|
case 38:
|
|
this.txtBombMaxDamage = ((System.Windows.Controls.TextBlock)(target));
|
|
return;
|
|
case 39:
|
|
this.txtBombRadius = ((System.Windows.Controls.TextBlock)(target));
|
|
return;
|
|
case 40:
|
|
this.txtCursorX = ((System.Windows.Controls.TextBlock)(target));
|
|
return;
|
|
case 41:
|
|
this.txtCursorY = ((System.Windows.Controls.TextBlock)(target));
|
|
return;
|
|
case 42:
|
|
this.rightZoomBorder = ((Damage_Calculator.ZoomBorder)(target));
|
|
return;
|
|
case 43:
|
|
this.mapImage = ((System.Windows.Controls.Image)(target));
|
|
|
|
#line 124 "..\..\MainWindow.xaml"
|
|
this.mapImage.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.mapImage_MouseLeftButtonUp);
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
#line 124 "..\..\MainWindow.xaml"
|
|
this.mapImage.MouseRightButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.mapImage_MouseRightButtonUp);
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
#line 124 "..\..\MainWindow.xaml"
|
|
this.mapImage.LayoutUpdated += new System.EventHandler(this.mapImage_LayoutUpdated);
|
|
|
|
#line default
|
|
#line hidden
|
|
return;
|
|
case 44:
|
|
this.pointsCanvas = ((System.Windows.Controls.Canvas)(target));
|
|
return;
|
|
case 45:
|
|
this.gridLoading = ((System.Windows.Controls.Grid)(target));
|
|
return;
|
|
}
|
|
this._contentLoaded = true;
|
|
}
|
|
}
|
|
}
|
|
|