Einstellungen.xaml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. <Window x:Class="GCHR.View.Einstellungen"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. Title="Einstellungen" Height="531" Width="861">
  5. <Grid>
  6. <Grid.Background>
  7. <LinearGradientBrush StartPoint="0,1" EndPoint="0,0">
  8. <GradientStop Color="#FF9EBFDE" Offset=".5"/>
  9. <GradientStop Color="#FF30567A" Offset="1"/>
  10. </LinearGradientBrush>
  11. </Grid.Background>
  12. <Grid.RowDefinitions>
  13. <RowDefinition Height="*" />
  14. <RowDefinition Height="72" />
  15. </Grid.RowDefinitions>
  16. <WrapPanel>
  17. <Border Margin="6" HorizontalAlignment="Left" CornerRadius="10" VerticalAlignment="Top" BorderBrush="Black" BorderThickness="1">
  18. <Border.Effect>
  19. <DropShadowEffect Color="Black" />
  20. </Border.Effect>
  21. <Border.Background>
  22. <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  23. <GradientStop Color="#FF9EBFDE" Offset=".5"/>
  24. <GradientStop Color="#FF30567A" Offset="1"/>
  25. </LinearGradientBrush>
  26. </Border.Background>
  27. <Grid Width="257">
  28. <Grid.ColumnDefinitions>
  29. <ColumnDefinition Width="116" />
  30. <ColumnDefinition Width="*" />
  31. </Grid.ColumnDefinitions>
  32. <Grid.RowDefinitions>
  33. <RowDefinition />
  34. <RowDefinition />
  35. <RowDefinition />
  36. <RowDefinition />
  37. <RowDefinition />
  38. <RowDefinition />
  39. <RowDefinition />
  40. <RowDefinition />
  41. </Grid.RowDefinitions>
  42. <Label Grid.ColumnSpan="2" Margin="2" Foreground="White">Allgemeine Einstellungen:</Label>
  43. <Label Grid.Row="1" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Mandant:</Label>
  44. <ComboBox Grid.Row="1" Name="cbMandant" Grid.Column="1" Margin="6" SelectedIndex="0" FontSize="9" VerticalAlignment="Center">
  45. <ComboBoxItem>Citroen</ComboBoxItem>
  46. <ComboBoxItem>Fiat</ComboBoxItem>
  47. <ComboBoxItem>Ford</ComboBoxItem>
  48. <ComboBoxItem>Honda</ComboBoxItem>
  49. <ComboBoxItem>Opel</ComboBoxItem>
  50. <ComboBoxItem>Peugeot</ComboBoxItem>
  51. <ComboBoxItem>Volkswagen</ComboBoxItem>
  52. </ComboBox>
  53. <Label Grid.Row="2" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">BM-Code:</Label>
  54. <TextBox Name="txtHnr" Grid.Row="2" Grid.Column="1" Margin="6" FontSize="9" VerticalAlignment="Center"></TextBox>
  55. <Label Grid.Row="3" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Händlerkontenrahmen:</Label>
  56. <TextBox Name="txtHändlerKontenrahmen" Grid.Row="3" Grid.Column="1" Margin="6" FontSize="9" VerticalAlignment="Center"></TextBox>
  57. <Label Grid.Row="4" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Herstellerkontenrahmen:</Label>
  58. <TextBox Name="txtHerstellerKontenrahmen" Grid.Row="4" Grid.Column="1" Margin="6" FontSize="9" VerticalAlignment="Center"></TextBox>
  59. <Label Grid.Row="5" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Hauptmarke:</Label>
  60. <TextBox Name="txtHauptmarke" Grid.Row="5" Grid.Column="1" Margin="6" FontSize="9" VerticalAlignment="Center"></TextBox>
  61. <Label Grid.Row="6" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Hauptbetrieb:</Label>
  62. <TextBox Name="txtHauptbetrieb" Grid.Row="6" Grid.Column="1" Margin="6,6,6,10" FontSize="9" VerticalAlignment="Center"></TextBox>
  63. <Label Grid.Row="7" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Geschäftsjahresbeginn:</Label>
  64. <TextBox Name="txtGeschäftsjahr" Grid.Row="7" Grid.Column="1" Margin="6,6,6,10" FontSize="9" VerticalAlignment="Center"></TextBox>
  65. </Grid>
  66. </Border>
  67. <Border Margin="6" HorizontalAlignment="Left" CornerRadius="10" VerticalAlignment="Top" BorderBrush="Black" BorderThickness="1" Height="145.73">
  68. <Border.Effect>
  69. <DropShadowEffect Color="Black" />
  70. </Border.Effect>
  71. <Border.Background>
  72. <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  73. <GradientStop Color="#FF9EBFDE" Offset=".5"/>
  74. <GradientStop Color="#FF30567A" Offset="1"/>
  75. </LinearGradientBrush>
  76. </Border.Background>
  77. <Grid>
  78. <Grid.ColumnDefinitions>
  79. <ColumnDefinition Width="38" />
  80. <ColumnDefinition Width="82" />
  81. <ColumnDefinition Width="38" />
  82. <ColumnDefinition Width="82" />
  83. <ColumnDefinition Width="40" />
  84. </Grid.ColumnDefinitions>
  85. <Grid.RowDefinitions>
  86. <RowDefinition Height="27" />
  87. <RowDefinition Height="27" />
  88. <RowDefinition Height="68*" />
  89. </Grid.RowDefinitions>
  90. <Label Grid.ColumnSpan="4" Margin="2" Foreground="White">Departmentübersetzungen:</Label>
  91. <Label Grid.Row="1" VerticalContentAlignment="Center" Grid.ColumnSpan="2" Margin="2" Foreground="White">Von:</Label>
  92. <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>
  93. <Label Grid.Row="1" Grid.Column="2" VerticalContentAlignment="Center" Margin="0,2,0,0" Foreground="White">Nach:</Label>
  94. <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>
  95. <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>
  96. <ListBox Grid.Row="2" Grid.ColumnSpan="4" Margin="6,6,6,8.999" Name="lbÜbersetzungen" MaxHeight="Infinity" MinHeight="20">
  97. </ListBox>
  98. <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>
  99. </Grid>
  100. </Border>
  101. <Border Margin="6" HorizontalAlignment="Left" CornerRadius="10" VerticalAlignment="Top" BorderBrush="Black" BorderThickness="1">
  102. <Border.Effect>
  103. <DropShadowEffect Color="Black" />
  104. </Border.Effect>
  105. <Border.Background>
  106. <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  107. <GradientStop Color="#FF9EBFDE" Offset=".5"/>
  108. <GradientStop Color="#FF30567A" Offset="1"/>
  109. </LinearGradientBrush>
  110. </Border.Background>
  111. <Grid Width="257">
  112. <Grid.ColumnDefinitions>
  113. <ColumnDefinition Width="116" />
  114. <ColumnDefinition Width="*" />
  115. </Grid.ColumnDefinitions>
  116. <Grid.RowDefinitions>
  117. <RowDefinition />
  118. <RowDefinition />
  119. <RowDefinition />
  120. <RowDefinition />
  121. <RowDefinition />
  122. <RowDefinition />
  123. <RowDefinition />
  124. <RowDefinition />
  125. </Grid.RowDefinitions>
  126. <Label Grid.Row="0" Grid.ColumnSpan="2" Margin="2" Foreground="White">Updateeinstellungen:</Label>
  127. <CheckBox Name="cbAktiviert" Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="2" Margin="7" FontSize="9" VerticalAlignment="Center" Foreground="Black" />
  128. <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>
  129. <Label Grid.Row="2" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Bezug von:</Label>
  130. <TextBox Grid.Row="2" Name="txtUpdateadresse" Grid.Column="1" Margin="6" FontSize="9" VerticalAlignment="Center" IsEnabled="False" />
  131. <Label Grid.Row="3" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Proxy-Adresse:</Label>
  132. <TextBox IsEnabled="{Binding ElementName=cbAktiviert, Path=IsChecked}" Name="txtProxyAdresse" Grid.Row="3" Grid.Column="1" Margin="6" FontSize="9" VerticalAlignment="Center"></TextBox>
  133. <Label Grid.Row="4" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Proxy-Port:</Label>
  134. <TextBox IsEnabled="{Binding ElementName=cbAktiviert, Path=IsChecked}" Name="txtProxyPort" Grid.Row="4" Grid.Column="1" Margin="6" FontSize="9" VerticalAlignment="Center"></TextBox>
  135. <Label Grid.Row="5" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Proxy-Benutzername:</Label>
  136. <TextBox IsEnabled="{Binding ElementName=cbAktiviert, Path=IsChecked}" Name="txtProxyBenutzer" Grid.Row="5" Grid.Column="1" Margin="6" FontSize="9" VerticalAlignment="Center"></TextBox>
  137. <Label Grid.Row="6" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Proxy-Passwort:</Label>
  138. <PasswordBox IsEnabled="{Binding ElementName=cbAktiviert, Path=IsChecked}" Name="txtProxyPasswort" Grid.Row="6" Grid.Column="1" Margin="6" FontSize="9" VerticalAlignment="Center"></PasswordBox>
  139. <Label Grid.Row="7" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Foreground="White">Proxy-Domäne:</Label>
  140. <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>
  141. </Grid>
  142. </Border>
  143. <!--
  144. <Border Margin="6" HorizontalAlignment="Left" CornerRadius="10" VerticalAlignment="Top" BorderBrush="Black" BorderThickness="1" Height="145.73">
  145. <Border.Effect>
  146. <DropShadowEffect Color="Black" />
  147. </Border.Effect>
  148. <Border.Background>
  149. <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  150. <GradientStop Color="#FF9EBFDE" Offset=".5"/>
  151. <GradientStop Color="#FF30567A" Offset="1"/>
  152. </LinearGradientBrush>
  153. </Border.Background>
  154. <Grid>
  155. <Grid.ColumnDefinitions>
  156. <ColumnDefinition Width="38" />
  157. <ColumnDefinition Width="82" />
  158. <ColumnDefinition Width="38" />
  159. <ColumnDefinition Width="82" />
  160. <ColumnDefinition Width="40" />
  161. </Grid.ColumnDefinitions>
  162. <Grid.RowDefinitions>
  163. <RowDefinition Height="27" />
  164. <RowDefinition Height="27" />
  165. <RowDefinition Height="68*" />
  166. </Grid.RowDefinitions>
  167. <Label Grid.ColumnSpan="4" Margin="2" Foreground="White">Verrechnungskonten:</Label>
  168. <Label Grid.Row="1" VerticalContentAlignment="Center" Grid.ColumnSpan="2" Margin="2" Foreground="White">Von:</Label>
  169. <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>
  170. <Label Grid.Row="1" Grid.Column="2" VerticalContentAlignment="Center" Margin="0,2,0,0" Foreground="White">Nach:</Label>
  171. <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>
  172. <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>
  173. <ListBox Grid.Row="2" Grid.ColumnSpan="4" Margin="6,6,6,8.999" Name="lbÜbersetzungen2" MaxHeight="Infinity" MinHeight="20">
  174. </ListBox>
  175. <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>
  176. </Grid>
  177. </Border>-->
  178. <Border Margin="6" HorizontalAlignment="Left" CornerRadius="10" VerticalAlignment="Top" BorderBrush="Black" BorderThickness="1">
  179. <Border.Effect>
  180. <DropShadowEffect Color="Black" />
  181. </Border.Effect>
  182. <Border.Background>
  183. <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  184. <GradientStop Color="#FF9EBFDE" Offset=".5"/>
  185. <GradientStop Color="#FF30567A" Offset="1"/>
  186. </LinearGradientBrush>
  187. </Border.Background>
  188. <Grid Width="221" Height="142">
  189. <Grid.ColumnDefinitions>
  190. <ColumnDefinition Width="72" />
  191. <ColumnDefinition Width="69.813*" />
  192. </Grid.ColumnDefinitions>
  193. <Grid.RowDefinitions>
  194. <RowDefinition Height="28*" />
  195. <RowDefinition Height="28*" />
  196. <RowDefinition Height="28*" />
  197. <RowDefinition Height="28*" />
  198. <RowDefinition Height="28*" />
  199. </Grid.RowDefinitions>
  200. <Label Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2" Margin="2" Foreground="White">ODBC-Einstellungen:</Label>
  201. <Label Grid.Row="1" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Height="Auto" Foreground="White">ODBC-Name:</Label>
  202. <TextBox Grid.Row="1" Grid.Column="1" Margin="6" FontSize="9" Name="txtODBCName"></TextBox>
  203. <Label Grid.Row="2" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Height="Auto" Foreground="White">User:</Label>
  204. <TextBox Grid.Row="2" Grid.Column="1" Margin="6" FontSize="9" Name="txtUser"></TextBox>
  205. <Label Grid.Row="3" Grid.Column="0" Margin="2" FontSize="9" VerticalAlignment="Center" Height="Auto" Foreground="White">Passwort:</Label>
  206. <PasswordBox Grid.Row="3" Grid.Column="1" Margin="6,6,6,10" FontSize="9" Name="txtPwd"></PasswordBox>
  207. <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>
  208. </Grid>
  209. </Border>
  210. <Border Margin="6" HorizontalAlignment="Left" CornerRadius="10" VerticalAlignment="Top" BorderBrush="Black" BorderThickness="1" Width="237">
  211. <Border.Effect>
  212. <DropShadowEffect Color="Black" />
  213. </Border.Effect>
  214. <Border.Background>
  215. <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  216. <!--<GradientStop Color="White" Offset=".5" />
  217. <GradientStop Color="LightBlue" Offset="1" />-->
  218. <GradientStop Color="#FF9EBFDE" Offset=".5"/>
  219. <GradientStop Color="#FF30567A" Offset="1"/>
  220. </LinearGradientBrush>
  221. </Border.Background>
  222. <Grid>
  223. <Grid.ColumnDefinitions>
  224. <ColumnDefinition Width="56" />
  225. <ColumnDefinition Width="179*" />
  226. </Grid.ColumnDefinitions>
  227. <Grid.RowDefinitions>
  228. <RowDefinition />
  229. <RowDefinition />
  230. <RowDefinition />
  231. </Grid.RowDefinitions>
  232. <Label Grid.ColumnSpan="2" Margin="2" Foreground="White">Bezug der Steuerungsdateien:</Label>
  233. <Label Grid.Row="1" Margin="3,2,0,0" FontSize="9" Grid.ColumnSpan="2" HorizontalAlignment="Left" Width="Auto" VerticalAlignment="Center" Foreground="White">Typ:</Label>
  234. <ComboBox Grid.Row="1" Grid.Column="1" Margin="6,6,10,6" SelectedIndex="0" FontSize="9" VerticalAlignment="Center" Name="cbTyp">
  235. <ComboBoxItem>verzeichnis</ComboBoxItem>
  236. <ComboBoxItem>http</ComboBoxItem>
  237. </ComboBox>
  238. <Label Grid.Row="2" Margin="3,2,0,0" FontSize="9" Grid.ColumnSpan="2" HorizontalAlignment="Left" Width="Auto" VerticalAlignment="Center" Foreground="White">Pfad:</Label>
  239. <TextBox Grid.Row="2" Grid.Column="1" Margin="6,6,10,10" FontSize="9" VerticalAlignment="Center" Name="txtPfad"></TextBox>
  240. </Grid>
  241. </Border>
  242. </WrapPanel>
  243. <StackPanel Grid.Row="1" HorizontalAlignment="Right" VerticalAlignment="Bottom" Height="71.59" Width="144">
  244. <Button Template="{DynamicResource GlassButton}" Margin="3" Width="100" FontSize="9" HorizontalAlignment="Right" Click="ButtonClick1" Foreground="White" Height="18">Speichern</Button>
  245. <Button Template="{DynamicResource GlassButton}" Margin="3" Width="100" Click="ButtonClick" FontSize="9" HorizontalAlignment="Right" Foreground="White" Height="18">Abbrechen</Button>
  246. <Button Template="{DynamicResource GlassButton}" Margin="3" Width="136" FontSize="9" HorizontalAlignment="Right" Click="ButtonClick3" Foreground="White" Height="18">Alte "manuelle" Werte löschen</Button>
  247. </StackPanel>
  248. </Grid>
  249. </Window>