verzija
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="*"/>
|
||||
<RowDefinition Height="50"/>
|
||||
<RowDefinition Height="20"/>
|
||||
<RowDefinition Height="30"/>
|
||||
<RowDefinition Height="25"/>
|
||||
<RowDefinition Height="25"/>
|
||||
@@ -22,22 +23,25 @@
|
||||
</Grid.RowDefinitions>
|
||||
<Viewbox Grid.Row="1">
|
||||
<TextBlock>Infosys-Publisher</TextBlock></Viewbox>
|
||||
<Viewbox Grid.Row="2">
|
||||
<TextBlock Name="tblVersion">Version: xxxx-xx-xx-xx</TextBlock>
|
||||
</Viewbox>
|
||||
|
||||
<Viewbox Grid.Row="3">
|
||||
<Viewbox Grid.Row="4">
|
||||
<TextBlock>Username:</TextBlock>
|
||||
</Viewbox>
|
||||
<Viewbox Grid.Row="4">
|
||||
<Viewbox Grid.Row="5">
|
||||
<TextBox Name="tbUsername" Width="300"></TextBox>
|
||||
</Viewbox>
|
||||
|
||||
<Viewbox Grid.Row="5">
|
||||
<Viewbox Grid.Row="6">
|
||||
<TextBlock>Password:</TextBlock>
|
||||
</Viewbox>
|
||||
<Viewbox Grid.Row="6">
|
||||
<Viewbox Grid.Row="7">
|
||||
<PasswordBox Name="tbPassword" Width="300"></PasswordBox>
|
||||
</Viewbox>
|
||||
|
||||
<Button Grid.Row="8" Width="300" Click="Login_OnClick">
|
||||
<Button Grid.Row="9" Width="300" Click="Login_OnClick">
|
||||
<Viewbox>
|
||||
<TextBlock>Login</TextBlock>
|
||||
</Viewbox>
|
||||
|
||||
Reference in New Issue
Block a user