<UserControl x:Class="Perforce.View.ChooseApplicationForm" 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" mc:Ignorable="d" d:DesignHeight="60" d:DesignWidth="500"> <Grid> <Grid.RowDefinitions> <RowDefinition Height="25" /> <RowDefinition Height="25" /> </Grid.RowDefinitions> <Grid.ColumnDefinitions> <ColumnDefinition Width="40" /> <ColumnDefinition Width="350" /> <ColumnDefinition Width="100" /> </Grid.ColumnDefinitions> <Label Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3">Choose the application you want to use to open the file</Label> <Image Grid.Row="1" Grid.Column="0" Source="../Resources/ColumnArrow48.png" /> <TextBox Grid.Row="1" Grid.Column="1" Name="Executable" KeyUp="Textfield_KeyUp" /> <Button Grid.Row="1" Grid.Column="2" Name="BrowseButton" Click="BrowseButton_Click" Width="100" Content="Browse..."/> </Grid> </UserControl>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 16817 | christoph_leithner | "Forking branch Main of perforce-software-piper to christoph_leithner-piper." | ||
//guest/perforce_software/piper/main/windows/R1.1/Perforce/View/ChooseApplicationForm.xaml | |||||
#1 | 16507 | perforce_software | Move to main branch. | ||
//guest/perforce_software/piper/windows/R1.1/Perforce/View/ChooseApplicationForm.xaml | |||||
#2 | 16474 | Robert Cowham | Bring up-to-date with //guest/perforce_software/piper/windows/main/...@16473 | ||
#1 | 11256 | alan_petersen |
Populate //guest/perforce_software/piper/windows/R1.1/... from //guest/perforce_software/piper/windows/main/.... |
||
//guest/perforce_software/piper/windows/main/Perforce/View/ChooseApplicationForm.xaml | |||||
#1 | 11255 | alan_petersen | Rename/move file(s) | ||
//guest/perforce_software/piper/windows/Perforce/View/ChooseApplicationForm.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. |