개정판 dea3d68a
SymbolPrompt.xaml : PNG, SVG Order change, PNG default check
Change-Id: Iab3e67a4813fddfd22d01f3e7e71ca0cb301ce32
KCOM/Controls/SymbolPrompt.xaml | ||
---|---|---|
29 | 29 |
<TextBox Margin="5" x:Name="symbolName" /> |
30 | 30 |
</DockPanel> |
31 | 31 |
<DockPanel Grid.Row="1" Margin="0,0,0,0" HorizontalAlignment="Left" > |
32 |
<RadioButton Content="SVG" Name="svgRadioBox" IsChecked="True" Margin="5"/>
|
|
33 |
<RadioButton Content="PNG" Name="pngRadioBox" Margin="5"/>
|
|
32 |
<RadioButton Content="PNG" Name="pngRadioBox" IsChecked="True" Margin="5"/>
|
|
33 |
<RadioButton Content="SVG" Name="svgRadioBox" Margin="5"/>
|
|
34 | 34 |
<!-- IsEnabled="{Binding ElementName=DeleteEverythingCheckbox, Path=IsChecked}" Text="Here is some text to edit" --> |
35 | 35 |
</DockPanel> |
36 | 36 |
<StackPanel Grid.Row="2" Background="#FFCCCEDB"></StackPanel> |
KCOM_API/KCOM_API.csproj | ||
---|---|---|
111 | 111 |
<Content Include="Web.config"> |
112 | 112 |
<SubType>Designer</SubType> |
113 | 113 |
</Content> |
114 |
<Content Include="Log.config"> |
|
115 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
116 |
</Content> |
|
117 | 114 |
<None Include="obfuscar.xml" /> |
118 | 115 |
<Content Include="ServiceDeepView.svc" /> |
119 | 116 |
<None Include="Web.Debug.config"> |
내보내기 Unified diff