File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 Width=" 450" MinWidth =" 350" WindowStartupLocation =" CenterScreen" >
77 <Grid HorizontalAlignment =" Stretch" VerticalAlignment =" Stretch" x : Name =" layoutGrid" >
88 <Grid .ColumnDefinitions>
9- <ColumnDefinition Width =" 40" />
10- <ColumnDefinition Width =" 80" />
9+ <ColumnDefinition Width =" 70" />
1110 <ColumnDefinition Width =" *" />
1211 </Grid .ColumnDefinitions>
1312 <Grid .RowDefinitions>
14- <RowDefinition Height =" 40 " />
13+ <RowDefinition Height =" 60 " />
1514 <RowDefinition Height =" *" x : Name =" inputRow" />
1615 <RowDefinition Height =" 28" />
1716 <RowDefinition Height =" 28" />
1817 </Grid .RowDefinitions>
19- <Image x : Name =" Logo" Grid.Column=" 0" Grid.Row=" 0"
20- VerticalAlignment =" Stretch " HorizontalAlignment =" Left " />
21- <Label Grid.Column=" 1 " Grid.Row=" 0" Grid.ColumnSpan= " 2 " FontSize =" 18" FontFamily =" Arial" x : Name =" headerLabel" VerticalAlignment =" Center" />
18+ <Image x : Name =" Logo" Grid.Column=" 0" Grid.Row=" 0" Margin = " 15,5,5,5 "
19+ VerticalAlignment =" Center " HorizontalAlignment =" Center " />
20+ <Label Grid.Column=" 2 " Grid.Row=" 0" FontSize =" 18" FontFamily =" Arial" x : Name =" headerLabel" VerticalAlignment =" Center" />
2221 <Label Grid.Column=" 0" Grid.Row=" 2" Grid.ColumnSpan=" 3" x : Name =" userMessages" Foreground =" Red" FontSize =" 12" />
2322 </Grid >
2423</Window >
You can’t perform that action at this time.
0 commit comments