123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259 |
- <Window x:Class="GCHR.View.Einstellungen"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- Title="Einstellungen" Height="531" Width="861">
- <Grid>
- <Grid.Background>
- <LinearGradientBrush StartPoint="0,1" EndPoint="0,0">
- <GradientStop Color="#FF9EBFDE" Offset=".5"/>
- <GradientStop Color="#FF30567A" Offset="1"/>
- </LinearGradientBrush>
- </Grid.Background>
-
- <Grid.RowDefinitions>
- <RowDefinition Height="*" />
- <RowDefinition Height="72" />
- </Grid.RowDefinitions>
-
- <WrapPanel>
- <Border Margin="6" HorizontalAlignment="Left" CornerRadius="10" VerticalAlignment="Top" BorderBrush="Black" BorderThickness="1">
- <Border.Effect>
- <DropShadowEffect Color="Black" />
- </Border.Effect>
- <Border.Background>
- <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
- <GradientStop Color="#FF9EBFDE" Offset=".5"/>
- <GradientStop Color="#FF30567A" Offset="1"/>
- </LinearGradientBrush>
- </Border.Background>
- <Grid Width="257">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="116" />
- <ColumnDefinition Width="*" />
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition />
- <RowDefinition />
- <RowDefinition />
- <RowDefinition />
- <RowDefinition />
- <RowDefinition />
- <RowDefinition />
- <RowDefinition />
- </Grid.RowDefinitions>
- <Label Grid.ColumnSpan="2" Margin="2" Foreground="White">Allgemeine Einstellungen:</Label>
- <Label Grid.Row="1" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Mandant:</Label>
- <ComboBox Grid.Row="1" Name="cbMandant" Grid.Column="1" Margin="6" SelectedIndex="0" FontSize="9" VerticalAlignment="Center">
- <ComboBoxItem>Citroen</ComboBoxItem>
- <ComboBoxItem>Fiat</ComboBoxItem>
- <ComboBoxItem>Ford</ComboBoxItem>
- <ComboBoxItem>Honda</ComboBoxItem>
- <ComboBoxItem>Opel</ComboBoxItem>
- <ComboBoxItem>Peugeot</ComboBoxItem>
- <ComboBoxItem>Volkswagen</ComboBoxItem>
- </ComboBox>
- <Label Grid.Row="2" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">BM-Code:</Label>
- <TextBox Name="txtHnr" Grid.Row="2" Grid.Column="1" Margin="6" FontSize="9" VerticalAlignment="Center"></TextBox>
- <Label Grid.Row="3" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Händlerkontenrahmen:</Label>
- <TextBox Name="txtHändlerKontenrahmen" Grid.Row="3" Grid.Column="1" Margin="6" FontSize="9" VerticalAlignment="Center"></TextBox>
- <Label Grid.Row="4" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Herstellerkontenrahmen:</Label>
- <TextBox Name="txtHerstellerKontenrahmen" Grid.Row="4" Grid.Column="1" Margin="6" FontSize="9" VerticalAlignment="Center"></TextBox>
- <Label Grid.Row="5" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Hauptmarke:</Label>
- <TextBox Name="txtHauptmarke" Grid.Row="5" Grid.Column="1" Margin="6" FontSize="9" VerticalAlignment="Center"></TextBox>
- <Label Grid.Row="6" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Hauptbetrieb:</Label>
- <TextBox Name="txtHauptbetrieb" Grid.Row="6" Grid.Column="1" Margin="6,6,6,10" FontSize="9" VerticalAlignment="Center"></TextBox>
- <Label Grid.Row="7" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Geschäftsjahresbeginn:</Label>
- <TextBox Name="txtGeschäftsjahr" Grid.Row="7" Grid.Column="1" Margin="6,6,6,10" FontSize="9" VerticalAlignment="Center"></TextBox>
- </Grid>
- </Border>
- <Border Margin="6" HorizontalAlignment="Left" CornerRadius="10" VerticalAlignment="Top" BorderBrush="Black" BorderThickness="1" Height="145.73">
- <Border.Effect>
- <DropShadowEffect Color="Black" />
- </Border.Effect>
- <Border.Background>
- <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
- <GradientStop Color="#FF9EBFDE" Offset=".5"/>
- <GradientStop Color="#FF30567A" Offset="1"/>
- </LinearGradientBrush>
- </Border.Background>
- <Grid>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="38" />
- <ColumnDefinition Width="82" />
- <ColumnDefinition Width="38" />
- <ColumnDefinition Width="82" />
- <ColumnDefinition Width="40" />
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="27" />
- <RowDefinition Height="27" />
- <RowDefinition Height="68*" />
- </Grid.RowDefinitions>
- <Label Grid.ColumnSpan="4" Margin="2" Foreground="White">Departmentübersetzungen:</Label>
- <Label Grid.Row="1" VerticalContentAlignment="Center" Grid.ColumnSpan="2" Margin="2" Foreground="White">Von:</Label>
- <TextBox Grid.Row="1" Grid.Column="1" FontSize="9" VerticalAlignment="Bottom" Margin="6,0,6,4" VerticalContentAlignment="Top" Name="txtVon" GotFocus="TxtVonGotFocus" Height="16.863" KeyDown="TxtVonKeyDown"></TextBox>
- <Label Grid.Row="1" Grid.Column="2" VerticalContentAlignment="Center" Margin="0,2,0,0" Foreground="White">Nach:</Label>
- <TextBox Grid.Row="1" Grid.Column="3" FontSize="9" VerticalAlignment="Bottom" Margin="6,0,6,4" VerticalContentAlignment="Top" Name="txtNach" GotFocus="TxtNachGotFocus" KeyDown="TxtNachKeyDown" Height="16.863"></TextBox>
- <Button Template="{DynamicResource GlassButton}" Grid.Row="1" Grid.Column="4" Margin="6,0,6,0" HorizontalAlignment="Center" Width="21" Click="ButtonClick2" Height="20" Name="butPlus" Foreground="White">+</Button>
- <ListBox Grid.Row="2" Grid.ColumnSpan="4" Margin="6,6,6,8.999" Name="lbÜbersetzungen" MaxHeight="Infinity" MinHeight="20">
- </ListBox>
- <Button Template="{DynamicResource GlassButton}" Grid.Row="2" Grid.Column="4" Margin="6" HorizontalAlignment="Center" Width="21" Click="ButMinusClick" Name="butMinus" VerticalAlignment="Top" Height="20" Foreground="White">-</Button>
- </Grid>
- </Border>
-
- <Border Margin="6" HorizontalAlignment="Left" CornerRadius="10" VerticalAlignment="Top" BorderBrush="Black" BorderThickness="1">
- <Border.Effect>
- <DropShadowEffect Color="Black" />
- </Border.Effect>
- <Border.Background>
- <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
- <GradientStop Color="#FF9EBFDE" Offset=".5"/>
- <GradientStop Color="#FF30567A" Offset="1"/>
- </LinearGradientBrush>
- </Border.Background>
- <Grid Width="257">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="116" />
- <ColumnDefinition Width="*" />
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition />
- <RowDefinition />
- <RowDefinition />
- <RowDefinition />
- <RowDefinition />
- <RowDefinition />
- <RowDefinition />
- <RowDefinition />
- </Grid.RowDefinitions>
- <Label Grid.Row="0" Grid.ColumnSpan="2" Margin="2" Foreground="White">Updateeinstellungen:</Label>
- <CheckBox Name="cbAktiviert" Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="2" Margin="7" FontSize="9" VerticalAlignment="Center" Foreground="Black" />
- <Label Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="2" Margin="20,5,5,5" FontSize="9" VerticalAlignment="Center" Foreground="White">Automatisches Update aktivieren</Label>
- <Label Grid.Row="2" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Bezug von:</Label>
- <TextBox Grid.Row="2" Name="txtUpdateadresse" Grid.Column="1" Margin="6" FontSize="9" VerticalAlignment="Center" IsEnabled="False" />
- <Label Grid.Row="3" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Proxy-Adresse:</Label>
- <TextBox IsEnabled="{Binding ElementName=cbAktiviert, Path=IsChecked}" Name="txtProxyAdresse" Grid.Row="3" Grid.Column="1" Margin="6" FontSize="9" VerticalAlignment="Center"></TextBox>
- <Label Grid.Row="4" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Proxy-Port:</Label>
- <TextBox IsEnabled="{Binding ElementName=cbAktiviert, Path=IsChecked}" Name="txtProxyPort" Grid.Row="4" Grid.Column="1" Margin="6" FontSize="9" VerticalAlignment="Center"></TextBox>
- <Label Grid.Row="5" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Proxy-Benutzername:</Label>
- <TextBox IsEnabled="{Binding ElementName=cbAktiviert, Path=IsChecked}" Name="txtProxyBenutzer" Grid.Row="5" Grid.Column="1" Margin="6" FontSize="9" VerticalAlignment="Center"></TextBox>
- <Label Grid.Row="6" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Proxy-Passwort:</Label>
- <PasswordBox IsEnabled="{Binding ElementName=cbAktiviert, Path=IsChecked}" Name="txtProxyPasswort" Grid.Row="6" Grid.Column="1" Margin="6" FontSize="9" VerticalAlignment="Center"></PasswordBox>
- <Label Grid.Row="7" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Proxy-Domäne:</Label>
- <TextBox IsEnabled="{Binding ElementName=cbAktiviert, Path=IsChecked}" Name="txtProxyDomäne" Grid.Row="7" Grid.Column="1" Margin="6,6,6,10" FontSize="9" VerticalAlignment="Center"></TextBox>
- </Grid>
- </Border>
- <!--
- <Border Margin="6" HorizontalAlignment="Left" CornerRadius="10" VerticalAlignment="Top" BorderBrush="Black" BorderThickness="1" Height="145.73">
- <Border.Effect>
- <DropShadowEffect Color="Black" />
- </Border.Effect>
- <Border.Background>
- <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
- <GradientStop Color="#FF9EBFDE" Offset=".5"/>
- <GradientStop Color="#FF30567A" Offset="1"/>
- </LinearGradientBrush>
- </Border.Background>
-
- <Grid>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="38" />
- <ColumnDefinition Width="82" />
- <ColumnDefinition Width="38" />
- <ColumnDefinition Width="82" />
- <ColumnDefinition Width="40" />
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="27" />
- <RowDefinition Height="27" />
- <RowDefinition Height="68*" />
- </Grid.RowDefinitions>
- <Label Grid.ColumnSpan="4" Margin="2" Foreground="White">Verrechnungskonten:</Label>
- <Label Grid.Row="1" VerticalContentAlignment="Center" Grid.ColumnSpan="2" Margin="2" Foreground="White">Von:</Label>
- <TextBox Grid.Row="1" Grid.Column="1" FontSize="9" VerticalAlignment="Bottom" Margin="6,0,6,4" VerticalContentAlignment="Top" Name="txtVon2" GotFocus="txtVon2_GotFocus" Height="16.863" KeyDown="txtVon2_KeyDown"></TextBox>
- <Label Grid.Row="1" Grid.Column="2" VerticalContentAlignment="Center" Margin="0,2,0,0" Foreground="White">Nach:</Label>
- <TextBox Grid.Row="1" Grid.Column="3" FontSize="9" VerticalAlignment="Bottom" Margin="6,0,6,4" VerticalContentAlignment="Top" Name="txtNach2" GotFocus="txtNach2_GotFocus" KeyDown="txtNach2_KeyDown" Height="16.863"></TextBox>
- <Button Template="{DynamicResource GlassButton}" Grid.Row="1" Grid.Column="4" Margin="6,0,6,0" HorizontalAlignment="Center" Width="21" Click="butPlus2_Click" Height="20" Name="butPlus2" Foreground="White">+</Button>
- <ListBox Grid.Row="2" Grid.ColumnSpan="4" Margin="6,6,6,8.999" Name="lbÜbersetzungen2" MaxHeight="Infinity" MinHeight="20">
- </ListBox>
- <Button Template="{DynamicResource GlassButton}" Grid.Row="2" Grid.Column="4" Margin="6" HorizontalAlignment="Center" Width="21" Click="butMinus2_Click" Name="butMinus2" VerticalAlignment="Top" Height="20" Foreground="White">-</Button>
- </Grid>
- </Border>-->
- <Border Margin="6" HorizontalAlignment="Left" CornerRadius="10" VerticalAlignment="Top" BorderBrush="Black" BorderThickness="1">
- <Border.Effect>
- <DropShadowEffect Color="Black" />
- </Border.Effect>
- <Border.Background>
- <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
- <GradientStop Color="#FF9EBFDE" Offset=".5"/>
- <GradientStop Color="#FF30567A" Offset="1"/>
- </LinearGradientBrush>
- </Border.Background>
- <Grid Width="221" Height="142">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="72" />
- <ColumnDefinition Width="69.813*" />
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="28*" />
- <RowDefinition Height="28*" />
- <RowDefinition Height="28*" />
- <RowDefinition Height="28*" />
- <RowDefinition Height="28*" />
- </Grid.RowDefinitions>
- <Label Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2" Margin="2" Foreground="White">ODBC-Einstellungen:</Label>
- <Label Grid.Row="1" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Height="Auto" Foreground="White">ODBC-Name:</Label>
- <TextBox Grid.Row="1" Grid.Column="1" Margin="6" FontSize="9" Name="txtODBCName"></TextBox>
- <Label Grid.Row="2" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Height="Auto" Foreground="White">User:</Label>
- <TextBox Grid.Row="2" Grid.Column="1" Margin="6" FontSize="9" Name="txtUser"></TextBox>
- <Label Grid.Row="3" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Height="Auto" Foreground="White">Passwort:</Label>
- <PasswordBox Grid.Row="3" Grid.Column="1" Margin="6,6,6,10" FontSize="9" Name="txtPwd"></PasswordBox>
- <Button FontSize="9" Foreground="White" Margin="6,3.131,43,7.269" Template="{DynamicResource GlassButton}" Grid.Column="1" Grid.Row="4" Name="btnOdbcVerbindungTesten" Click="BtnOdbcVerbindungTestenClick">Verbindung testen</Button>
- </Grid>
- </Border>
-
- <Border Margin="6" HorizontalAlignment="Left" CornerRadius="10" VerticalAlignment="Top" BorderBrush="Black" BorderThickness="1" Width="237">
- <Border.Effect>
- <DropShadowEffect Color="Black" />
- </Border.Effect>
- <Border.Background>
- <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
- <!--<GradientStop Color="White" Offset=".5" />
- <GradientStop Color="LightBlue" Offset="1" />-->
- <GradientStop Color="#FF9EBFDE" Offset=".5"/>
- <GradientStop Color="#FF30567A" Offset="1"/>
- </LinearGradientBrush>
- </Border.Background>
- <Grid>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="56" />
- <ColumnDefinition Width="179*" />
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition />
- <RowDefinition />
- <RowDefinition />
- </Grid.RowDefinitions>
- <Label Grid.ColumnSpan="2" Margin="2" Foreground="White">Bezug der Steuerungsdateien:</Label>
- <Label Grid.Row="1" Margin="3,2,0,0" FontSize="9" Grid.ColumnSpan="2" HorizontalAlignment="Left" Width="Auto" VerticalAlignment="Center" Foreground="White">Typ:</Label>
- <ComboBox Grid.Row="1" Grid.Column="1" Margin="6,6,10,6" SelectedIndex="0" FontSize="9" VerticalAlignment="Center" Name="cbTyp">
- <ComboBoxItem>verzeichnis</ComboBoxItem>
- <ComboBoxItem>http</ComboBoxItem>
- </ComboBox>
- <Label Grid.Row="2" Margin="3,2,0,0" FontSize="9" Grid.ColumnSpan="2" HorizontalAlignment="Left" Width="Auto" VerticalAlignment="Center" Foreground="White">Pfad:</Label>
- <TextBox Grid.Row="2" Grid.Column="1" Margin="6,6,10,10" FontSize="9" VerticalAlignment="Center" Name="txtPfad"></TextBox>
- </Grid>
- </Border>
- </WrapPanel>
-
- <StackPanel Grid.Row="1" HorizontalAlignment="Right" VerticalAlignment="Bottom" Height="71.59" Width="144">
- <Button Template="{DynamicResource GlassButton}" Margin="3" Width="100" FontSize="9" HorizontalAlignment="Right" Click="ButtonClick1" Foreground="White" Height="18">Speichern</Button>
- <Button Template="{DynamicResource GlassButton}" Margin="3" Width="100" Click="ButtonClick" FontSize="9" HorizontalAlignment="Right" Foreground="White" Height="18">Abbrechen</Button>
- <Button Template="{DynamicResource GlassButton}" Margin="3" Width="136" FontSize="9" HorizontalAlignment="Right" Click="ButtonClick3" Foreground="White" Height="18">Alte "manuelle" Werte löschen</Button>
- </StackPanel>
- </Grid>
- </Window>
|