drumkit-old/DrumKit/obj/Debug/UI/SettingsPage.g.i.cs

57 lines
3.3 KiB
C#
Raw Normal View History

2013-11-18 18:11:53 +00:00

#pragma checksum "F:\Dev\Windows8\DrumKit\DrumKit\UI\SettingsPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "3A715E9B335F7CA88FB3A245EAC47CA1"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace DrumKit
{
partial class SettingsPage : global::Windows.UI.Xaml.Controls.Page
{
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
private global::Windows.UI.Xaml.Controls.Button buttonBack;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
private global::Windows.UI.Xaml.Controls.ContentControl contentControl;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
private global::Windows.UI.Xaml.Controls.RadioButton radioGeneral;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
private global::Windows.UI.Xaml.Controls.RadioButton radioDrumkit;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
private global::Windows.UI.Xaml.Controls.RadioButton radioDrums;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
private global::Windows.UI.Xaml.Controls.RadioButton radioLayouts;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
private global::Windows.UI.Xaml.Controls.RadioButton radioLogs;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
private bool _contentLoaded;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void InitializeComponent()
{
if (_contentLoaded)
return;
_contentLoaded = true;
global::Windows.UI.Xaml.Application.LoadComponent(this, new global::System.Uri("ms-appx:///UI/SettingsPage.xaml"), global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);
buttonBack = (global::Windows.UI.Xaml.Controls.Button)this.FindName("buttonBack");
contentControl = (global::Windows.UI.Xaml.Controls.ContentControl)this.FindName("contentControl");
radioGeneral = (global::Windows.UI.Xaml.Controls.RadioButton)this.FindName("radioGeneral");
radioDrumkit = (global::Windows.UI.Xaml.Controls.RadioButton)this.FindName("radioDrumkit");
radioDrums = (global::Windows.UI.Xaml.Controls.RadioButton)this.FindName("radioDrums");
radioLayouts = (global::Windows.UI.Xaml.Controls.RadioButton)this.FindName("radioLayouts");
radioLogs = (global::Windows.UI.Xaml.Controls.RadioButton)this.FindName("radioLogs");
}
}
}