@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<UserContro l
<options:ProjectOptionPane l
x:Class="ICSharpCode.AspNet.Mvc.WebProjectOptionsPanel"
x:Class="ICSharpCode.AspNet.Mvc.WebProjectOptionsPanel"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:core="http://icsharpcode.net/sharpdevelop/core"
xmlns:core="http://icsharpcode.net/sharpdevelop/core"
xmlns:widgets="http://icsharpcode.net/sharpdevelop/widgets"
xmlns:widgets="http://icsharpcode.net/sharpdevelop/widgets"
xmlns:gui="clr-namespace:ICSharpCode.SharpDevelop.Gui;assembly=ICSharpCode.SharpDevelop"
xmlns:gui="clr-namespace:ICSharpCode.SharpDevelop.Gui;assembly=ICSharpCode.SharpDevelop"
xmlns:options="clr-namespace:ICSharpCode.SharpDevelop.Gui.OptionPanels;assembly=ICSharpCode.SharpDevelop"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Width="Auto" Height="Auto">
Width="Auto" Height="Auto">
<widgets:StackPanelWithSpacing SpaceBetweenItems="3">
<widgets:StackPanelWithSpacing SpaceBetweenItems="3">
@ -15,7 +16,7 @@
GroupName="WebProject"
GroupName="WebProject"
x:Name="UseIISExpress"
x:Name="UseIISExpress"
Click="UseIISExpress_Click"
Click="UseIISExpress_Click"
Content="{core:Localize ICSharpCode.Wep ProjectOptionsPanel.UseIISExpress}" />
Content="{core:Localize ICSharpCode.Web ProjectOptionsPanel.UseIISExpress}" />
<Grid Margin="10, 3"
<Grid Margin="10, 3"
IsEnabled="False"
IsEnabled="False"
x:Name="IISExpressGroup"
x:Name="IISExpressGroup"
@ -24,7 +25,7 @@
<ColumnDefinition Width="Auto"/>
<ColumnDefinition Width="Auto"/>
<ColumnDefinition Width="Auto"/>
<ColumnDefinition Width="Auto"/>
</Grid.ColumnDefinitions>
</Grid.ColumnDefinitions>
<TextBlock Text="{core:Localize ICSharpCode.Wep ProjectOptionsPanel.Port}" Margin="0,0,5,0"/>
<TextBlock Text="{core:Localize ICSharpCode.Web ProjectOptionsPanel.Port}" Margin="0,0,5,0"/>
<TextBox Grid.Column="1" x:Name="PortTextBox"
<TextBox Grid.Column="1" x:Name="PortTextBox"
PreviewTextInput="PortTextBox_PreviewTextInput" Text="8080"
PreviewTextInput="PortTextBox_PreviewTextInput" Text="8080"
KeyUp="PortTextBox_KeyUp" />
KeyUp="PortTextBox_KeyUp" />
@ -37,7 +38,7 @@
GroupName="WebProject"
GroupName="WebProject"
x:Name="UseLocalIIS"
x:Name="UseLocalIIS"
Click="UseLocalIIS_Click"
Click="UseLocalIIS_Click"
Content="{core:Localize ICSharpCode.Wep ProjectOptionsPanel.UseLocalIIS}" />
Content="{core:Localize ICSharpCode.Web ProjectOptionsPanel.UseLocalIIS}" />
<Grid Margin="10, 3"
<Grid Margin="10, 3"
IsEnabled="False"
IsEnabled="False"
x:Name="LocalIISGroup"
x:Name="LocalIISGroup"
@ -50,7 +51,7 @@
VerticalAlignment="Center" Margin="0,0,5,0"
VerticalAlignment="Center" Margin="0,0,5,0"
Grid.Row="1"
Grid.Row="1"
TextWrapping="Wrap"
TextWrapping="Wrap"
Text="{core:Localize ICSharpCode.Wep ProjectOptionsPanel.ProjectUrl}" />
Text="{core:Localize ICSharpCode.Web ProjectOptionsPanel.ProjectUrl}" />
<TextBox
<TextBox
Grid.Row="1"
Grid.Row="1"
Grid.Column="1"
Grid.Column="1"
@ -72,14 +73,14 @@
Margin="0,2,0,2"
Margin="0,2,0,2"
Style="{x:Static core:GlobalStyles.ButtonStyle}"
Style="{x:Static core:GlobalStyles.ButtonStyle}"
Name="CreateVirtualDirectoryButton"
Name="CreateVirtualDirectoryButton"
Content="{core:Localize ICSharpCode.Wep ProjectOptionsPanel.CreateVirtualDir}"
Content="{core:Localize ICSharpCode.Web ProjectOptionsPanel.CreateVirtualDir}"
Click="CreateVirtualDirectory_Click" />
Click="CreateVirtualDirectory_Click" />
<Button
<Button
Margin="0,2,2,2"
Margin="0,2,2,2"
Style="{x:Static core:GlobalStyles.ButtonStyle}"
Style="{x:Static core:GlobalStyles.ButtonStyle}"
Name="ClearWebServerButton"
Name="ClearWebServerButton"
Content="{core:Localize ICSharpCode.Wep ProjectOptionsPanel.DisableWebServerButton}"
Content="{core:Localize ICSharpCode.Web ProjectOptionsPanel.DisableWebServerButton}"
Click="ClearWebServerButton_Click" />
Click="ClearWebServerButton_Click" />
</widgets:UniformGridWithSpacing>
</widgets:UniformGridWithSpacing>
</widgets:StackPanelWithSpacing>
</widgets:StackPanelWithSpacing>
</UserContro l>
</options:ProjectOptionPane l>