aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views/MachineSettingsView.xaml
blob: 62c38a1e67b7e348c998a041edb6f4628626e68a (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
generated by cgit v1.3.1 (git 2.54.0) at 2026-07-10 06:21:12 +0000
 


ComboBox>

                            <TextBlock FontWeight="SemiBold">Loaded RML</TextBlock>
                            <ComboBox Background="Transparent" ItemsSource="{Binding ActiveMachineAdapter.Rmls}" SelectedValue="{Binding ActiveMachine.LoadedRmlGuid}" SelectedValuePath="Guid" DisplayMemberPath="Name" Style="{StaticResource TransparentComboBoxStyle}"></ComboBox>

                            <TextBlock FontWeight="SemiBold">Default Color Space</TextBlock>
                            <ComboBox Background="Transparent" ItemsSource="{Binding ActiveMachineAdapter.ColorSpaces}" SelectedItem="{Binding ActiveMachine.DefaultColorSpace}" DisplayMemberPath="Name" Style="{StaticResource TransparentComboBoxStyle}"></ComboBox>

                            <TextBlock FontWeight="SemiBold">Default Segment Length</TextBlock>
                            <mahapps:NumericUpDown HideUpDownButtons="True" BorderThickness="0 0 0 1" Background="Transparent" Minimum="0" Maximum="1000" Value="{Binding ActiveMachine.DefaultSegmentLength}" HasDecimals="False"></mahapps:NumericUpDown>

                            <TextBlock FontWeight="SemiBold">Default Spool Type</TextBlock>
                            <ComboBox  Background="Transparent" ItemsSource="{Binding ActiveMachineAdapter.SpoolTypes}" SelectedItem="{Binding ActiveMachine.DefaultSpoolType}" DisplayMemberPath="Name" Style="{StaticResource TransparentComboBoxStyle}"></ComboBox>

                            <TextBlock FontWeight="SemiBold">OS Key</TextBlock>
                            <TextBox Text="{Binding ActiveMachine.OsKey}"></TextBox>

                            <TextBlock FontWeight="SemiBold">Device COM Port</TextBlock>
                            <TextBox Text="{Binding ActiveMachine.DeviceComPort}"></TextBox>
                        </controls:TableGrid>
                        <Rectangle Grid.Column="1" StrokeThickness="1" Stroke="{StaticResource borderBrush}" HorizontalAlignment="Center" Margin="50 50" />
                        <controls:TableGrid RowHeight="50" Margin="10" Grid.Column="2">
                            <TextBlock FontWeight="SemiBold">Auto Login</TextBlock>
                            <ToggleButton HorizontalAlignment="Left" IsChecked="{Binding ActiveMachine.AutoLogin}"></ToggleButton>

                            <TextBlock FontWeight="SemiBold">Auto Check For Updates</TextBlock>
                            <ToggleButton HorizontalAlignment="Left" IsChecked="{Binding ActiveMachine.AutoCheckForUpdates}"></ToggleButton>

                            <TextBlock FontWeight="SemiBold">Setup Activation</TextBlock>
                            <ToggleButton HorizontalAlignment="Left" IsChecked="{Binding ActiveMachine.SetupActivation}"></ToggleButton>

                            <TextBlock FontWeight="SemiBold">Setup Remote Assistance</TextBlock>
                            <ToggleButton HorizontalAlignment="Left" IsChecked="{Binding ActiveMachine.SetupRemoteAssistance}"></ToggleButton>

                            <TextBlock FontWeight="SemiBold">Setup UWF</TextBlock>
                            <ToggleButton HorizontalAlignment="Left" IsChecked="{Binding ActiveMachine.SetupUwf}"></ToggleButton>

                            <TextBlock FontWeight="SemiBold">Setup Firmware</TextBlock>
                            <ToggleButton HorizontalAlignment="Left" IsChecked="{Binding ActiveMachine.SetupFirmware}"></ToggleButton>

                            <TextBlock FontWeight="SemiBold">Setup FPGA</TextBlock>
                            <ToggleButton HorizontalAlignment="Left" IsChecked="{Binding ActiveMachine.SetupFpga}"></ToggleButton>

                            <TextBlock FontWeight="SemiBold">Is Demo Machine</TextBlock>
                            <ToggleButton HorizontalAlignment="Left" IsChecked="{Binding ActiveMachine.IsDemo}"></ToggleButton>

                            <TextBlock FontWeight="SemiBold">Suspend Version Update</TextBlock>
                            <ToggleButton HorizontalAlignment="Left" IsChecked="{Binding ActiveMachine.SuspendVersionUpdate}"></ToggleButton>

                            <TextBlock FontWeight="SemiBold">Update Schema on Update</TextBlock>
                            <ToggleButton HorizontalAlignment="Left" IsChecked="{Binding ActiveMachine.PerformSchemaUpdateOnDataUpdate}"></ToggleButton>
                        </controls:TableGrid>
                    </Grid>
                </Border>
            </Grid>
        </DockPanel>
    </Grid>
</UserControl>