Main.xaml 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Class="GCHR.Main" xmlns:view="clr-namespace:GCHR.View"
  3. xmlns:model="clr-namespace:GCHR.Model"
  4. xml:lang="de-DE"
  5. Title="GCHR - GlobalCube Herstellerreporting"
  6. WindowStyle="SingleBorderWindow" ResizeMode="CanMinimize" Loaded="WindowLoaded" SizeToContent="WidthAndHeight">
  7. <Window.Resources>
  8. <Style x:Key="TaskLabel" TargetType="{x:Type TextBlock}">
  9. <Setter Property="Margin" Value="5,2,0,5" />
  10. <Setter Property="Foreground" Value="White" />
  11. <Setter Property="Width" Value="290" />
  12. <Setter Property="HorizontalAlignment" Value="Left" />
  13. </Style>
  14. <Style x:Key="TaskHead" TargetType="{x:Type TextBlock}">
  15. <Setter Property="FontSize" Value="14" />
  16. <Setter Property="FontWeight" Value="Bold" />
  17. <Setter Property="Foreground" Value="White" />
  18. </Style>
  19. <DataTemplate x:Key="StatusTemplate" DataType="{x:Type model:Periode}">
  20. <WrapPanel>
  21. <TextBlock FontSize="14" FontWeight="Bold" Margin="5,2,135,2" Text="{Binding Klartext}" />
  22. <view:Ampel Status="Gelb" Message="{Binding Info}" />
  23. <TextBlock VerticalAlignment="Center" Margin="25,2,5,2" Text="{Binding Stand}"/>
  24. </WrapPanel>
  25. </DataTemplate>
  26. </Window.Resources>
  27. <Grid>
  28. <Grid.Background>
  29. <LinearGradientBrush StartPoint="0,1" EndPoint="0,0">
  30. <GradientStop Color="#FF9EBFDE" Offset=".5" />
  31. <GradientStop Color="#FF30567A" Offset="1" />
  32. </LinearGradientBrush>
  33. </Grid.Background>
  34. <StackPanel Opacity="1.0" Name="GridMain" Margin="10">
  35. <Label Foreground="White" FontSize="20" FontWeight="Bold" Name="Kopfzeile">Fehler in gchr.xml!</Label>
  36. <Label Foreground="White" FontSize="14" FontWeight="Bold">Periode auswählen</Label>
  37. <WrapPanel HorizontalAlignment="Center" Margin="0,0,0,10">
  38. <Label Foreground="White">Monat:</Label>
  39. <ComboBox Name="Monatsbox" Width="100" Margin="0,0,10,0" VerticalContentAlignment="Center">
  40. <ComboBoxItem>Januar</ComboBoxItem>
  41. <ComboBoxItem>Februar</ComboBoxItem>
  42. <ComboBoxItem>März</ComboBoxItem>
  43. <ComboBoxItem>April</ComboBoxItem>
  44. <ComboBoxItem>Mai</ComboBoxItem>
  45. <ComboBoxItem>Juni</ComboBoxItem>
  46. <ComboBoxItem>Juli</ComboBoxItem>
  47. <ComboBoxItem>August</ComboBoxItem>
  48. <ComboBoxItem>September</ComboBoxItem>
  49. <ComboBoxItem>Oktober</ComboBoxItem>
  50. <ComboBoxItem>November</ComboBoxItem>
  51. <ComboBoxItem>Dezember</ComboBoxItem>
  52. </ComboBox>
  53. <Label Foreground="White">Jahr:</Label>
  54. <ComboBox Name="Jahrbox" Width="55" Margin="0,0,15,0" VerticalContentAlignment="Center" />
  55. <Button Click="BtnStartenClick" Width="100" Name="BtnStarten">Prozess starten</Button>
  56. </WrapPanel>
  57. <Border CornerRadius="5" BorderThickness="1" BorderBrush="Black" Margin="0" Padding="10,5">
  58. <Border.Background>
  59. <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  60. <GradientStop Color="#FF9EBFDE" Offset="-.1" />
  61. <GradientStop Color="#FF30567A" Offset="1" />
  62. </LinearGradientBrush>
  63. </Border.Background>
  64. <StackPanel>
  65. <TextBlock Style="{StaticResource TaskHead}">Vorbereitungen</TextBlock>
  66. <WrapPanel>
  67. <TextBlock Style="{StaticResource TaskLabel}">Kontenrahmen laden</TextBlock>
  68. <view:Ampel x:Name="AmpelKontenrahmenLaden" />
  69. </WrapPanel>
  70. <WrapPanel>
  71. <TextBlock Style="{StaticResource TaskLabel}">Übersetzungstabelle laden</TextBlock>
  72. <view:Ampel x:Name="AmpelÜbersetzungstabelleLaden" />
  73. </WrapPanel>
  74. <WrapPanel>
  75. <TextBlock Style="{StaticResource TaskLabel}">Übersetzungstabelle für Statistikkonten laden</TextBlock>
  76. <view:Ampel x:Name="AmpelÜbersetzungstabelleStatLaden" />
  77. </WrapPanel>
  78. <WrapPanel>
  79. <TextBlock Style="{StaticResource TaskLabel}">Vormonatswerte für manuelle Konten laden</TextBlock>
  80. <view:Ampel x:Name="AmpelManuelleLaden" />
  81. </WrapPanel>
  82. <WrapPanel>
  83. <TextBlock Style="{StaticResource TaskHead}">
  84. Verarbeitung der Konten
  85. </TextBlock>
  86. <CheckBox Name="BtnOffline" Margin="100,0,0,0" Checked="BtnOfflineChecked"
  87. Unchecked="BtnOfflineChecked">
  88. <TextBlock FontSize="9" FontWeight="Normal" Foreground="White">Offlinemodus</TextBlock>
  89. </CheckBox>
  90. </WrapPanel>
  91. <WrapPanel>
  92. <TextBlock Style="{StaticResource TaskLabel}">Import der SuSa-Konten</TextBlock>
  93. <view:Ampel x:Name="AmpelSuSaKontenImport" />
  94. </WrapPanel>
  95. <TextBlock Style="{StaticResource TaskLabel}">
  96. <CheckBox Name="BtnKeinJahresabschluss">
  97. <TextBlock Foreground="White">Eröffnungsbilanz berechnen</TextBlock>
  98. </CheckBox>
  99. </TextBlock>
  100. <WrapPanel>
  101. <TextBlock Style="{StaticResource TaskLabel}">Import der Statistikkonten</TextBlock>
  102. <view:Ampel x:Name="AmpelStatKontenImport" />
  103. </WrapPanel>
  104. <WrapPanel>
  105. <TextBlock Style="{StaticResource TaskLabel}">
  106. <CheckBox Name="BtnImportdatenSichern" Checked="BtnImportdatenSichernChecked"
  107. Unchecked="BtnImportdatenSichernUnchecked">
  108. <TextBlock Foreground="White">Importierte Werte sichern</TextBlock>
  109. </CheckBox>
  110. </TextBlock>
  111. </WrapPanel>
  112. <WrapPanel>
  113. <TextBlock Style="{StaticResource TaskLabel}">Übersetzung der Konten</TextBlock>
  114. <view:Ampel x:Name="AmpelSuSaKontenVerarbeitung" />
  115. </WrapPanel>
  116. <WrapPanel>
  117. <TextBlock Style="{StaticResource TaskLabel}">Verarbeitung der manuellen Konten</TextBlock>
  118. <view:Ampel x:Name="AmpelManuelleKontenVerarbeitung" />
  119. </WrapPanel>
  120. <TextBlock Style="{StaticResource TaskHead}">Ergebnisse exportieren</TextBlock>
  121. <WrapPanel>
  122. <TextBlock Style="{StaticResource TaskLabel}">Dateien schreiben</TextBlock>
  123. <view:Ampel x:Name="AmpelExport" />
  124. </WrapPanel>
  125. <Button HorizontalAlignment="Left" Width="130" Margin="15,3" Click="BtnProtokollClick"
  126. Name="BtnProtokoll" Visibility="Hidden">
  127. Export-Verzeichnis
  128. </Button>
  129. </StackPanel>
  130. </Border>
  131. <ScrollViewer Height="80" Margin="0,10,0,0">
  132. <ListView Name="LvPerioden" MouseDoubleClick="LvPeriodenDoubleClick" />
  133. </ScrollViewer>
  134. </StackPanel>
  135. </Grid>
  136. </Window>