aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Scripting/Tango.Scripting.Test/Properties/Settings.Designer.cs
blob: 05e12ac769f0a80bf41a1b10c98535e62315c64c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
//------------------------------------------------------------------------------
// <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>
//------------------------------------------------------------------------------

namespace Tango.Scripting.Test.Properties
{


    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
    {

        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));

        public static Settings Default
        {
            get
            {
                return defaultInstance;
            }
        }
    }
}
t;clr-namespace:System;assembly=mscorlib" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="300"> <smtx:XamlDisplay Key="drawers_1" MaxHeight="{x:Static system:Double.MaxValue}" Margin="5"> <materialDesign:DrawerHost Margin="64" HorizontalAlignment="Center" VerticalAlignment="Center" BorderThickness="2" BorderBrush="{DynamicResource MaterialDesignDivider}"> <materialDesign:DrawerHost.LeftDrawerContent> <StackPanel Margin="16"> <TextBlock Margin="4" HorizontalAlignment="Center">LEFT FIELD</TextBlock> <Button Command="{x:Static materialDesign:DrawerHost.CloseDrawerCommand}" CommandParameter="{x:Static Dock.Left}" Margin="4" HorizontalAlignment="Center" Style="{DynamicResource MaterialDesignFlatButton}"> CLOSE THIS </Button> <Button Command="{x:Static materialDesign:DrawerHost.CloseDrawerCommand}" Margin="4" HorizontalAlignment="Center" Style="{DynamicResource MaterialDesignFlatButton}"> CLOSE ALL </Button> </StackPanel> </materialDesign:DrawerHost.LeftDrawerContent> <materialDesign:DrawerHost.TopDrawerContent> <StackPanel Margin="16" HorizontalAlignment="Center" Orientation="Horizontal"> <TextBlock Margin="4" VerticalAlignment="Center">TOP BANANA</TextBlock> <Button Command="{x:Static materialDesign:DrawerHost.CloseDrawerCommand}" Style="{DynamicResource MaterialDesignFlatButton}" Margin="4" VerticalAlignment="Center"> CLOSE ALL </Button> <Button Command="{x:Static materialDesign:DrawerHost.CloseDrawerCommand}" CommandParameter="{x:Static Dock.Top}" Style="{DynamicResource MaterialDesignFlatButton}" Margin="4" VerticalAlignment="Center"> CLOSE THIS </Button> </StackPanel> </materialDesign:DrawerHost.TopDrawerContent> <materialDesign:DrawerHost.RightDrawerContent> <StackPanel Margin="16"> <TextBlock Margin="4" HorizontalAlignment="Center">THE RIGHT STUFF</TextBlock> <Button Command="{x:Static materialDesign:DrawerHost.CloseDrawerCommand}" CommandParameter="{x:Static Dock.Right}" Margin="4" HorizontalAlignment="Center" Style="{DynamicResource MaterialDesignFlatButton}"> CLOSE THIS </Button> <Button Command="{x:Static materialDesign:DrawerHost.CloseDrawerCommand}" Margin="4" HorizontalAlignment="Center" Style="{DynamicResource MaterialDesignFlatButton}"> CLOSE ALL </Button> </StackPanel> </materialDesign:DrawerHost.RightDrawerContent> <materialDesign:DrawerHost.BottomDrawerContent> <StackPanel Margin="16" HorizontalAlignment="Center" Orientation="Horizontal"> <TextBlock Margin="4" VerticalAlignment="Center">BOTTOM BRACKET</TextBlock> <Button Command="{x:Static materialDesign:DrawerHost.CloseDrawerCommand}" Style="{DynamicResource MaterialDesignFlatButton}" Margin="4" VerticalAlignment="Center"> CLOSE ALL </Button> <Button Command="{x:Static materialDesign:DrawerHost.CloseDrawerCommand}" CommandParameter="{x:Static Dock.Bottom}" Style="{DynamicResource MaterialDesignFlatButton}" Margin="4" VerticalAlignment="Center"> CLOSE THIS </Button> </StackPanel> </materialDesign:DrawerHost.BottomDrawerContent> <Grid MinWidth="480" MinHeight="480"> <Grid VerticalAlignment="Center" HorizontalAlignment="Center"> <Grid.RowDefinitions> <RowDefinition /> <RowDefinition /> <RowDefinition /> </Grid.RowDefinitions> <Grid.ColumnDefinitions> <ColumnDefinition /> <ColumnDefinition /> <ColumnDefinition /> </Grid.ColumnDefinitions> <Button Command="{x:Static materialDesign:DrawerHost.OpenDrawerCommand}" CommandParameter="{x:Static Dock.Left}" Grid.Row="1" Grid.Column="0" Margin="4"> <materialDesign:PackIcon Kind="ArrowLeft" /> </Button> <Button Command="{x:Static materialDesign:DrawerHost.OpenDrawerCommand}" CommandParameter="{x:Static Dock.Top}" Grid.Row="0" Grid.Column="1" Margin="4"> <materialDesign:PackIcon Kind="ArrowUp" /> </Button> <Button Command="{x:Static materialDesign:DrawerHost.OpenDrawerCommand}" CommandParameter="{x:Static Dock.Right}" Grid.Row="1" Grid.Column="2" Margin="4"> <materialDesign:PackIcon Kind="ArrowRight" /> </Button> <Button Command="{x:Static materialDesign:DrawerHost.OpenDrawerCommand}" CommandParameter="{x:Static Dock.Bottom}" Grid.Row="2" Grid.Column="1" Margin="4"> <materialDesign:PackIcon Kind="ArrowDown" /> </Button> <Button Command="{x:Static materialDesign:DrawerHost.OpenDrawerCommand}" Grid.Row="1" Grid.Column="1" Margin="4" Style="{DynamicResource MaterialDesignRaisedAccentButton}"> <materialDesign:PackIcon Kind="ArrowAll" /> </Button> </Grid> </Grid> </materialDesign:DrawerHost> </smtx:XamlDisplay> </UserControl>