mirror of
https://github.com/chibicitiberiu/drumkit.git
synced 2024-02-24 10:53:32 +00:00
85 lines
3.7 KiB
C#
85 lines
3.7 KiB
C#
|
|
|
|
#pragma checksum "F:\Dev\Windows8\DrumKit\DrumKit\UI\Settings\LayoutsSettingsControl.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "B535E026C1EA5DD654817CA3834D1277"
|
|
//------------------------------------------------------------------------------
|
|
// <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 LayoutsSettingsControl : global::Windows.UI.Xaml.Controls.UserControl, global::Windows.UI.Xaml.Markup.IComponentConnector
|
|
{
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
public void Connect(int connectionId, object target)
|
|
{
|
|
switch(connectionId)
|
|
{
|
|
case 1:
|
|
#line 37 "..\..\..\UI\Settings\LayoutsSettingsControl.xaml"
|
|
((global::Windows.UI.Xaml.Controls.TextBox)(target)).TextChanged += this.NameTextChanged;
|
|
#line default
|
|
#line hidden
|
|
break;
|
|
case 2:
|
|
#line 42 "..\..\..\UI\Settings\LayoutsSettingsControl.xaml"
|
|
((global::Windows.UI.Xaml.Controls.Primitives.ButtonBase)(target)).Click += this.ToggleLandscape_Click;
|
|
#line default
|
|
#line hidden
|
|
break;
|
|
case 3:
|
|
#line 43 "..\..\..\UI\Settings\LayoutsSettingsControl.xaml"
|
|
((global::Windows.UI.Xaml.Controls.Primitives.ButtonBase)(target)).Click += this.TogglePortrait_Click;
|
|
#line default
|
|
#line hidden
|
|
break;
|
|
case 4:
|
|
#line 44 "..\..\..\UI\Settings\LayoutsSettingsControl.xaml"
|
|
((global::Windows.UI.Xaml.Controls.Primitives.ButtonBase)(target)).Click += this.ToggleFilled_Click;
|
|
#line default
|
|
#line hidden
|
|
break;
|
|
case 5:
|
|
#line 45 "..\..\..\UI\Settings\LayoutsSettingsControl.xaml"
|
|
((global::Windows.UI.Xaml.Controls.Primitives.ButtonBase)(target)).Click += this.ToggleSnapped_Click;
|
|
#line default
|
|
#line hidden
|
|
break;
|
|
case 6:
|
|
#line 85 "..\..\..\UI\Settings\LayoutsSettingsControl.xaml"
|
|
((global::Windows.UI.Xaml.Controls.Primitives.ButtonBase)(target)).Click += this.ButtonCreate_Click;
|
|
#line default
|
|
#line hidden
|
|
break;
|
|
case 7:
|
|
#line 86 "..\..\..\UI\Settings\LayoutsSettingsControl.xaml"
|
|
((global::Windows.UI.Xaml.Controls.Primitives.ButtonBase)(target)).Click += this.ButtonEdit_Click;
|
|
#line default
|
|
#line hidden
|
|
break;
|
|
case 8:
|
|
#line 87 "..\..\..\UI\Settings\LayoutsSettingsControl.xaml"
|
|
((global::Windows.UI.Xaml.Controls.Primitives.ButtonBase)(target)).Click += this.ButtonDelete_Click;
|
|
#line default
|
|
#line hidden
|
|
break;
|
|
case 9:
|
|
#line 88 "..\..\..\UI\Settings\LayoutsSettingsControl.xaml"
|
|
((global::Windows.UI.Xaml.Controls.Primitives.ButtonBase)(target)).Click += this.ButtonToggleActive_Click;
|
|
#line default
|
|
#line hidden
|
|
break;
|
|
}
|
|
this._contentLoaded = true;
|
|
}
|
|
}
|
|
}
|
|
|
|
|