<UserControl x:Class="Perforce.View.CreateWorkspaceForm" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:view="clr-namespace:Perforce.View" mc:Ignorable="d"> <Grid> <Grid.ColumnDefinitions> <ColumnDefinition Width="auto"/> <ColumnDefinition Width="auto"/> <ColumnDefinition Width="auto" /> </Grid.ColumnDefinitions> <Grid.RowDefinitions> <RowDefinition /> <RowDefinition /> </Grid.RowDefinitions> <Label Grid.Row="0" Grid.Column="0">Workspace name:</Label> <Label Grid.Row="1" Grid.Column="0">Workspace root:</Label> <TextBox Grid.Row="0" view:UIBehaviors.SelectTextOnFocus="True" Grid.Column="1" Name="WorkspaceNameText" Width="300" LostFocus="WorkspaceNameText_LostFocus" KeyUp="Textfield_KeyUp" /> <TextBox Grid.Row="1" view:UIBehaviors.SelectTextOnFocus="True" Grid.Column="1" Name="WorkspaceRootText" Width="300" KeyUp="Textfield_KeyUp" /> <Button Grid.Row="1" Grid.Column="2" Name="BrowseButton" Click="BrowseButton_Click" Content="Browse..." /> </Grid> </UserControl>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 15071 | alan_petersen |
Populate -o //guest/perforce_software/piper/... //guest/alan_petersen/piper/.... |
||
//guest/perforce_software/piper/windows/main/Perforce/View/CreateWorkspaceForm.xaml | |||||
#1 | 11255 | alan_petersen | Rename/move file(s) | ||
//guest/perforce_software/piper/windows/Perforce/View/CreateWorkspaceForm.xaml | |||||
#1 | 10761 | alan_petersen |
initial drop of Piper for Windows.... this version still has _many_ bugs (er... i mean "unintended features") but I will be updating it over the next week as more stability is added. |