drumkit-old/DrumKit/obj/Release/UI/DrumEditUI.g.i.cs

57 lines
3.3 KiB
C#

#pragma checksum "F:\Dev\Windows8\DrumKit\DrumKit\UI\DrumEditUI.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "BA2C116C76B6690A2A0D2F5BD741609C"
//------------------------------------------------------------------------------
// <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 DrumEditUI : global::Windows.UI.Xaml.Controls.UserControl
{
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
private global::Windows.UI.Xaml.Style TranslationThumbStyle;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
private global::Windows.UI.Xaml.Controls.Grid rotateGrid;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
private global::Windows.UI.Xaml.Controls.Primitives.Thumb rotationThumb;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
private global::Windows.UI.Xaml.Controls.Primitives.Thumb scaleThumb;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
private global::Windows.UI.Xaml.Controls.Primitives.Thumb translationThumb;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
private global::Windows.UI.Xaml.Controls.TextBlock nameText;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
private global::Windows.UI.Xaml.Controls.Image image;
[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/DrumEditUI.xaml"), global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);
TranslationThumbStyle = (global::Windows.UI.Xaml.Style)this.FindName("TranslationThumbStyle");
rotateGrid = (global::Windows.UI.Xaml.Controls.Grid)this.FindName("rotateGrid");
rotationThumb = (global::Windows.UI.Xaml.Controls.Primitives.Thumb)this.FindName("rotationThumb");
scaleThumb = (global::Windows.UI.Xaml.Controls.Primitives.Thumb)this.FindName("scaleThumb");
translationThumb = (global::Windows.UI.Xaml.Controls.Primitives.Thumb)this.FindName("translationThumb");
nameText = (global::Windows.UI.Xaml.Controls.TextBlock)this.FindName("nameText");
image = (global::Windows.UI.Xaml.Controls.Image)this.FindName("image");
}
}
}