aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/Properties/Settings.Designer.cs
blob: 6b0a60b94e7921294cf4dd0f24b899b21fbb23b8 (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.PPC.Synchronization.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;
            }
        }
    }
}
Property="Cursor" Value="Wait"></Setter> </DataTrigger> </Style.Triggers> </Style> </Window.Style> <Border BorderThickness="1" BorderBrush="#0288D1"> <Grid> <Grid.RowDefinitions> <RowDefinition Height="60"/> <RowDefinition Height="156*"/> </Grid.RowDefinitions> <Grid Background="#0288D1"> <Grid.Effect> <DropShadowEffect BlurRadius="10" ShadowDepth="5" Direction="270" Opacity="0.5" /> </Grid.Effect> <StackPanel Orientation="Horizontal" Margin="8" HorizontalAlignment="Center"> <Image Source="/Images/machine-trans.png" RenderOptions.BitmapScalingMode="Fant"></Image> <TextBlock Foreground="White" VerticalAlignment="Center" Margin="10 0 0 0" FontSize="23">MACHINE STUDIO</TextBlock> </StackPanel> </Grid> <Grid Grid.Row="1" Margin="10" IsEnabled="{Binding IsFree}"> <DockPanel> <StackPanel DockPanel.Dock="Top" HorizontalAlignment="Left" Margin="0 20 0 0" x:Name="stackDetails"> <TextBlock FontSize="16"> <Run>Remote Version:</Run> <Run Text="{Binding RemoteVersion}" FontStyle="Italic" FontWeight="SemiBold"></Run> </TextBlock> <TextBlock Margin="0 10 0 0" FontSize="16" > <Run>Local Version:</Run> <Run Text="{Binding LocalVersion}" FontStyle="Italic" FontWeight="SemiBold"></Run> </TextBlock> <ComboBox Width="200" Margin="0 10 0 0" HorizontalAlignment="Left" ItemsSource="{Binding Source={x:Type web:DeploymentSlot},Converter={StaticResource EnumToItemsSourceConverter}}" SelectedValue="{Binding Options.Environment}" SelectedValuePath="Value" DisplayMemberPath="DisplayName"></ComboBox> <StackPanel Margin="0 20 0 0" Orientation="Horizontal"> <TextBlock FontSize="16">Email:</TextBlock> <TextBox Margin="5 0 0 0" Width="230" BorderThickness="0 0 0 1" Text="{Binding Options.Email,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"></TextBox> </StackPanel> <StackPanel Margin="0 10 0 0" Orientation="Horizontal"> <TextBlock FontSize="16">Password:</TextBlock> <TextBox Margin="5 0 0 0" Width="200" BorderThickness="0 0 0 1" Text="{Binding Options.Password,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"></TextBox> </StackPanel> <StackPanel Margin="0 10 0 0" Orientation="Horizontal"> <TextBlock FontSize="16">Installer Project:</TextBlock> <TextBox Margin="5 0 0 0" Width="500" BorderThickness="0 0 0 1" Text="{Binding Options.InstallerProject,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"></TextBox> </StackPanel> <StackPanel Margin="0 10 0 0" Orientation="Horizontal"> <TextBlock FontSize="16">Installer Output Folder:</TextBlock> <TextBox Margin="5 0 0 0" Width="500" BorderThickness="0 0 0 1" Text="{Binding Options.InstallerOutputFolder,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"></TextBox> </StackPanel> <TextBlock FontSize="16" Margin="0 20 0 0">Comments</TextBlock> <TextBox HorizontalAlignment="Left" Height="70" Margin="0 5 0 0" Width="500" AcceptsReturn="True" TextWrapping="Wrap" Text="{Binding Options.Comments,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"></TextBox> </StackPanel> <Grid DockPanel.Dock="Bottom"> <DockPanel> <StackPanel Orientation="Horizontal" HorizontalAlignment="Right" DockPanel.Dock="Right"> <Button Background="#0288D1" BorderThickness="0" Height="30" MinWidth="140" Foreground="White" FontWeight="SemiBold" Command="{Binding PublishCommand}">PUBLISH</Button> </StackPanel> <StackPanel HorizontalAlignment="Left"> <TextBlock Text="{Binding PublishArgs.Message}" Foreground="Gray"></TextBlock> <ProgressBar Width="500" Height="10" Margin="0 5 0 0" Maximum="{Binding PublishArgs.Total}" Value="{Binding PublishArgs.Progress}" Foreground="#0288D1"></ProgressBar> </StackPanel> </DockPanel> </Grid> <Grid> </Grid> </DockPanel> </Grid> </Grid> </Border> </Window>