Refine tab alignment and rebuild computer information layout
This commit is contained in:
@@ -74,10 +74,7 @@
|
||||
|
||||
<Grid x:Name="GridSsp"
|
||||
x:FieldModifier="private"
|
||||
Canvas.Left="0"
|
||||
Width="500"
|
||||
Height="560"
|
||||
Canvas.Top="0">
|
||||
Width="500">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="100*" />
|
||||
<ColumnDefinition Width="185*" />
|
||||
@@ -85,15 +82,15 @@
|
||||
<ColumnDefinition Width="30*" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="110" />
|
||||
<RowDefinition Height="450" />
|
||||
<RowDefinition Height="6*" />
|
||||
<RowDefinition Height="7*" />
|
||||
</Grid.RowDefinitions>
|
||||
<Canvas x:Name="CanvasSearch"
|
||||
x:FieldModifier="private"
|
||||
Grid.Column="1"
|
||||
Grid.ColumnSpan="2"
|
||||
Grid.Row="0"
|
||||
Height="70">
|
||||
Height="560">
|
||||
<Image Source="{DynamicResource appbar_magnify}"
|
||||
Width="36"
|
||||
Height="36"
|
||||
@@ -126,35 +123,35 @@
|
||||
Cursor="Hand"
|
||||
Visibility="Collapsed" />
|
||||
</StackPanel>
|
||||
</Canvas>
|
||||
<Canvas Grid.Column="1"
|
||||
Grid.ColumnSpan="2"
|
||||
Grid.Row="1"
|
||||
Height="400">
|
||||
<Button Style="{StaticResource ButtonStyle}"
|
||||
x:Name="BtnSspLink"
|
||||
x:FieldModifier="private"
|
||||
Width="320"
|
||||
Canvas.Left="15"
|
||||
Height="40"
|
||||
Content="Self Service Portal"
|
||||
FontSize="16"
|
||||
Canvas.Top="40"
|
||||
Click="OnSSPLinkClicked" />
|
||||
<Button Foreground="{DynamicResource buttonTextColor}"
|
||||
x:Name="BtnMyserviceLink"
|
||||
x:FieldModifier="private"
|
||||
Style="{StaticResource ButtonStyle}"
|
||||
Width="320"
|
||||
Canvas.Left="15"
|
||||
Height="40"
|
||||
Content="{x:Static resx:Resources.myservices}"
|
||||
Tag="LABEL"
|
||||
FontSize="16"
|
||||
Canvas.Top="90"
|
||||
Click="OnMyServiceLinkClicked" />
|
||||
<!--<Separator Canvas.Left="15" Width="320" Canvas.Top="140" Height="2" />-->
|
||||
<!--<StackPanel x:Name="CustomLinkPanel" Orientation="Vertical" Canvas.Top="150"/>-->
|
||||
<Canvas Canvas.Top="120"
|
||||
Canvas.Left="0"
|
||||
Width="350"
|
||||
Height="360">
|
||||
<Button Style="{StaticResource ButtonStyle}"
|
||||
x:Name="BtnSspLink"
|
||||
x:FieldModifier="private"
|
||||
Width="320"
|
||||
Canvas.Left="15"
|
||||
Height="40"
|
||||
Content="Self Service Portal"
|
||||
FontSize="16"
|
||||
Canvas.Top="0"
|
||||
Click="OnSSPLinkClicked" />
|
||||
<Button Foreground="{DynamicResource buttonTextColor}"
|
||||
x:Name="BtnMyserviceLink"
|
||||
x:FieldModifier="private"
|
||||
Style="{StaticResource ButtonStyle}"
|
||||
Width="320"
|
||||
Canvas.Left="15"
|
||||
Height="40"
|
||||
Content="{x:Static resx:Resources.myservices}"
|
||||
Tag="LABEL"
|
||||
FontSize="16"
|
||||
Canvas.Top="50"
|
||||
Click="OnMyServiceLinkClicked" />
|
||||
<!--<Separator Canvas.Left="15" Width="320" Canvas.Top="140" Height="2" />-->
|
||||
<!--<StackPanel x:Name="CustomLinkPanel" Orientation="Vertical" Canvas.Top="150"/>-->
|
||||
</Canvas>
|
||||
</Canvas>
|
||||
</Grid>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user