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

45 lines
2.1 KiB
C#
Raw Normal View History

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

#pragma checksum "F:\Dev\Windows8\DrumKit\DrumKit\UI\CommonControls\FileControl.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "C5BD777338800A24D5B4C17007D3647A"
//------------------------------------------------------------------------------
// <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 FileControl : 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.Controls.TextBlock textName;
[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 global::Windows.UI.Xaml.Controls.Button buttonBrowse;
[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/CommonControls/FileControl.xaml"), global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);
textName = (global::Windows.UI.Xaml.Controls.TextBlock)this.FindName("textName");
image = (global::Windows.UI.Xaml.Controls.Image)this.FindName("image");
buttonBrowse = (global::Windows.UI.Xaml.Controls.Button)this.FindName("buttonBrowse");
}
}
}