No Description

f5f84dec0f02bdd8eead9f5468ec4d389a315b32.svn-base 1.2KB

1234567891011121314151617
  1. <Window x:Class="JPK_VDEK.ConfigPopup"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  5. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  6. xmlns:local="clr-namespace:JPK_VDEK"
  7. mc:Ignorable="d"
  8. Title="Konfiguracja" Height="196.046" Width="469.541" Topmost="True" WindowStartupLocation="Manual" Icon="trash_empty_ico.ico">
  9. <Grid Margin="0,0,13.6,17.2">
  10. <Label Content="JPK OUT" HorizontalAlignment="Left" Margin="43,46,0,0" VerticalAlignment="Top" Width="148"/>
  11. <Label Content="DB OUT" HorizontalAlignment="Left" Margin="43,74,0,0" VerticalAlignment="Top" Width="148"/>
  12. <Button Content="Zapisz" HorizontalAlignment="Left" Margin="221,121,0,0" VerticalAlignment="Top" Width="75" Click="Button_Click"/>
  13. <TextBox x:Name="tjpkout" HorizontalAlignment="Left" Height="23" Margin="120,46,0,0" TextWrapping="Wrap" Text="" VerticalAlignment="Top" Width="306"/>
  14. <TextBox x:Name="tdbout" HorizontalAlignment="Left" Height="23" Margin="120,74,0,0" TextWrapping="Wrap" Text="" VerticalAlignment="Top" Width="306"/>
  15. </Grid>
  16. </Window>