sftp settings premakjen
This commit is contained in:
@@ -9,29 +9,13 @@
|
||||
Title="WinSettings" Height="355" Width="355">
|
||||
<Grid Margin="5">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="25"/>
|
||||
<RowDefinition Height="25"/>
|
||||
<RowDefinition Height="25"/>
|
||||
<RowDefinition Height="25"/>
|
||||
<RowDefinition Height="25"/>
|
||||
<RowDefinition Height="25"/>
|
||||
<RowDefinition Height="25"/>
|
||||
<RowDefinition Height="25"/>
|
||||
<RowDefinition Height="25"/>
|
||||
<RowDefinition Height="25"/>
|
||||
<RowDefinition Height="*"/>
|
||||
<RowDefinition Height="25"/>
|
||||
</Grid.RowDefinitions>
|
||||
<Label Grid.Row="0">SFTP strežnik:</Label>
|
||||
<TextBox Grid.Row="1" Name="TbSftpServer"></TextBox>
|
||||
<Label Grid.Row="2">SFTP port:</Label>
|
||||
<TextBox Grid.Row="3" Name="TbSftpPort"></TextBox>
|
||||
<Label Grid.Row="4">SFTP uporabniško ime:</Label>
|
||||
<TextBox Grid.Row="5" Name="TbSftpUsername"></TextBox>
|
||||
<Label Grid.Row="6">SFTP geslo:</Label>
|
||||
<TextBox Grid.Row="7" Name="TbSftpPassword"></TextBox>
|
||||
<Label Grid.Row="8">Trajanje build:</Label>
|
||||
<TextBox Grid.Row="9" Name="TbBuildDuration"></TextBox>
|
||||
<Label Grid.Row="0">Trajanje build:</Label>
|
||||
<TextBox Grid.Row="1" Name="TbBuildDuration"></TextBox>
|
||||
<Button Name="BtnSave" Grid.Row="20" Width="80" HorizontalAlignment="Right">Shrani</Button>
|
||||
</Grid>
|
||||
</Window>
|
||||
|
||||
Reference in New Issue
Block a user