|
|
|
@ -1,6 +1,9 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<Window |
|
|
|
<Window |
|
|
|
x:Class="ICSharpCode.CppBinding.Project.StringListEditorDialog" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:gui="clr-namespace:ICSharpCode.SharpDevelop.Gui;assembly=ICSharpCode.SharpDevelop" |
|
|
|
x:Class="ICSharpCode.SharpDevelop.Gui.StringListEditorDialog" |
|
|
|
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
|
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
|
|
|
|
xmlns:local="clr-namespace:ICSharpCode.SharpDevelop.Gui" |
|
|
|
xmlns:widgets="http://icsharpcode.net/sharpdevelop/widgets" |
|
|
|
xmlns:widgets="http://icsharpcode.net/sharpdevelop/widgets" |
|
|
|
xmlns:core="http://icsharpcode.net/sharpdevelop/core" |
|
|
|
xmlns:core="http://icsharpcode.net/sharpdevelop/core" |
|
|
|
Width="400" Height="400" |
|
|
|
Width="400" Height="400" |
|
|
|
@ -17,7 +20,8 @@ |
|
|
|
<ColumnDefinition Width="70"></ColumnDefinition> |
|
|
|
<ColumnDefinition Width="70"></ColumnDefinition> |
|
|
|
<ColumnDefinition Width="70"></ColumnDefinition> |
|
|
|
<ColumnDefinition Width="70"></ColumnDefinition> |
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
<gui:StringListEditorXaml x:Name="stringListEditor" Grid.ColumnSpan="3"></gui:StringListEditorXaml> |
|
|
|
|
|
|
|
|
|
|
|
<local:StringListEditorXaml x:Name="stringListEditor" Grid.ColumnSpan="3"></local:StringListEditorXaml> |
|
|
|
|
|
|
|
|
|
|
|
<Button Grid.Row="1" Grid.Column="1" IsCancel="True" Margin="5" Content="{core:Localize Global.CancelButtonText}"></Button> |
|
|
|
<Button Grid.Row="1" Grid.Column="1" IsCancel="True" Margin="5" Content="{core:Localize Global.CancelButtonText}"></Button> |
|
|
|
<Button Grid.Row="1" Grid.Column="2" IsDefault="True" Margin="5" Click="Button_Click" Content="{core:Localize Global.OKButtonText}"></Button> |
|
|
|
<Button Grid.Row="1" Grid.Column="2" IsDefault="True" Margin="5" Click="Button_Click" Content="{core:Localize Global.OKButtonText}"></Button> |