aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DAL.Local/DB/CONFIGURATION.cs
blob: bbefb6dff5cb6296edeb74279b59994bad966ce3 (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 from a template.
//
//     Manual changes to this file may cause unexpected behavior in your application.
//     Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace Tango.DAL.Local.DB
{
    using System;
    using System.Collections.Generic;
    
    public partial class CONFIGURATION
    {
        public long ID { get; set; }
        public string GUID { get; set; }
        public System.DateTime LAST_UPDATED { get; set; }
        public string NAME { get; set; }
        public System.DateTime CREATION_DATE { get; set; }
        public string APPLICATION_VERSION_GUID { get; set; }
        public string APPLICATION_OS_VERSION_GUID { get; set; }
        public string APPLICATION_FIRMWARE_VERSION_GUID { get; set; }
        public string APPLICATION_DISPLAY_PANEL_VERSION_GUID { get; set; }
        public string EMBEDDED_FIRMWARE_VERSION_GUID { get; set; }
        public string EMBEDDED_SOFTWARE_VERSION_GUID { get; set; }
        public string HARDWARE_VERSION_GUID { get; set; }
    }
}
;{Binding Machine.EnableExternalBridge}"></touch:TouchToggleSlider> <TextBlock VerticalAlignment="Bottom">External Bridge Password</TextBlock> <touch:TouchTextBox IsPassword="True" HorizontalAlignment="Right" VerticalAlignment="Bottom" Width="200" Text="{Binding Machine.ExternalBridgePassword}" KeyboardContainer="{Binding ElementName=Container}"></touch:TouchTextBox> </controls:TableGrid> </touch:TouchExpander> <!--JOBS--> <touch:TouchExpander Margin="0 20 0 0" Header="JOBS" IsExpanded="True" FontSize="{StaticResource TangoExpanderHeaderFontSize}"> <controls:TableGrid Margin="10" RowHeight="70" MakeFirstColumnVerticalAlignmentBottom="False" TextElement.FontSize="{StaticResource TangoDefaultFontSize}"> <TextBlock VerticalAlignment="Center">Supported Job Types</TextBlock> <ItemsControl ItemsSource="{Binding SelectedJobTypes}"> <ItemsControl.ItemsPanel> <ItemsPanelTemplate> <WrapPanel IsItemsHost="True" Orientation="Horizontal" /> </ItemsPanelTemplate> </ItemsControl.ItemsPanel> <ItemsControl.ItemTemplate> <DataTemplate> <touch:TouchToggleButton IsChecked="{Binding IsSelected}" Content="{Binding Data}" CornerRadius="5" CheckedContent="{Binding Data}" Padding="10" Margin="5"> <touch:TouchToggleButton.Style> <Style TargetType="touch:TouchToggleButton"> <Setter Property="Background" Value="{StaticResource TangoGrayBrush}"></Setter> <Style.Triggers> <Trigger Property="IsChecked" Value="True"> <Setter Property="Background" Value="{StaticResource TangoMidAccentBrush}"></Setter> </Trigger> </Style.Triggers> </Style> </touch:TouchToggleButton.Style> </touch:TouchToggleButton> </DataTemplate> </ItemsControl.ItemTemplate> </ItemsControl> <TextBlock VerticalAlignment="Bottom">Default Media</TextBlock> <touch:TouchComboBox HorizontalAlignment="Right" VerticalAlignment="Bottom" Width="200" ItemsSource="{Binding Adapter.Rmls}" SelectedItem="{Binding Machine.DefaultRml}" DisplayMemberPath="Name"></touch:TouchComboBox> <TextBlock VerticalAlignment="Bottom">Default Color Space/Catalog</TextBlock> <touch:TouchComboBox HorizontalAlignment="Right" VerticalAlignment="Bottom" Width="200" ItemsSource="{Binding Adapter.ColorSpaces}" SelectedItem="{Binding Machine.DefaultColorSpace}" DisplayMemberPath="Name"></touch:TouchComboBox> <TextBlock VerticalAlignment="Bottom">Default Spool</TextBlock> <touch:TouchComboBox HorizontalAlignment="Right" VerticalAlignment="Bottom" Width="200" ItemsSource="{Binding Adapter.SpoolTypes}" SelectedItem="{Binding Machine.DefaultSpoolType}" DisplayMemberPath="Name"></touch:TouchComboBox> <TextBlock VerticalAlignment="Bottom">Default Segment Length</TextBlock> <touch:TouchNumericTextBox HorizontalAlignment="Right" VerticalAlignment="Bottom" Width="200" Minimum="1" Maximum="1000" Value="{Binding Machine.DefaultSegmentLength}" HasDecimalPoint="True" KeyboardContainer="{Binding ElementName=Container}"></touch:TouchNumericTextBox> </controls:TableGrid> </touch:TouchExpander> </StackPanel> </touch:LightTouchScrollViewer> </Grid> </Grid> </DockPanel> </Grid> </Grid> </UserControl>