Rev | Line | |
---|
[5776] | 1 | <Window x:Class="Jaakon_Talo.MainWindow" |
---|
| 2 | xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
---|
| 3 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
---|
| 4 | Title="MainWindow" Height="613" Width="1035"> |
---|
| 5 | <Grid> |
---|
| 6 | <ScrollViewer Height="420" HorizontalAlignment="Left" Name="scrollViewer1" VerticalAlignment="Top" Width="1013" Margin="-12,0,0,0"> |
---|
[5791] | 7 | <TextBlock Name="textBlockViestiIkkuna" Width="947" Height="422" /> |
---|
[5776] | 8 | </ScrollViewer> |
---|
| 9 | <TextBox Height="50" HorizontalAlignment="Left" Margin="12,426,0,0" Name="Mitä_teet" VerticalAlignment="Top" Width="657" /> |
---|
[5791] | 10 | <Button Content="->" Height="36" HorizontalAlignment="Left" Margin="699,436,0,0" Name="button1" VerticalAlignment="Top" Width="126" Click="toimintopainike_Click" /> |
---|
[5776] | 11 | </Grid> |
---|
| 12 | </Window> |
---|
Note: See
TracBrowser
for help on using the repository browser.